~ruther/guix-local

ref: be058c00870ef6c4837479f4b9043d72f8425ebc guix-local/po/doc/guix-cookbook.es.po -rw-r--r-- 271.7 KiB
be058c00 — Rutherther ci: Use (guix channels) to build guix specification. 30 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
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR the authors of Guix (msgids) and the following authors (msgstr)
# This file is distributed under the same license as the guix manual package.
# Reynaldo Cordero <reynaldo.cordero@gmail.com>, 2021.
# Emilio Herrera <ehespinosa57@gmail.com>, 2021.
# Julien Lepiller <fedora-account@lepiller.eu>, 2022.
# Pablo Munoz Alabau <pamual@posteo.es>, 2022.
# Pedro Herrero <petrustris@gmail.com>, 2022.
# Florian Pelz <pelzflorian@pelzflorian.de>, 2024, 2025.
# not-available not-available <switz@francemel.fr>, 2025.
# Javier Francisco <fserrador@gmail.com>, 2025.
# "Fco. Javier F. Serrador" <fserrador@gmail.com>, 2025.
# Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>, 2025.
# Jordán <switz@francemel.fr>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: guix manual checkout\n"
"Report-Msgid-Bugs-To: bug-guix@gnu.org\n"
"POT-Creation-Date: 2025-12-10 03:18+0000\n"
"PO-Revision-Date: 2025-12-03 14:14+0000\n"
"Last-Translator: pelzflorian <pelzflorian@noreply.codeberg.org>\n"
"Language-Team: Spanish <https://translate.codeberg.org/projects/guix/documentation-cookbook/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.14.3\n"

msgid "@documentencoding UTF-8"
msgstr ""
"@documentencoding UTF-8\n"
"@documentlanguage es\n"
"@frenchspacing on"

msgid "GNU Guix Cookbook"
msgstr "Libro de recetas de GNU Guix"

msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license is included in the section entitled ``GNU Free Documentation License''."
msgstr "Se garantiza el permiso de copia, distribución y/o modificación de este documento bajo los términos de la licencia de documentación libre de GNU (GNU Free Documentation License), versión 1.3 o cualquier versión posterior publicada por la Free Software Foundation; sin secciones invariantes, sin textos de cubierta delantera ni trasera. Una copia de la licencia está incluida en la sección titulada ``GNU Free Documentation License''."

msgid "System administration"
msgstr "Administración del sistema"

msgid "Guix cookbook: (guix-cookbook)"
msgstr "Libro de recetas de Guix: (guix-cookbook.es)"

msgid "Tutorials and examples for GNU Guix."
msgstr "Tutoriales y ejemplos para GNU Guix."

msgid "Tutorials and examples for using the GNU Guix Functional Package Manager"
msgstr "Tutoriales y ejemplos para usar el Gestor funcional de paquetes de GNU Guix"

msgid "The GNU Guix Developers"
msgstr "Los desarrolladores de GNU Guix"

msgid "Top"
msgstr "Top"

msgid "This document presents tutorials and detailed examples for GNU@tie{}Guix, a functional package management tool written for the GNU system.  Please @pxref{Top,,, guix, GNU Guix reference manual} for details about the system, its API, and related concepts."
msgstr "Este documento presenta tutoriales y ejemplos detallados para GNU@tie{}Guix, una herramienta funcional de paquetes para el sistema GNU. Por favor @pxref{Top,,, guix.es, Manual de referencia de GNU Guix} para detalles acerca del sistema, su API, y conceptos relacionados."

msgid "This manual is also available in Simplified Chinese (@pxref{Top,,, guix-cookbook.zh_CN, GNU Guix 烹饪书}), French (@pxref{Top,,, guix-cookbook.fr, Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de, GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), Spanish (@pxref{Top,,, guix-cookbook.es, Libro de recetas de GNU Guix}), Italian (@pxref{Top,,, guix-cookbook.it, Ricettario di GNU Guix}), Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR, Livro de receitas do GNU Guix}), Russian (@pxref{Top,,, guix-cookbook.ru, GNU Guix Рецепты}), Slovak (@pxref{Top,,, guix-cookbook.sk, Receptár GNU Guix}), Swedish (@pxref{Top,,, guix-cookbook.sv, Kokbok för GNU Guix}), and Tamil (@pxref{Top,,, guix-cookbook.ta, GNU Guix கையேடு}).  If you would like to translate this document in your native language, consider joining @uref{https://translate.codeberg.org/projects/guix/documentation-cookbook, Weblate} (@pxref{Translating Guix,,, guix, GNU Guix Reference Manual})."
msgstr "Este manual también está disponible en inglés (@pxref{Top,,, guix-cookbook, GNU Guix Cookbook}), chino simplificado (@pxref{Top,,, guix-cookbook.zh_CN, GNU Guix 烹饪书}), francés (@pxref{Top,,, guix-cookbook.fr, Livre de recettes de GNU Guix}), alemán (@pxref{Top,,, guix-cookbook.de, GNU-Guix-Kochbuch}), coreano (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), italiano (@pxref{Top,,, guix-cookbook.it, Ricettario di GNU Guix}), portugués brasileño (@pxref{Top,,, guix-cookbook.pt_BR, Livro de receitas do GNU Guix}), ruso (@pxref{Top,,, guix-cookbook.ru, GNU Guix Рецепты}), eslovaco (@pxref{Top,,, guix-cookbook.sk, Receptár GNU Guix}), sueco (@pxref{Top,,, guix-cookbook.sv, Kokbok för GNU Guix}) y tamil (@pxref{Top,,, guix-cookbook.ta, GNU Guix கையேடு}). Si estás dispuesto a traducir este documento a tu lengua materna, considera unirte a @uref{https://translate.codeberg.org/projects/guix/documentation-cookbook, Weblate} (@pxref{Traduciendo Guix,,, guix.es, Manual de referencia de GNU Guix})."

msgid "Scheme tutorials"
msgstr "Tutoriales de Scheme"

msgid "Meet your new favorite language!"
msgstr "¡Conoce a tu nuevo lenguaje favorito!"

msgid "Packaging"
msgstr "Empaquetado"

msgid "Packaging tutorials"
msgstr "Tutoriales de empaquetado"

msgid "System Configuration"
msgstr "Configuración del sistema"

msgid "Customizing the GNU System"
msgstr "Personalizar el sistema GNU"

msgid "Containers"
msgstr "Contenedores"

msgid "Isolated environments and nested systems"
msgstr "Entornos aislados y sistemas anidados"

msgid "Virtual Machines"
msgstr "Máquinas virtuales"

msgid "Virtual machines usage and configuration"
msgstr "Uso y configuración de máquinas virtuales"

msgid "Advanced package management"
msgstr "Gestión avanzada de paquetes"

msgid "Power to the users!"
msgstr "¡Poder para los usuarios!"

msgid "Software Development"
msgstr "Desarrollo de software"

msgid "Environments, continuous integration, etc."
msgstr "Entornos, integración continua, etc."

msgid "Environment management"
msgstr "Gestión del entorno"

msgid "Control environment"
msgstr "Control del entorno"

msgid "Installing Guix on a Cluster"
msgstr "Instalación de Guix en un clúster"

msgid "High-performance computing."
msgstr "Computación de alto rendimiento."

msgid "Guix System Management"
msgstr "Gestión del sistema Guix"

msgid "System Management specifics."
msgstr "Especificidades de la gestión del sistema."

msgid "Acknowledgments"
msgstr "Agradecimientos"

msgid "Thanks!"
msgstr "¡Gracias!"

msgid "GNU Free Documentation License"
msgstr "Licencia de documentación libre GNU"

msgid "The license of this document."
msgstr "La licencia de este documento."

msgid "Concept Index"
msgstr "Índice de conceptos"

msgid "Concepts."
msgstr "Conceptos."

msgid "--- The Detailed Node Listing ---"
msgstr "--- La lista detallada de nodos ---"

msgid "A Scheme Crash Course"
msgstr "Curso acelerado de Scheme"

msgid "Packaging Tutorial"
msgstr "Tutorial de empaquetado"

msgid "A tutorial on how to add packages to Guix."
msgstr "Un tutorial sobre cómo añadir paquetes a Guix."

msgid "A ``Hello World'' package"
msgstr "Un paquete ``Hola Mundo''"

msgid "Setup"
msgstr "Ajuste"

msgid "Extended example"
msgstr "Ejemplo ampliado"

msgid "Other build systems"
msgstr "Otros sistemas de construcción"

msgid "Programmable and automated package definition"
msgstr "Definición de paquetes programable y automatizada"

msgid "Getting help"
msgstr "Obtener ayuda"

msgid "Conclusion"
msgstr "Conclusión"

msgid "References"
msgstr "Referencias"

msgid "Local file"
msgstr "Archivo local"

msgid "Channels"
msgstr "Canales"

msgid "Direct checkout hacking"
msgstr "Jaqueo directo de revisión de código"

msgid "Recursive importers"
msgstr "Importadores recursivos"

msgid "Automatic update"
msgstr "Actualizaciones automáticas"

msgid "Inheritance"
msgstr "Herencia"

msgid "Auto-Login to a Specific TTY"
msgstr "Inicio de sesión automático en un TTY específico"

msgid "Automatically Login a User to a Specific TTY"
msgstr "Iniciar automáticamente la sesión de un usuario en un TTY específico"

msgid "Customizing the Kernel"
msgstr "Personalización del kernel"

msgid "Creating and using a custom Linux kernel on Guix System."
msgstr "Creación y uso de un núcleo Linux personalizado en el sistema Guix."

msgid "Guix System Image API"
msgstr "API de imagen del sistema Guix"

msgid "Customizing images to target specific platforms."
msgstr "Personalización de imágenes para dirigirlas a plataformas específicas."

msgid "Using security keys"
msgstr "Utilización de claves de seguridad"

msgid "How to use security keys with Guix System."
msgstr "Cómo utilizar claves de seguridad con Guix System."

msgid "Dynamic DNS mcron job"
msgstr "Tarea mcron de DNS dinámico"

msgid "Job to update the IP address behind a DuckDNS host name."
msgstr "Tarea para actualizar la dirección IP detrás de un nombre de anfitrión DuckDNS."

msgid "Connecting to Wireguard VPN"
msgstr "Conexión a Wireguard VPN"

msgid "Connecting to a Wireguard VPN."
msgstr "Conexión a una VPN Wireguard."

msgid "Customizing a Window Manager"
msgstr "Personalizar un gestor de ventanas"

msgid "Handle customization of a Window manager on Guix System."
msgstr "Manejar la personalización de un gestor de ventanas en el sistema Guix."

msgid "Running Guix on a Linode Server"
msgstr "Ejecución de Guix en un servidor Linode"

msgid "Running Guix on a Linode Server."
msgstr "Ejecución de Guix en un servidor Linode."

msgid "Running Guix on a Kimsufi Server"
msgstr "Ejecución de Guix en un servidor Kimsufi"

msgid "Running Guix on a Kimsufi Server."
msgstr "Ejecución de Guix en un servidor Kimsufi."

msgid "Setting up a bind mount"
msgstr "Instalar un montaje enlazado"

msgid "Setting up a bind mount in the file-systems definition."
msgstr "Instalar un ‘bind mount’ dentro de definición de sistemas de archivos."

msgid "Getting substitutes from Tor"
msgstr "Obtener sustituciones desde Tor"

msgid "Configuring Guix daemon to get substitutes through Tor."
msgstr "Configurar el daemon Guix para obtener sustituciones desde Tor."

msgid "Setting up NGINX with Lua"
msgstr "Instalar NGINX con Lua"

msgid "Configuring NGINX web-server to load Lua modules."
msgstr "Configurar servidor de web NGINX para cargar módulos Lua."

msgid "Music Server with Bluetooth Audio"
msgstr "Servidor de música con sonido Bluetooth"

msgid "Headless music player with Bluetooth output."
msgstr "Reproductor de música sin cabeceras con salida Bluetooth."

msgid "StumpWM"
msgstr "StumpWM"

msgid "Session lock"
msgstr "Bloqueo de sesión"

msgid "Xorg"
msgstr "Xorg"

msgid "Guix Containers"
msgstr "Contenedores Guix"

msgid "Perfectly isolated environments"
msgstr "Entornos perfectamente aislados"

msgid "Guix System Containers"
msgstr "Contenedores de Sistema Guix"

msgid "A system inside your system"
msgstr "Un sistema interno a su sistema"

msgid "A Database Container"
msgstr "Un contenedor de base de datos"

msgid "Container Networking"
msgstr "Red de Contenedor"

msgid "Network bridge for QEMU"
msgstr "Puente de red para QEMU"

msgid "Routed network for libvirt"
msgstr "Red enrutada para libvirt"

msgid "Custom NAT-based network for libvirt"
msgstr "Red basada en NAT personal para libvirt"

msgid "References: VM References"
msgstr "Referencias: Referencias de MV"

msgid "Further reading on virtual machines."
msgstr "Más lecturas sobre máquinas virtuales."

msgid "Guix Profiles in Practice"
msgstr "Perfiles Guix en práctica"

msgid "Strategies for multiple profiles and manifests."
msgstr "Estrategias para múltiples perfiles y declaraciones."

msgid "Basic setup with manifests"
msgstr "Configuración base con declaraciones"

msgid "Required packages"
msgstr "Paquetes requeridos"

msgid "Default profile"
msgstr "Perfil por defecto"

msgid "The benefits of manifests"
msgstr "Los beneficios de declaraciones"

msgid "Reproducible profiles"
msgstr "Perfiles reproducibles"

msgid "Getting Started"
msgstr "Empezando"

msgid "Step 0: using `guix shell'."
msgstr "Paso 0: utilizar `guix shell'."

msgid "Building with Guix"
msgstr "Compilar con Guix"

msgid "Step 1: building your code."
msgstr "Paso 1: compilar su código."

msgid "The Repository as a Channel"
msgstr "El repositorio como un canal"

msgid "Step 2: turning the repo in a channel."
msgstr "Paso 2: ajustar el repo en un canal."

msgid "Package Variants"
msgstr "Variantes de paquetes"

msgid "Bonus: Defining variants."
msgstr "Bono: definir variantes."

msgid "Setting Up Continuous Integration"
msgstr "Configurar Integración Continua"

msgid "Step 3: continuous integration."
msgstr "Paso 3: integración continua."

msgid "Build Manifest"
msgstr "Compilar manifiesto"

msgid "Bonus: Manifest."
msgstr "Bono: Manifiesto."

msgid "Wrapping Up"
msgstr "Cobertura"

msgid "Recap."
msgstr "Resumen."

msgid "Guix environment via direnv"
msgstr "Entorno Guix por direnv"

msgid "Setup Guix environment with direnv"
msgstr "Configurar entorno Guix con direnv"

msgid "Setting Up a Head Node"
msgstr "Configurar un nodo de cabecera"

msgid "The node that runs the daemon."
msgstr "El nodo que ejecuta el daemon."

msgid "Setting Up Compute Nodes"
msgstr "Configurar nodos de cálculo"

msgid "Client nodes."
msgstr "Nodos cliente."

msgid "Cluster Network Access"
msgstr "Acceso a red de racimo"

msgid "Dealing with network access restrictions."
msgstr "Tratando con restricciones de acceso a red."

msgid "Cluster Disk Usage"
msgstr "Empleo del disco en racimo"

msgid "Disk usage considerations."
msgstr "Consideraciones de uso del disco."

msgid "Cluster Security Considerations"
msgstr "Consideraciones de seguridad del racimo"

msgid "Keeping the cluster secure."
msgstr "Conservar el racimo seguro."

msgid "Upgrade Postgres for Cuirass"
msgstr "Modernizar Postgres para Cuirass"

msgid "Upgrading from the default postgres."
msgstr "Modernizar desde el postgres predeterminado."

msgid "GNU@tie{}Guix is written in the general purpose programming language Scheme, and many of its features can be accessed and manipulated programmatically.  You can use Scheme to generate package definitions, to modify them, to build them, to deploy whole operating systems, etc."
msgstr "GNU@tie{}Guix está escrito en el lenguaje de programación de propósito general Scheme, y muchas de sus características pueden ser accedidas y manipuladas mediante programación.  Puede utilizar Scheme para generar definiciones de paquetes, para modificarlos, para construirlos, para desplegar sistemas operativos completos, etc."

msgid "Knowing the basics of how to program in Scheme will unlock many of the advanced features Guix provides --- and you don't even need to be an experienced programmer to use them!"
msgstr "Saber lo básico de cómo programar en Scheme desbloqueará muchas de las características avanzadas que Guix proporciona --- ¡y ni siquiera necesita ser un programador experimentado para usarlas!"

msgid "Let's get started!"
msgstr "¡Empecemos!"

msgid "Scheme, crash course"
msgstr "Scheme, curso intensivo"

msgid "Guix uses the Guile implementation of Scheme.  To start playing with the language, install it with @code{guix install guile} and start a @dfn{REPL}---short for @uref{https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop, @dfn{read-eval-print loop}}---by running @code{guile} from the command line."
msgstr "Guix utiliza la implementación Guile de Scheme.  Para empezar a jugar con el lenguaje, instálelo con @code{guix install guile} e inicie un @dfn{REPL}---abreviatura de @uref{https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop, @dfn{read-eval-print loop}}---ejecutando @code{guile} desde la línea de comandos."

msgid "Alternatively you can also run @code{guix shell guile -- guile} if you'd rather not have Guile installed in your user profile."
msgstr "También puede ejecutar @code{guix shell guile -- guile} si prefiere no tener Guile instalado en su perfil de usuario."

msgid "In the following examples, lines show what you would type at the REPL; lines starting with ``@result{}'' show evaluation results, while lines starting with ``@print{}'' show things that get printed.  @xref{Using Guile Interactively,,, guile, GNU Guile Reference Manual}, for more details on the REPL."
msgstr "En los siguientes ejemplos, las líneas muestran lo que usted escribiría en la REPL; las líneas que comienzan con ``@result{}'' muestran los resultados de la evaluación, mientras que las líneas que comienzan con ``@print{}'' muestran las cosas que se mostren.  Para más detalles sobre la REPL, @xref{Using Guile Interactively,,, guile, Manual de referencia de GNU Guile}."

msgid "Scheme syntax boils down to a tree of expressions (or @emph{s-expression} in Lisp lingo).  An expression can be a literal such as numbers and strings, or a compound which is a parenthesized list of compounds and literals.  @code{#true} and @code{#false} (abbreviated @code{#t} and @code{#f}) stand for the Booleans ``true'' and ``false'', respectively."
msgstr "La sintaxis de Scheme se reduce a un árbol de expresiones (o @emph{s-expression} en la jerga de Lisp).  Una expresión puede ser un literal como números y cadenas, o un compuesto que es una lista entre paréntesis de compuestos y literales.  @code{#true} y @code{#false} (abreviados @code{#t} y @code{#f}) representan los booleanos ``true'' y ``false'', respectivamente."

msgid "Examples of valid expressions:"
msgstr "Ejemplos de expresiones válidas:"

msgid ""
"\"Hello World!\"\n"
"@result{} \"Hello World!\"\n"
"\n"
msgstr ""
"\"¡Hola Mundo!\"\n"
"@result{} \"¡Hola Mundo!\"\n"
"\n"

msgid ""
"17\n"
"@result{} 17\n"
"\n"
msgstr ""
"17\n"
"@result{} 17\n"
"\n"

msgid ""
"(display (string-append \"Hello \" \"Guix\" \"\\n\"))\n"
"@print{} Hello Guix\n"
"@result{} #<unspecified>\n"
msgstr ""
"(display (string-append \"Hola \" \"Guix\" \"\\n\"))\n"
"@print{} Hola Guix\n"
"@result{} #<unspecified>\n"

msgid "This last example is a function call nested in another function call.  When a parenthesized expression is evaluated, the first term is the function and the rest are the arguments passed to the function.  Every function returns the last evaluated expression as its return value."
msgstr "Este último ejemplo es una llamada a una función anidada en otra llamada a una función.  Cuando se evalúa una expresión entre paréntesis, el primer término es la función y el resto son los argumentos pasados a la función.  Cada función devuelve la última expresión evaluada como valor de retorno."

msgid "Anonymous functions---@dfn{procedures} in Scheme parlance---are declared with the @code{lambda} term:"
msgstr "Las funciones anónimas---@dfn{procedimientos} en habla de Scheme--- es declarado con el término @code{lambda}:"

msgid ""
"(lambda (x) (* x x))\n"
"@result{} #<procedure 120e348 at <unknown port>:24:0 (x)>\n"
msgstr ""
"(lambda (x) (* x x))\n"
"@result{} #<procedure 120e348 at <unknown port>:24:0 (x)>\n"

msgid "The above procedure returns the square of its argument.  Since everything is an expression, the @code{lambda} expression returns an anonymous procedure, which can in turn be applied to an argument:"
msgstr "El procedimiento anterior devuelve el cuadrado de su argumento.  Como todo es una expresión, la expresión @code{lambda} devuelve un procedimiento anónimo, que a su vez puede aplicarse a un argumento:"

msgid ""
"((lambda (x) (* x x)) 3)\n"
"@result{} 9\n"
msgstr ""
"((lambda (x) (* x x)) 3)\n"
"@result{} 9\n"

msgid "Procedures are regular values just like numbers, strings, Booleans, and so on."
msgstr "Procedimientos son valores usuales tan solo como números, cadenas, booleanos, y así todo."

msgid "Anything can be assigned a global name with @code{define}:"
msgstr "Se puede asignar un nombre global a cualquier cosa con @code{define}:"

msgid ""
"(define a 3)\n"
"(define square (lambda (x) (* x x)))\n"
"(square a)\n"
"@result{} 9\n"
msgstr ""
"(define a 3)\n"
"(define square (lambda (x) (* x x)))\n"
"(square a)\n"
"@result{} 9\n"

msgid "Procedures can be defined more concisely with the following syntax:"
msgstr "Los procedimientos pueden definirse de forma más concisa con la siguiente sintaxis:"

msgid "(define (square x) (* x x))\n"
msgstr "(define (square x) (* x x))\n"

msgid "A list structure can be created with the @code{list} procedure:"
msgstr "Se puede crear una estructura de lista con el procedimiento @code{list}:"

msgid ""
"(list 2 a 5 7)\n"
"@result{} (2 3 5 7)\n"
msgstr ""
"(list 2 a 5 7)\n"
"@result{} (2 3 5 7)\n"

msgid "Standard procedures are provided by the @code{(srfi srfi-1)} module to create and process lists (@pxref{SRFI-1, list processing,, guile, GNU Guile Reference Manual}).  Here are some of the most useful ones in action:"
msgstr "Se proporcionan procedimientos estándar por medio del módulo @code{(srfi srfi-1)} para crear y procesar listados (@pxref{SRFI-1, proceso de listado,, guile, Manual de referencia de GNU Guile}).  Aquí están algunos de los más útiles en acción:"

msgid ""
"(use-modules (srfi srfi-1))  ;import list processing procedures\n"
"\n"
msgstr ""
"(use-modules (srfi srfi-1))  ;importa listado procesando procedimientos\n"
"\n"

msgid ""
"(append (list 1 2) (list 3 4))\n"
"@result{} (1 2 3 4)\n"
"\n"
msgstr ""
"(append (list 1 2) (list 3 4))\n"
"@result{} (1 2 3 4)\n"
"\n"

msgid ""
"(map (lambda (x) (* x x)) (list 1 2 3 4))\n"
"@result{} (1 4 9 16)\n"
"\n"
msgstr ""
"(map (lambda (x) (* x x)) (list 1 2 3 4))\n"
"@result{} (1 4 9 16)\n"
"\n"

msgid ""
"(delete 3 (list 1 2 3 4))        @result{} (1 2 4)\n"
"(filter odd? (list 1 2 3 4))     @result{} (1 3)\n"
"(remove even? (list 1 2 3 4))    @result{} (1 3)\n"
"(find number? (list \"a\" 42 \"b\")) @result{} 42\n"
msgstr ""
"(delete 3 (list 1 2 3 4))        @result{} (1 2 4)\n"
"(filter odd? (list 1 2 3 4))     @result{} (1 3)\n"
"(remove even? (list 1 2 3 4))    @result{} (1 3)\n"
"(find number? (list \"a\" 42 \"b\")) @result{} 42\n"

msgid "Notice how the first argument to @code{map}, @code{filter}, @code{remove}, and @code{find} is a procedure!"
msgstr "Notifique como el primer argumento a @code{map}, @code{filter}, @code{remove}, y @code{find} es un procedimiento."

msgid "S-expression"
msgstr "expresión-S"

msgid "The @dfn{quote} disables evaluation of a parenthesized expression, also called an S-expression or ``s-exp'': the first term is not called over the other terms (@pxref{Expression Syntax, quote,, guile, GNU Guile Reference Manual}).  Thus it effectively returns a list of terms."
msgstr "La comilla @dfn{quote} desactiva la evaluación de una expresión entre paréntesis: también invocado como expresión-S o ``s-exp'' (S-expression) en inglés: el primer término ahora es invocado sobre el otro términos (@pxref{Expression Syntax, quote,, guile, Manual de referencia GNU Guile}).  Por tanto efectivamente devuelve una lista de términos."

msgid ""
"'(display (string-append \"Hello \" \"Guix\" \"\\n\"))\n"
"@result{} (display (string-append \"Hello \" \"Guix\" \"\\n\"))\n"
"\n"
msgstr ""
"'(display (string-append \"Hola \" \"Guix\" \"\\n\"))\n"
"@result{} (display (string-append \"Hola \" \"Guix\" \"\\n\"))\n"
"\n"

msgid ""
"'(2 a 5 7)\n"
"@result{} (2 a 5 7)\n"
msgstr ""
"'(2 a 5 7)\n"
"@result{} (2 a 5 7)\n"

msgid "The @code{quasiquote} (@code{`}, a backquote) disables evaluation of a parenthesized expression until @code{unquote} (@code{,}, a comma)  re-enables it.  Thus it provides us with fine-grained control over what is evaluated and what is not."
msgstr "El @code{quasiquote} (@code{`}, una comilla hacia atrás) desactiva evaluación de una expresión entre paréntesis hasta retirar la comilla con @code{unquote} (una coma @code{,}) la vuelve a activar. Por lo tanto, nos proporciona un control fino sobre lo que se evalúa y lo que no."

msgid ""
"`(2 a 5 7 (2 ,a 5 ,(+ a 4)))\n"
"@result{} (2 a 5 7 (2 3 5 7))\n"
msgstr ""
"`(2 a 5 7 (2 ,a 5 ,(+ a 4)))\n"
"@result{} (2 a 5 7 (2 3 5 7))\n"

msgid "Note that the above result is a list of mixed elements: numbers, symbols (here @code{a}) and the last element is a list itself."
msgstr "Nótese que el resultado anterior es una lista de elementos mixtos: números, símbolos (aquí @code{a}) y el último elemento es una lista propiamente dicha."

msgid "G-expressions, syntax"
msgstr "Expresiones-G, sintaxis"

msgid "gexps, syntax"
msgstr "gexps, sintaxis"

msgid "#~"
msgstr "#~"

msgid "#$"
msgstr "#$"

msgid "gexp"
msgstr "gexp"

msgid "ungexp"
msgstr "ungexp"

msgid "Guix defines a variant of S-expressions on steroids called @dfn{G-expressions} or ``gexps'', which come with a variant of @code{quasiquote} and @code{unquote}: @code{#~} (or @code{gexp}) and @code{#$} (or @code{ungexp}).  They let you @emph{stage code for later execution}."
msgstr "Guix define una variante de expresiones-S sobre esteroides llamdados @dfn{expresiones-G} o ``gexps'', la cual viene con una variante de @code{quasiquote} y @code{unquote}: @code{#~} (o @code{gexp}) y @code{#$} (o @code{ungexp}).  Le permite @emph{representar código para ejecución posterior}."

msgid "For example, you'll encounter gexps in some package definitions where they provide code to be executed during the package build process.  They look like this:"
msgstr "Por ejemplo, encontrará gexps en algunas definiciones de paquete donde proporcionen código a ser ejecutado durante el proceso de construcción del paquete.  Parecido esto:"

msgid ""
"(use-modules (guix gexp)           ;so we can write gexps\n"
"             (gnu packages base))  ;for 'coreutils'\n"
"\n"
msgstr ""
"(use-modules (guix gexp)           ;por tanto pudemos escribir gexps\n"
"             (gnu packages base))  ;para 'coreutils'\n"
"\n"

msgid ""
";; Below is a G-expression representing staged code.\n"
"#~(begin\n"
"    ;; Invoke 'ls' from the package defined by the 'coreutils'\n"
"    ;; variable.\n"
"    (system* #$(file-append coreutils \"/bin/ls\") \"-l\")\n"
"\n"
msgstr ""
";; Debajo es una expresión-G representando código escenificado.\n"
"#~(begin\n"
"    ;; Invoca 'ls' desde el paquete definido por la variable\n"
"    ;;  'coreutils'.\n"
"    (system* #$(file-append coreutils \"/bin/ls\") \"-l\")\n"
"\n"

msgid ""
"    ;; Create this package's output directory.\n"
"    (mkdir #$output))\n"
msgstr ""
"    ;; Crea esta directorio salida del paquete.\n"
"    (mkdir #$output))\n"

msgid "@xref{G-Expressions,,, guix, GNU Guix Reference Manual}, for more on gexps."
msgstr "@xref{Expresiones-G,,, guix.es, Manual de referencia de GNU Guix}, para más en gexps."

msgid "Multiple variables can be named locally with @code{let} (@pxref{Local Bindings,,, guile, GNU Guile Reference Manual}):"
msgstr "Pueden ser nombradas múltiples variables localmente con @code{let} (@pxref{Local Bindings,,, guile, Manual de referencia GNU Guile}):"

msgid ""
"(define x 10)\n"
"(let ((x 2)\n"
"      (y 3))\n"
"  (list x y))\n"
"@result{} (2 3)\n"
"\n"
msgstr ""
"(define x 10)\n"
"(let ((x 2)\n"
"      (y 3))\n"
"  (list x y))\n"
"@result{} (2 3)\n"
"\n"

msgid ""
"x\n"
"@result{} 10\n"
"\n"
msgstr ""
"x\n"
"@result{} 10\n"
"\n"

msgid ""
"y\n"
"@error{} In procedure module-lookup: Unbound variable: y\n"
msgstr ""
"y\n"
"@error{} En el procedimiento module-lookup: Variable no vinculada: y\n"

msgid "Use @code{let*} to allow later variable declarations to refer to earlier definitions."
msgstr "Utilice @code{let*} para permitir que las declaraciones de variables posteriores hagan referencia a definiciones anteriores."

msgid ""
"(let* ((x 2)\n"
"       (y (* x 3)))\n"
"  (list x y))\n"
"@result{} (2 6)\n"
msgstr ""
"(let* ((x 2)\n"
"       (y (* x 3)))\n"
"  (list x y))\n"
"@result{} (2 6)\n"

msgid "@dfn{Keywords} are typically used to identify the named parameters of a procedure.  They are prefixed by @code{#:} (hash, colon) followed by alphanumeric characters: @code{#:like-this}.  @xref{Keywords,,, guile, GNU Guile Reference Manual}."
msgstr "@dfn{Palabras clave} son utilizados típicamente para identificar los parámetros nombrados de un procedimiento.  Están prefijados por @code{#:} (hash, dos puntos) seguidos por caracteres alfanuméricos: @code{#:como-este}. @xref{Keywords,,, guile, Manual referencial de GNU Guile}."

msgid "The percentage @code{%} is typically used for read-only global variables in the build stage.  Note that it is merely a convention, like @code{_} in C.  Scheme treats @code{%} exactly the same as any other letter."
msgstr "El porcentaje @code{%} es utilizado típicamente para variables locales de solo lectura en es estado de construcción.  Note que es meramente una convención, como @code{_} en C.  Scheme trata @code{%} exactamente lo mismo que cualquier otra letra."

msgid "Modules are created with @code{define-module} (@pxref{Creating Guile Modules,,, guile, GNU Guile Reference Manual}).  For instance"
msgstr "Los módulos son creados con @code{define-module} (@pxref{Creating Guile Modules,,, guile, Manual referencial de GNU Guile}). Por ejemplo"

msgid ""
"(define-module (guix build-system ruby)\n"
"  #:use-module (guix store)\n"
"  #:export (ruby-build\n"
"            ruby-build-system))\n"
msgstr ""
"(define-module (guix build-system ruby)\n"
"  #:use-module (guix store)\n"
"  #:export (ruby-build\n"
"            ruby-build-system))\n"

msgid "defines the module @code{guix build-system ruby} which must be located in @file{guix/build-system/ruby.scm} somewhere in the Guile load path.  It depends on the @code{(guix store)} module and it exports two variables, @code{ruby-build} and @code{ruby-build-system}."
msgstr "define el módulo @code{guix build-system ruby} el cual debe estar localizado en @file{guix/build-system/ruby.scm} donde sea en la ruta de carga Guile. Depende en el módulo @code{(guix store)} y exporta dos variables, @code{ruby-build} y @code{ruby-build-system}."

msgid "@xref{Package Modules,,, guix, GNU Guix Reference Manual}, for info on modules that define packages."
msgstr "@xref{Módulos de paquetes,,, guix.es, Manual de referencia GNU Guix}, para info en módulos que define paquetes."

msgid "Going further"
msgstr "Más allá"

msgid "Scheme is a language that has been widely used to teach programming and you'll find plenty of material using it as a vehicle.  Here's a selection of documents to learn more about Scheme:"
msgstr "Scheme es un lenguaje que ha sido ampliamente utilizado para enseñar a programar y lo encontraría plenamente en material utilizándolo como un vehículo.  Aquí está una selección de documentos para aprender más sobre Scheme:"

msgid "@uref{https://spritely.institute/static/papers/scheme-primer.html, @i{A Scheme Primer}}, by Christine Lemmer-Webber and the Spritely Institute."
msgstr "@uref{https://spritely.institute/static/papers/scheme-primer.html, @i{A Scheme Primer}}, por Christine Lemmer-Webber y el Instituto Spritely."

msgid "@uref{https://sarabander.github.io/sicp/, @i{Structure and Interpretation of Computer Programs}}, by Harold Abelson and Gerald Jay Sussman, with Julie Sussman.  Colloquially known as ``SICP'', this book is a reference."
msgstr "@uref{https://sarabander.github.io/sicp/, @i{Structure and Interpretation of Computer Programs}}, por Harold Abelson y Gerald Jay Sussman, con Julie Sussman.  Coloquialmente conocido como ``SICP'', este libro es una referencia."

msgid "You can also install it and read it from your computer:"
msgstr "Además puede instalarlo desde su equipo:"

msgid "You'll find more books, tutorials and other resources at @url{https://schemers.org/}."
msgstr "Encontrará más libros, tutoriales y otros recursos en @url{https://schemers.org/}."

msgid "packaging"
msgstr "empaquetar"

msgid "This chapter is dedicated to teaching you how to add packages to the collection of packages that come with GNU Guix.  This involves writing package definitions in Guile Scheme, organizing them in package modules, and building them."
msgstr "Este capítulo está dedicado para enseñanza de como añadir paquetes a la colección de paquetes que viene con GNU Guix.  Esto involucra escrbir definiciones de paquete en Guile Scheme, organizándolos en módulos de paquete, y construyéndolos."

msgid "GNU Guix stands out as the @emph{hackable} package manager, mostly because it uses @uref{https://www.gnu.org/software/guile/, GNU Guile}, a powerful high-level programming language, one of the @uref{https://en.wikipedia.org/wiki/Scheme_%28programming_language%29, Scheme} dialects from the @uref{https://en.wikipedia.org/wiki/Lisp_%28programming_language%29, Lisp family}."
msgstr "GNU Guix destaca como el gestor de paquetes @emph{hakeable}, principalmente porque utiliza @uref{https://www.gnu.org/software/guile/, GNU Guile}, un potente lenguaje de programación de alto nivel, uno de los dialectos @uref{https://en.wikipedia.org/wiki/Scheme_%28programming_language%29, Scheme} de la familia @uref{https://en.wikipedia.org/wiki/Lisp_%28programming_language%29, Lisp}."

msgid "Package definitions are also written in Scheme, which empowers Guix in some very unique ways, unlike most other package managers that use shell scripts or simple languages."
msgstr "Las definiciones de paquetes también se escriben en Scheme, lo cual dota a Guix de algunas capacidades muy únicas, a diferencia de otros gestores de empaquetado que utilizan guiones de intérpretes o lenguajes sencillos."

msgid "Use functions, structures, macros and all of Scheme expressiveness for your package definitions."
msgstr "Utilice funciones, estructuras, macros y toda la expresividad de Scheme para sus definiciones de paquetes."

msgid "Inheritance makes it easy to customize a package by inheriting from it and modifying only what is needed."
msgstr "La herencia facilita la personalización de un paquete heredando de él y modificando sólo lo que es necesario."

msgid "Batch processing: the whole package collection can be parsed, filtered and processed.  Building a headless server with all graphical interfaces stripped out? It's possible.  Want to rebuild everything from source using specific compiler optimization flags? Pass the @code{#:make-flags \"...\"} argument to the list of packages.  It wouldn't be a stretch to think @uref{https://wiki.gentoo.org/wiki/USE_flag, Gentoo USE flags} here, but this goes even further: the changes don't have to be thought out beforehand by the packager, they can be @emph{programmed} by the user!"
msgstr "Procesamiento por lotes: se puede interpretar, filtrar y procesar toda la colección de paquetes.  ¿Construir un servidor sin cabeza con todos los interfaces gráficos recortados? Es posible.  ¿Quieres recompilar todo desde el código fuente utilizando indicadores de optimización específicos del compilador? Pase el argumento @code{#:make-flags \"...\"} a la lista de paquetes.  No sería exagerado pensar @uref{https://wiki.gentoo.org/wiki/USE_flag, Gentoo USE indicadores} aquí, pero esto va más allá: los cambios no tienen que ser pensados de antemano por el empaquetador, ¡pueden ser @emph{programados} por el usuario!"

msgid "The following tutorial covers all the basics around package creation with Guix.  It does not assume much knowledge of the Guix system nor of the Lisp language.  The reader is only expected to be familiar with the command line and to have some basic programming knowledge."
msgstr "El siguiente tutorial cubre todo lo básico sobre la creación de paquetes con Guix.  No asume mucho conocimiento del sistema Guix ni del lenguaje Lisp.  Sólo se espera que el lector esté familiarizado con la línea de comandos y que tenga algunos conocimientos básicos de programación."

msgid "The ``Defining Packages'' section of the manual introduces the basics of Guix packaging (@pxref{Defining Packages,,, guix, GNU Guix Reference Manual}).  In the following section, we will partly go over those basics again."
msgstr "La sección ``Definición de paquetes'' del manual introduce los fundamentos del empaquetado Guix (@pxref{Definición de paquetes,,, guix.es, Manual referencial de GNU Guix}). En la siguiente sección, repasaremos parcialmente esos fundamentos de nuevo."

msgid "GNU@tie{}Hello is a dummy project that serves as an idiomatic example for packaging.  It uses the GNU build system (@code{./configure && make && make install}).  Guix already provides a package definition which is a perfect example to start with.  You can look up its declaration with @code{guix edit hello} from the command line.  Let's see how it looks:"
msgstr "GNU@tie{}Hello es un proyecto ficticio que sirve como ejemplo idiomático de empaquetado.  Utiliza el sistema de construcción de GNU (@code{./configure && make && make install}).  Guix ya proporciona una definición de paquete que es un ejemplo perfecto para empezar.  Puedes buscar su declaración con @code{guix edit hello} desde la línea de comandos.  Veamos cómo queda:"

msgid ""
"(define-public hello\n"
"  (package\n"
"    (name \"hello\")\n"
"    (version \"2.10\")\n"
"    (source (origin\n"
"              (method url-fetch)\n"
"              (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
"                                  \".tar.gz\"))\n"
"              (sha256\n"
"               (base32\n"
"                \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
"    (build-system gnu-build-system)\n"
"    (synopsis \"Hello, GNU world: An example GNU package\")\n"
"    (description\n"
"     \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits.  It\n"
"serves as an example of standard GNU coding practices.  As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
"    (home-page \"https://www.gnu.org/software/hello/\")\n"
"    (license gpl3+)))\n"
msgstr ""
"(define-public hello\n"
"  (package\n"
"    (name \"hello\")\n"
"    (version \"2.10\")\n"
"    (source (origin\n"
"              (method url-fetch)\n"
"              (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
"                                  \".tar.gz\"))\n"
"              (sha256\n"
"               (base32\n"
"                \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
"    (build-system gnu-build-system)\n"
"    (synopsis \"Hola, mundo GNU: Un ejemplo de paquete GNU\")\n"
"    (description\n"
"     \"GNU Hello imprime el mensaje \\\"Hello, world!\\\" y después sale.\n"
"Sirve como un ejemplo de prácticas de codificación GNU estándar.  Por tanto, admite\n"
"argumentos de línea comando, múltiples lenguajes, y más.\")\n"
"    (home-page \"https://www.gnu.org/software/hello/\")\n"
"    (license gpl3+)))\n"

msgid "As you can see, most of it is rather straightforward.  But let's review the fields together:"
msgstr "Como puede ver, muchos de estos es bastante sencillo.  Pero revisaremos los campos juntos:"

msgid "name"
msgstr "name"

msgid "The project name.  Using Scheme conventions, we prefer to keep it lower case, without underscore and using dash-separated words."
msgstr "El nombre del proyecto.  Utilizando convenciones de Scheme, preferimos conservarlo en minúsculas, son puntuación y utilizando palabras con guion separado."

msgid "source"
msgstr "source"

msgid "This field contains a description of the source code origin.  The @code{origin} record contains these fields:"
msgstr "Este campo contiene una descripción del origen del código fuente.  El registro @code{origin} contiene estos campos:"

msgid "The method, here @code{url-fetch} to download via HTTP/FTP, but other methods"
msgstr "El método, aquí @code{url-fetch} para descargar vía HTTP/FTP, pero otros métodos"

msgid "exist, such as @code{git-fetch} for Git repositories."
msgstr "existen, tal como @code{git-fetch} para repositorios Git."

msgid "The URI, which is typically some @code{https://} location for @code{url-fetch}.  Here"
msgstr "La URL, la cual es típicamente algún lugar @code{https://} para @code{url-fetch}.  Aquí"

msgid "the special `mirror://gnu` refers to a set of well known locations, all of which can be used by Guix to fetch the source, should some of them fail."
msgstr "el especial `mirror://gnu` refiere a un conjunto de lugares bien conocidos, todo los cuales puden ser utilzados por Guix para obtener la fuente, fallarían algunos de ellos."

msgid "The @code{sha256} checksum of the requested file.  This is essential to ensure"
msgstr "El checksum @code{sha256} del archivo solicitado.  Esto es esencial para asegurar"

msgid "the source is not corrupted.  Note that Guix works with base32 strings, hence the call to the @code{base32} function."
msgstr "la fuente no está corrompida.  Note que Guix funciona con cadenas de base32, por tanto la invocación para la función @code{base32}."

msgid "build-system"
msgstr "build-system"

msgid "This is where the power of abstraction provided by the Scheme language really shines: in this case, the @code{gnu-build-system} abstracts away the famous @code{./configure && make && make install} shell invocations.  Other build systems include the @code{trivial-build-system} which does not do anything and requires from the packager to program all the build steps, the @code{python-build-system}, the @code{emacs-build-system}, and many more (@pxref{Build Systems,,, guix, GNU Guix Reference Manual})."
msgstr "Aquí es donde el poder de abstracción proporcionado por el lenguaje Scheme realmente brilla: en este caso, el @code{gnu-build-system} abstrae las famosas invocaciones al shell @code{./configure && make && make install}.  Otros sistemas de construcción incluyen el @code{trivial-build-system} que no hace nada y requiere que el empaquetador programe todos los pasos de construcción, el @code{python-build-system}, el @code{emacs-build-system}, y muchos más (@pxref{Sistemas de construcción,,, guix.es, Manual referencia de GNU Guix})."

msgid "synopsis"
msgstr "synopsis"

msgid "It should be a concise summary of what the package does.  For many packages a tagline from the project's home page can be used as the synopsis."
msgstr "Sería un sumario conciso de que el paquete hace.  Para muchos paquetes un etiquetado desde la página inicial del proyecto puede ser utilizada como la sinopsis."

msgid "description"
msgstr "description"

msgid "Same as for the synopsis, it's fine to re-use the project description from the homepage.  Note that Guix uses Texinfo syntax."
msgstr "Lo mismo que la sinopsis, es propio reutilizar la descripción del proyecto desde la página inicial.  Note que Guix utiliza sintaxis Texinfo."

msgid "home-page"
msgstr "home-page"

msgid "Use HTTPS if available."
msgstr "Utilizar HTTPS si está disponible."

msgid "license"
msgstr "license"

msgid "See @code{guix/licenses.scm} in the project source for a full list of available licenses."
msgstr "Consulte @code{guix/licenses.scm} en la fuente del proyecto para un listado completo de licencias disponibles."

msgid "Time to build our first package! Nothing fancy here for now: we will stick to a dummy @code{my-hello}, a copy of the above declaration."
msgstr "¡Es el momento de construir nuestro primer paquete! Nada fantástico aquí por ahora: nos quedaremos con un maniquí @code{my-hello}, una copia de la declaración arriba."

msgid "As with the ritualistic ``Hello World'' taught with most programming languages, this will possibly be the most ``manual'' approach.  We will work out an ideal setup later; for now we will go the simplest route."
msgstr "Como con el ``hola mundo`` ritualístico enseño con muchos lenguajes de programación, esto posiblemente será la aproximación más ``manual''.  Funcionaremos con una configuración ideal más tarde; por ahora iremos a la rutina más simple."

msgid "Save the following to a file @file{my-hello.scm}."
msgstr "Guarda lo siguiente para un archivo @file{my-hello.scm}."

msgid ""
"(use-modules (guix packages)\n"
"             (guix download)\n"
"             (guix build-system gnu)\n"
"             (guix licenses))\n"
"\n"
msgstr ""
"(use-modules (guix packages)\n"
"             (guix download)\n"
"             (guix build-system gnu)\n"
"             (guix licenses))\n"
"\n"

msgid ""
"(package\n"
"  (name \"my-hello\")\n"
"  (version \"2.10\")\n"
"  (source (origin\n"
"            (method url-fetch)\n"
"            (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
"                                \".tar.gz\"))\n"
"            (sha256\n"
"             (base32\n"
"              \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
"  (build-system gnu-build-system)\n"
"  (synopsis \"Hello, Guix world: An example custom Guix package\")\n"
"  (description\n"
"   \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits.  It\n"
"serves as an example of standard GNU coding practices.  As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
"  (home-page \"https://www.gnu.org/software/hello/\")\n"
"  (license gpl3+))\n"
msgstr ""
"(package\n"
"  (name \"my-hello\")\n"
"  (version \"2.10\")\n"
"  (source (origin\n"
"            (method url-fetch)\n"
"            (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
"                                \".tar.gz\"))\n"
"            (sha256\n"
"             (base32\n"
"              \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
"  (build-system gnu-build-system)\n"
"  (synopsis \"Hola, mundo Guix: Un ejemplo personalizado de paquete Guix\")\n"
"  (description\n"
"   \"GNU Hello imprime el mensaje \\\"Hello, world!\\\" y después sale.\n"
"Sirve como un ejemplo de prácticas de codificación GNU estándar. Por tanto, admite\n"
"argumentos de línea de comando, múltiples lenguajes, y así el resto.\")\n"
"  (home-page \"https://www.gnu.org/software/hello/\")\n"
"  (license gpl3+))\n"

msgid "We will explain the extra code in a moment."
msgstr "Explicaremos el código adicional en un momento."

msgid "Feel free to play with the different values of the various fields.  If you change the source, you'll need to update the checksum.  Indeed, Guix refuses to build anything if the given checksum does not match the computed checksum of the source code.  To obtain the correct checksum of the package declaration, we need to download the source, compute the sha256 checksum and convert it to base32."
msgstr "Siéntete libre de jugar con los diferentes valores de los distintos campos.  Si cambia el código fuente, tendrá que actualizar la suma de comprobación.  De hecho, Guix se niega a construir nada si la suma de comprobación dada no coincide con la suma de comprobación calculada del código fuente.  Para obtener la suma de comprobación correcta de la declaración del paquete, tenemos que descargar el código fuente, calcular la suma de comprobación sha256 y convertirla a base32."

msgid "Thankfully, Guix can automate this task for us; all we need is to provide the URI:"
msgstr "Afortunadamente, Guix puede automatizar esta tarea por nosotros; todo lo que necesitamos es proporcionar la URI:"

msgid ""
"$ guix download mirror://gnu/hello/hello-2.10.tar.gz\n"
"\n"
msgstr ""
"$ guix download mirror://gnu/hello/hello-2.10.tar.gz\n"
"\n"

msgid ""
"Starting download of /tmp/guix-file.JLYgL7\n"
"From https://ftpmirror.gnu.org/gnu/hello/hello-2.10.tar.gz...\n"
"following redirection to `https://mirror.ibcp.fr/pub/gnu/hello/hello-2.10.tar.gz'...\n"
" …10.tar.gz  709KiB                                 2.5MiB/s 00:00 [##################] 100.0%\n"
"/gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz\n"
"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\n"
msgstr ""
"Inicio de la descarga de /tmp/guix-file.JLYgL7\n"
"Desde https://ftpmirror.gnu.org/gnu/hello/hello-2.10.tar.gz...\n"
"tras la redirección a `https://mirror.ibcp.fr/pub/gnu/hello/hello-2.10.tar.gz'...\n"
" …10.tar.gz  709KiB                                 2.5MiB/s 00:00 [##################] 100.0%\n"
"/gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz\n"
"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\n"

msgid "In this specific case the output tells us which mirror was chosen.  If the result of the above command is not the same as in the above snippet, update your @code{my-hello} declaration accordingly."
msgstr "En este caso concreto, la salida nos indica qué espejo se ha elegido.  Si el resultado del comando anterior no es el mismo que en el fragmento anterior, actualice su declaración @code{my-hello} en consecuencia."

msgid "Note that GNU package tarballs come with an OpenPGP signature, so you should definitely check the signature of this tarball with `gpg` to authenticate it before going further:"
msgstr "Tenga en cuenta que los paquetes tar de GNU vienen con una firma OpenPGP, por lo que debería comprobar la firma de este tar con `gpg` para autenticarlo antes de continuar:"

msgid ""
"$ guix download mirror://gnu/hello/hello-2.10.tar.gz.sig\n"
"\n"
msgstr ""
"$ guix download mirror://gnu/hello/hello-2.10.tar.gz.sig\n"
"\n"

msgid ""
"Starting download of /tmp/guix-file.03tFfb\n"
"From https://ftpmirror.gnu.org/gnu/hello/hello-2.10.tar.gz.sig...\n"
"following redirection to `https://ftp.igh.cnrs.fr/pub/gnu/hello/hello-2.10.tar.gz.sig'...\n"
" ….tar.gz.sig  819B                                                                                                                       1.2MiB/s 00:00 [##################] 100.0%\n"
"/gnu/store/rzs8wba9ka7grrmgcpfyxvs58mly0sx6-hello-2.10.tar.gz.sig\n"
"0q0v86n3y38z17rl146gdakw9xc4mcscpk8dscs412j22glrv9jf\n"
"$ gpg --verify /gnu/store/rzs8wba9ka7grrmgcpfyxvs58mly0sx6-hello-2.10.tar.gz.sig /gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz\n"
"gpg: Signature made Sun 16 Nov 2014 01:08:37 PM CET\n"
"gpg:                using RSA key A9553245FDE9B739\n"
"gpg: Good signature from \"Sami Kerola <kerolasa@@iki.fi>\" [unknown]\n"
"gpg:                 aka \"Sami Kerola (http://www.iki.fi/kerolasa/) <kerolasa@@iki.fi>\" [unknown]\n"
"gpg: WARNING: This key is not certified with a trusted signature!\n"
"gpg:          There is no indication that the signature belongs to the owner.\n"
"Primary key fingerprint: 8ED3 96E3 7E38 D471 A005  30D3 A955 3245 FDE9 B739\n"
msgstr ""
"Inicio de la descarga de /tmp/guix-file.03tFfb\n"
"Desde https://ftpmirror.gnu.org/gnu/hello/hello-2.10.tar.gz.sig...\n"
"tras la redirección a `https://ftp.igh.cnrs.fr/pub/gnu/hello/hello-2.10.tar.gz.sig'...\n"
" ….tar.gz.sig  819B                                                                                                                       1.2MiB/s 00:00 [##################] 100.0%\n"
"/gnu/store/rzs8wba9ka7grrmgcpfyxvs58mly0sx6-hello-2.10.tar.gz.sig\n"
"0q0v86n3y38z17rl146gdakw9xc4mcscpk8dscs412j22glrv9jf\n"
"$ gpg --verify /gnu/store/rzs8wba9ka7grrmgcpfyxvs58mly0sx6-hello-2.10.tar.gz.sig /gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz\n"
"gpg: Firmado el dom 16 nov 2014 13:08:37 CET\n"
"gpg:                usando RSA clave A9553245FDE9B739\n"
"gpg: comprobando base de datos de confianza\n"
"gpg: no se encuentran claves absolutamente fiables\n"
"gpg: Firma correcta de \"Sami Kerola <kerolasa@@iki.fi>\" [desconocido]\n"
"gpg:                 alias \"Sami Kerola (http://www.iki.fi/kerolasa/) <kerolasa@@iki.fi>\" [desconocido]\n"
"gpg: ATENCIÓN: ¡Esta clave no está certificada por una firma de confianza!\n"
"gpg:          No hay indicios de que la firma pertenezca al propietario.\n"
"Huellas dactilares de la clave primaria: 8ED3 96E3 7E38 D471 A005  30D3 A955 3245 FDE9 B739\n"

msgid "You can then happily run"
msgstr "Entonces puede ejecutar felizmente"

msgid "$ guix package --install-from-file=my-hello.scm\n"
msgstr "$ guix package --install-from-file=my-hello.scm\n"

msgid "You should now have @code{my-hello} in your profile!"
msgstr "¡Ahora tendría @code{my-hello} en su perfil!"

msgid ""
"$ guix package --list-installed=my-hello\n"
"my-hello\t2.10\tout\n"
"/gnu/store/f1db2mfm8syb8qvc357c53slbvf1g9m9-my-hello-2.10\n"
msgstr ""
"$ guix package --list-installed=my-hello\n"
"my-hello\t2.10\tout\n"
"/gnu/store/f1db2mfm8syb8qvc357c53slbvf1g9m9-my-hello-2.10\n"

msgid "We've gone as far as we could without any knowledge of Scheme.  Before moving on to more complex packages, now is the right time to brush up on your Scheme knowledge.  @xref{A Scheme Crash Course} to get up to speed."
msgstr "Hemos llegado tan lejos como hemos podido sin ningún conocimiento de Scheme. Antes de pasar a paquetes más complejos, ahora es el momento adecuado para repasar tus conocimientos de Scheme.  @xref{A Scheme Crash Course} para ponerte al día."

msgid "In the rest of this chapter we will rely on some basic Scheme programming knowledge.  Now let's detail the different possible setups for working on Guix packages."
msgstr "En el resto de este capítulo nos basaremos en algunos conocimientos básicos de programación en Scheme.  Ahora vamos a detallar las diferentes configuraciones posibles para trabajar con paquetes Guix."

msgid "There are several ways to set up a Guix packaging environment."
msgstr "Hay varias maneras de configurar un entorno de empaquetando para Guix."

msgid "We recommend you work directly on the Guix source checkout since it makes it easier for everyone to contribute to the project."
msgstr "Recomendado trabajar directamente en la copia de trabajo de código Guix desde que lo hizo más fácil para cada uno de contribuir al proyecto."

msgid "But first, let's look at other possibilities."
msgstr "Pero primero, miremos en otras posibilidades."

msgid "This is what we previously did with @samp{my-hello}.  With the Scheme basics we've covered, we are now able to explain the leading chunks.  As stated in @code{guix package --help}:"
msgstr "Esto es lo que hicimos anteriormente con @samp{my-hello}.  Con los fundamentos de Scheme que hemos cubierto, ahora estamos en condiciones de explicar los trozos principales.  Como se indica en @code{guix package --help}:"

msgid ""
"  -f, --install-from-file=FILE\n"
"                         install the package that the code within FILE\n"
"                         evaluates to\n"
msgstr ""
"  -f, --install-from-file=ARCHIVO\n"
"                         instala el paquete al que el código en\n"
"                         ARCHIVO evalúa\n"

msgid "Thus the last expression @emph{must} return a package, which is the case in our earlier example."
msgstr "Por tanto la última expresión @emph{debe} devolver un paquete, el cual es el caso en su ejemplo anterior."

msgid "The @code{use-modules} expression tells which of the modules we need in the file.  Modules are a collection of values and procedures.  They are commonly called ``libraries'' or ``packages'' in other programming languages."
msgstr "La expresión @code{use-modules} indica cuáles de los módulos necesitamos en el archivo.  Los módulos son una colección de valores y procedimientos.  En otros lenguajes de programación suelen denominarse ``bibliotecas'' o ``paquetes''."

msgid "channel"
msgstr "canal"

msgid "Guix and its package collection can be extended through @dfn{channels}.  A channel is a Git repository, public or not, containing @file{.scm} files that provide packages (@pxref{Defining Packages,,, guix, GNU Guix Reference Manual}) or services (@pxref{Defining Services,,, guix, GNU Guix Reference Manual})."
msgstr "Guix y su colección de paquetes pueden ampliarse a través de @dfn{canales}.  Un canal es un repositorio Git, público o no, que contiene archivos @file{.scm} que proporcionan paquetes (@pxref{Definición de paquetes,,, guix.es, Manual referencial GNU Guix}) o servicios (@pxref{Definición de servicios,,, guix.es, Manual referencial GNU Guix})."

msgid "How would you go about creating a channel? First, create a directory that will contain your @file{.scm} files, say @file{~/my-channel}:"
msgstr "¿Como pudiste ir a crear un canal? Primero, cree un directorio que contendrá su archivos @file{.scm}, dicho @file{~/mi-canal}:"

msgid "mkdir ~/my-channel\n"
msgstr "mkdir ~/mi-canal\n"

msgid "Suppose you want to add the @samp{my-hello} package we saw previously; it first needs some adjustments:"
msgstr "Suponga que quiere añadir el paquete @samp{my-hello} que vimos previamente; primero necesita algunos ajustes:"

msgid ""
"(define-module (my-hello)\n"
"  #:use-module (guix licenses)\n"
"  #:use-module (guix packages)\n"
"  #:use-module (guix build-system gnu)\n"
"  #:use-module (guix download))\n"
"\n"
msgstr ""
"(define-module (my-hello)\n"
"  #:use-module (guix licenses)\n"
"  #:use-module (guix packages)\n"
"  #:use-module (guix build-system gnu)\n"
"  #:use-module (guix download))\n"
"\n"

msgid ""
"(define-public my-hello\n"
"  (package\n"
"    (name \"my-hello\")\n"
"    (version \"2.10\")\n"
"    (source (origin\n"
"              (method url-fetch)\n"
"              (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
"                                  \".tar.gz\"))\n"
"              (sha256\n"
"               (base32\n"
"                \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
"    (build-system gnu-build-system)\n"
"    (synopsis \"Hello, Guix world: An example custom Guix package\")\n"
"    (description\n"
"     \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits.  It\n"
"serves as an example of standard GNU coding practices.  As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
"    (home-page \"https://www.gnu.org/software/hello/\")\n"
"    (license gpl3+)))\n"
msgstr ""
"(define-public my-hello\n"
"  (package\n"
"    (name \"my-hello\")\n"
"    (version \"2.10\")\n"
"    (source (origin\n"
"              (method url-fetch)\n"
"              (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
"                                  \".tar.gz\"))\n"
"              (sha256\n"
"               (base32\n"
"                \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
"    (build-system gnu-build-system)\n"
"    (synopsis \"Hola, mundo Guix: Un ejemplo personalizado de paquete Guix\")\n"
"    (description\n"
"     \"GNU Hello imprime el mensaje \\\"Hello, world!\\\" y después sale.\n"
"Sirve como un ejemplo de prácticas de codificación GNU estándar.  Por tanto, admite\n"
"argumentos de línea comando, múltiples lenguajes, y más.\")\n"
"    (home-page \"https://www.gnu.org/software/hello/\")\n"
"    (license gpl3+)))\n"

msgid "Note that we have assigned the package value to an exported variable name with @code{define-public}.  This is effectively assigning the package to the @code{my-hello} variable so that it can be referenced, among other as dependency of other packages."
msgstr "Observe que hemos asignado el valor del paquete a un nombre de variable exportado con @code{define-public}.  Esto es efectivamente asignar el paquete a la variable @code{my-hello} para que pueda ser referenciado, entre otros como dependencia de otros paquetes."

msgid "If you use @code{guix package --install-from-file=my-hello.scm} on the above file, it will fail because the last expression, @code{define-public}, does not return a package.  If you want to use @code{define-public} in this use-case nonetheless, make sure the file ends with an evaluation of @code{my-hello}:"
msgstr "Si utiliza @code{guix package --install-from-file=my-hello.scm} sobre el archivo de arriba, fallará porque la última expresión, @code{define-public}, no devuelve un paquete.  Si quiere utilizar @code{define-public} en este caso de uso sin embargo, asegura los finales de archivo con una evaluación de @code{my-hello}:"

msgid ""
";; ...\n"
"(define-public my-hello\n"
"  ;; ...\n"
"  )\n"
"\n"
msgstr ""
";; ...\n"
"(define-public my-hello\n"
"  ;; ...\n"
"  )\n"
"\n"

msgid "my-hello\n"
msgstr "my-hello\n"

msgid "This last example is not very typical."
msgstr "Este último ejemplo no es muy típico."

msgid "Now how do you make that package visible to @command{guix} commands so you can test your packages? You need to add the directory to the search path using the @option{-L} command-line option, as in these examples:"
msgstr "¿Ahora como haces que el paquete visible a comandos @command{guix} por tanto puede privar sus paquetes? Necesita añadir el directorio para la ruta de búsqueda utilizando la opción de línea de instrucción @option{-L}, como en estos ejemplos:"

msgid ""
"guix show -L ~/my-channel my-hello\n"
"guix build -L ~/my-channel my-hello\n"
msgstr ""
"guix show -L ~/mi-canal my-hello\n"
"guix build -L ~/mi-canal my-hello\n"

msgid "The final step is to turn @file{~/my-channel} into an actual channel, making your package collection seamlessly available @i{via} any @command{guix} command.  To do that, you first need to make it a Git repository:"
msgstr "El paso final es convertir @file{~/my-channel} en un canal real, haciendo que tu colección de paquetes esté disponible sin problemas vía cualquier comando @command{guix}. Para ello, primero tienes que convertirlo en un repositorio Git:"

msgid ""
"cd ~/my-channel\n"
"git init\n"
"git add my-hello.scm\n"
"git commit -m \"First commit of my channel.\"\n"
msgstr ""
"cd ~/mi-canal\n"
"git init\n"
"git add my-hello.scm\n"
"git commit -m \"Primer commit de mi canal.\"\n"

msgid "And that's it, you have a channel! From there on, you can add this channel to your channel configuration in @file{~/.config/guix/channels.scm} (@pxref{Specifying Additional Channels,,, guix, GNU Guix Reference Manual}); assuming you keep your channel local for now, the @file{channels.scm} would look something like this:"
msgstr "¡Eso es, tiene un canal! Desde ese activo, puede añadir este canal a su configuración de canal en @file{~/.config/guix/channels.scm} (@pxref{Especificación de canales adicionales,,, guix.es, Manual de referencia de GNU Guix}); asumiendo conserva su canal local para ahora, el @file{channels.scm} parecería algo como esto:"

msgid ""
"(append (list (channel\n"
"                (name 'my-channel)\n"
"                (url (string-append \"file://\" (getenv \"HOME\")\n"
"                                    \"/my-channel\"))))\n"
"        %default-channels)\n"
msgstr ""
"(append (list (channel\n"
"                (name 'mi-canal)\n"
"                (url (string-append \"file://\" (getenv \"HOME\")\n"
"                                    \"/mi-canal\"))))\n"
"        %default-channels)\n"

msgid "Next time you run @command{guix pull}, your channel will be picked up and the packages it defines will be readily available to all the @command{guix} commands, even if you do not pass @option{-L}.  The @command{guix describe} command will show that Guix is, indeed, using both the @code{my-channel} and the @code{guix} channels."
msgstr "La próxima vez que ejecute @command{guix pull}, su canal será recogido y los paquetes que defina estarán disponibles para todos los comandos @command{guix}, incluso si no pasa @option{-L}.  El comando @command{guix describe} mostrará que Guix está, de hecho, usando tanto el canal @code{mi-canal} como el canal @code{guix}."

msgid "@xref{Creating a Channel,,, guix, GNU Guix Reference Manual}, for details."
msgstr "@xref{Creación de un canal,,, guix.es, Manual de referencia de GNU Guix}, para más detalles."

msgid "Working directly on the Guix project is recommended: it reduces the friction when the time comes to submit your changes upstream to let the community benefit from your hard work!"
msgstr "Se recomienda trabajar directamente en el proyecto Guix: reduce la fricción cuando llega el momento de enviar los cambios a la comunidad para que ésta se beneficie de tu duro trabajo."

msgid "Unlike most software distributions, the Guix repository holds in one place both the tooling (including the package manager) and the package definitions.  This choice was made so that it would give developers the flexibility to modify the API without breakage by updating all packages at the same time.  This reduces development inertia."
msgstr "A diferencia de la mayoría de las distribuciones de software, el repositorio Guix contiene en un solo lugar tanto las herramientas (incluido el gestor de paquetes) como las definiciones de los paquetes.  Esta elección se hizo para dar a los desarrolladores la flexibilidad de modificar la API sin rupturas, actualizando todos los paquetes al mismo tiempo.  Esto reduce la inercia del desarrollo."

msgid "Check out the official @uref{https://git-scm.com/, Git} repository:"
msgstr "Revise el repositorio @uref{https://git-scm.com/, Git} oficial:"

msgid "In the rest of this article, we use @samp{$GUIX_CHECKOUT} to refer to the location of the checkout."
msgstr "En el resto de este artículo, utilice @samp{$GUIX_CHECKOUT} para referir al lugar del código."

msgid "Follow the instructions in the manual (@pxref{Contributing,,, guix, GNU Guix Reference Manual}) to set up the repository environment."
msgstr "Siga las instrucciones en el manual (@pxref{Contribución,,, guix.es, Manual de referencia de GNU Guix}) para configurar el entorno del repositorio."

msgid "Once ready, you should be able to use the package definitions from the repository environment."
msgstr "Una vez que esté dispuesto, sería capaz de utilizar las definiciones del paquete desde el entorno del repositorio."

msgid "Feel free to edit package definitions found in @samp{$GUIX_CHECKOUT/gnu/packages}."
msgstr "Siéntase libre de editar definiciones de paquete encontrada en @samp{$GUIX_CHECKOUT/gnu/packages}."

msgid "The @samp{$GUIX_CHECKOUT/pre-inst-env} script lets you use @samp{guix} over the package collection of the repository (@pxref{Running Guix Before It Is Installed,,, guix, GNU Guix Reference Manual})."
msgstr "El guion @samp{$GUIX_CHECKOUT/pre-inst-env} le permite utilizar @samp{guix} sobre la colección del paquete del repositorio (@pxref{Ejecutar Guix antes de instalarlo,,, guix.es, Manual de referencia de GNU Guix})."

msgid "Search packages, such as Ruby:"
msgstr "Busque paquetes, tales como Ruby:"

msgid ""
"  $ cd $GUIX_CHECKOUT\n"
"  $ ./pre-inst-env guix package --list-available=ruby\n"
"      ruby    1.8.7-p374      out     gnu/packages/ruby.scm:119:2\n"
"      ruby    2.1.6   out     gnu/packages/ruby.scm:91:2\n"
"      ruby    2.2.2   out     gnu/packages/ruby.scm:39:2\n"
msgstr ""
"  $ cd $GUIX_CHECKOUT\n"
"  $ ./pre-inst-env guix package --list-available=ruby\n"
"      ruby    1.8.7-p374      out     gnu/packages/ruby.scm:119:2\n"
"      ruby    2.1.6   out     gnu/packages/ruby.scm:91:2\n"
"      ruby    2.2.2   out     gnu/packages/ruby.scm:39:2\n"

msgid "Build a package, here Ruby version 2.1:"
msgstr "Construye un paquete, aquí Ruby versión 2.1:"

msgid ""
"  $ ./pre-inst-env guix build --keep-failed ruby@@2.1\n"
"  /gnu/store/c13v73jxmj2nir2xjqaz5259zywsa9zi-ruby-2.1.6\n"
msgstr ""
"  $ ./pre-inst-env guix build --keep-failed ruby@@2.1\n"
"  /gnu/store/c13v73jxmj2nir2xjqaz5259zywsa9zi-ruby-2.1.6\n"

msgid "Install it to your user profile:"
msgstr "Instalarlo a su perfil de usuario:"

msgid "  $ ./pre-inst-env guix package --install ruby@@2.1\n"
msgstr "  $ ./pre-inst-env guix package --install ruby@@2.1\n"

msgid "Check for common mistakes:"
msgstr "Comprobar equivocaciones usuales:"

msgid "  $ ./pre-inst-env guix lint ruby@@2.1\n"
msgstr "  $ ./pre-inst-env guix lint ruby@@2.1\n"

msgid "Guix strives at maintaining a high packaging standard; when contributing to the Guix project, remember to"
msgstr "Guix se esfuerza en mantenimiento de un empaquetado estándar alto; cuando contribuya al proyecto Guix, recuerde que"

msgid "follow the coding style (@pxref{Coding Style,,, guix, GNU Guix Reference Manual}),"
msgstr "siga el estilo de codificación (@pxref{Estilo de codificación,,, guix.es, Manual de referencia de GNU Guix}),"

msgid "and review the check list from the manual (@pxref{Submitting Patches,,, guix, GNU Guix Reference Manual})."
msgstr "y revise el listado de comprobación desde el manual (@pxref{Envío de parches,,, guix.es, Manual de referencia de GNU Guix})."

msgid "Once you are happy with the result, you are welcome to send your contribution to make it part of Guix.  This process is also detailed in the manual.  (@pxref{Contributing,,, guix, GNU Guix Reference Manual})"
msgstr "Una vez que sea feliz con el resultado, es bienvenido para enviar su contribución para hacerla parte de Guix.  Este proceso además está detallado en el manual.  (@pxref{Contribución,,, guix.es, Manual de referencia de GNU Guix})"

msgid "It's a community effort so the more join in, the better Guix becomes!"
msgstr "¡Es un esfuerzo de la comunidad tal que más se unan, lo mejor de vuelve Guix!"

msgid "The above ``Hello World'' example is as simple as it goes.  Packages can be more complex than that and Guix can handle more advanced scenarios.  Let's look at another, more sophisticated package (slightly modified from the source):"
msgstr "El ejemplo ``Hola Mundo'' de arriba es tan simple como va.  Los paquetes pueden ser más complejos que eso y Guix puede manipular más escenarios avanzados.  Miremos en otro paquete, más sofisticado (ligeramente modificado desde la fuente):"

msgid ""
"(define-public my-libgit2\n"
"  (let ((commit \"e98d0a37c93574d2c6107bf7f31140b548c6a7bf\")\n"
"        (revision \"1\"))\n"
"    (package\n"
"      (name \"my-libgit2\")\n"
"      (version (git-version \"0.26.6\" revision commit))\n"
"      (source (origin\n"
"                (method git-fetch)\n"
"                (uri (git-reference\n"
"                      (url \"https://github.com/libgit2/libgit2/\")\n"
"                      (commit commit)))\n"
"                (file-name (git-file-name name version))\n"
"                (sha256\n"
"                 (base32\n"
"                  \"17pjvprmdrx4h6bb1hhc98w9qi6ki7yl57f090n9kbhswxqfs7s3\"))\n"
"                (patches (search-patches \"libgit2-mtime-0.patch\"))\n"
"                (modules '((guix build utils)))\n"
"                ;; Remove bundled software.\n"
"                (snippet '(delete-file-recursively \"deps\"))))\n"
"      (build-system cmake-build-system)\n"
"      (outputs '(\"out\" \"debug\"))\n"
"      (arguments\n"
"       `(#:tests? #true                         ; Run the test suite (this is the default)\n"
"         #:configure-flags '(\"-DUSE_SHA1DC=ON\") ; SHA-1 collision detection\n"
"         #:phases\n"
"         (modify-phases %standard-phases\n"
"           (add-after 'unpack 'fix-hardcoded-paths\n"
"             (lambda _\n"
"               (substitute* \"tests/repo/init.c\"\n"
"                 ((\"#!/bin/sh\") (string-append \"#!\" (which \"sh\"))))\n"
"               (substitute* \"tests/clar/fs.h\"\n"
"                 ((\"/bin/cp\") (which \"cp\"))\n"
"                 ((\"/bin/rm\") (which \"rm\")))))\n"
"           ;; Run checks more verbosely.\n"
"           (replace 'check\n"
"             (lambda* (#:key tests? #:allow-other-keys)\n"
"               (when tests?\n"
"                 (invoke \"./libgit2_clar\" \"-v\" \"-Q\"))))\n"
"           (add-after 'unpack 'make-files-writable-for-tests\n"
"             (lambda _ (for-each make-file-writable (find-files \".\")))))))\n"
"      (inputs\n"
"       (list libssh2 http-parser python-wrapper))\n"
"      (native-inputs\n"
"       (list pkg-config))\n"
"      (propagated-inputs\n"
"       ;; These two libraries are in 'Requires.private' in libgit2.pc.\n"
"       (list openssl zlib))\n"
"      (home-page \"https://libgit2.github.com/\")\n"
"      (synopsis \"Library providing Git core methods\")\n"
"      (description\n"
"       \"Libgit2 is a portable, pure C implementation of the Git core methods\n"
"provided as a re-entrant linkable library with a solid API, allowing you to\n"
"write native speed custom Git applications in any language with bindings.\")\n"
"      ;; GPLv2 with linking exception\n"
"      (license license:gpl2))))\n"
msgstr ""
"(define-public my-libgit2\n"
"  (let ((commit \"e98d0a37c93574d2c6107bf7f31140b548c6a7bf\")\n"
"        (revision \"1\"))\n"
"    (package\n"
"      (name \"my-libgit2\")\n"
"      (version (git-version \"0.26.6\" revision commit))\n"
"      (source (origin\n"
"                (method git-fetch)\n"
"                (uri (git-reference\n"
"                      (url \"https://github.com/libgit2/libgit2/\")\n"
"                      (commit commit)))\n"
"                (file-name (git-file-name name version))\n"
"                (sha256\n"
"                 (base32\n"
"                  \"17pjvprmdrx4h6bb1hhc98w9qi6ki7yl57f090n9kbhswxqfs7s3\"))\n"
"                (patches (search-patches \"libgit2-mtime-0.patch\"))\n"
"                (modules '((guix build utils)))\n"
"                ;; Remove bundled software.\n"
"                (snippet '(delete-file-recursively \"deps\"))))\n"
"      (build-system cmake-build-system)\n"
"      (outputs '(\"out\" \"debug\"))\n"
"      (arguments\n"
"       `(#:tests? #true                         ; Ejecutar el conjunto de pruebas (por defecto)\n"
"         #:configure-flags '(\"-DUSE_SHA1DC=ON\") ; SHA-1 detección de colisiones\n"
"         #:phases\n"
"         (modify-phases %standard-phases\n"
"           (add-after 'unpack 'fix-hardcoded-paths\n"
"             (lambda _\n"
"               (substitute* \"tests/repo/init.c\"\n"
"                 ((\"#!/bin/sh\") (string-append \"#!\" (which \"sh\"))))\n"
"               (substitute* \"tests/clar/fs.h\"\n"
"                 ((\"/bin/cp\") (which \"cp\"))\n"
"                 ((\"/bin/rm\") (which \"rm\")))))\n"
"           ;; Realiza comprobaciones más verbosas.\n"
"           (replace 'check\n"
"             (lambda* (#:key tests? #:allow-other-keys)\n"
"               (when tests?\n"
"                 (invoke \"./libgit2_clar\" \"-v\" \"-Q\"))))\n"
"           (add-after 'unpack 'make-files-writable-for-tests\n"
"             (lambda _ (for-each make-file-writable (find-files \".\")))))))\n"
"      (inputs\n"
"       (list libssh2 http-parser python-wrapper))\n"
"      (native-inputs\n"
"       (list pkg-config))\n"
"      (propagated-inputs\n"
"       ;; Estas dos bibliotecas se encuentran en 'Requires.private' en libgit2.pc.\n"
"       (list openssl zlib))\n"
"      (home-page \"https://libgit2.github.com/\")\n"
"      (synopsis \"Biblioteca que proporciona los métodos básicos de Git\")\n"
"      (description\n"
"       \"Libgit2 es una implementación portable en C puro de los métodos\n"
"centrales de Git, proporcionada como una biblioteca enlazable reentrante\n"
"con una API sólida, que permite escribir aplicaciones Git personalizadas a\n"
"velocidad nativa en cualquier lenguaje con bindings.\")\n"
"      ;; GPLv2 with linking exception\n"
"      (license license:gpl2))))\n"

msgid "(In those cases were you only want to tweak a few fields from a package definition, you should rely on inheritance instead of copy-pasting everything.  See below.)"
msgstr "(En aquellos casos eran solo querían configurar unos pocos campos desde una definición de pquete, relativamente en herencia en vez de todo copia-pega.  Consulte a continuación.)"

msgid "Let's discuss those fields in depth."
msgstr "Discutimos esos campos en profundidad."

msgid "@code{git-fetch} method"
msgstr "El método @code{git-fetch}"

msgid "Unlike the @code{url-fetch} method, @code{git-fetch} expects a @code{git-reference} which takes a Git repository and a commit.  The commit can be any Git reference such as tags, so if the @code{version} is tagged, then it can be used directly.  Sometimes the tag is prefixed with a @code{v}, in which case you'd use @code{(commit (string-append \"v\" version))}."
msgstr "A diferencia del método @code{url-fetch}, @code{git-fetch} espera un @code{git-reference} que toma un repositorio Git y un commit.  El commit puede ser cualquier referencia Git como etiquetas, por lo que si el @code{version} está etiquetado, entonces puede usarse directamente.  A veces la etiqueta va precedida de @code{v}, en cuyo caso se usaría @code{(commit (string-append \"v\" version))}."

msgid "To ensure that the source code from the Git repository is stored in a directory with a descriptive name, we use @code{(file-name (git-file-name name version))}."
msgstr "Para garantizar que el código fuente del repositorio Git se almacena en un directorio con un nombre descriptivo, utilizamos @code{(file-name (git-file-name name version))}."

msgid "The @code{git-version} procedure can be used to derive the version when packaging programs for a specific commit, following the Guix contributor guidelines (@pxref{Version Numbers,,, guix, GNU Guix Reference Manual})."
msgstr "El procedimiento @code{git-version} puede usarse para derivar la versión cuando se empaquetan programas para una confirmación específica, siguiendo las directrices de los contribuidores de Guix (@pxref{Versiones numéricas,,, guix.es, Manual de referencia de GNU Guix})."

msgid "How does one obtain the @code{sha256} hash that's in there, you ask? By invoking @command{guix hash} on a checkout of the desired commit, along these lines:"
msgstr "¿Cómo se obtiene el hash @code{sha256} que está ahí, te preguntarás? Invocando @command{guix hash} en una revisión de la confirmación deseada, de la siguiente manera:"

msgid ""
"git clone https://github.com/libgit2/libgit2/\n"
"cd libgit2\n"
"git checkout v0.26.6\n"
"guix hash -rx .\n"
msgstr ""
"git clone https://github.com/libgit2/libgit2/\n"
"cd libgit2\n"
"git checkout v0.26.6\n"
"guix hash -rx .\n"

msgid "@command{guix hash -rx} computes a SHA256 hash over the whole directory, excluding the @file{.git} sub-directory (@pxref{Invoking guix hash,,, guix, GNU Guix Reference Manual})."
msgstr "@command{guix hash -rx} calcula un hash SHA256 sobre el directorio completo, excluyendo el sub-directorio @file{.git} (@pxref{Invocación de guix hash,,, guix.es, Manual referencial de GNU Guix})."

msgid "In the future, @command{guix download} will hopefully be able to do these steps for you, just like it does for regular downloads."
msgstr "En el futuro, @command{guix download} ojalá sea capaz de hacer estos pasos por usted, tan solo lo hace para descargas usuales."

msgid "Snippets"
msgstr "Fragmentos"

msgid "Snippets are quoted (i.e. non-evaluated) Scheme code that are a means of patching the source.  They are a Guix-y alternative to the traditional @file{.patch} files.  Because of the quote, the code in only evaluated when passed to the Guix daemon for building.  There can be as many snippets as needed."
msgstr "Los fragmentos de código Scheme están entrecomillados (es decir, no evaluado) que tienen un sentido de parcheo de la fuente. Son una alternativa de Guix-y para los archvios tradicionales de tipo parche (@file{.patch}). Debido a la comilla, el código solamente es evaluado cuando pase al daemon Guix para construcción. Allí puede tener tangos fragmentos como se necesiten."

msgid "Snippets might need additional Guile modules which can be imported from the @code{modules} field."
msgstr "Los fragmentos quizá necesiten módulos Guile adicionales los cuales pueden ser importados desde el campo @code{modules}."

msgid "Inputs"
msgstr "Entradas"

msgid "There are 3 different input types.  In short:"
msgstr "Hay tres tipos diferentes de entrada.  Las cortas:"

msgid "native-inputs"
msgstr "native-inputs"

msgid "Required for building but not runtime -- installing a package through a substitute won't install these inputs."
msgstr "Requerido para construir pero no en tiempo de ejecución -- instalando un paquete por un sustituto no instalaría estas entradas."

msgid "inputs"
msgstr "inputs"

msgid "Installed in the store but not in the profile, as well as being present at build time."
msgstr "Instalado en el almacén pero no en el perfil, así como estando presente en tiempo de construcción."

msgid "propagated-inputs"
msgstr "propagated-inputs"

msgid "Installed in the store and in the profile, as well as being present at build time."
msgstr "Instalado en el almacén y en el perfil, además de estar presente en el momento de la construcción."

msgid "@xref{package Reference,,, guix, GNU Guix Reference Manual} for more details."
msgstr "@xref{Referencia de package,,, guix.es, Manual de referencia de GNU Guix} para más detalles."

msgid "The distinction between the various inputs is important: if a dependency can be handled as an @emph{input} instead of a @emph{propagated input}, it should be done so, or else it ``pollutes'' the user profile for no good reason."
msgstr "La distinción entre las distintas entradas es importante: si una dependencia puede tratarse como una @emph{entrada} en lugar de como una @emph{entrada propagada}, debe hacerse así, o de lo contrario ``contaminará'' el perfil de usuario sin una buena razón."

msgid "For instance, a user installing a graphical program that depends on a command line tool might only be interested in the graphical part, so there is no need to force the command line tool into the user profile.  The dependency is a concern to the package, not to the user.  @emph{Inputs} make it possible to handle dependencies without bugging the user by adding undesired executable files (or libraries) to their profile."
msgstr "Por ejemplo, un usuario que instala un programa gráfico que depende de una herramienta de línea de comandos puede que sólo esté interesado en la parte gráfica, por lo que no hay necesidad de forzar la herramienta de línea de comandos en el perfil de usuario.  La dependencia es una preocupación para el paquete, no para el usuario.  @emph{Inputs} permite gestionar las dependencias sin molestar al usuario añadiendo archivos ejecutables (o bibliotecas) no deseados a su perfil."

msgid "Same goes for @emph{native-inputs}: once the program is installed, build-time dependencies can be safely garbage-collected.  It also matters when a substitute is available, in which case only the @emph{inputs} and @emph{propagated inputs} will be fetched: the @emph{native inputs} are not required to install a package from a substitute."
msgstr "Lo mismo ocurre con @emph{native-inputs}: una vez instalado el programa, las dependencias en tiempo de construcción pueden ser recolectadas de forma segura.  También es importante cuando un sustituto está disponible, en cuyo caso sólo el @code{inputs} y @code{propagated-inputs} será recuperado: el @code{native-inputs} no son necesarios para instalar un paquete de un sustituto."

msgid "Note"
msgstr "Nota"

msgid "You may see here and there snippets where package inputs are written quite differently, like so:"
msgstr "Aquí puede ver y esos fragmentos de código donde entradas de paquetes son escritos poco diferentemente, como así:"

msgid ""
";; The \"old style\" for inputs.\n"
"(inputs\n"
" `((\"libssh2\" ,libssh2)\n"
"   (\"http-parser\" ,http-parser)\n"
"   (\"python\" ,python-wrapper)))\n"
msgstr ""
";; El \"estilo más antiguo\" para entradas.\n"
"(inputs\n"
" `((\"libssh2\" ,libssh2)\n"
"   (\"http-parser\" ,http-parser)\n"
"   (\"python\" ,python-wrapper)))\n"

msgid "This is the ``old style'', where each input in the list is explicitly given a label (a string).  It is still supported but we recommend using the style above instead.  @xref{package Reference,,, guix, GNU Guix Reference Manual}, for more info."
msgstr "Éste es el ``estilo antiguo'', donde cada entrada en el listado se proporciona explícitamente como una etiqueta (una cadena).  Todavía está mantenido pero recomendamos utilizar en su lugar el estilo anterior."

msgid "Outputs"
msgstr "Salidas"

msgid "Just like how a package can have multiple inputs, it can also produce multiple outputs."
msgstr "Tan solo como un paquete puede tener múltiples entradas, puede producir además múltiples salidas."

msgid "Each output corresponds to a separate directory in the store."
msgstr "Cada salida corresponde a un directorio separado en el almacén."

msgid "The user can choose which output to install; this is useful to save space or to avoid polluting the user profile with unwanted executables or libraries."
msgstr "El usuario puede elegir cual salida para instalar; esto es útil para ahorrar espacio o para evitar repartir el perfil de usuario cuando ejecutables o bibliotecas no son deseados."

msgid "Output separation is optional.  When the @code{outputs} field is left out, the default and only output (the complete package) is referred to as @code{\"out\"}."
msgstr "La separación de salida es opcional.  Cuando el campo @code{salidas} se dejan fuera, lo predeterminado y solamente la salida (el paquete completo) está referenciado como @code{\"out\"} (salida)."

msgid "Typical separate output names include @code{debug} and @code{doc}."
msgstr "Los nombres de salida separados típicos incluyen @code{defauilt} y @code{doc}."

msgid "It's advised to separate outputs only when you've shown it's worth it: if the output size is significant (compare with @code{guix size}) or in case the package is modular."
msgstr "Se advierte separar las salidas solo cuando es mostrada es peor si: el tamaño de salida es significante (compara con @code{tamaño guix}) o en caso de cuando el paquete es modular."

msgid "Build system arguments"
msgstr "Argumentos del sistema de construcción"

msgid "The @code{arguments} is a keyword-value list used to configure the build process."
msgstr "Los @code{arguments} son un valor de palabra clave utilizada para configurar el proceso de construcción."

msgid "The simplest argument @code{#:tests?} can be used to disable the test suite when building the package.  This is mostly useful when the package does not feature any test suite.  It's strongly recommended to keep the test suite on if there is one."
msgstr "El argumento @code{#:test?} más simple puede ser utilizado para deshabilitar la suite de test cuando construya el paquete.  Esto es mayormente útil cuando el paquete no capacita ningún suite de test.  Es recomendado fuertemente conservar la suite de test si hay una."

msgid "Another common argument is @code{:make-flags}, which specifies a list of flags to append when running make, as you would from the command line.  For instance, the following flags"
msgstr "Otro argumento común es @code{:crear-indicadores}, el cual especifica un listado de indicadores para adjuntar cuando ejecute make, como haría desde la línea de comando.  Por instancia, los indicadores proporcionan"

msgid ""
"#:make-flags (list (string-append \"prefix=\" (assoc-ref %outputs \"out\"))\n"
"                   \"CC=gcc\")\n"
msgstr ""
"#:make-flags (list (string-append \"prefix=\" (assoc-ref %outputs \"salida\"))\n"
"                   \"CC=gcc\")\n"

msgid "translate into"
msgstr "traducir en"

msgid "$ make CC=gcc prefix=/gnu/store/...-<out>\n"
msgstr "$ make CC=gcc prefix=/gnu/store/...-<salida>\n"

msgid "This sets the C compiler to @code{gcc} and the @code{prefix} variable (the installation directory in Make parlance) to @code{(assoc-ref %outputs \"out\")}, which is a build-stage global variable pointing to the destination directory in the store (something like @file{/gnu/store/...-my-libgit2-20180408})."
msgstr "Estos establece el compilador C para @code{gcc} y la variable @code{prefix} (el directorio de instalación en el lenguaje Make) para @code{(assoc-ref %outputs \"salida\")} la cual es una variable local de lado-de-construcción apuntando al directorio destino dentro del almacenaje (alguna cosa como @file{/gnu/store/...-my-libgit2-20180408})."

msgid "Similarly, it's possible to set the configure flags:"
msgstr "Similarmente, es posible poner los indicadores de configuración:"

msgid "#:configure-flags '(\"-DUSE_SHA1DC=ON\")\n"
msgstr "#:configure-flags '(\"-DUSE_SHA1DC=ON\")\n"

msgid "The @code{%build-inputs} variable is also generated in scope.  It's an association table that maps the input names to their store directories."
msgstr "La variable @code{%build-inputs} también está generada en ámbito.  Es una tabla de asociación que asocia los nombres de entrada a sus directorios de almacenaje."

msgid "The @code{phases} keyword lists the sequential steps of the build system.  Typically phases include @code{unpack}, @code{configure}, @code{build}, @code{install} and @code{check}.  To know more about those phases, you need to work out the appropriate build system definition in @samp{$GUIX_CHECKOUT/guix/build/gnu-build-system.scm}:"
msgstr "La palabra clave @code{phases} crea listas de pasos secuenciales del sistema de construcción.  Las fases típicamente incluyen @code{unpack}, @code{configure}, @code{build}, @code{instalar} y @code{check}.  Para saber más sobre estas fases, necesita trabajar fuera de la definición del sistema de construcción apropiado en @samp{$GUIX_CHECKOUT/guix/build/gnu-build-system.scm}:"

msgid ""
"(define %standard-phases\n"
"  ;; Standard build phases, as a list of symbol/procedure pairs.\n"
"  (let-syntax ((phases (syntax-rules ()\n"
"                         ((_ p ...) `((p . ,p) ...)))))\n"
"    (phases set-SOURCE-DATE-EPOCH set-paths install-locale unpack\n"
"            bootstrap\n"
"            patch-usr-bin-file\n"
"            patch-source-shebangs configure patch-generated-file-shebangs\n"
"            build check install\n"
"            patch-shebangs strip\n"
"            validate-runpath\n"
"            validate-documentation-location\n"
"            delete-info-dir-file\n"
"            patch-dot-desktop-files\n"
"            make-dynamic-linker-cache\n"
"            install-license-files\n"
"            reset-gzip-timestamps\n"
"            compress-documentation)))\n"
msgstr ""
"(define %standard-phases\n"
"  ;; Fases de construcción estándar, como un listado de parejas símbolo/procedimiento.\n"
"  (let-syntax ((phases (syntax-rules ()\n"
"                         ((_ p ...) `((p . ,p) ...)))))\n"
"    (phases set-SOURCE-DATE-EPOCH set-paths install-locale unpack\n"
"            bootstrap\n"
"            patch-usr-bin-file\n"
"            patch-source-shebangs configure patch-generated-file-shebangs\n"
"            build check install\n"
"            patch-shebangs strip\n"
"            validate-runpath\n"
"            validate-documentation-location\n"
"            delete-info-dir-file\n"
"            patch-dot-desktop-files\n"
"            make-dynamic-linker-cache\n"
"            install-license-files\n"
"            reset-gzip-timestamps\n"
"            compress-documentation)))\n"

msgid "Or from the REPL:"
msgstr "O desde el REPL:"

msgid ""
"(add-to-load-path \"/path/to/guix/checkout\")\n"
",use (guix build gnu-build-system)\n"
"(map car %standard-phases)\n"
"@result{} (set-SOURCE-DATE-EPOCH set-paths install-locale unpack bootstrap patch-usr-bin-file patch-source-shebangs configure patch-generated-file-shebangs build check install patch-shebangs strip validate-runpath validate-documentation-location delete-info-dir-file patch-dot-desktop-files make-dynamic-linker-cache install-license-files reset-gzip-timestamps compress-documentation)\n"
msgstr ""
"(add-to-load-path \"/ruta/para/guix/comprobente\")\n"
",use (guix build gnu-build-system)\n"
"(map car %standard-phases)\n"
"@result{} (set-SOURCE-DATE-EPOCH set-paths install-locale unpack bootstrap patch-usr-bin-file patch-source-shebangs configure patch-generated-file-shebangs build check install patch-shebangs strip validate-runpath validate-documentation-location delete-info-dir-file patch-dot-desktop-files make-dynamic-linker-cache install-license-files reset-gzip-timestamps compress-documentation)\n"

msgid "If you want to know more about what happens during those phases, consult the associated procedures."
msgstr "Si desea conocer más sobre que sucede durante esas fases, consulte los procedimientos asociados."

msgid "For instance, as of this writing the definition of @code{unpack} for the GNU build system is:"
msgstr "Para instanciar, como esta escribe la definición de @code{unpack} (desempaquetar) para el sistema compilador de GNU es:"

msgid ""
"(define* (unpack #:key source #:allow-other-keys)\n"
"  \"Unpack SOURCE in the working directory, and change directory within the\n"
"source.  When SOURCE is a directory, copy it in a sub-directory of the current\n"
"working directory.\"\n"
"  (if (file-is-directory? source)\n"
"      (begin\n"
"        (mkdir \"source\")\n"
"        (chdir \"source\")\n"
"\n"
msgstr ""
"(define* (unpack #:key source #:allow-other-keys)\n"
"  \"Unpack SOURCE in the working directory, and change directory within the\n"
"source.  When SOURCE is a directory, copy it in a sub-directory of the current\n"
"working directory.\"\n"
"  (if (file-is-directory? source)\n"
"      (begin\n"
"        (mkdir \"source\")\n"
"        (chdir \"source\")\n"
"\n"

msgid ""
"        ;; Preserve timestamps (set to the Epoch) on the copied tree so that\n"
"        ;; things work deterministically.\n"
"        (copy-recursively source \".\"\n"
"                          #:keep-mtime? #t)\n"
"        ;; Make the source checkout files writable, for convenience.\n"
"        (for-each (lambda (f)\n"
"                    (false-if-exception (make-file-writable f)))\n"
"                  (find-files \".\")))\n"
"      (begin\n"
"        (cond\n"
"         ((string-suffix? \".zip\" source)\n"
"          (invoke \"unzip\" source))\n"
"         ((tarball? source)\n"
"          (invoke \"tar\" \"xvf\" source))\n"
"         (else\n"
"          (let ((name (strip-store-file-name source))\n"
"                (command (compressor source)))\n"
"            (copy-file source name)\n"
"            (when command\n"
"              (invoke command \"--decompress\" name)))))\n"
"        ;; Attempt to change into child directory.\n"
"        (and=> (first-subdirectory \".\") chdir))))\n"
msgstr ""
"        ;; Conserva el sello horario y fecha (pone en la Epoch) en el árbol copiado tal que\n"
"        ;; las cosas funcionen determinísticamente.\n"
"        (copy-recursively source \".\"\n"
"                          #:keep-mtime? #t)\n"
"        ;; Hacer que los archivos fuente sean grabables, por conveniencia.\n"
"        (for-each (lambda (f)\n"
"                    (false-if-exception (make-file-writable f)))\n"
"                  (find-files \".\")))\n"
"      (begin\n"
"        (cond\n"
"         ((string-suffix? \".zip\" source)\n"
"          (invoke \"unzip\" source))\n"
"         ((tarball? source)\n"
"          (invoke \"tar\" \"xvf\" source))\n"
"         (else\n"
"          (let ((name (strip-store-file-name source))\n"
"                (command (compressor source)))\n"
"            (copy-file source name)\n"
"            (when command\n"
"              (invoke command \"--decompress\" name)))))\n"
"        ;; Intenta cambiar en directorio heredado.\n"
"        (and=> (first-subdirectory \".\") chdir))))\n"

msgid "Note the @code{chdir} call: it changes the working directory to where the source was unpacked.  Thus every phase following the @code{unpack} will use the source as a working directory, which is why we can directly work on the source files.  That is to say, unless a later phase changes the working directory to something else."
msgstr "Nota la invocación @code{chdir}: modifica el directorio de trabajo para donde la fuente fue desempaquetada.  Por tanto cada fase sigue el desempaquetado (@code{unpack}) utilizará la fuente como un directorio de trabajo, el cual es porqué podemos trabajar directamente en los archivos de fuentes.  Esto es decir, a no ser que una fase posterior cambia el directorio de trabajo a algo más."

msgid "We modify the list of @code{%standard-phases} of the build system with the @code{modify-phases} macro as per the list of specified modifications, which may have the following forms:"
msgstr "Modificamos el listado de fases @code{%standard-phases} del sistema de construcción con la macro @code{modify-phases} como por el listado de modificaciones especificadas, las cuales pueden tener los formularios siguientes:"

msgid "@code{(add-before @var{phase} @var{new-phase} @var{procedure})}: Run @var{procedure} named @var{new-phase} before @var{phase}."
msgstr "@code{(add-before @var{phase} @var{new-phase} @var{procedure})}: Ejecute @var{procedure} nombrado @var{new-phase} antes que @var{phase}."

msgid "@code{(add-after @var{phase} @var{new-phase} @var{procedure})}: Same, but afterwards."
msgstr "@code{(add-after @var{phase} @var{new-phase} @var{procedure})}: Lo mismo, pero posteriores."

msgid "@code{(replace @var{phase} @var{procedure})}."
msgstr "@code{(sustituye @var{phase} @var{procedure})}."

msgid "@code{(delete @var{phase})}."
msgstr "@code{(elimina @var{phase})}."

msgid "The @var{procedure} supports the keyword arguments @code{inputs} and @code{outputs}.  Each input (whether @emph{native}, @emph{propagated} or not) and output directory is referenced by their name in those variables.  Thus @code{(assoc-ref outputs \"out\")} is the store directory of the main output of the package.  A phase procedure may look like this:"
msgstr "La @var{procedimiento} admite los argumentos de palabra clave @code{entradas} y @code{salidas}.  Cada directorio de entrada (ya sea @emph{nativo}, @emph{propagado} o no) y salida se referencia por su nombre en esas variables.  Así @code{(assoc-ref salidas \"out\")} es el directorio de almacenamiento de la salida principal del paquete.  Un procedimiento de fase puede tener este aspecto:"

msgid "Its return value is ignored."
msgstr "Su valor de retorno se ignora."

msgid "Code staging"
msgstr "Puesta en escena del código"

msgid "The astute reader may have noticed the quasi-quote and comma syntax in the argument field.  Indeed, the build code in the package declaration should not be evaluated on the client side, but only when passed to the Guix daemon.  This mechanism of passing code around two running processes is called @uref{https://arxiv.org/abs/1709.00833, code staging}."
msgstr "El lector astuto puede haber notado la sintaxis de comillas y comas en el campo de argumentos.  De hecho, el código de construcción en la declaración del paquete no debe ser evaluado en el lado del cliente, sino sólo cuando se pasa al daemon Guix.  Este mecanismo de pasar código entre dos procesos en ejecución se denomina @uref{https://arxiv.org/abs/1709.00833, code staging}."

msgid "Utility functions"
msgstr "Funciones de utilidad"

msgid "When customizing @code{phases}, we often need to write code that mimics the equivalent system invocations (@code{make}, @code{mkdir}, @code{cp}, etc.)@: commonly used during regular ``Unix-style'' installations."
msgstr "Cuando personalizamos @code{phases}, a menudo necesitamos escribir código que imite las invocaciones equivalentes del sistema (@code{make}, @code{mkdir}, @code{cp}, etc.)@: comúnmente usadas durante instalaciones regulares ``al estilo Unix''."

msgid "Some like @code{chmod} are native to Guile.  @xref{,,, guile, Guile reference manual} for a complete list."
msgstr "Algunos como @code{chmod} son nativos para Guile.  @xref{,,, guile, Manual de referencia de Guile} para un listado completo."

msgid "Guix provides additional helper functions which prove especially handy in the context of package management."
msgstr "Proporciona funciones ayudantes adicionales Guix las cual prueba especialmente manipular en el contexto de gestor de paquete."

msgid "Some of those functions can be found in @samp{$GUIX_CHECKOUT/guix/guix/build/utils.scm}.  Most of them mirror the behaviour of the traditional Unix system commands:"
msgstr "Algunas de estas funciones pueden encontrarse en @samp{$GUIX_CHECKOUT/guix/guix/build/utils.scm}.  La mayoría de ellas reflejan el comportamiento de los comandos tradicionales del sistema Unix:"

msgid "which"
msgstr "which"

msgid "Like the @samp{which} system command."
msgstr "Como la instrucción del sistema @samp{which}."

msgid "find-files"
msgstr "find-files"

msgid "Akin to the @samp{find} system command."
msgstr "Similar al comando de sistema @samp{find}."

msgid "mkdir-p"
msgstr "mkdir-p"

msgid "Like @samp{mkdir -p}, which creates all parents as needed."
msgstr "Como @samp{mkdir -p}, que crea todos los padres según sea necesario."

msgid "install-file"
msgstr "install-file"

msgid "Similar to @samp{install} when installing a file to a (possibly non-existing) directory.  Guile has @code{copy-file} which works like @samp{cp}."
msgstr "Similar a @samp{install} cuando se instala un archivo en un directorio (posiblemente inexistente).  Guile tiene @code{copy-file} que funciona como @samp{cp}."

msgid "copy-recursively"
msgstr "copy-recursively"

msgid "Like @samp{cp -r}."
msgstr "Como @samp{cp -r}."

msgid "delete-file-recursively"
msgstr "delete-file-recursively"

msgid "Like @samp{rm -rf}."
msgstr "Como @samp{rm -rf}."

msgid "invoke"
msgstr "invoke"

msgid "Run an executable.  This should be used instead of @code{system*}."
msgstr "Ejecuta un ejecutable.  Esto sería utilizado en vez de @code{system*}."

msgid "with-directory-excursion"
msgstr "with-directory-excursion"

msgid "Run the body in a different working directory, then restore the previous working directory."
msgstr "Ejecuta el cuerpo de un directorio de trabajo diferente, posteriormente restaura el directorio de trabajo anterior."

msgid "substitute*"
msgstr "substitute*"

msgid "A ``@command{sed}-like'' function."
msgstr "Una función ``@command{sed}'' similar."

msgid "@xref{Build Utilities,,, guix, GNU Guix Reference Manual}, for more information on these utilities."
msgstr "@xref{Utilidades de construcción,,, guix.es, Manual referencia de GNU Guix}, para más información sobre estas utilidades."

msgid "Module prefix"
msgstr "Prefijo módulo"

msgid "The license in our last example needs a prefix: this is because of how the @code{license} module was imported in the package, as @code{#:use-module ((guix licenses)  #:prefix license:)}.  The Guile module import mechanism (@pxref{Using Guile Modules,,, guile, Guile reference manual})  gives the user full control over namespacing: this is needed to avoid clashes between, say, the @samp{zlib} variable from @samp{licenses.scm} (a @emph{license} value) and the @samp{zlib} variable from @samp{compression.scm} (a @emph{package} value)."
msgstr "La licencia en nuestro último ejemplo necesita un prefijo: esto se debe a cómo el módulo @code{license} fue importado en el paquete, como @code{#:use-module ((guix licenses) #:prefix license:)}.  El mecanismo de importación de módulos de Guile (@pxref{Uso de módulos Guile,,, guile, Manual de referencia de Guile}) da al usuario control total sobre el espaciado de nombres: esto es necesario para evitar conflictos entre, digamos, la variable @samp{zlib} de @samp{licenses.scm} (un valor @emph{license}) y la variable @samp{zlib} de @samp{compression.scm} (un valor @emph{package})."

msgid "What we've seen so far covers the majority of packages using a build system other than the @code{trivial-build-system}.  The latter does not automate anything and leaves you to build everything manually.  This can be more demanding and we won't cover it here for now, but thankfully it is rarely necessary to fall back on this system."
msgstr "Lo que hemos visto hasta ahora cubre la mayoría de los paquetes que utilizan un sistema de construcción distinto del @code{trivial-build-system}.  Este último no automatiza nada y te deja construir todo manualmente.  Esto puede ser más exigente y no lo cubriremos aquí por ahora, pero afortunadamente rara vez es necesario recurrir a este sistema."

msgid "For the other build systems, such as ASDF, Emacs, Perl, Ruby and many more, the process is very similar to the GNU build system except for a few specialized arguments."
msgstr "Para los demás sistemas de construcción, como ASDF, Emacs, Perl, Ruby y muchos más, el proceso es muy similar al del sistema de construcción de GNU, excepto por algunos argumentos especializados."

msgid "@xref{Build Systems,,, guix, GNU Guix Reference Manual}, for more information on build systems, or check the source code in the @samp{$GUIX_CHECKOUT/guix/build} and @samp{$GUIX_CHECKOUT/guix/build-system} directories."
msgstr "@xref{Sistemas de construcción,,, guix.es, Manual de referencia de GNU Guix}, para más información sobre sistemas de compilación, o consulte el código fuente en los directorios @samp{$GUIX_CHECKOUT/guix/build} y @samp{$GUIX_CHECKOUT/guix/build-system}."

msgid "We can't repeat it enough: having a full-fledged programming language at hand empowers us in ways that reach far beyond traditional package management."
msgstr "No nos cansaremos de repetirlo: tener a mano un lenguaje de programación completo nos capacita de formas que van mucho más allá de la gestión tradicional de paquetes."

msgid "Let's illustrate this with some awesome features of Guix!"
msgstr "Ilustraremos esto con algunas características asombrosas de Guix."

msgid "You might find some build systems good enough that there is little to do at all to write a package, to the point that it becomes repetitive and tedious after a while.  A @emph{raison d'être} of computers is to replace human beings at those boring tasks.  So let's tell Guix to do this for us and create the package definition of an R package from CRAN (the output is trimmed for conciseness):"
msgstr "Puedes encontrar algunos sistemas de construcción lo suficientemente buenos como para que haya poco que hacer para escribir un paquete, hasta el punto de que se vuelve repetitivo y tedioso después de un tiempo.  Una @emph{razón de ser} de los ordenadores es reemplazar a los seres humanos en esas tareas aburridas.  Así que vamos a decirle a Guix que haga esto por nosotros y cree la definición de paquete de un paquete R desde CRAN (la salida está recortada para ser concisos):"

msgid ""
"$ guix import cran --recursive walrus\n"
"\n"
msgstr ""
"$ guix import cran --recursive walrus\n"
"\n"

msgid ""
"(define-public r-mc2d\n"
"    ; ...\n"
"    (license gpl2+)))\n"
"\n"
msgstr ""
"(define-public r-mc2d\n"
"    ; ...\n"
"    (license gpl2+)))\n"
"\n"

msgid ""
"(define-public r-jmvcore\n"
"    ; ...\n"
"    (license gpl2+)))\n"
"\n"
msgstr ""
"(define-public r-jmvcore\n"
"    ; ...\n"
"    (license gpl2+)))\n"
"\n"

msgid ""
"(define-public r-wrs2\n"
"    ; ...\n"
"    (license gpl3)))\n"
"\n"
msgstr ""
"(define-public r-wrs2\n"
"    ; ...\n"
"    (license gpl3)))\n"
"\n"

msgid ""
"(define-public r-walrus\n"
"  (package\n"
"    (name \"r-walrus\")\n"
"    (version \"1.0.3\")\n"
"    (source\n"
"      (origin\n"
"        (method url-fetch)\n"
"        (uri (cran-uri \"walrus\" version))\n"
"        (sha256\n"
"          (base32\n"
"            \"1nk2glcvy4hyksl5ipq2mz8jy4fss90hx6cq98m3w96kzjni6jjj\"))))\n"
"    (build-system r-build-system)\n"
"    (propagated-inputs\n"
"      (list r-ggplot2 r-jmvcore r-r6 r-wrs2))\n"
"    (home-page \"https://github.com/jamovi/walrus\")\n"
"    (synopsis \"Robust Statistical Methods\")\n"
"    (description\n"
"      \"This package provides a toolbox of common robust statistical\n"
"tests, including robust descriptives, robust t-tests, and robust ANOVA.\n"
"It is also available as a module for 'jamovi' (see\n"
"<https://www.jamovi.org> for more information).  Walrus is based on the\n"
"WRS2 package by Patrick Mair, which is in turn based on the scripts and\n"
"work of Rand Wilcox.  These analyses are described in depth in the book\n"
"'Introduction to Robust Estimation & Hypothesis Testing'.\")\n"
"    (license gpl3)))\n"
msgstr ""
"(define-public r-walrus\n"
"  (package\n"
"    (name \"r-walrus\")\n"
"    (version \"1.0.3\")\n"
"    (source\n"
"      (origin\n"
"        (method url-fetch)\n"
"        (uri (cran-uri \"walrus\" version))\n"
"        (sha256\n"
"          (base32\n"
"            \"1nk2glcvy4hyksl5ipq2mz8jy4fss90hx6cq98m3w96kzjni6jjj\"))))\n"
"    (build-system r-build-system)\n"
"    (propagated-inputs\n"
"      (list r-ggplot2 r-jmvcore r-r6 r-wrs2))\n"
"    (home-page \"https://github.com/jamovi/walrus\")\n"
"    (synopsis \"Robust Statistical Methods\")\n"
"    (description\n"
"      \"Este paquete proporciona una caja de herramientas de pruebas\n"
"estadísticas robustas comunes, incluidas las descriptivas robustas,\n"
"pruebas-t robustas, y ANOVA robusto.\n"
"También está disponible como módulo para 'jamovi' (consulte\n"
"<https://www.jamovi.org> para más información).  Walrus está baso en el\n"
"paquete WRS2 de Patrick Mair, que a su vez se basa en los guiones y\n"
"el trabajo de Rand Wilcox.  Estos análisis se describen en profundidad en el libro\n"
"'Introducción a la estimación robusta y la comprobación de hipótesis'.\")\n"
"    (licencia gpl3)))\n"

msgid "The recursive importer won't import packages for which Guix already has package definitions, except for the very first."
msgstr "El importador recursivo no importará paquetes para los que Guix ya tenga definiciones de paquetes, excepto para el primero."

msgid "Not all applications can be packaged this way, only those relying on a select number of supported systems.  Read about the full list of importers in the guix import section of the manual (@pxref{Invoking guix import,,, guix, GNU Guix Reference Manual})."
msgstr "No todas las aplicaciones pueden empaquetarse de esta forma, sólo aquellas que dependen de un número selecto de sistemas soportados.  Lea sobre la lista completa de importadores en la sección guix import del manual (@pxref{Invocación de guix import,, guix, Manual de referencia de GNU Guix})."

msgid "Guix can be smart enough to check for updates on systems it knows.  It can report outdated package definitions with"
msgstr "Guix puede ser lo suficientemente inteligente como para buscar actualizaciones en los sistemas que conoce.  Puede informar de definiciones de paquetes obsoletas con"

msgid "$ guix refresh hello\n"
msgstr "$ guix refresh hola\n"

msgid "In most cases, updating a package to a newer version requires little more than changing the version number and the checksum.  Guix can do that automatically as well:"
msgstr "En la mayoría de los casos, actualizar un paquete a una versión más reciente requiere poco más que cambiar el número de versión y la suma de comprobación.  Guix también puede hacerlo automáticamente:"

msgid "$ guix refresh hello --update\n"
msgstr "$ guix refresh saludo --update\n"

msgid "If you've started browsing the existing package definitions, you might have noticed that a significant number of them have a @code{inherit} field:"
msgstr "Si has empezado a navegar por las definiciones de paquetes existentes, te habrás dado cuenta de que un número significativo de ellos tienen un campo @code{inherit}:"

msgid ""
"(define-public adwaita-icon-theme\n"
"  (package (inherit gnome-icon-theme)\n"
"    (name \"adwaita-icon-theme\")\n"
"    (version \"3.26.1\")\n"
"    (source (origin\n"
"              (method url-fetch)\n"
"              (uri (string-append \"mirror://gnome/sources/\" name \"/\"\n"
"                                  (version-major+minor version) \"/\"\n"
"                                  name \"-\" version \".tar.xz\"))\n"
"              (sha256\n"
"               (base32\n"
"                \"17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8\"))))\n"
"    (native-inputs (list `(,gtk+ \"bin\")))))\n"
msgstr ""
"(define-public adwaita-icon-theme\n"
"  (package (inherit gnome-icon-theme)\n"
"    (name \"adwaita-icon-theme\")\n"
"    (version \"3.26.1\")\n"
"    (source (origin\n"
"              (method url-fetch)\n"
"              (uri (string-append \"mirror://gnome/sources/\" name \"/\"\n"
"                                  (version-major+minor version) \"/\"\n"
"                                  name \"-\" version \".tar.xz\"))\n"
"              (sha256\n"
"               (base32\n"
"                \"17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8\"))))\n"
"    (native-inputs (list `(,gtk+ \"bin\")))))\n"

msgid "All unspecified fields are inherited from the parent package.  This is very convenient to create alternative packages, for instance with different source, version or compilation options."
msgstr "Todos los campos no especificados son heredados desde el paquete antecesor.  Esto es muy conveniente para crear paquetes alternativos, para instancia con opciones de fuentes, versión o compilación diferentes."

msgid "Sadly, some applications can be tough to package.  Sometimes they need a patch to work with the non-standard file system hierarchy enforced by the store.  Sometimes the tests won't run properly.  (They can be skipped but this is not recommended.)  Other times the resulting package won't be reproducible."
msgstr "Tristemente, algunas aplicaciones pueden ser cambiadas para empaquetar.  Algunas veces necesitan un parche para funcionar con la jerarquía del sistema de archivo no estándar forzadas por el almacenaje.  Algunas veces las pruebas no funcionarán apropiadamente.  (Pueden ser omitidos pero esto no es lo recomentado.)  Otras veces el paquete resultante no sería reproducible."

msgid "Should you be stuck, unable to figure out how to fix any sort of packaging issue, don't hesitate to ask the community for help."
msgstr "Estaría atascado, incapaz de figurar como reparar cualquier breve problema de empaquetado, no dude preguntar a la comunidad para ayuda."

msgid "See the @uref{https://guix.gnu.org/contact/, Guix homepage} for information on the mailing lists, IRC, etc."
msgstr "Consulte la @uref{https://guix.gnu.org/contact/, página inicial de Guix} para información sobre los listados de correo, IRC, etc."

msgid "This tutorial was a showcase of the sophisticated package management that Guix boasts.  At this point we have mostly restricted this introduction to the @code{gnu-build-system} which is a core abstraction layer on which more advanced abstractions are based."
msgstr "Este tutorial fue una muestra de caso de la gestión de empaquetado sofisticado que lleva Guix.  En este punto estamos restringidos mayormente esta introducción sobre el @code{gnu-system} el cual es una capa de abstracción del núcleo en el cual están basadas más abstracciones avanzadas."

msgid "Where do we go from here? Next we ought to dissect the innards of the build system by removing all abstractions, using the @code{trivial-build-system}: this should give us a thorough understanding of the process before investigating some more advanced packaging techniques and edge cases."
msgstr "¿donde vamos desde aquí? Siguiente quisimos deseccionar los internas del sistema de construcción eliminando todas las abstracciones, utilizando el @code{trivial-build-system}: esto nos proporcionaría una comprensión a través del proceso antes de investigar algunas técnicas de empaquetado más avanzado y casos del borde."

msgid "Other features worth exploring are the interactive editing and debugging capabilities of Guix provided by the Guile REPL@."
msgstr "Otras características los cuales exploran son la interactividad editanto y depurando capacidades de Guix proporcionadas por el REPL@ de Guile."

msgid "Those fancy features are completely optional and can wait; now is a good time to take a well-deserved break.  With what we've introduced here you should be well armed to package lots of programs.  You can get started right away and hopefully we will see your contributions soon!"
msgstr "Esas características de lujo son completamente opcionales y pueden esperar; ahora es un buen momento para tomarse un merecido descanso.  Con lo que hemos presentado aquí deberías estar bien armado para empaquetar muchos programas. Puede empezar ahora mismo y esperamos ver pronto sus contribuciones."

msgid "The @uref{https://guix.gnu.org/manual/en/html_node/Defining-Packages.html, package reference in the manual}"
msgstr "La @uref{https://guix.gnu.org/manual/es/html_node/Definicion-de-paquetes.html, referencia de paquete dentro del manual}"

msgid "@uref{https://gitlab.com/pjotrp/guix-notes/blob/master/HACKING.org, Pjotr’s hacking guide to GNU Guix}"
msgstr "@uref{https://gitlab.com/pjotrp/guix-notes/blob/master/HACKING.org, La guía de jaqueo de Pjotr para GNU Guix}"

msgid "@uref{https://guix.gnu.org/guix-ghm-andreas-20130823.pdf, ``GNU Guix: Package without a scheme!''}, by Andreas Enge"
msgstr "@uref{https://guix.gnu.org/guix-ghm-andreas-20130823.pdf, ``GNU Guix: ¡Paquete sin un scheme!''}, de Andreas Enge"

msgid "Guix offers a flexible language for declaratively configuring your Guix System.  This flexibility can at times be overwhelming.  The purpose of this chapter is to demonstrate some advanced configuration concepts."
msgstr "Guix ofrece un lenguaje flexible para configurar de forma declarativa su sistema Guix.  Esta flexibilidad puede resultar a veces abrumadora.  El propósito de este capítulo es demostrar algunos conceptos avanzados de configuración."

msgid "@pxref{System Configuration,,, guix, GNU Guix Reference Manual} for a complete reference."
msgstr "@pxref{Configuración del sistema,,, guix, Manual Referencial de GNU Guix} para una referencia completa."

msgid "While the Guix manual explains auto-login one user to @emph{all} TTYs (@pxref{auto-login to TTY,,, guix, GNU Guix Reference Manual}), some might prefer a situation, in which one user is logged into one TTY with the other TTYs either configured to login different users or no one at all.  Note that one can auto-login one user to any TTY, but it is usually advisable to avoid @code{tty1}, which, by default, is used to log warnings and errors."
msgstr "Mientras que el manual de Guix explica el auto-login de un usuario a @emph{all} TTYs (@pxref{auto-login to TTY,,, guix, GNU Guix Reference Manual}), algunos pueden preferir una situación, en la que un usuario se registra en un TTY con los otros TTYs configurados para registrar diferentes usuarios o ninguno en absoluto.  Tenga en cuenta que uno puede auto-login un usuario a cualquier TTY, pero por lo general es aconsejable evitar @code{tty1}, que, por defecto, se utiliza para registrar advertencias y errores."

msgid "Here is how one might set up auto login for one user to one tty:"
msgstr "Así es como se puede configurar el inicio de sesión automático para un usuario en un tty:"

msgid ""
"(define (auto-login-to-tty config tty user)\n"
"  (if (string=? tty (mingetty-configuration-tty config))\n"
"        (mingetty-configuration\n"
"         (inherit config)\n"
"         (auto-login user))\n"
"        config))\n"
"\n"
msgstr ""
"(define (auto-login-to-tty config tty user)\n"
"  (if (string=? tty (mingetty-configuration-tty config))\n"
"        (mingetty-configuration\n"
"         (inherit config)\n"
"         (auto-login user))\n"
"        config))\n"
"\n"

msgid ""
"(define %my-services\n"
"  (modify-services %base-services\n"
"    ;; @dots{}\n"
"    (mingetty-service-type config =>\n"
"                           (auto-login-to-tty\n"
"                            config \"tty3\" \"alice\"))))\n"
"\n"
msgstr ""
"(define %mis-servicios\n"
"  (modify-services %base-services\n"
"    ;; @dots{}\n"
"    (mingetty-service-type config =>\n"
"                           (auto-login-to-tty\n"
"                            config \"tty3\" \"alice\"))))\n"
"\n"

msgid ""
"(operating-system\n"
"  ;; @dots{}\n"
"  (services %my-services))\n"
msgstr ""
"(operating-system\n"
"  ;; @dots{}\n"
"  (services %mis-servicios))\n"

msgid "One could also @code{compose} (@pxref{Higher-Order Functions,,, guile, The Guile Reference Manual}) @code{auto-login-to-tty} to login multiple users to multiple ttys."
msgstr "También se podría @code{compose} (@pxref{Higher-Order Functions,,, guile, The Guile Reference Manual}) @code{auto-login-to-tty} para iniciar sesión de múltiples usuarios en múltiples ttys."

msgid "Finally, here is a note of caution.  Setting up auto login to a TTY, means that anyone can turn on your computer and run commands as your regular user.  However, if you have an encrypted root partition, and thus already need to enter a passphrase when the system boots, auto-login might be a convenient option."
msgstr "Por último, una nota de precaución.  Configurar el inicio de sesión automático en un TTY, significa que cualquiera puede encender tu ordenador y ejecutar comandos como tu usuario habitual.  Sin embargo, si tienes una partición raíz cifrada, y por lo tanto ya necesitas introducir una frase de contraseña cuando se inicia el sistema, el inicio de sesión automático puede ser una opción conveniente."

msgid "Guix is, at its core, a source based distribution with substitutes (@pxref{Substitutes,,, guix, GNU Guix Reference Manual}), and as such building packages from their source code is an expected part of regular package installations and upgrades.  Given this starting point, it makes sense that efforts are made to reduce the amount of time spent compiling packages, and recent changes and upgrades to the building and distribution of substitutes continues to be a topic of discussion within Guix."
msgstr "Guix es, en su núcleo, una distribución basada en fuentes con sustituciones (@pxref{Sustituciones,,, guix.es, Manual referencial de GNU Guix}), y como tal la construcción de paquetes desde su código fuente es una parte esperada de las instalaciones y actualizaciones regulares de paquetes.  Dado este punto de partida, tiene sentido que se hagan esfuerzos para reducir la cantidad de tiempo dedicado a la compilación de paquetes, y los recientes cambios y actualizaciones en la construcción y distribución de sustitutos sigue siendo un tema de discusión dentro de Guix."

msgid "The kernel, while not requiring an overabundance of RAM to build, does take a rather long time on an average machine.  The official kernel configuration, as is the case with many GNU/Linux distributions, errs on the side of inclusiveness, and this is really what causes the build to take such a long time when the kernel is built from source."
msgstr "El núcleo, aunque no requiere una sobreabundancia de RAM para construirse, tarda bastante tiempo en una máquina media.  La configuración oficial del kernel, como es el caso de muchas distribuciones GNU/Linux, peca de inclusiva, y esto es realmente lo que hace que la construcción tarde tanto tiempo cuando el kernel se compila desde el código fuente."

msgid "The Linux kernel, however, can also just be described as a regular old package, and as such can be customized just like any other package.  The procedure is a little bit different, although this is primarily due to the nature of how the package definition is written."
msgstr "El núcleo de Linux, sin embargo, también puede describirse como un paquete normal y corriente, y como tal puede personalizarse como cualquier otro paquete.  El procedimiento es un poco diferente, aunque esto se debe principalmente a la naturaleza de cómo está escrita la definición del paquete."

msgid "The @code{linux-libre} kernel package definition is actually a procedure which creates a package."
msgstr "La definición del paquete del núcleo @code{linux-libre} es en realidad un procedimiento que crea un paquete."

msgid ""
"(define* (make-linux-libre* version gnu-revision source supported-systems\n"
"                            #:key\n"
"                            (extra-version #f)\n"
"                            ;; A function that takes an arch and a variant.\n"
"                            ;; See kernel-config for an example.\n"
"                            (configuration-file #f)\n"
"                            (defconfig \"defconfig\")\n"
"                            (extra-options (default-extra-linux-options version)))\n"
"  ...)\n"
msgstr ""
"(define* (make-linux-libre* version gnu-revision source supported-systems\n"
"                            #:key\n"
"                            (extra-version #f)\n"
"                            ;; Una función que toma un arco y una variante.\n"
"                            ;; Consulte kernel-config para ver un ejemplo.\n"
"                            (configuration-file #f)\n"
"                            (defconfig \"defconfig\")\n"
"                            (extra-options (default-extra-linux-options version)))\n"
"  ...)\n"

msgid "The current @code{linux-libre} package is for the 5.15.x series, and is declared like this:"
msgstr "El paquete @code{linux-libre} actual es para la serie 5.15.x, y se declara así:"

msgid ""
"(define-public linux-libre-5.15\n"
"  (make-linux-libre* linux-libre-5.15-version\n"
"                     linux-libre-5.15-gnu-revision\n"
"                     linux-libre-5.15-source\n"
"                     '(\"x86_64-linux\" \"i686-linux\" \"armhf-linux\"\n"
"                       \"aarch64-linux\" \"riscv64-linux\")\n"
"                     #:configuration-file kernel-config))\n"
msgstr ""
"(define-public linux-libre-5.15\n"
"  (make-linux-libre* linux-libre-5.15-version\n"
"                     linux-libre-5.15-gnu-revision\n"
"                     linux-libre-5.15-source\n"
"                     '(\"x86_64-linux\" \"i686-linux\" \"armhf-linux\"\n"
"                       \"aarch64-linux\" \"riscv64-linux\")\n"
"                     #:configuration-file kernel-config))\n"

msgid "Any keys which are not assigned values inherit their default value from the @code{make-linux-libre} definition.  When comparing the two snippets above, notice the code comment that refers to @code{#:configuration-file}.  Because of this, it is not actually easy to include a custom kernel configuration from the definition, but don't worry, there are other ways to work with what we do have."
msgstr "Cualquier clave a la que no se le asignen valores hereda su valor por defecto de la definición @code{make-linux-libre}.  Al comparar los dos fragmentos anteriores, observe el comentario de código que hace referencia a @code{#:configuration-file}.  Debido a esto, en realidad no es fácil incluir una configuración personalizada del kernel desde la definición, pero no te preocupes, hay otras maneras de trabajar con lo que tenemos."

msgid "Below is a sample kernel package."
msgstr "A continuación se muestra un paquete de núcleo de muestra."

msgid ""
"(define-public my-linux-libre\n"
"  (package\n"
"    (inherit (customize-linux\n"
"              #:linux linux-libre\n"
"              #:defconfig\n"
"              (local-file \"defconfig\")))\n"
"    (name \"my-linux-libre\")))\n"
msgstr ""
"(define-public my-linux-libre\n"
"  (package\n"
"    (inherit (customize-linux\n"
"              #:linux linux-libre\n"
"              #:defconfig\n"
"              (local-file \"defconfig\")))\n"
"    (name \"mi-linux-libre\")))\n"

msgid "In the same directory as the file defining @code{my-linux-libre} is a file named @file{defconfig}. This way you can provide kernel options you want to have in the result kernel."
msgstr "En el mismo directorio que el fichero que define @code{my-linux-libre} hay un fichero llamado @file{defconfig}. De esta manera usted puede proporcionar opciones del kernel que desea tener en el kernel resultante."

msgid "The second way to create a custom kernel is to pass a new value to the @code{extra-options} keyword of the @code{make-linux-libre} procedure.  The @code{extra-options} keyword works with another function defined right below it:"
msgstr "La segunda forma de crear un núcleo personalizado es pasar un nuevo valor a la palabra clave @code{extra-options} del procedimiento @code{make-linux-libre}.  La palabra clave @code{extra-options} trabaja con otra función definida justo debajo de ella:"

msgid ""
"(define (default-extra-linux-options version)\n"
"  `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html\n"
"   (\"CONFIG_DEVPTS_MULTIPLE_INSTANCES\" . #true)\n"
"   ;; Modules required for initrd:\n"
"   (\"CONFIG_NET_9P\" . m)\n"
"   (\"CONFIG_NET_9P_VIRTIO\" . m)\n"
"   (\"CONFIG_VIRTIO_BLK\" . m)\n"
"   (\"CONFIG_VIRTIO_NET\" . m)\n"
"   (\"CONFIG_VIRTIO_PCI\" . m)\n"
"   (\"CONFIG_VIRTIO_BALLOON\" . m)\n"
"   (\"CONFIG_VIRTIO_MMIO\" . m)\n"
"   (\"CONFIG_FUSE_FS\" . m)\n"
"   (\"CONFIG_CIFS\" . m)\n"
"   (\"CONFIG_9P_FS\" . m)))\n"
"\n"
msgstr ""
"(define (default-extra-linux-options version)\n"
"  `(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html\n"
"   (\"CONFIG_DEVPTS_MULTIPLE_INSTANCES\" . #true)\n"
"   ;; Módulos necesarios para initrd:\n"
"   (\"CONFIG_NET_9P\" . m)\n"
"   (\"CONFIG_NET_9P_VIRTIO\" . m)\n"
"   (\"CONFIG_VIRTIO_BLK\" . m)\n"
"   (\"CONFIG_VIRTIO_NET\" . m)\n"
"   (\"CONFIG_VIRTIO_PCI\" . m)\n"
"   (\"CONFIG_VIRTIO_BALLOON\" . m)\n"
"   (\"CONFIG_VIRTIO_MMIO\" . m)\n"
"   (\"CONFIG_FUSE_FS\" . m)\n"
"   (\"CONFIG_CIFS\" . m)\n"
"   (\"CONFIG_9P_FS\" . m)))\n"
"\n"

msgid ""
"(define (config->string options)\n"
"  (string-join (map (match-lambda\n"
"                      ((option . 'm)\n"
"                       (string-append option \"=m\"))\n"
"                      ((option . #true)\n"
"                       (string-append option \"=y\"))\n"
"                      ((option . #false)\n"
"                       (string-append option \"=n\")))\n"
"                    options)\n"
"               \"\\n\"))\n"
msgstr ""
"(define (config->string options)\n"
"  (string-join (map (match-lambda\n"
"                      ((option . 'm)\n"
"                       (string-append option \"=m\"))\n"
"                      ((option . #true)\n"
"                       (string-append option \"=y\"))\n"
"                      ((option . #false)\n"
"                       (string-append option \"=n\")))\n"
"                    options)\n"
"               \"\\n\"))\n"

msgid "And in the custom configure script from the `make-linux-libre` package:"
msgstr "Y en el script de configuración personalizado del paquete `make-linux-libre`:"

msgid ""
";; Appending works even when the option wasn't in the\n"
";; file.  The last one prevails if duplicated.\n"
"(let ((port (open-file \".config\" \"a\"))\n"
"      (extra-configuration ,(config->string extra-options)))\n"
"  (display extra-configuration port)\n"
"  (close-port port))\n"
"\n"
msgstr ""
";; La aplicación funciona incluso cuando la opción no estaba\n"
";; en el archivo. El último prevalece si se duplica.\n"
"(let ((port (open-file \".config\" \"a\"))\n"
"      (extra-configuration ,(config->string extra-options)))\n"
"  (display extra-configuration port)\n"
"  (close-port port))\n"
"\n"

msgid "(invoke \"make\" \"oldconfig\")\n"
msgstr "(invoke \"make\" \"oldconfig\")\n"

msgid "So by not providing a configuration-file the @file{.config} starts blank, and then we write into it the collection of flags that we want.  Here's another custom kernel:"
msgstr "Así que al no proporcionar un archivo de configuración el @file{.config} comienza en blanco, y luego escribimos en él la colección de indicadores que queremos.  Aquí hay otro kernel personalizado:"

msgid ""
"(define %macbook41-full-config\n"
"  (append %macbook41-config-options\n"
"          %file-systems\n"
"          %efi-support\n"
"          %emulation\n"
"          ((@@@@ (gnu packages linux) default-extra-linux-options) version)))\n"
"\n"
msgstr ""
"(define %macbook41-full-config\n"
"  (append %macbook41-config-options\n"
"          %file-systems\n"
"          %efi-support\n"
"          %emulation\n"
"          ((@@@@ (gnu packages linux) default-extra-linux-options) version)))\n"
"\n"

msgid ""
"(define-public linux-libre-macbook41\n"
"  ;; XXX: Access the internal 'make-linux-libre*' procedure, which is\n"
"  ;; private and unexported, and is liable to change in the future.\n"
"  ((@@@@ (gnu packages linux) make-linux-libre*)\n"
"   (@@@@ (gnu packages linux) linux-libre-version)\n"
"   (@@@@ (gnu packages linux) linux-libre-gnu-revision)\n"
"   (@@@@ (gnu packages linux) linux-libre-source)\n"
"   '(\"x86_64-linux\")\n"
"   #:extra-version \"macbook41\"\n"
"   #:extra-options %macbook41-config-options))\n"
msgstr ""
"(define-public linux-libre-macbook41\n"
"  ;; XXX: Accede al procedimiento interno 'make-linux-libre*', que es\n"
"  ;; privado y no tiene soporte, y es susceptible de cambiar en el futuro.\n"
"  ((@@@@ (gnu packages linux) make-linux-libre*)\n"
"   (@@@@ (gnu packages linux) linux-libre-version)\n"
"   (@@@@ (gnu packages linux) linux-libre-gnu-revision)\n"
"   (@@@@ (gnu packages linux) linux-libre-source)\n"
"   '(\"x86_64-linux\")\n"
"   #:extra-version \"macbook41\"\n"
"   #:extra-options %macbook41-config-options))\n"

msgid "In the above example @code{%file-systems} is a collection of flags enabling different file system support, @code{%efi-support} enables EFI support and @code{%emulation} enables a x86_64-linux machine to act in 32-bit mode also.  The @code{default-extra-linux-options} procedure is the one defined above, which had to be used to avoid losing the default configuration options of the @code{extra-options} keyword."
msgstr "En el ejemplo anterior @code{%file-systems} es una colección de indicadores que habilitan el soporte de diferentes sistemas de archivos, @code{%efi-support} habilita el soporte EFI y @code{%emulation} permite que una máquina x86_64-linux actúe también en modo de 32 bits.  El procedimiento @code{default-extra-linux-options} es el definido anteriormente, que tuvo que ser utilizado para evitar perder las opciones de configuración por defecto de la palabra clave @code{extra-options}."

msgid "This all sounds like it should be doable, but how does one even know which modules are required for a particular system? Two places that can be helpful in trying to answer this question is the @uref{https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel, Gentoo Handbook} and the @uref{https://www.kernel.org/doc/html/latest/admin-guide/README.html?highlight=localmodconfig, documentation from the kernel itself}.  From the kernel documentation, it seems that @code{make localmodconfig} is the command we want."
msgstr "Todo esto suena como que debería ser factible, pero ¿cómo se sabe siquiera qué módulos son necesarios para un sistema en particular? Dos lugares que pueden ser útiles para intentar responder a esta pregunta son el @uref{https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel, Manual Gentoo} y el @uref{https://www.kernel.org/doc/html/latest/admin-guide/README.html?highlight=localmodconfig, documentación del propio kernel}.  De la documentación del kernel, parece que @code{make localmodconfig} es el comando que queremos."

msgid "In order to actually run @code{make localmodconfig} we first need to get and unpack the kernel source code:"
msgstr "Para poder ejecutar @code{make localmodconfig} primero necesitamos obtener y desempaquetar el código fuente del kernel:"

msgid "tar xf $(guix build linux-libre --source)\n"
msgstr "tar xf $(guix build linux-libre --source)\n"

msgid "Once inside the directory containing the source code run @code{touch .config} to create an initial, empty @file{.config} to start with.  @code{make localmodconfig} works by seeing what you already have in @file{.config} and letting you know what you're missing.  If the file is blank then you're missing everything.  The next step is to run:"
msgstr "Una vez dentro del directorio que contiene el código fuente ejecute @code{touch .config} para crear un @file{.config} inicial vacío con el que empezar.  @code{make localmodconfig} funciona viendo lo que ya tiene en @file{.config} y le informa de lo que le falta.  Si el archivo está en blanco entonces te falta todo.  El siguiente paso es ejecutar:"

msgid "guix shell -D linux-libre -- make localmodconfig\n"
msgstr "guix shell -D linux-libre -- make localmodconfig\n"

msgid "and note the output.  Do note that the @file{.config} file is still empty.  The output generally contains two types of warnings.  The first start with \"WARNING\" and can actually be ignored in our case.  The second read:"
msgstr "y observe la salida.  Tenga en cuenta que el archivo @file{.config} sigue estando vacío.  La salida contiene generalmente dos tipos de advertencias.  La primera empieza por \"WARNING\" y puede ignorarse en nuestro caso.  El segundo dice:"

msgid "module pcspkr did not have configs CONFIG_INPUT_PCSPKR\n"
msgstr "módulo pcspkr no tenía configuración CONFIG_INPUT_PCSPKR\n"

msgid "For each of these lines, copy the @code{CONFIG_XXXX_XXXX} portion into the @file{.config} in the directory, and append @code{=m}, so in the end it looks like this:"
msgstr "Para cada una de estas líneas, copia la parte @code{CONFIG_XXXX_XXXX} en el @file{.config} del directorio, y añade @code{=m}, para que al final quede así:"

msgid ""
"CONFIG_INPUT_PCSPKR=m\n"
"CONFIG_VIRTIO=m\n"
msgstr ""
"CONFIG_INPUT_PCSPKR=m\n"
"CONFIG_VIRTIO=m\n"

msgid "After copying all the configuration options, run @code{make localmodconfig} again to make sure that you don't have any output starting with ``module''.  After all of these machine specific modules there are a couple more left that are also needed.  @code{CONFIG_MODULES} is necessary so that you can build and load modules separately and not have everything built into the kernel.  @code{CONFIG_BLK_DEV_SD} is required for reading from hard drives.  It is possible that there are other modules which you will need."
msgstr "Después de copiar todas las opciones de configuración, ejecute @code{make localmodconfig} de nuevo para asegurarse de que no tiene ninguna salida que empiece por ``module''.  Después de todos estos módulos específicos de la máquina quedan un par más que también son necesarios.  @code{CONFIG_MODULES} es necesario para que pueda construir y cargar módulos por separado y no tener todo integrado en el núcleo.  @code{CONFIG_BLK_DEV_SD} es necesario para leer de discos duros.  Es posible que haya otros módulos que necesite."

msgid "This post does not aim to be a guide to configuring your own kernel however, so if you do decide to build a custom kernel you'll have to seek out other guides to create a kernel which is just right for your needs."
msgstr "Sin embargo, este post no pretende ser una guía para configurar tu propio kernel, así que si decides construir un kernel personalizado tendrás que buscar otras guías para crear un kernel que se ajuste a tus necesidades."

msgid "The second way to setup the kernel configuration makes more use of Guix's features and allows you to share configuration segments between different kernels.  For example, all machines using EFI to boot have a number of EFI configuration flags that they need.  It is likely that all the kernels will share a list of file systems to support.  By using variables it is easier to see at a glance what features are enabled and to make sure you don't have features in one kernel but missing in another."
msgstr "La segunda forma de configurar el kernel hace un mayor uso de las características de Guix y permite compartir segmentos de configuración entre diferentes kernels.  Por ejemplo, todas las máquinas que utilizan EFI para arrancar tienen una serie de banderas de configuración EFI que necesitan.  Es probable que todos los kernels compartan una lista de sistemas de ficheros a soportar.  Mediante el uso de variables es más fácil ver de un vistazo qué características están habilitadas y asegurarse de no tener características en un núcleo pero que faltan en otro."

msgid "Left undiscussed however, is Guix's initrd and its customization.  It is likely that you'll need to modify the initrd on a machine using a custom kernel, since certain modules which are expected to be built may not be available for inclusion into the initrd."
msgstr "Sin embargo, no se ha hablado del initrd de Guix y su personalización.  Es probable que tenga que modificar el initrd en una máquina que utilice un kernel personalizado, ya que ciertos módulos que se espera que se construyan pueden no estar disponibles para su inclusión en el initrd."

msgid "Historically, Guix System is centered around an @code{operating-system} structure.  This structure contains various fields ranging from the bootloader and kernel declaration to the services to install."
msgstr "Históricamente, el sistema Guix se centra en una estructura @code{operating-system}.  Esta estructura contiene varios campos que van desde el gestor de arranque y la declaración del kernel hasta los servicios a instalar."

msgid "Depending on the target machine, that can go from a standard @code{x86_64} machine to a small ARM single board computer such as the Pine64, the image constraints can vary a lot.  The hardware manufacturers will impose different image formats with various partition sizes and offsets."
msgstr "Dependiendo de la máquina de destino, que puede ir desde una máquina @code{x86_64} estándar hasta un pequeño ordenador ARM de placa única como el Pine64, las restricciones de la imagen pueden variar mucho.  Los fabricantes de hardware impondrán diferentes formatos de imagen con varios tamaños de partición y desplazamientos."

msgid "To create images suitable for all those machines, a new abstraction is necessary: that's the goal of the @code{image} record.  This record contains all the required information to be transformed into a standalone image, that can be directly booted on any target machine."
msgstr "Para crear imágenes adecuadas para todas esas máquinas, es necesaria una nueva abstracción: ese es el objetivo del registro @code{image}.  Este registro contiene toda la información necesaria para transformarse en una imagen independiente, que puede arrancarse directamente en cualquier máquina de destino."

msgid ""
"(define-record-type* <image>\n"
"  image make-image\n"
"  image?\n"
"  (name               image-name ;symbol\n"
"                      (default #f))\n"
"  (format             image-format) ;symbol\n"
"  (target             image-target\n"
"                      (default #f))\n"
"  (size               image-size  ;size in bytes as integer\n"
"                      (default 'guess))\n"
"  (operating-system   image-operating-system  ;<operating-system>\n"
"                      (default #f))\n"
"  (partitions         image-partitions ;list of <partition>\n"
"                      (default '()))\n"
"  (compression?       image-compression? ;boolean\n"
"                      (default #t))\n"
"  (volatile-root?     image-volatile-root? ;boolean\n"
"                      (default #t))\n"
"  (substitutable?     image-substitutable? ;boolean\n"
"                      (default #t)))\n"
msgstr ""
"(define-record-type* <image>\n"
"  image make-image\n"
"  image?\n"
"  (name               image-name ;symbol\n"
"                      (default #f))\n"
"  (format             image-format) ;symbol\n"
"  (target             image-target\n"
"                      (default #f))\n"
"  (size               image-size  ;tamaño en bytes como entero\n"
"                      (default 'guess))\n"
"  (operating-system   image-operating-system  ;<operating-system>\n"
"                      (default #f))\n"
"  (partitions         image-partitions ;list of <partición>\n"
"                      (default '()))\n"
"  (compression?       image-compression? ;boolean\n"
"                      (default #t))\n"
"  (volatile-root?     image-volatile-root? ;boolean\n"
"                      (default #t))\n"
"  (substitutable?     image-substitutable? ;boolean\n"
"                      (default #t)))\n"

msgid "This record contains the operating-system to instantiate. The @code{format} field defines the image type and can be @code{efi-raw}, @code{qcow2} or @code{iso9660} for instance. In the future, it could be extended to @code{docker} or other image types."
msgstr "Este registro contiene el sistema operativo a instanciar. El campo @code{format} define el tipo de imagen y puede ser @code{efi-raw}, @code{qcow2} o @code{iso9660}, por ejemplo. En el futuro, podría ampliarse a @code{docker} u otros tipos de imagen."

msgid "A new directory in the Guix sources is dedicated to images definition. For now there are four files:"
msgstr "Un nuevo directorio en las fuentes de Guix está dedicado a la definición de imágenes. Por ahora hay cuatro archivos:"

msgid "gnu/system/images/hurd.scm"
msgstr "gnu/system/images/hurd.scm"

msgid "gnu/system/images/pine64.scm"
msgstr "gnu/system/images/pine64.scm"

msgid "gnu/system/images/novena.scm"
msgstr "gnu/system/images/novena.scm"

msgid "gnu/system/images/pinebook-pro.scm"
msgstr "gnu/system/images/pinebook-pro.scm"

msgid "Let's have a look to @file{pine64.scm}. It contains the @code{pine64-barebones-os} variable which is a minimal definition of an operating-system dedicated to the @b{Pine A64 LTS} board."
msgstr "Echemos un vistazo a @file{pine64.scm}. Contiene la variable @code{pine64-barebones-os} que es una definición mínima de un sistema operativo dedicado a la placa @b{Pine A64 LTS}."

msgid ""
"(define pine64-barebones-os\n"
"  (operating-system\n"
"   (host-name \"vignemale\")\n"
"   (timezone \"Europe/Paris\")\n"
"   (locale \"en_US.utf8\")\n"
"   (bootloader (bootloader-configuration\n"
"                (bootloader u-boot-pine64-lts-bootloader)\n"
"                (targets '(\"/dev/vda\"))))\n"
"   (initrd-modules '())\n"
"   (kernel linux-libre-arm64-generic)\n"
"   (file-systems (cons (file-system\n"
"                        (device (file-system-label \"my-root\"))\n"
"                        (mount-point \"/\")\n"
"                        (type \"ext4\"))\n"
"                       %base-file-systems))\n"
"   (services (cons (service agetty-service-type\n"
"                            (agetty-configuration\n"
"                             (extra-options '(\"-L\")) ; no carrier detect\n"
"                             (baud-rate \"115200\")\n"
"                             (term \"vt100\")\n"
"                             (tty \"ttyS0\")))\n"
"                   %base-services))))\n"
msgstr ""
"(define pine64-barebones-os\n"
"  (operating-system\n"
"   (host-name \"vignemale\")\n"
"   (timezone \"Europe/Paris\")\n"
"   (locale \"en_US.utf8\")\n"
"   (bootloader (bootloader-configuration\n"
"                (bootloader u-boot-pine64-lts-bootloader)\n"
"                (targets '(\"/dev/vda\"))))\n"
"   (initrd-modules '())\n"
"   (kernel linux-libre-arm64-generic)\n"
"   (file-systems (cons (file-system\n"
"                        (device (file-system-label \"my-root\"))\n"
"                        (mount-point \"/\")\n"
"                        (type \"ext4\"))\n"
"                       %base-file-systems))\n"
"   (services (cons (service agetty-service-type\n"
"                            (agetty-configuration\n"
"                             (extra-options '(\"-L\")) ; ningún carro detectado\n"
"                             (baud-rate \"115200\")\n"
"                             (term \"vt100\")\n"
"                             (tty \"ttyS0\")))\n"
"                   %base-services))))\n"

msgid "The @code{kernel} and @code{bootloader} fields are pointing to packages dedicated to this board."
msgstr "Los campos @code{kernel} y @code{bootloader} apuntan a paquetes dedicados a esta placa."

msgid "Right below, the @code{pine64-image-type} variable is also defined."
msgstr "Justo debajo, también se define la variable @code{pine64-image-type}."

msgid ""
"(define pine64-image-type\n"
"  (image-type\n"
"   (name 'pine64-raw)\n"
"   (constructor (cut image-with-os arm64-disk-image <>))))\n"
msgstr ""
"(define pine64-image-type\n"
"  (image-type\n"
"   (name 'pine64-raw)\n"
"   (constructor (cut image-with-os arm64-disk-image <>))))\n"

msgid "It's using a record we haven't talked about yet, the @code{image-type} record, defined this way:"
msgstr "Utiliza un registro del que aún no hemos hablado, el registro @code{image-type}, definido de esta manera:"

msgid ""
"(define-record-type* <image-type>\n"
"  image-type make-image-type\n"
"  image-type?\n"
"  (name           image-type-name) ;symbol\n"
"  (constructor    image-type-constructor)) ;<operating-system> -> <image>\n"
msgstr ""
"(define-record-type* <image-type>\n"
"  image-type make-image-type\n"
"  image-type?\n"
"  (name           image-type-name) ;symbol\n"
"  (constructor    image-type-constructor)) ;<operating-system> -> <image>\n"

msgid "The main purpose of this record is to associate a name to a procedure transforming an @code{operating-system} to an image.  To understand why it is necessary, let's have a look to the command producing an image from an @code{operating-system} configuration file:"
msgstr "El objetivo principal de este registro es asociar un nombre a un procedimiento que transforma un @code{operating-system} en una imagen.  Para entender por qué es necesario, echemos un vistazo al comando que produce una imagen a partir de un archivo de configuración @code{operating-system}:"

msgid "guix system image my-os.scm\n"
msgstr "guix imagen del sistema my-os.scm\n"

msgid "This command expects an @code{operating-system} configuration but how should we indicate that we want an image targeting a Pine64 board? We need to provide an extra information, the @code{image-type}, by passing the @code{--image-type} or @code{-t} flag, this way:"
msgstr "Este comando espera una configuración @code{operating-system} pero ¿cómo debemos indicar que queremos una imagen dirigida a una placa Pine64? Necesitamos proporcionar una información extra, el @code{image-type}, pasando la bandera @code{--image-type} o @code{-t}, de esta manera:"

msgid "guix system image --image-type=pine64-raw my-os.scm\n"
msgstr "guix system image --image-type=pine64-raw my-os.scm\n"

msgid "This @code{image-type} parameter points to the @code{pine64-image-type} defined above. Hence, the @code{operating-system} declared in @code{my-os.scm} will be applied the @code{(cut image-with-os arm64-disk-image <>)} procedure to turn it into an image."
msgstr "Este parámetro @code{image-type} apunta al @code{pine64-image-type} definido anteriormente. Por lo tanto, al @code{operating-system} declarado en @code{my-os.scm} se le aplicará el procedimiento @code{(cut image-with-os arm64-disk-image &lt;&gt;)} para convertirlo en una imagen."

msgid "The resulting image looks like:"
msgstr "La imagen resultante tiene este aspecto:"

msgid ""
"(image\n"
" (format 'disk-image)\n"
" (target \"aarch64-linux-gnu\")\n"
" (operating-system my-os)\n"
" (partitions\n"
"  (list (partition\n"
"         (inherit root-partition)\n"
"         (offset root-offset)))))\n"
msgstr ""
"(image\n"
" (format 'disk-image)\n"
" (target \"aarch64-linux-gnu\")\n"
" (operating-system my-os)\n"
" (partitions\n"
"  (list (partition\n"
"         (inherit root-partition)\n"
"         (offset root-offset)))))\n"

msgid "which is the aggregation of the @code{operating-system} defined in @code{my-os.scm} to the @code{arm64-disk-image} record."
msgstr "que es la agregación del @code{operating-system} definido en @code{my-os.scm} al registro @code{arm64-disk-image}."

msgid "But enough Scheme madness. What does this image API bring to the Guix user?"
msgstr "Pero basta de locuras de esquemas. ¿Qué aporta esta API de imágenes al usuario de Guix?"

msgid "One can run:"
msgstr "Se puede ejecutar:"

msgid ""
"mathieu@@cervin:~$ guix system --list-image-types\n"
"The available image types are:\n"
"\n"
msgstr ""
"mathieu@@cervin:~$ guix system --list-image-types\n"
"Los tipos de imagen disponibles son:\n"
"\n"

msgid ""
"   - unmatched-raw\n"
"   - rock64-raw\n"
"   - pinebook-pro-raw\n"
"   - pine64-raw\n"
"   - novena-raw\n"
"   - hurd-raw\n"
"   - hurd-qcow2\n"
"   - qcow2\n"
"   - iso9660\n"
"   - uncompressed-iso9660\n"
"   - tarball\n"
"   - efi-raw\n"
"   - mbr-raw\n"
"   - docker\n"
"   - wsl2\n"
"   - raw-with-offset\n"
"   - efi32-raw\n"
msgstr ""
"   - unmatched-raw\n"
"   - rock64-raw\n"
"   - pinebook-pro-raw\n"
"   - pine64-raw\n"
"   - novena-raw\n"
"   - hurd-raw\n"
"   - hurd-qcow2\n"
"   - qcow2\n"
"   - iso9660\n"
"   - uncompressed-iso9660\n"
"   - tarball\n"
"   - efi-raw\n"
"   - mbr-raw\n"
"   - docker\n"
"   - wsl2\n"
"   - raw-with-offset\n"
"   - efi32-raw\n"

msgid "and by writing an @code{operating-system} file based on @code{pine64-barebones-os}, you can customize your image to your preferences in a file (@file{my-pine-os.scm}) like this:"
msgstr "y escribiendo un archivo @code{operating-system} basado en @code{pine64-barebones-os}, puede personalizar su imagen según sus preferencias en un archivo (@file{my-pine-os.scm}) como este:"

msgid ""
"(use-modules (gnu services linux)\n"
"             (gnu system images pine64))\n"
"\n"
msgstr ""
"(use-modules (gnu services linux)\n"
"             (gnu system images pine64))\n"
"\n"

msgid ""
"(let ((base-os pine64-barebones-os))\n"
"  (operating-system\n"
"    (inherit base-os)\n"
"    (timezone \"America/Indiana/Indianapolis\")\n"
"    (services\n"
"     (cons\n"
"      (service earlyoom-service-type\n"
"               (earlyoom-configuration\n"
"                (prefer-regexp \"icecat|chromium\")))\n"
"      (operating-system-user-services base-os)))))\n"
msgstr ""
"(let ((base-os pine64-barebones-os))\n"
"  (operating-system\n"
"    (inherit base-os)\n"
"    (timezone \"America/Indiana/Indianapolis\")\n"
"    (services\n"
"     (cons\n"
"      (service earlyoom-service-type\n"
"               (earlyoom-configuration\n"
"                (prefer-regexp \"icecat|chromium\")))\n"
"      (operating-system-user-services base-os)))))\n"

msgid "run:"
msgstr "ejecuta:"

msgid "guix system image --image-type=pine64-raw my-pine-os.scm\n"
msgstr "guix system image --image-type=pine64-raw my-pine-os.scm\n"

msgid "or,"
msgstr "o,"

msgid "guix system image --image-type=hurd-raw my-hurd-os.scm\n"
msgstr "guix system image --image-type=hurd-raw my-hurd-os.scm\n"

msgid "to get an image that can be written directly to a hard drive and booted from."
msgstr "para obtener una imagen que se puede escribir directamente en un disco duro y arrancar desde ella."

msgid "Without changing anything to @code{my-hurd-os.scm}, calling:"
msgstr "Sin cambiar nada a @code{my-hurd-os.scm}, invocando:"

msgid "will instead produce a Hurd QEMU image."
msgstr "producirá en su lugar una imagen Hurd QEMU."

msgid "2FA, two-factor authentication"
msgstr "2FA, autenticación de dos factores"

msgid "U2F, Universal 2nd Factor"
msgstr "U2F, segundo factor universal"

msgid "security key, configuration"
msgstr "clave de seguridad, configuración"

msgid "The use of security keys can improve your security by providing a second authentication source that cannot be easily stolen or copied, at least for a remote adversary (something that you have), to the main secret (a passphrase -- something that you know), reducing the risk of impersonation."
msgstr "El uso de claves de seguridad puede mejorar su seguridad al proporcionar una segunda fuente de autenticación que no puede ser fácilmente robada o copiada, al menos para un adversario remoto (algo que usted tiene), al secreto principal (una frase de contraseña -- algo que usted conoce), reduciendo el riesgo de suplantación."

msgid "The example configuration detailed below showcases what minimal configuration needs to be made on your Guix System to allow the use of a Yubico security key.  It is hoped the configuration can be useful for other security keys as well, with minor adjustments."
msgstr "El ejemplo de configuración detallado a continuación muestra la configuración mínima que debe realizarse en su sistema Guix para permitir el uso de una llave de seguridad Yubico.  Se espera que la configuración pueda ser útil también para otras claves de seguridad, con pequeños ajustes."

msgid "Configuration for use as a two-factor authenticator (2FA)"
msgstr "Configuración para su uso como autenticador de dos factores (2FA)"

msgid "To be usable, the udev rules of the system should be extended with key-specific rules.  The following shows how to extend your udev rules with the @file{lib/udev/rules.d/70-u2f.rules} udev rule file provided by the @code{libfido2} package from the @code{(gnu packages security-token)} module and add your user to the @samp{\"plugdev\"} group it uses:"
msgstr "Para que sean utilizables, las reglas udev del sistema deben ampliarse con reglas específicas para cada clave.  A continuación se muestra cómo ampliar sus reglas udev con el archivo de reglas udev @file{lib/udev/rules.d/70-u2f.rules} proporcionado por el paquete @code{libfido2} del módulo @code{(gnu packages security-token)} y añadir su usuario al grupo @samp{\"plugdev\"} que utiliza:"

msgid ""
"(use-package-modules ... security-token ...)\n"
"...\n"
"(operating-system\n"
" ...\n"
" (users (cons* (user-account\n"
"               (name \"your-user\")\n"
"               (group \"users\")\n"
"               (supplementary-groups\n"
"\t\t'(\"wheel\" \"netdev\" \"audio\" \"video\"\n"
"                  \"plugdev\"))           ;<- added system group\n"
"               (home-directory \"/home/your-user\"))\n"
"              %base-user-accounts))\n"
" ...\n"
" (services\n"
"  (cons*\n"
"   ...\n"
"   (udev-rules-service 'fido2 libfido2 #:groups '(\"plugdev\")))))\n"
msgstr ""
"(use-package-modules ... security-token ...)\n"
"...\n"
"(operating-system\n"
" ...\n"
" (users (cons* (user-account\n"
"               (name \"your-user\")\n"
"               (group \"users\")\n"
"               (supplementary-groups\n"
"\t\t'(\"wheel\" \"netdev\" \"audio\" \"video\"\n"
"                  \"plugdev\"))           ;<- added system group\n"
"               (home-directory \"/home/your-user\"))\n"
"              %base-user-accounts))\n"
" ...\n"
" (services\n"
"  (cons*\n"
"   ...\n"
"   (udev-rules-service 'fido2 libfido2 #:groups '(\"plugdev\")))))\n"

msgid "After re-configuring your system and re-logging in your graphical session so that the new group is in effect for your user, you can verify that your key is usable by launching:"
msgstr "Después de reconfigurar su sistema y volver a iniciar su sesión gráfica para que el nuevo grupo esté en vigor para su usuario, puede verificar que su clave es utilizable iniciando:"

msgid "guix shell ungoogled-chromium -- chromium chrome://settings/securityKeys\n"
msgstr "guix shell ungoogled-chromium -- chromium chrome://settings/securityKeys\n"

msgid "and validating that the security key can be reset via the ``Reset your security key'' menu.  If it works, congratulations, your security key is ready to be used with applications supporting two-factor authentication (2FA)."
msgstr "y validando que la clave de seguridad se puede restablecer a través del menú ``Restablezca su clave de seguridad''.  Si funciona, enhorabuena, tu clave de seguridad está lista para ser utilizada con aplicaciones que admitan la autenticación de dos factores (2FA)."

msgid "Disabling OTP code generation for a Yubikey"
msgstr "Desactivar la generación de código OTP para un Yubikey"

msgid "disabling yubikey OTP"
msgstr "desactivar yubikey OTP"

msgid "If you use a Yubikey security key and are irritated by the spurious OTP codes it generates when inadvertently touching the key (e.g. causing you to become a spammer in the @samp{#guix} channel when discussing from your favorite IRC client!), you can disable it via the following @command{ykman} command:"
msgstr "Si utilizas una clave de seguridad Yubikey y te irritan los códigos OTP espurios que genera cuando tocas inadvertidamente la clave (¡por ejemplo, haciendo que te conviertas en un spammer en el canal @samp{#guix} cuando discutes desde tu cliente IRC favorito!), puedes desactivarla mediante el siguiente comando @command{ykman}:"

msgid "guix shell python-yubikey-manager -- ykman config usb --force --disable OTP\n"
msgstr "guix shell python-yubikey-manager -- ykman config usb --force --disable OTP\n"

msgid "Alternatively, you could use the @command{ykman-gui} command provided by the @code{yubikey-manager-qt} package and either wholly disable the @samp{OTP} application for the USB interface or, from the @samp{Applications -> OTP} view, delete the slot 1 configuration, which comes pre-configured with the Yubico OTP application."
msgstr "Alternativamente, puede utilizar el comando @command{ykman-gui} proporcionado por el paquete @code{yubikey-manager-qt} y desactivar completamente la aplicación @samp{OTP} para la interfaz USB o, desde la vista @samp{Applications -&gt; OTP}, eliminar la configuración de la ranura 1, que viene preconfigurada con la aplicación OTP de Yubico."

msgid "Requiring a Yubikey to open a KeePassXC database"
msgstr "Requerir un Yubikey para abrir una base de datos KeePassXC"

msgid "yubikey, keepassxc integration"
msgstr "yubikey, integración de keepassxc"

msgid "The KeePassXC password manager application has support for Yubikeys, but it requires installing a udev rules for your Guix System and some configuration of the Yubico OTP application on the key."
msgstr "La aplicación de gestión de contraseñas KeePassXC tiene soporte para Yubikeys, pero requiere la instalación de una regla udev para tu sistema Guix y alguna configuración de la aplicación Yubico OTP en la llave."

msgid "The necessary udev rules file comes from the @code{yubikey-personalization} package, and can be installed like:"
msgstr "El archivo de reglas udev necesario proviene del paquete @code{yubikey-personalization}, y puede instalarse como:"

msgid ""
"(use-package-modules ... security-token ...)\n"
"...\n"
"(operating-system\n"
" ...\n"
" (services\n"
"  (cons*\n"
"   ...\n"
"   (udev-rules-service 'yubikey yubikey-personalization))))\n"
msgstr ""
"(use-package-modules ... security-token ...)\n"
"...\n"
"(operating-system\n"
" ...\n"
" (services\n"
"  (cons*\n"
"   ...\n"
"   (udev-rules-service 'yubikey yubikey-personalization))))\n"

msgid "After reconfiguring your system (and reconnecting your Yubikey), you'll then want to configure the OTP challenge/response application of your Yubikey on its slot 2, which is what KeePassXC uses.  It's easy to do so via the Yubikey Manager graphical configuration tool, which can be invoked with:"
msgstr "Después de reconfigurar tu sistema (y reconectar tu Yubikey), querrás configurar la aplicación de desafío/respuesta OTP de tu Yubikey en su ranura 2, que es la que utiliza KeePassXC.  Es fácil hacerlo a través de la herramienta de configuración gráfica Yubikey Manager, que se puede invocar con:"

msgid "guix shell yubikey-manager-qt -- ykman-gui\n"
msgstr "guix shell yubikey-manager-qt -- ykman-gui\n"

msgid "First, ensure @samp{OTP} is enabled under the @samp{Interfaces} tab, then navigate to @samp{Applications -> OTP}, and click the @samp{Configure} button under the @samp{Long Touch (Slot 2)} section.  Select @samp{Challenge-response}, input or generate a secret key, and click the @samp{Finish} button.  If you have a second Yubikey you'd like to use as a backup, you should configure it the same way, using the @emph{same} secret key."
msgstr "En primer lugar, asegúrese de que @samp{OTP} está activado en la pestaña @samp{Interfaces} y, a continuación, vaya a @samp{Aplicaciones -&gt; OTP} y haga clic en el botón @samp{Configurar} de la sección @samp{Táctil largo (ranura 2)}.  Seleccione @samp{Reto-respuesta}, introduzca o genere una clave secreta y haga clic en el botón @samp{Finalizar}.  Si tiene un segundo Yubikey que desea utilizar como copia de seguridad, debe configurarlo de la misma manera, utilizando la clave secreta @emph{same}."

msgid "Your Yubikey should now be detected by KeePassXC.  It can be added to a database by navigating to KeePassXC's @samp{Database -> Database Security...} menu, then clicking the @samp{Add additional protection...} button, then @samp{Add Challenge-Response}, selecting the security key from the drop-down menu and clicking the @samp{OK} button to complete the setup."
msgstr "Tu Yubikey ahora debería ser detectado por KeePassXC.  Puede añadirse a una base de datos accediendo al menú @samp{Database -&gt; Database Security...} de KeePassXC, haciendo clic en el botón @samp{Add additional protection...}, luego en @samp{Add Challenge-Response}, seleccionando la clave de seguridad en el menú desplegable y haciendo clic en el botón @samp{OK} para completar la configuración."

msgid "dynamic DNS, DDNS"
msgstr "DNS dinámico, DDNS"

msgid "If your @acronym{ISP, Internet Service Provider} only provides dynamic IP addresses, it can be useful to setup a dynamic @acronym{DNS, Domain Name System} (also known as @acronym{DDNS, Dynamic DNS}) service to associate a static host name to a public but dynamic (often changing) IP address.  There are multiple existing services that can be used for this; in the following mcron job, @url{https://duckdns.org, DuckDNS} is used.  It should also work with other dynamic DNS services that offer a similar interface to update the IP address, such as @url{https://freedns.afraid.org/}, with minor adjustments."
msgstr "Si su @acronym{ISP, Proveedor de Servicios de Internet} sólo proporciona direcciones IP dinámicas, puede ser útil configurar un servicio @acronym{DNS, Sistema de Nombres de Dominio} dinámico (también conocido como @acronym{DDNS, DNS Dinámico}) para asociar un nombre de host estático a una dirección IP pública pero dinámica (a menudo cambiante).  Existen varios servicios que pueden utilizarse para ello; en la siguiente tarea mcron, se utiliza @url{https://duckdns.org, DuckDNS}.  También debería funcionar con otros servicios DNS dinámicos que ofrezcan una interfaz similar para actualizar la dirección IP, como @url{https://freedns.afraid.org/}, con pequeños ajustes."

msgid "The mcron job is provided below, where @var{DOMAIN} should be substituted for your own domain prefix, and the DuckDNS provided token associated to @var{DOMAIN} added to the @file{/etc/duckdns/@var{DOMAIN}.token} file."
msgstr "El trabajo mcron se proporciona a continuación, donde @var{DOMAIN} debe ser sustituido por su propio prefijo de dominio, y el token proporcionado por DuckDNS asociado a @var{DOMAIN} añadido al archivo @file{/etc/duckdns/@var{DOMAIN}.token}."

msgid ""
"(define duckdns-job\n"
"  ;; Update personal domain IP every 5 minutes.\n"
"  #~(job '(next-minute (range 0 60 5))\n"
"\t #$(program-file\n"
"            \"duckdns-update\"\n"
"            (with-extensions (list guile-gnutls) ;required by (web client)\n"
"              #~(begin\n"
"                  (use-modules (ice-9 textual-ports)\n"
"                               (web client))\n"
"                  (let ((token (string-trim-both\n"
"                                (call-with-input-file \"/etc/duckdns/@var{DOMAIN}.token\"\n"
"                                  get-string-all)))\n"
"                        (query-template (string-append \"https://www.duckdns.org/\"\n"
"                                                       \"update?domains=@var{DOMAIN}\"\n"
"                                                       \"&token=~a&ip=\")))\n"
"                    (http-get (format #f query-template token))))))\n"
"         \"duckdns-update\"\n"
"         #:user \"nobody\"))\n"
msgstr ""
"(define duckdns-job\n"
"  ;; Update personal domain IP every 5 minutes.\n"
"  #~(job '(next-minute (range 0 60 5))\n"
"\t #$(program-file\n"
"            \"duckdns-update\"\n"
"            (with-extensions (list guile-gnutls) ;required by (web client)\n"
"              #~(begin\n"
"                  (use-modules (ice-9 textual-ports)\n"
"                               (web client))\n"
"                  (let ((token (string-trim-both\n"
"                                (call-with-input-file \"/etc/duckdns/@var{DOMAIN}.token\"\n"
"                                  get-string-all)))\n"
"                        (query-template (string-append \"https://www.duckdns.org/\"\n"
"                                                       \"update?domains=@var{DOMAIN}\"\n"
"                                                       \"&token=~a&ip=\")))\n"
"                    (http-get (format #f query-template token))))))\n"
"         \"duckdns-update\"\n"
"         #:user \"nobody\"))\n"

msgid "The job then needs to be added to the list of mcron jobs for your system, using something like:"
msgstr "El trabajo entonces necesita ser añadido a la lista de trabajos mcron para su sistema, usando algo como:"

msgid ""
"(operating-system\n"
" (services\n"
"  (cons* (service mcron-service-type\n"
"           (mcron-configuration\n"
"             (jobs (list duckdns-job ...))))\n"
"         ...\n"
"         %base-services)))\n"
msgstr ""
"(operating-system\n"
" (services\n"
"  (cons* (service mcron-service-type\n"
"           (mcron-configuration\n"
"             (jobs (list duckdns-job ...))))\n"
"         ...\n"
"         %base-services)))\n"

msgid "To connect to a Wireguard VPN server you need the kernel module to be loaded in memory and a package providing networking tools that support it (e.g.  @code{wireguard-tools} or @code{network-manager})."
msgstr "Para conectarse a un servidor VPN Wireguard necesita que el módulo del kernel esté cargado en memoria y un paquete que proporcione herramientas de red que lo soporten (por ejemplo, @code{wireguard-tools} o @code{network-manager})."

msgid "Here is a configuration example for Linux-Libre < 5.6, where the module is out of tree and need to be loaded manually---following revisions of the kernel have it built-in and so don't need such configuration:"
msgstr "Aquí hay un ejemplo de configuración para Linux-Libre &lt; 5.6, donde el módulo está fuera del árbol y necesita ser cargado manualmente---siguientes revisiones del kernel lo tienen incorporado y por lo tanto no necesitan dicha configuración:"

msgid ""
"(use-modules (gnu))\n"
"(use-service-modules desktop)\n"
"(use-package-modules vpn)\n"
"\n"
msgstr ""
"(use-modules (gnu))\n"
"(use-service-modules desktop)\n"
"(use-package-modules vpn)\n"
"\n"

msgid ""
"(operating-system\n"
"  ;; …\n"
"  (services (cons (simple-service 'wireguard-module\n"
"                                  kernel-module-loader-service-type\n"
"                                  '(\"wireguard\"))\n"
"                  %desktop-services))\n"
"  (packages (cons wireguard-tools %base-packages))\n"
"  (kernel-loadable-modules (list wireguard-linux-compat)))\n"
msgstr ""
"(operating-system\n"
"  ;; …\n"
"  (services (cons (simple-service 'wireguard-module\n"
"                                  kernel-module-loader-service-type\n"
"                                  '(\"wireguard\"))\n"
"                  %desktop-services))\n"
"  (packages (cons wireguard-tools %base-packages))\n"
"  (kernel-loadable-modules (list wireguard-linux-compat)))\n"

msgid "After reconfiguring and restarting your system you can either use Wireguard tools or NetworkManager to connect to a VPN server."
msgstr "Después de reconfigurar y reiniciar el sistema, puede utilizar las herramientas Wireguard o NetworkManager para conectarse a un servidor VPN."

msgid "Using Wireguard tools"
msgstr "Uso de las herramientas Wireguard"

msgid "To test your Wireguard setup it is convenient to use @command{wg-quick}.  Just give it a configuration file @command{wg-quick up ./wg0.conf}; or put that file in @file{/etc/wireguard} and run @command{wg-quick up wg0} instead."
msgstr "Para probar la configuración de Wireguard es conveniente utilizar @command{wg-quick}.  Sólo tiene que darle un archivo de configuración @command{wg-quick up ./wg0.conf}; o poner ese archivo en @file{/etc/wireguard} y ejecutar @command{wg-quick up wg0} en su lugar."

msgid "Be warned that the author described this command as a: “[…] very quick and dirty bash script […]”."
msgstr "Se advierte que el autor describió este comando como un: \"[...] script bash muy rápido y sucio [...]\"."

msgid "Using NetworkManager"
msgstr "Uso de NetworkManager"

msgid "Thanks to NetworkManager support for Wireguard we can connect to our VPN using @command{nmcli} command.  Up to this point this guide assumes that you're using Network Manager service provided by @code{%desktop-services}.  Ortherwise you need to adjust your services list to load @code{network-manager-service-type} and reconfigure your Guix system."
msgstr "Gracias al soporte de NetworkManager para Wireguard podemos conectarnos a nuestra VPN usando el comando @command{nmcli}.  Hasta este punto, esta guía asume que está utilizando el servicio Network Manager proporcionado por @code{%desktop-services}.  De lo contrario, necesitará ajustar su lista de servicios para cargar @code{network-manager-service-type} y reconfigurar su sistema Guix."

msgid "To import your VPN configuration execute nmcli import command:"
msgstr "Para importar su configuración VPN ejecute el comando nmcli import:"

msgid ""
"# nmcli connection import type wireguard file wg0.conf\n"
"Connection 'wg0' (edbee261-aa5a-42db-b032-6c7757c60fde) successfully added\n"
msgstr ""
"# nmcli connection import type wireguard file wg0.conf\n"
"Conexión 'wg0' (edbee261-aa5a-42db-b032-6c7757c60fde) añadida correctamente\n"

msgid "This will create a configuration file in @file{/etc/NetworkManager/wg0.nmconnection}.  Next connect to the Wireguard server:"
msgstr "Esto creará un archivo de configuración en @file{/etc/NetworkManager/wg0.nmconnection}.  A continuación, conéctese al servidor Wireguard:"

msgid ""
"$ nmcli connection up wg0\n"
"Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/6)\n"
msgstr ""
"$ nmcli connection up wg0\n"
"Conexión activada con éxito (ruta activa D-Bus: /org/freedesktop/NetworkManager/ActiveConnection/6)\n"

msgid "By default NetworkManager will connect automatically on system boot.  To change that behaviour you need to edit your config:"
msgstr "Por defecto NetworkManager se conectará automáticamente al arrancar el sistema.  Para cambiar este comportamiento es necesario editar la configuración:"

msgid "# nmcli connection modify wg0 connection.autoconnect no\n"
msgstr "# nmcli connection modify wg0 connection.autoconnect no\n"

msgid "wm"
msgstr "wm"

msgid "stumpwm"
msgstr "stumpwm"

msgid "You could install StumpWM with a Guix system by adding @code{stumpwm} and optionally @code{`(,stumpwm \"lib\")} packages to a system configuration file, e.g.@: @file{/etc/config.scm}."
msgstr "Puedes instalar StumpWM con un sistema Guix añadiendo los paquetes @code{stumpwm} y opcionalmente @code{`(,stumpwm \"lib\")} a un fichero de configuración del sistema, p.ej. @: @file{/etc/config.scm}."

msgid "An example configuration can look like this:"
msgstr "Un ejemplo de configuración puede ser similar a esto:"

msgid ""
"(use-modules (gnu))\n"
"(use-package-modules wm)\n"
"\n"
msgstr ""
"(use-modules (gnu))\n"
"(use-package-modules wm)\n"
"\n"

msgid ""
"(operating-system\n"
"  ;; …\n"
"  (packages (append (list sbcl stumpwm `(,stumpwm \"lib\"))\n"
"                    %base-packages)))\n"
msgstr ""
"(operating-system\n"
"  ;; …\n"
"  (packages (append (list sbcl stumpwm `(,stumpwm \"lib\"))\n"
"                    %base-packages)))\n"

msgid "stumpwm fonts"
msgstr "letras stumpwm"

msgid "By default StumpWM uses X11 fonts, which could be small or pixelated on your system.  You could fix this by installing StumpWM contrib Lisp module @code{sbcl-ttf-fonts}, adding it to Guix system packages:"
msgstr "Por defecto StumpWM utiliza fuentes X11, que podrían ser pequeñas o pixeladas en su sistema.  Puede solucionarlo instalando el módulo @code{sbcl-ttf-fonts} de StumpWM contrib Lisp y añadiéndolo a los paquetes del sistema Guix:"

msgid ""
"(use-modules (gnu))\n"
"(use-package-modules fonts wm)\n"
"\n"
msgstr ""
"(use-modules (gnu))\n"
"(use-package-modules fonts wm)\n"
"\n"

msgid ""
"(operating-system\n"
"  ;; …\n"
"  (packages (append (list sbcl stumpwm `(,stumpwm \"lib\"))\n"
"                    sbcl-ttf-fonts font-dejavu %base-packages)))\n"
msgstr ""
"(operating-system\n"
"  ;; …\n"
"  (packages (append (list sbcl stumpwm `(,stumpwm \"lib\"))\n"
"                    sbcl-ttf-fonts font-dejavu %base-packages)))\n"

msgid "Then you need to add the following code to a StumpWM configuration file @file{~/.stumpwm.d/init.lisp}:"
msgstr "A continuación, debe añadir el siguiente código a un archivo de configuración de StumpWM @file{~/.stumpwm.d/init.lisp}:"

msgid ""
"(require :ttf-fonts)\n"
"(setf xft:*font-dirs* '(\"/run/current-system/profile/share/fonts/\"))\n"
"(setf clx-truetype:+font-cache-filename+ (concat (getenv \"HOME\")\n"
"                                                 \"/.fonts/font-cache.sexp\"))\n"
"(xft:cache-fonts)\n"
"(set-font (make-instance 'xft:font :family \"DejaVu Sans Mono\"\n"
"                                   :subfamily \"Book\" :size 11))\n"
msgstr ""
"(require :ttf-fonts)\n"
"(setf xft:*font-dirs* '(\"/run/current-system/profile/share/fonts/\"))\n"
"(setf clx-truetype:+font-cache-filename+ (concat (getenv \"HOME\")\n"
"                                                 \"/.fonts/font-cache.sexp\"))\n"
"(xft:cache-fonts)\n"
"(set-font (make-instance 'xft:font :family \"DejaVu Sans Mono\"\n"
"                                   :subfamily \"Book\" :size 11))\n"

msgid "sessionlock"
msgstr "bloqueo de sesión"

msgid "Depending on your environment, locking the screen of your session might come built in or it might be something you have to set up yourself. If you use a desktop environment like GNOME or KDE, it's usually built in. If you use a plain window manager like StumpWM or EXWM, you might have to set it up yourself."
msgstr "Dependiendo de tu entorno, bloquear la pantalla de tu sesión puede venir incorporado o puede ser algo que tengas que configurar tú mismo. Si usas un entorno de escritorio como GNOME o KDE, normalmente viene incorporado. Si usas un gestor de ventanas sencillo como StumpWM o EXWM, puede que tengas que configurarlo tú mismo."

msgid "If you use Xorg, you can use the utility @uref{https://www.mankier.com/1/xss-lock, xss-lock} to lock the screen of your session.  xss-lock is triggered by DPMS which since Xorg 1.8 is auto-detected and enabled if ACPI is also enabled at kernel runtime."
msgstr "Si usas Xorg, puedes usar la utilidad @uref{https://www.mankier.com/1/xss-lock, xss-lock} para bloquear la pantalla de tu sesión. xss-lock es activado por DPMS que desde Xorg 1.8 es auto-detectado y activado si ACPI también está activado en tiempo de ejecución del kernel."

msgid "To use xss-lock, you can simple execute it and put it into the background before you start your window manager from e.g. your @file{~/.xsession}:"
msgstr "Para usar xss-lock, puedes simplemente ejecutarlo y ponerlo en segundo plano antes de iniciar tu gestor de ventanas desde, por ejemplo, su @file{~/.xsession}:"

msgid ""
"xss-lock -- slock &\n"
"exec stumpwm\n"
msgstr ""
"xss-lock -- slock &\n"
"exec stumpwm\n"

msgid "In this example, xss-lock uses @code{slock} to do the actual locking of the screen when it determines it's appropriate, like when you suspend your device."
msgstr "En este ejemplo, xss-lock utiliza @code{slock} para realizar el bloqueo real de la pantalla cuando determina que es apropiado, como cuando suspendes tu dispositivo."

msgid "For slock to be allowed to be a screen locker for the graphical session, it needs to be made setuid-root so it can authenticate users, and it needs a PAM service. This can be achieved by adding the following service to your @file{config.scm}:"
msgstr "Para que slock pueda ser un casillero de pantalla para la sesión gráfica, necesita ser hecho setuid-root para que pueda autenticar usuarios, y necesita un servicio PAM. Esto se puede lograr añadiendo el siguiente servicio a su @file{config.scm}:"

msgid ""
"(service screen-locker-service-type\n"
"         (screen-locker-configuration\n"
"          (name \"slock\")\n"
"          (program (file-append slock \"/bin/slock\"))))\n"
msgstr ""
"(service screen-locker-service-type\n"
"         (screen-locker-configuration\n"
"          (name \"slock\")\n"
"          (program (file-append slock \"/bin/slock\"))))\n"

msgid "If you manually lock your screen, e.g. by directly calling slock when you want to lock your screen but not suspend it, it's a good idea to notify xss-lock about this so no confusion occurs. This can be done by executing @code{xset s activate} immediately before you execute slock."
msgstr "Si bloquea manualmente su pantalla, por ejemplo, llamando directamente a slock cuando desea bloquear su pantalla pero no suspenderla, es una buena idea notificar a xss-lock sobre esto para que no se produzcan confusiones. Esto puede hacerse ejecutando @code{xset s activate} inmediatamente antes de ejecutar slock."

msgid "linode, Linode"
msgstr "linode, Linode"

msgid "To run Guix on a server hosted by @uref{https://www.linode.com, Linode}, start with a recommended Debian server.  We recommend using the default distro as a way to bootstrap Guix. Create your SSH keys."
msgstr "Para ejecutar Guix en un servidor alojado en @uref{https://www.linode.com, Linode}, comience con un servidor Debian recomendado.  Recomendamos usar la distribución por defecto para arrancar Guix. Crea tus claves SSH."

msgid "ssh-keygen\n"
msgstr "ssh-keygen\n"

msgid "Be sure to add your SSH key for easy login to the remote server.  This is trivially done via Linode's graphical interface for adding SSH keys.  Go to your profile and click add SSH Key.  Copy into it the output of:"
msgstr "Asegúrese de añadir su clave SSH para facilitar el inicio de sesión en el servidor remoto.  Esto se hace trivialmente a través de la interfaz gráfica de Linode para añadir claves SSH.  Vaya a su perfil y pulse en añadir clave SSH.  Copie en él la salida de:"

msgid "cat ~/.ssh/<username>_rsa.pub\n"
msgstr "cat ~/.ssh/<nombre-usuario>_rsa.pub\n"

msgid "Power the Linode down."
msgstr "Apaga el Linode."

msgid "In the Linode's Storage tab, resize the Debian disk to be smaller.  30 GB free space is recommended.  Then click \"Add a disk\", and fill out the form with the following:"
msgstr "En la pestaña Almacenamiento del Linode, re-dimensione el disco de Debian para que sea más pequeño.  Se recomiendan 30 GB de espacio libre.  A continuación, haga clic en \"Añadir un disco\", y rellene el formulario con lo siguiente:"

msgid "Label: \"Guix\""
msgstr "Etiqueta: «Guix»"

msgid "Filesystem: ext4"
msgstr "Sistema de archivo: ext4"

msgid "Set it to the remaining size"
msgstr "Ajústalo al tamaño restante"

msgid "In the Configurations tab, press \"Edit\" on the default Debian profile.  Under \"Block Device Assignment\" click \"Add a Device\". It should be @file{/dev/sdc} and you can select the \"Guix\" disk. Save Changes."
msgstr "En la pestaña Configuraciones, pulse «Editar» en el perfil Debian por defecto.  En «Asignación de dispositivos en bloque» pulse «Añadir un dispositivo». Debe ser @file{/dev/sdc} y puede seleccionar el disco «Guix». Guarde los cambios."

msgid "Now \"Add a Configuration\", with the following:"
msgstr "Ahora «Añadir una configuración», con lo siguiente:"

msgid "Label: Guix"
msgstr "Etiqueta: Guix"

msgid "Kernel:GRUB 2 (it's at the bottom! This step is @b{IMPORTANT!})"
msgstr "Kernel:GRUB 2 (¡está al final! Este paso es @b{¡IMPORTANTE!})"

msgid "Block device assignment:"
msgstr "Asignación de dispositivos en bloque:"

msgid "@file{/dev/sda}: Guix"
msgstr "@file{/dev/sda}: Guix"

msgid "@file{/dev/sdb}: swap"
msgstr "@file{/dev/sdb}: swap"

msgid "Root device: @file{/dev/sda}"
msgstr "Dispositivo raíz: @file{/dev/sda}"

msgid "Turn off all the filesystem/boot helpers"
msgstr "Desactivar todos los ayudantes del sistema de archivos/arranque"

msgid "Now power it back up, booting with the Debian configuration.  Once it's running, ssh to your server via @code{ssh root@@@var{<your-server-IP-here>}}. (You can find your server IP address in your Linode Summary section.) Now you can run the \"install guix from @pxref{Binary Installation,,, guix, GNU Guix}\" steps:"
msgstr "Ahora enciéndelo de nuevo, arrancando con la configuración de Debian.  Una vez que esté funcionando, conéctese a su servidor mediante @code{ssh root@@@var{<your-server-IP-here>}}. (Puede encontrar la dirección IP de su servidor en la sección Resumen de su Linode.) Ahora puede ejecutar los pasos de \"instalar guix desde @pxref{Instalación binaria,,, guix.es, GNU Guix}\":"

msgid ""
"sudo apt-get install gpg\n"
"wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg --import -\n"
"wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh\n"
"chmod +x guix-install.sh\n"
"./guix-install.sh\n"
"guix pull\n"
msgstr ""
"sudo apt-get install gpg\n"
"wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg --import -\n"
"wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh\n"
"chmod +x guix-install.sh\n"
"./guix-install.sh\n"
"guix pull\n"

msgid "Now it's time to write out a config for the server.  The key information is below. Save the resulting file as @file{guix-config.scm}."
msgstr "Ahora es el momento de escribir una configuración para el servidor.  La información clave está por debajo. Guarde el archivo resultante como @file{guix-config.scm}."

msgid ""
"(use-modules (gnu)\n"
"             (guix modules))\n"
"(use-service-modules networking\n"
"                     ssh)\n"
"(use-package-modules admin\n"
"                     package-management\n"
"                     ssh\n"
"                     tls)\n"
"\n"
msgstr ""
"(use-modules (gnu)\n"
"             (guix modules))\n"
"(use-service-modules networking\n"
"                     ssh)\n"
"(use-package-modules admin\n"
"                     package-management\n"
"                     ssh\n"
"                     tls)\n"
"\n"

msgid ""
"(operating-system\n"
"  (host-name \"my-server\")\n"
"  (timezone \"America/New_York\")\n"
"  (locale \"en_US.UTF-8\")\n"
"  ;; This goofy code will generate the grub.cfg\n"
"  ;; without installing the grub bootloader on disk.\n"
"  (bootloader (bootloader-configuration\n"
"               (bootloader\n"
"                (bootloader\n"
"                 (inherit grub-bootloader)\n"
"                 (installer #~(const #true))))))\n"
"  (file-systems (cons (file-system\n"
"                        (device \"/dev/sda\")\n"
"                        (mount-point \"/\")\n"
"                        (type \"ext4\"))\n"
"                      %base-file-systems))\n"
"\n"
msgstr ""
"(operating-system\n"
"  (host-name \"my-server\")\n"
"  (timezone \"America/New_York\")\n"
"  (locale \"en_US.UTF-8\")\n"
"  ;; Este tonto código generará el grub.cfg\n"
"  ;; sin instalar el gestor de arranque grub en el disco.\n"
"  (bootloader (bootloader-configuration\n"
"               (bootloader\n"
"                (bootloader\n"
"                 (inherit grub-bootloader)\n"
"                 (installer #~(const #true))))))\n"
"  (file-systems (cons (file-system\n"
"                        (device \"/dev/sda\")\n"
"                        (mount-point \"/\")\n"
"                        (type \"ext4\"))\n"
"                      %base-file-systems))\n"
"\n"

msgid ""
"  (swap-devices (list \"/dev/sdb\"))\n"
"\n"
msgstr ""
"  (swap-devices (list \"/dev/sdb\"))\n"
"\n"

msgid ""
"  (initrd-modules (cons \"virtio_scsi\"    ; Needed to find the disk\n"
"                        %base-initrd-modules))\n"
"\n"
msgstr ""
"  (initrd-modules (cons \"virtio_scsi\"    ; Needed to find the disk\n"
"                        %base-initrd-modules))\n"
"\n"

msgid ""
"  (users (cons (user-account\n"
"                (name \"janedoe\")\n"
"                (group \"users\")\n"
"                ;; Adding the account to the \"wheel\" group\n"
"                ;; makes it a sudoer.\n"
"                (supplementary-groups '(\"wheel\"))\n"
"                (home-directory \"/home/janedoe\"))\n"
"               %base-user-accounts))\n"
"\n"
msgstr ""
"  (users (cons (user-account\n"
"                (name \"janedoe\")\n"
"                (group \"users\")\n"
"                ;; Añadir la cuenta al grupo \"wheel\n"
"                ;; makes it a sudoer.\n"
"                (supplementary-groups '(\"wheel\"))\n"
"                (home-directory \"/home/janedoe\"))\n"
"               %base-user-accounts))\n"
"\n"

msgid ""
"  (services (cons*\n"
"             (service dhcp-client-service-type)\n"
"             (service openssh-service-type\n"
"                      (openssh-configuration\n"
"                       (openssh openssh-sans-x)\n"
"                       (password-authentication? #false)\n"
"                       (authorized-keys\n"
"                        `((\"janedoe\" ,(local-file \"janedoe_rsa.pub\"))\n"
"                          (\"root\" ,(local-file \"janedoe_rsa.pub\"))))))\n"
"             %base-services)))\n"
msgstr ""
"  (services (cons*\n"
"             (service dhcp-client-service-type)\n"
"             (service openssh-service-type\n"
"                      (openssh-configuration\n"
"                       (openssh openssh-sans-x)\n"
"                       (password-authentication? #false)\n"
"                       (authorized-keys\n"
"                        `((\"janedoe\" ,(local-file \"janedoe_rsa.pub\"))\n"
"                          (\"root\" ,(local-file \"janedoe_rsa.pub\"))))))\n"
"             %base-services)))\n"

msgid "Replace the following fields in the above configuration:"
msgstr "Sustituya los siguientes campos en la configuración anterior:"

msgid ""
"(host-name \"my-server\")       ; replace with your server name\n"
"; if you chose a linode server outside the U.S., then\n"
"; use tzselect to find a correct timezone string\n"
"(timezone \"America/New_York\") ; if needed replace timezone\n"
"(name \"janedoe\")              ; replace with your username\n"
"(\"janedoe\" ,(local-file \"janedoe_rsa.pub\")) ; replace with your ssh key\n"
"(\"root\" ,(local-file \"janedoe_rsa.pub\")) ; replace with your ssh key\n"
msgstr ""
"(host-name \"my-server\")       ; sustitúyalo por el nombre de su servidor\n"
"; si eligió un servidor linode fuera de los EE.UU., entonces\n"
"; utilice tzselect para encontrar una cadena de zona horaria correcta\n"
"(timezone \"America/New_York\") ; si es necesario, sustituya la zona horaria\n"
"(name \"janedoe\")              ; sustitúyalo por su nombre de usuario\n"
"(\"janedoe\" ,(local-file \"janedoe_rsa.pub\")) ; reemplace con su clave ssh\n"
"(\"root\" ,(local-file \"janedoe_rsa.pub\")) ; reemplace con su clave ssh\n"

msgid "The last line in the above example lets you log into the server as root and set the initial root password (see the note at the end of this recipe about root login).  After you have done this, you may delete that line from your configuration and reconfigure to prevent root login."
msgstr "La última línea del ejemplo anterior le permite iniciar sesión en el servidor como root y establecer la contraseña inicial de root (consulte la nota al final de esta receta sobre el inicio de sesión de root).  Una vez hecho esto, puede eliminar esa línea de la configuración y volver a configurarla para evitar el inicio de sesión de root."

msgid "Copy your ssh public key (eg: @file{~/.ssh/id_rsa.pub}) as @file{@var{<your-username-here>}_rsa.pub} and put @file{guix-config.scm} in the same directory.  In a new terminal run these commands."
msgstr "Copia tu clave pública ssh (eg: @file{~/.ssh/id_rsa.pub}) como @file{@var{<tu-nombre-de-usuario-aquí>}_rsa.pub} y pone @file{guix-config.scm} en el mismo directorio.  En un nuevo terminal ejecute estos comandos."

msgid ""
"sftp root@@<remote server ip address>\n"
"put /path/to/files/<username>_rsa.pub .\n"
"put /path/to/files/guix-config.scm .\n"
msgstr ""
"sftp root@@<dirección ip del servidor remoto>\n"
"put /path/to/files/<nombre-usuario>_rsa.pub .\n"
"put /path/to/files/guix-config.scm .\n"

msgid "In your first terminal, mount the guix drive:"
msgstr "En tu primer terminal, monta la unidad guix:"

msgid ""
"mkdir /mnt/guix\n"
"mount /dev/sdc /mnt/guix\n"
msgstr ""
"mkdir /mnt/guix\n"
"mount /dev/sdc /mnt/guix\n"

msgid "Due to the way we set up the bootloader section of the guix-config.scm, only the grub configuration file will be installed.  So, we need to copy over some of the other GRUB stuff already installed on the Debian system:"
msgstr "Debido a la forma en que configuramos la sección del gestor de arranque de guix-config.scm, sólo se instalará el fichero de configuración de grub.  Por lo tanto, necesitamos copiar algunas de las otras cosas de GRUB ya instaladas en el sistema Debian:"

msgid ""
"mkdir -p /mnt/guix/boot/grub\n"
"cp -r /boot/grub/* /mnt/guix/boot/grub/\n"
msgstr ""
"mkdir -p /mnt/guix/boot/grub\n"
"cp -r /boot/grub/* /mnt/guix/boot/grub/\n"

msgid "Now initialize the Guix installation:"
msgstr "Ahora inicialice la instalación de Guix:"

msgid "guix system init guix-config.scm /mnt/guix\n"
msgstr "guix system init guix-config.scm /mnt/guix\n"

msgid "Ok, power it down! Now from the Linode console, select boot and select \"Guix\"."
msgstr "Bien, ¡apágalo! Ahora desde la consola de Linode, selecciona boot y selecciona \"Guix\"."

msgid "Once it boots, you should be able to log in via SSH! (The server config will have changed though.)  You may encounter an error like:"
msgstr "Una vez que arranque, debería poder iniciar sesión a través de SSH. (La configuración del servidor habrá cambiado sin embargo.)  Puede encontrar un error como:"

msgid ""
"$ ssh root@@<server ip address>\n"
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n"
"@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @\n"
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n"
"IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\n"
"Someone could be eavesdropping on you right now (man-in-the-middle attack)!\n"
"It is also possible that a host key has just been changed.\n"
"The fingerprint for the ECDSA key sent by the remote host is\n"
"SHA256:0B+wp33w57AnKQuHCvQP0+ZdKaqYrI/kyU7CfVbS7R4.\n"
"Please contact your system administrator.\n"
"Add correct host key in /home/joshua/.ssh/known_hosts to get rid of this message.\n"
"Offending ECDSA key in /home/joshua/.ssh/known_hosts:3\n"
"ECDSA host key for 198.58.98.76 has changed and you have requested strict checking.\n"
"Host key verification failed.\n"
msgstr ""
"$ ssh root@@<server ip address>\n"
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n"
"@    ADVERTENCIA: ¡LA IDENTIFICACIÓN DEL HOST REMOTO HA CAMBIADO!     @\n"
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n"
"¡ES POSIBLE QUE ALGUIEN ESTÉ HACIENDO ALGO DESAGRADABLE!\n"
"¡Alguien podría estar escuchándole en este momento (ataque de intermediario).!\n"
"También es posible que se acabe de cambiar una clave de host.\n"
"La huella digital de la clave ECDSA enviada por el host remoto es\n"
"SHA256:0B+wp33w57AnKQuHCvQP0+ZdKaqYrI/kyU7CfVbS7R4.\n"
"Póngase en contacto con el administrador del sistema.\n"
"Añada la clave de host correcta en /home/joshua/.ssh/known_hosts para deshacerse de este mensaje.\n"
"Clave ECDSA infractora en /home/joshua/.ssh/known_hosts:3\n"
"La clave de host ECDSA para 198.58.98.76 ha cambiado y ha solicitado una comprobación estricta.\n"
"Error en la verificación de la clave del host.\n"

msgid "Either delete @file{~/.ssh/known_hosts} file, or delete the offending line starting with your server IP address."
msgstr "O bien borra el archivo @file{~/.ssh/known_hosts}, o borra la linea ofendida de inicio con su dirección IP de servidor."

msgid "Be sure to set your password and root's password."
msgstr "Asegúrate de establecer tu contraseña y la de root."

msgid ""
"ssh root@@<remote ip address>\n"
"passwd  ; for the root password\n"
"passwd <username> ; for the user password\n"
msgstr ""
"ssh root@@<dirección ip remota>\n"
"passwd  ; para la contraseña de root\n"
"passwd <nombre-usuario> ; para la contraseña de usuario\n"

msgid "You may not be able to run the above commands at this point.  If you have issues remotely logging into your linode box via SSH, then you may still need to set your root and user password initially by clicking on the ``Launch Console'' option in your linode.  Choose the ``Glish'' instead of ``Weblish''.  Now you should be able to ssh into the machine."
msgstr "Es posible que no pueda ejecutar los comandos anteriores en este punto.  Si tiene problemas para iniciar sesión de forma remota en su caja linode a través de SSH, entonces es posible que aún tenga que establecer su contraseña de root y de usuario inicialmente haciendo clic en la opción ``Lanzar Consola'' en su linode.  Elija ``Glish'' en lugar de ``Weblish''.  Ahora usted debe ser capaz de ssh en la máquina."

msgid "Hooray! At this point you can shut down the server, delete the Debian disk, and resize the Guix to the rest of the size.  Congratulations!"
msgstr "¡Hurra! En este punto puede apagar el servidor, borrar el disco Debian y redimensionar el Guix al resto del tamaño.  ¡Enhorabuena!"

msgid "By the way, if you save it as a disk image right at this point, you'll have an easy time spinning up new Guix images! You may need to down-size the Guix image to 6144MB, to save it as an image.  Then you can resize it again to the max size."
msgstr "Por cierto, si la guardas como imagen de disco en este momento, ¡te resultará muy fácil crear nuevas imágenes Guix! Puede que necesites reducir el tamaño de la imagen Guix a 6144MB, para guardarla como imagen.  A continuación, puede cambiar el tamaño de nuevo al tamaño máximo."

msgid "To run Guix on a server hosted by @uref{https://www.kimsufi.com/, Kimsufi}, click on the netboot tab then select rescue64-pro and restart."
msgstr "Para ejecutar Guix en un servidor alojado en @uref{https://www.kimsufi.com/, Kimsufi}, haz clic en la pestaña netboot, selecciona rescue64-pro y reinicia."

msgid "OVH will email you the credentials required to ssh into a Debian system."
msgstr "OVH le enviará por correo electrónico las credenciales necesarias para entrar por ssh en un sistema Debian."

msgid "Now you can run the \"install guix from @pxref{Binary Installation,,, guix, GNU Guix}\" steps:"
msgstr "Ahora puede ejecutar los pasos \"instalar guix desde @pxref{Instalación binaria,,, guix, GNU Guix}\":"

msgid ""
"wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh\n"
"chmod +x guix-install.sh\n"
"./guix-install.sh\n"
"guix pull\n"
msgstr ""
"wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh\n"
"chmod +x guix-install.sh\n"
"./guix-install.sh\n"
"guix pull\n"

msgid "Partition the drives and format them, first stop the raid array:"
msgstr "Particionar los discos y formatearlos, primero parar el raid array:"

msgid ""
"mdadm --stop /dev/md127\n"
"mdadm --zero-superblock /dev/sda2 /dev/sdb2\n"
msgstr ""
"mdadm --stop /dev/md127\n"
"mdadm --zero-superblock /dev/sda2 /dev/sdb2\n"

msgid "Then wipe the disks and set up the partitions, we will create a RAID 1 array."
msgstr "A continuación, limpie los discos y configurar las particiones, vamos a crear una matriz RAID 1."

msgid ""
"wipefs -a /dev/sda\n"
"wipefs -a /dev/sdb\n"
"\n"
msgstr ""
"wipefs -a /dev/sda\n"
"wipefs -a /dev/sdb\n"
"\n"

msgid ""
"parted /dev/sda --align=opt -s -m -- mklabel gpt\n"
"parted /dev/sda --align=opt -s -m -- \\\n"
" mkpart bios_grub 1049kb 512MiB \\\n"
" set 1 bios_grub on\n"
"parted /dev/sda --align=opt -s -m -- \\\n"
" mkpart primary 512MiB -512MiB\n"
" set 2 raid on\n"
"parted /dev/sda --align=opt -s -m -- mkpart primary linux-swap 512MiB 100%\n"
"\n"
msgstr ""
"parted /dev/sda --align=opt -s -m -- mklabel gpt\n"
"parted /dev/sda --align=opt -s -m -- \\\n"
" mkpart bios_grub 1049kb 512MiB \\\n"
" set 1 bios_grub on\n"
"parted /dev/sda --align=opt -s -m -- \\\n"
" mkpart primary 512MiB -512MiB\n"
" set 2 raid on\n"
"parted /dev/sda --align=opt -s -m -- mkpart primary linux-swap 512MiB 100%\n"
"\n"

msgid ""
"parted /dev/sdb --align=opt -s -m -- mklabel gpt\n"
"parted /dev/sdb --align=opt -s -m -- \\\n"
"     mkpart bios_grub 1049kb 512MiB \\\n"
"     set 1 bios_grub on\n"
"parted /dev/sdb --align=opt -s -m -- \\\n"
"     mkpart primary 512MiB -512MiB \\\n"
"     set 2 raid on\n"
"parted /dev/sdb --align=opt -s -m -- mkpart primary linux-swap 512MiB 100%\n"
msgstr ""
"parted /dev/sdb --align=opt -s -m -- mklabel gpt\n"
"parted /dev/sdb --align=opt -s -m -- \\\n"
"     mkpart bios_grub 1049kb 512MiB \\\n"
"     set 1 bios_grub on\n"
"parted /dev/sdb --align=opt -s -m -- \\\n"
"     mkpart primary 512MiB -512MiB \\\n"
"     set 2 raid on\n"
"parted /dev/sdb --align=opt -s -m -- mkpart primary linux-swap 512MiB 100%\n"

msgid "Create the array:"
msgstr "Crea el array:"

msgid ""
"mdadm --create /dev/md127 --level=1 --raid-disks=2 \\\n"
"  --metadata=0.90 /dev/sda2 /dev/sdb2\n"
msgstr ""
"mdadm --create /dev/md127 --level=1 --raid-disks=2 \\\n"
"  --metadata=0.90 /dev/sda2 /dev/sdb2\n"

msgid "Now create file systems on the relevant partitions, first the boot partitions:"
msgstr "Ahora cree sistemas de archivos en las particiones relevantes, primero las particiones de arranque:"

msgid ""
"mkfs.ext4  /dev/sda1\n"
"mkfs.ext4  /dev/sdb1\n"
msgstr ""
"mkfs.ext4  /dev/sda1\n"
"mkfs.ext4  /dev/sdb1\n"

msgid "Then the root partition:"
msgstr "A continuación, la partición raíz:"

msgid "mkfs.ext4 /dev/md127\n"
msgstr "mkfs.ext4 /dev/md127\n"

msgid "Initialize the swap partitions:"
msgstr "Inicializar las particiones swap:"

msgid ""
"mkswap /dev/sda3\n"
"swapon /dev/sda3\n"
"mkswap /dev/sdb3\n"
"swapon /dev/sdb3\n"
msgstr ""
"mkswap /dev/sda3\n"
"swapon /dev/sda3\n"
"mkswap /dev/sdb3\n"
"swapon /dev/sdb3\n"

msgid "Mount the guix drive:"
msgstr "Monte la unidad guix:"

msgid ""
"mkdir /mnt/guix\n"
"mount /dev/md127 /mnt/guix\n"
msgstr ""
"mkdir /mnt/guix\n"
"mount /dev/md127 /mnt/guix\n"

msgid "Now is time to write an operating system declaration @file{os.scm} file; here is a sample:"
msgstr "Ahora es el momento de escribir una declaración del sistema operativo del archivo @file{os.scm}; aquí tiene una muestra:"

msgid ""
"(operating-system\n"
"  (host-name \"kimsufi\")\n"
"\n"
msgstr ""
"(operating-system\n"
"  (host-name \"kimsufi\")\n"
"\n"

msgid ""
"  (bootloader (bootloader-configuration\n"
"\t       (bootloader grub-bootloader)\n"
"\t       (targets (list \"/dev/sda\" \"/dev/sdb\"))\n"
"\t       (terminal-outputs '(console))))\n"
"\n"
msgstr ""
"  (bootloader (bootloader-configuration\n"
"\t       (bootloader grub-bootloader)\n"
"\t       (targets (list \"/dev/sda\" \"/dev/sdb\"))\n"
"\t       (terminal-outputs '(console))))\n"
"\n"

msgid ""
"  ;; Add a kernel module for RAID-1 (aka. \"mirror\").\n"
"  (initrd-modules (cons* \"raid1\"  %base-initrd-modules))\n"
"\n"
msgstr ""
"  ;; Añadir un módulo de kernel para RAID-1 (aka. \"mirror\").\n"
"  (initrd-modules (cons* \"raid1\"  %base-initrd-modules))\n"
"\n"

msgid ""
"  (mapped-devices\n"
"   (list (mapped-device\n"
"          (source (list \"/dev/sda2\" \"/dev/sdb2\"))\n"
"          (target \"/dev/md127\")\n"
"          (type raid-device-mapping))))\n"
"\n"
msgstr ""
"  (mapped-devices\n"
"   (list (mapped-device\n"
"          (source (list \"/dev/sda2\" \"/dev/sdb2\"))\n"
"          (target \"/dev/md127\")\n"
"          (type raid-device-mapping))))\n"
"\n"

msgid ""
"  (swap-devices\n"
"   (list (swap-space\n"
"          (target \"/dev/sda3\"))\n"
"         (swap-space\n"
"          (target \"/dev/sdb3\"))))\n"
"\n"
msgstr ""
"  (swap-devices\n"
"   (list (swap-space\n"
"          (target \"/dev/sda3\"))\n"
"         (swap-space\n"
"          (target \"/dev/sdb3\"))))\n"
"\n"

msgid ""
"  (issue\n"
"   ;; Default contents for /etc/issue.\n"
"   \"\\\n"
"This is the GNU system at Kimsufi.  Welcome.\\n\")\n"
"\n"
msgstr ""
"  (issue\n"
"   ;; Default contents for /etc/issue.\n"
"   \"\\\n"
"Este es el sistema GNU en Kimsufi.  Bienvenido.\\n\")\n"
"\n"

msgid ""
"  (file-systems (cons* (file-system\n"
"\t\t         (mount-point \"/\")\n"
"\t\t         (device \"/dev/md127\")\n"
"\t\t         (type \"ext4\")\n"
"\t\t         (dependencies mapped-devices))\n"
"\t\t       %base-file-systems))\n"
"\n"
msgstr ""
"  (file-systems (cons* (file-system\n"
"\t\t         (mount-point \"/\")\n"
"\t\t         (device \"/dev/md127\")\n"
"\t\t         (type \"ext4\")\n"
"\t\t         (dependencies mapped-devices))\n"
"\t\t       %base-file-systems))\n"
"\n"

msgid ""
"  (users (cons (user-account\n"
"\t        (name \"guix\")\n"
"\t        (comment \"guix\")\n"
"\t        (group \"users\")\n"
"\t        (supplementary-groups '(\"wheel\"))\n"
"\t        (home-directory \"/home/guix\"))\n"
"\t       %base-user-accounts))\n"
"\n"
msgstr ""
"  (users (cons (user-account\n"
"\t        (name \"guix\")\n"
"\t        (comment \"guix\")\n"
"\t        (group \"users\")\n"
"\t        (supplementary-groups '(\"wheel\"))\n"
"\t        (home-directory \"/home/guix\"))\n"
"\t       %base-user-accounts))\n"
"\n"

msgid ""
"  (sudoers-file\n"
"   (plain-file \"sudoers\" \"\\\n"
"root ALL=(ALL) ALL\n"
"%wheel ALL=(ALL) ALL\n"
"guix ALL=(ALL) NOPASSWD:ALL\\n\"))\n"
"\n"
msgstr ""
"  (sudoers-file\n"
"   (plain-file \"sudoers\" \"\\\n"
"root ALL=(ALL) ALL\n"
"%wheel ALL=(ALL) ALL\n"
"guix ALL=(ALL) NOPASSWD:ALL\\n\"))\n"
"\n"

msgid ""
"  ;; Globally-installed packages.\n"
"  (packages (cons* tmux gnutls wireguard-tools %base-packages))\n"
"  (services\n"
"   (cons*\n"
"    (service static-networking-service-type\n"
"\t     (list (static-networking\n"
"\t\t    (addresses (list (network-address\n"
"\t\t\t\t      (device \"enp3s0\")\n"
"\t\t\t\t      (value \"@var{server-ip-address}/24\"))))\n"
"\t\t    (routes (list (network-route\n"
"\t\t\t\t   (destination \"default\")\n"
"\t\t\t\t   (gateway \"@var{server-gateway}\"))))\n"
"\t\t    (name-servers '(\"213.186.33.99\")))))\n"
"\n"
msgstr ""
"  ;; Paquetes instalados globalmente.\n"
"  (packages (cons* tmux gnutls wireguard-tools %base-packages))\n"
"  (services\n"
"   (cons*\n"
"    (service static-networking-service-type\n"
"\t     (list (static-networking\n"
"\t\t    (addresses (list (network-address\n"
"\t\t\t\t      (device \"enp3s0\")\n"
"\t\t\t\t      (value \"@var{server-ip-address}/24\"))))\n"
"\t\t    (routes (list (network-route\n"
"\t\t\t\t   (destination \"default\")\n"
"\t\t\t\t   (gateway \"@var{server-gateway}\"))))\n"
"\t\t    (name-servers '(\"213.186.33.99\")))))\n"
"\n"

msgid ""
"    (service unattended-upgrade-service-type)\n"
"\n"
msgstr ""
"    (service unattended-upgrade-service-type)\n"
"\n"

msgid ""
"    (service openssh-service-type\n"
"\t     (openssh-configuration\n"
"\t      (openssh openssh-sans-x)\n"
"\t      (permit-root-login #f)\n"
"\t      (authorized-keys\n"
"\t       `((\"guix\" ,(plain-file \"@var{ssh-key-name.pub}\"\n"
"                                      \"@var{ssh-public-key-content}\"))))))\n"
"    (modify-services %base-services\n"
"      (sysctl-service-type\n"
"       config =>\n"
"       (sysctl-configuration\n"
"\t(settings (append '((\"net.ipv6.conf.all.autoconf\" . \"0\")\n"
"\t\t\t    (\"net.ipv6.conf.all.accept_ra\" . \"0\"))\n"
"\t\t\t  %default-sysctl-settings))))))))\n"
msgstr ""
"    (service openssh-service-type\n"
"\t     (openssh-configuration\n"
"\t      (openssh openssh-sans-x)\n"
"\t      (permit-root-login #f)\n"
"\t      (authorized-keys\n"
"\t       `((\"guix\" ,(plain-file \"@var{ssh-key-name.pub}\"\n"
"                                      \"@var{ssh-public-key-content}\"))))))\n"
"    (modify-services %base-services\n"
"      (sysctl-service-type\n"
"       config =>\n"
"       (sysctl-configuration\n"
"\t(settings (append '((\"net.ipv6.conf.all.autoconf\" . \"0\")\n"
"\t\t\t    (\"net.ipv6.conf.all.accept_ra\" . \"0\"))\n"
"\t\t\t  %default-sysctl-settings))))))))\n"

msgid "Don't forget to substitute the @var{server-ip-address}, @var{server-gateway}, @var{ssh-key-name} and @var{ssh-public-key-content} variables with your own values."
msgstr "No olvide sustituir el @var{server-ip-address}, @var{server-gateway}, @var{ssh-key-name} y @var{ssh-public-key-content} con sus propios valores."

msgid "The gateway is the last usable IP in your block so if you have a server with an IP of @samp{37.187.79.10} then its gateway will be @samp{37.187.79.254}."
msgstr "La puerta de enlace es la última IP utilizable de su bloque, por lo que si tiene un servidor con una IP de @samp{37.187.79.10} entonces su puerta de enlace será @samp{37.187.79.254}."

msgid "Transfer your operating system declaration @file{os.scm} file on the server via the @command{scp} or @command{sftp} commands."
msgstr "Transfiera su declaración de sistema operativo @file{os.scm} en el servidor a través de @command{scp} o comandos @command{sftp}."

msgid "Now all that is left is to install Guix with a @code{guix system init} and restart."
msgstr "Ahora sólo queda instalar Guix con un @code{guix system init} y reinicia."

msgid "However we first need to set up a chroot, because the root partition of the rescue system is mounted on an aufs partition and if you try to install Guix it will fail at the GRUB install step complaining about the canonical path of \"aufs\"."
msgstr "Sin embargo, primero necesitamos configurar un chroot, porque la partición raíz del sistema de rescate está montada en una partición aufs y si intentas instalar Guix fallará en el paso de instalación de GRUB quejándose de la ruta canónica de \"aufs\"."

msgid "Install packages that will be used in the chroot:"
msgstr "Instala los paquetes que se utilizarán en el chroot:"

msgid "guix install bash-static parted util-linux-with-udev coreutils guix\n"
msgstr "guix install bash-static parted util-linux-with-udev coreutils guix\n"

msgid "Then run the following to create directories needed for the chroot:"
msgstr "A continuación, ejecute lo siguiente para crear los directorios necesarios para el chroot:"

msgid ""
"cd /mnt && \\\n"
"mkdir -p bin etc gnu/store root/.guix-profile/ root/.config/guix/current \\\n"
"  var/guix proc sys dev\n"
msgstr ""
"cd /mnt && \\\n"
"mkdir -p bin etc gnu/store root/.guix-profile/ root/.config/guix/current \\\n"
"  var/guix proc sys dev\n"

msgid "Copy the host resolv.conf in the chroot:"
msgstr "Copie el host resolv.conf en el chroot:"

msgid "cp /etc/resolv.conf etc/\n"
msgstr "cp /etc/resolv.conf etc/\n"

msgid "Mount block devices, the store and its database and the current guix config:"
msgstr "Montar dispositivos de bloque, el almacén y su base de datos y la configuración guix actual:"

msgid ""
"mount --rbind /proc /mnt/proc\n"
"mount --rbind /sys /mnt/sys\n"
"mount --rbind /dev /mnt/dev\n"
"mount --rbind /var/guix/ var/guix/\n"
"mount --rbind /gnu/store gnu/store/\n"
"mount --rbind /root/.config/ root/.config/\n"
"mount --rbind /root/.guix-profile/bin/ bin\n"
"mount --rbind /root/.guix-profile root/.guix-profile/\n"
msgstr ""
"mount --rbind /proc /mnt/proc\n"
"mount --rbind /sys /mnt/sys\n"
"mount --rbind /dev /mnt/dev\n"
"mount --rbind /var/guix/ var/guix/\n"
"mount --rbind /gnu/store gnu/store/\n"
"mount --rbind /root/.config/ root/.config/\n"
"mount --rbind /root/.guix-profile/bin/ bin\n"
"mount --rbind /root/.guix-profile root/.guix-profile/\n"

msgid "Chroot in /mnt and install the system:"
msgstr "Chroot en /mnt e instalar el sistema:"

msgid ""
"chroot /mnt/ /bin/bash\n"
"\n"
msgstr ""
"chroot /mnt/ /bin/bash\n"
"\n"

msgid "guix system init /root/os.scm /guix\n"
msgstr "guix system init /root/os.scm /guix\n"

msgid "Finally, from the web user interface (UI), change @samp{netboot} to @samp{boot to disk} and restart (also from the web UI)."
msgstr "Por último, desde la interfaz de usuario web (UI), cambia @samp{netboot} por @samp{boot to disk} y reinicia (también desde la UI web)."

msgid "Wait a few minutes and try to ssh with @code{ssh guix@@@var{server-ip-address>} -i @var{path-to-your-ssh-key}}"
msgstr "Espera unos minutos e intenta hacer ssh con @code{ssh guix@@@var{dirección-ip-del-servidor>} -i @var{path-to-your-ssh-key}}."

msgid "You should have a Guix system up and running on Kimsufi; congratulations!"
msgstr "Deberías tener un sistema Guix funcionando en Kimsufi; ¡enhorabuena!"

msgid "To bind mount a file system, one must first set up some definitions before the @code{operating-system} section of the system definition.  In this example we will bind mount a folder from a spinning disk drive to @file{/tmp}, to save wear and tear on the primary SSD, without dedicating an entire partition to be mounted as @file{/tmp}."
msgstr "Para enlazar el montaje de un sistema de archivos, primero hay que establecer algunas definiciones antes de la sección @code{operating-system} de la definición del sistema.  En este ejemplo vamos a bind mount una carpeta de una unidad de disco giratorio a @file{/tmp}, para ahorrar desgaste en el SSD primario, sin dedicar una partición entera a ser montada como @file{/tmp}."

msgid "First, the source drive that hosts the folder we wish to bind mount should be defined, so that the bind mount can depend on it."
msgstr "En primer lugar, debe definirse la unidad de origen que aloja la carpeta que deseamos montar de forma enlazada, para que el montaje enlazado pueda depender de ella."

msgid ""
"(define source-drive ;; \"source-drive\" can be named anything you want.\n"
"   (file-system\n"
"    (device (uuid \"UUID goes here\"))\n"
"    (mount-point \"/path-to-spinning-disk-goes-here\")\n"
"    (type \"ext4\"))) ;Make sure to set this to the appropriate type for your drive.\n"
msgstr ""
"(define source-drive ;; \"source-drive\" puede llamarse como quieras.\n"
"   (file-system\n"
"    (device (uuid \"UUID goes here\"))\n"
"    (mount-point \"/path-to-spinning-disk-goes-here\")\n"
"    (type \"ext4\"))) ;Asegúrese de establecer el tipo adecuado para su unidad..\n"

msgid "The source folder must also be defined, so that guix will know it's not a regular block device, but a folder."
msgstr "También debe definirse la carpeta de origen, para que guix sepa que no se trata de un dispositivo de bloque normal, sino de una carpeta."

msgid ""
";; \"source-directory\" can be named any valid variable name.\n"
"(define (%source-directory) \"/path-to-spinning-disk-goes-here/tmp\")\n"
msgstr ""
";; \"source-directory\" puede denominarse con cualquier nombre de variable válido.\n"
"(define (%source-directory) \"/path-to-spinning-disk-goes-here/tmp\")\n"

msgid "Finally, inside the @code{file-systems} definition, we must add the mount itself."
msgstr "Por último, dentro del @code{file-systems} definición, debemos añadir el propio montaje."

msgid ""
"(file-systems (cons*\n"
"\n"
msgstr ""
"(file-systems (cons*\n"
"\n"

msgid ""
"                ...<other drives omitted for clarity>...\n"
"\n"
msgstr ""
"                ...<otras unidades omitidas para mayor claridad>...\n"
"\n"

msgid ""
"                ;; Must match the name you gave the source drive in the earlier definition.\n"
"                source-drive\n"
"\n"
msgstr ""
"                ;; Debe coincidir con el nombre que le diste a la unidad de origen en la definición anterior.\n"
"                source-drive\n"
"\n"

msgid ""
"                (file-system\n"
"                 ;; Make sure \"source-directory\" matches your earlier definition.\n"
"                 (device (%source-directory))\n"
"                 (mount-point \"/tmp\")\n"
"                 ;; We are mounting a folder, not a partition, so this type needs to be \"none\"\n"
"                 (type \"none\")\n"
"                 (flags '(bind-mount))\n"
"                 ;; Ensure \"source-drive\" matches what you've named the variable for the drive.\n"
"                 (dependencies (list source-drive))\n"
"                 )\n"
"\n"
msgstr ""
"                (file-system\n"
"                 ;; Asegúrese de que \"directorio-fuente\" coincide con su definición anterior.\n"
"                 (device (%source-directory))\n"
"                 (mount-point \"/tmp\")\n"
"                 ;; Estamos montando una carpeta, no una partición, por lo que este tipo debe ser \"none\"\n"
"                 (type \"none\")\n"
"                 (flags '(bind-mount))\n"
"                 ;; Asegúrese de que \"source-drive\" coincide con el nombre que ha dado a la variable de la unidad..\n"
"                 (dependencies (list source-drive))\n"
"                 )\n"
"\n"

msgid ""
"                 ...<other drives omitted for clarity>...\n"
"\n"
msgstr ""
"                 ...<otras unidades omitidas para mayor claridad>...\n"
"\n"

msgid "                ))\n"
msgstr "                ))\n"

msgid "Guix daemon can use a HTTP proxy to get substitutes, here we are configuring it to get them via Tor."
msgstr "El daemon Guix puede usar un proxy HTTP para obtener sustituciones, aquí lo estamos configurando para obtenerlos vía Tor."

msgid "Warning"
msgstr "Aviso"

msgid "@emph{Not all} Guix daemon's traffic will go through Tor! Only HTTP/HTTPS will get proxied; FTP, Git protocol, SSH, etc connections will still go through the clearnet.  Again, this configuration isn't foolproof some of your traffic won't get routed by Tor at all.  Use it at your own risk."
msgstr "@emph{No todos} ¡El tráfico del daemon Guix irá a través de Tor! Sólo conexiones proxy HTTP/HTTPS; FTP, protocolo Git, SSH, etc seguirá pasando por la clearnet.  De nuevo, esta configuración no es infalible, parte de su tráfico no será enrutado por Tor en absoluto.  Utilícelo bajo su propia responsabilidad."

msgid "Also note that the procedure described here applies only to package substitution. When you update your guix distribution with @command{guix pull}, you still need to use @command{torsocks} if you want to route the connection to guix's git repository servers through Tor."
msgstr "Tenga en cuenta también que el procedimiento aquí descrito sólo se aplica a la sustitución de paquetes. Cuando actualice su distribución guix con @command{guix pull}, todavía necesitas usar @command{torsocks} si quieres enrutar la conexión a los servidores de repositorios git de guix a través de Tor."

msgid "Guix's substitute server is available as a Onion service, if you want to use it to get your substitutes through Tor configure your system as follow:"
msgstr "El servidor de sustitutos de Guix está disponible como un servicio Onion, si quiere usarlo para obtener sus sustitutos a través de Tor configure su sistema como sigue:"

msgid ""
"(use-modules (gnu))\n"
"(use-service-module base networking)\n"
"\n"
msgstr ""
"(use-modules (gnu))\n"
"(use-service-module base networking)\n"
"\n"

msgid ""
"(operating-system\n"
"  …\n"
"  (services\n"
"    (cons\n"
"      (service tor-service-type\n"
"              (tor-configuration\n"
"                (config-file (plain-file \"tor-config\"\n"
"                                         \"HTTPTunnelPort 127.0.0.1:9250\"))))\n"
"      (modify-services %base-services\n"
"        (guix-service-type\n"
"          config => (guix-configuration\n"
"                      (inherit config)\n"
"                      ;; ci.guix.gnu.org's Onion service\n"
"                      (substitute-urls \"\\\n"
"@value{SUBSTITUTE-TOR-URL}\")\n"
"                      (http-proxy \"http://localhost:9250\")))))))\n"
msgstr ""
"(operating-system\n"
"  …\n"
"  (services\n"
"    (cons\n"
"      (service tor-service-type\n"
"              (tor-configuration\n"
"                (config-file (plain-file \"tor-config\"\n"
"                                         \"HTTPTunnelPort 127.0.0.1:9250\"))))\n"
"      (modify-services %base-services\n"
"        (guix-service-type\n"
"          config => (guix-configuration\n"
"                      (inherit config)\n"
"                      ;; ci.guix.gnu.org's Onion service\n"
"                      (substitute-urls \"\\\n"
"@value{SUBSTITUTE-TOR-URL}\")\n"
"                      (http-proxy \"http://localhost:9250\")))))))\n"

msgid "This will keep a tor process running that provides a HTTP CONNECT tunnel which will be used by @command{guix-daemon}.  The daemon can use other protocols than HTTP(S) to get remote resources, request using those protocols won't go through Tor since we are only setting a HTTP tunnel here.  Note that @code{substitutes-urls} is using HTTPS and not HTTP or it won't work, that's a limitation of Tor's tunnel; you may want to use @command{privoxy} instead to avoid such limitations."
msgstr "Esto mantendrá un proceso Tor en ejecución que proporciona un túnel HTTP CONNECT que será utilizado por @command{guix-daemon}.  El daemon puede usar otros protocolos que HTTP(S) para obtener recursos remotos, las peticiones que usen esos protocolos no pasarán por Tor ya que aquí sólo estamos configurando un túnel HTTP.  Tenga en cuenta que @code{substitutes-urls} está usando HTTPS y no HTTP o no funcionará, es una limitación del túnel de Tor; puede que quiera usar @command{privoxy} en su lugar para evitar tales limitaciones."

msgid "If you don't want to always get substitutes through Tor but using it just some of the times, then skip the @code{guix-configuration}.  When you want to get a substitute from the Tor tunnel run:"
msgstr "Si no quiere obtener sustitutos siempre a través de Tor sino usarlo sólo algunas veces, entonces omita el @code{guix-configuration}.  Cuando desee obtener un sustituto del túnel Tor ejecute:"

msgid ""
"sudo herd set-http-proxy guix-daemon http://localhost:9250\n"
"guix build \\\n"
"  --substitute-urls=@value{SUBSTITUTE-TOR-URL} @dots{}\n"
msgstr ""
"sudo herd set-http-proxy guix-daemon http://localhost:9250\n"
"guix build \\\n"
"  --substitute-urls=@value{SUBSTITUTE-TOR-URL} @dots{}\n"

msgid "nginx, lua, openresty, resty"
msgstr "nginx, lua, openresty, resty"

msgid "NGINX could be extended with Lua scripts."
msgstr "NGINX podría ampliarse con scripts Lua."

msgid "Guix provides NGINX service with ability to load Lua module and specific Lua packages, and reply to requests by evaluating Lua scripts."
msgstr "Guix proporciona al servicio NGINX la capacidad de cargar el módulo Lua y paquetes Lua específicos, y responder a las peticiones evaluando scripts Lua."

msgid "The following example demonstrates system definition with configuration to evaluate @file{index.lua} Lua script on HTTP request to @uref{http://localhost/hello} endpoint:"
msgstr "El siguiente ejemplo demuestra la definición del sistema con la configuración para evaluar @file{index.lua} Lua en una petición HTTP al punto final @uref{http://localhost/hello}:"

msgid ""
"local shell = require \"resty.shell\"\n"
"\n"
msgstr ""
"local shell = require \"resty.shell\"\n"
"\n"

msgid ""
"local stdin = \"\"\n"
"local timeout = 1000  -- ms\n"
"local max_size = 4096  -- byte\n"
"\n"
msgstr ""
"local stdin = \"\"\n"
"local timeout = 1000  -- ms\n"
"local max_size = 4096  -- byte\n"
"\n"

msgid ""
"local ok, stdout, stderr, reason, status =\n"
"   shell.run([[/run/current-system/profile/bin/ls /tmp]], stdin, timeout, max_size)\n"
"\n"
msgstr ""
"local ok, stdout, stderr, reason, status =\n"
"   shell.run([[/run/current-system/profile/bin/ls /tmp]], stdin, timeout, max_size)\n"
"\n"

msgid "ngx.say(stdout)\n"
msgstr "ngx.say(stdout)\n"

msgid ""
"(use-modules (gnu))\n"
"(use-service-modules #;… web)\n"
"(use-package-modules #;… lua)\n"
"(operating-system\n"
"  ;; …\n"
"  (services\n"
"   ;; …\n"
"   (service nginx-service-type\n"
"            (nginx-configuration\n"
"             (modules\n"
"              (list\n"
"               (file-append nginx-lua-module \"/etc/nginx/modules/ngx_http_lua_module.so\")))\n"
"             (lua-package-path (list lua-resty-core\n"
"                                     lua-resty-lrucache\n"
"                                     lua-resty-signal\n"
"                                     lua-tablepool\n"
"                                     lua-resty-shell))\n"
"             (lua-package-cpath (list lua-resty-signal))\n"
"             (server-blocks\n"
"              (list (nginx-server-configuration\n"
"                     (server-name '(\"localhost\"))\n"
"                     (listen '(\"80\"))\n"
"                     (root \"/etc\")\n"
"                     (locations (list\n"
"                                 (nginx-location-configuration\n"
"                                  (uri \"/hello\")\n"
"                                  (body (list #~(format #f \"content_by_lua_file ~s;\"\n"
"                                                        #$(local-file \"index.lua\"))))))))))))))\n"
msgstr ""
"(use-modules (gnu))\n"
"(use-service-modules #;… web)\n"
"(use-package-modules #;… lua)\n"
"(operating-system\n"
"  ;; …\n"
"  (services\n"
"   ;; …\n"
"   (service nginx-service-type\n"
"            (nginx-configuration\n"
"             (modules\n"
"              (list\n"
"               (file-append nginx-lua-module \"/etc/nginx/modules/ngx_http_lua_module.so\")))\n"
"             (lua-package-path (list lua-resty-core\n"
"                                     lua-resty-lrucache\n"
"                                     lua-resty-signal\n"
"                                     lua-tablepool\n"
"                                     lua-resty-shell))\n"
"             (lua-package-cpath (list lua-resty-signal))\n"
"             (server-blocks\n"
"              (list (nginx-server-configuration\n"
"                     (server-name '(\"localhost\"))\n"
"                     (listen '(\"80\"))\n"
"                     (root \"/etc\")\n"
"                     (locations (list\n"
"                                 (nginx-location-configuration\n"
"                                  (uri \"/hello\")\n"
"                                  (body (list #~(format #f \"content_by_lua_file ~s;\"\n"
"                                                        #$(local-file \"index.lua\"))))))))))))))\n"

msgid "mpd"
msgstr "mpd"

msgid "music server, headless"
msgstr "servidor de música, sin cabeza"

msgid "bluetooth, ALSA configuration"
msgstr "bluetooth, configuración ALSA"

msgid "MPD, the Music Player Daemon, is a flexible server-side application for playing music.  Client programs on different machines on the network --- a mobile phone, a laptop, a desktop workstation --- can connect to it to control the playback of audio files from your local music collection.  MPD decodes the audio files and plays them back on one or many outputs."
msgstr "MPD, Music Player Daemon, es una aplicación de servidor flexible para reproducir música.  Los programas cliente de distintas máquinas de la red -un teléfono móvil, un portátil, una estación de trabajo de sobremesa- pueden conectarse a él para controlar la reproducción de archivos de audio de tu colección de música local.  MPD descodifica los archivos de audio y los reproduce en una o varias salidas."

msgid "By default MPD will play to the default audio device.  In the example below we make things a little more interesting by setting up a headless music server.  There will be no graphical user interface, no Pulseaudio daemon, and no local audio output.  Instead we will configure MPD with two outputs: a bluetooth speaker and a web server to serve audio streams to any streaming media player."
msgstr "Por defecto MPD reproducirá en el dispositivo de audio por defecto.  En el siguiente ejemplo hacemos las cosas un poco más interesantes configurando un servidor de música sin cabeza.  No habrá interfaz gráfica de usuario, ni daemon Pulseaudio, ni salida de audio local.  En su lugar configuraremos MPD con dos salidas: un altavoz bluetooth y un servidor web para servir flujos de audio a cualquier reproductor multimedia de streaming."

msgid "Bluetooth is often rather frustrating to set up.  You will have to pair your Bluetooth device and make sure that the device is automatically connected as soon as it powers on.  The Bluetooth system service returned by the @code{bluetooth-service} procedure provides the infrastructure needed to set this up."
msgstr "La configuración de Bluetooth suele ser bastante frustrante.  Tendrás que emparejar tu dispositivo Bluetooth y asegurarte que se conecta automáticamente en cuanto se enciende.  El servicio del sistema Bluetooth devuelto por el procedimiento @code{bluetooth-service} proporciona la infraestructura necesaria para configurar esto."

msgid "Reconfigure your system with at least the following services and packages:"
msgstr "Reconfigura su sistema con al menos los siguientes servicios y paquetes:"

msgid ""
"(operating-system\n"
"  ;; …\n"
"  (packages (cons* bluez bluez-alsa\n"
"                   %base-packages))\n"
"  (services\n"
"   ;; …\n"
"   (dbus-service #:services (list bluez-alsa))\n"
"   (bluetooth-service #:auto-enable? #t)))\n"
msgstr ""
"(operating-system\n"
"  ;; …\n"
"  (packages (cons* bluez bluez-alsa\n"
"                   %base-packages))\n"
"  (services\n"
"   ;; …\n"
"   (dbus-service #:services (list bluez-alsa))\n"
"   (bluetooth-service #:auto-enable? #t)))\n"

msgid "Start the @code{bluetooth} service and then use @command{bluetoothctl} to scan for Bluetooth devices.  Try to identify your Bluetooth speaker and pick out its device ID from the resulting list of devices that is indubitably dominated by a baffling smorgasbord of your neighbors' home automation gizmos.  This only needs to be done once:"
msgstr "Inicia el servicio @code{bluetoooth} y después utilice @command{bluetoothctl} para analizar dispositivos Bluetooth.  Intente identificar su altavoz Bluetooth y extraer el ID de dispositivo desde el listado del resultado de dispositivos que estén indubitables por variedad desconcertante de automatización del inicio de vecinos.  Esto solo necesita ser realizado una vez:"

msgid ""
"$ bluetoothctl \n"
"[NEW] Controller 00:11:22:33:95:7F BlueZ 5.40 [default]\n"
"\n"
msgstr ""
"$ bluetoothctl \n"
"[NEW] Controlador 00:11:22:33:95:7F BlueZ 5.40 [predet.]\n"
"\n"

msgid ""
"[bluetooth]# power on\n"
"[bluetooth]# Changing power on succeeded\n"
"\n"
msgstr ""
"[bluetooth]# power on\n"
"[bluetooth]# Cambiando a encendido correcto\n"
"\n"

msgid ""
"[bluetooth]# agent on\n"
"[bluetooth]# Agent registered\n"
"\n"
msgstr ""
"[bluetooth]# agent on\n"
"[bluetooth]# Agente registrado\n"
"\n"

msgid ""
"[bluetooth]# default-agent\n"
"[bluetooth]# Default agent request successful\n"
"\n"
msgstr ""
"[bluetooth]# default-agent\n"
"[bluetooth]# Solicitud de agente por defecto solicita correcta\n"
"\n"

msgid ""
"[My Bluetooth Speaker]# [CHG] Device AA:BB:CC:A4:AA:CD UUIDs: 0000110b-0000-1000-8000-00xxxxxxxxxx\n"
"[CHG] Device AA:BB:CC:A4:AA:CD UUIDs: 0000110c-0000-1000-8000-00xxxxxxxxxx\n"
"[CHG] Device AA:BB:CC:A4:AA:CD UUIDs: 0000110e-0000-1000-8000-00xxxxxxxxxx\n"
"[CHG] Device AA:BB:CC:A4:AA:CD Paired: yes\n"
"Pairing successful\n"
"\n"
msgstr ""
"[My Bluetooth Speaker]# [CHG] Device AA:BB:CC:A4:AA:CD UUIDs: 0000110b-0000-1000-8000-00xxxxxxxxxx\n"
"[CHG] Device AA:BB:CC:A4:AA:CD UUIDs: 0000110c-0000-1000-8000-00xxxxxxxxxx\n"
"[CHG] Device AA:BB:CC:A4:AA:CD UUIDs: 0000110e-0000-1000-8000-00xxxxxxxxxx\n"
"[CHG] Device AA:BB:CC:A4:AA:CD Paired: yes\n"
"Pairing successful\n"
"\n"

msgid ""
"[CHG] Device AA:BB:CC:A4:AA:CD Connected: no\n"
"\n"
msgstr ""
"[CHG] Device AA:BB:CC:A4:AA:CD Connected: no\n"
"\n"

msgid ""
"[bluetooth]# \n"
"[bluetooth]# trust AA:BB:CC:A4:AA:CD\n"
"[bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD Trusted: yes\n"
"Changing AA:BB:CC:A4:AA:CD trust succeeded\n"
"\n"
msgstr ""
"[bluetooth]# \n"
"[bluetooth]# trust AA:BB:CC:A4:AA:CD\n"
"[bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD Confiado: sí\n"
"Cambiando AA:BB:CC:A4:AA:CD confianza lograda\n"
"\n"

msgid ""
"[bluetooth]# \n"
"[bluetooth]# connect AA:BB:CC:A4:AA:CD\n"
"Attempting to connect to AA:BB:CC:A4:AA:CD\n"
"[bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD RSSI: -63\n"
"[CHG] Device AA:BB:CC:A4:AA:CD Connected: yes\n"
"Connection successful\n"
"\n"
msgstr ""
"[bluetooth]# \n"
"[bluetooth]# conecta a AA:BB:CC:A4:AA:CD\n"
"Intentando conectar a AA:BB:CC:A4:AA:CD\n"
"[bluetooth]# [CHG] Dispositivo AA:BB:CC:A4:AA:CD RSSI: -63\n"
"[CHG] Dispositivo AA:BB:CC:A4:AA:CD Conectado: sí\n"
"Conexión lograda\n"
"\n"

msgid ""
"[My Bluetooth Speaker]# scan off\n"
"[CHG] Device AA:BB:CC:A4:AA:CD RSSI is nil\n"
"Discovery stopped\n"
"[CHG] Controller 00:11:22:33:95:7F Discovering: no\n"
msgstr ""
"[My Bluetooth Speaker]# scan off\n"
"[CHG] Device AA:BB:CC:A4:AA:CD RSSI is nil\n"
"Descubrimiento detenido\n"
"[CHG] Controller 00:11:22:33:95:7F Discovering: no\n"

msgid "Congratulations, you can now automatically connect to your Bluetooth speaker!"
msgstr "Enhorabuena, ¡ya puedes conectarte automáticamente a tu altavoz Bluetooth!"

msgid "It is now time to configure ALSA to use the @emph{bluealsa} Bluetooth module, so that you can define an ALSA pcm device corresponding to your Bluetooth speaker.  For a headless server using @emph{bluealsa} with a fixed Bluetooth device is likely simpler than configuring Pulseaudio and its stream switching behavior.  We configure ALSA by crafting a custom @code{alsa-configuration} for the @code{alsa-service-type}.  The configuration will declare a @code{pcm} type @code{bluealsa} from the @code{bluealsa} module provided by the @code{bluez-alsa} package, and then define a @code{pcm} device of that type for your Bluetooth speaker."
msgstr "Ahora es el momento de configurar ALSA para utilizar el módulo @emph{bluealsa} Bluetooth, para que puedas definir un dispositivo ALSA pcm correspondiente a tu altavoz Bluetooth.  Para un servidor headless usar @emph{bluealsa} con un dispositivo Bluetooth fijo es probablemente más sencillo que configurar Pulseaudio y su comportamiento de conmutación de flujos.  Configuramos ALSA creando un @code{alsa-configuration} personalizado para el @code{alsa-service-type}.  La configuración declarará un tipo @code{pcm} @code{bluealsa} del módulo @code{bluealsa} proporcionado por el paquete @code{bluez-alsa} y, a continuación, definirá un dispositivo @code{pcm} de ese tipo para el altavoz Bluetooth."

msgid "All that is left then is to make MPD send audio data to this ALSA device.  We also add a secondary MPD output that makes the currently played audio files available as a stream through a web server on port 8080.  When enabled a device on the network could listen to the audio stream by connecting any capable media player to the HTTP server on port 8080, independent of the status of the Bluetooth speaker."
msgstr "Todo lo que queda entonces es hacer que MPD envíe datos de audio a este dispositivo ALSA.  También añadimos una salida MPD secundaria que hace que los archivos de audio reproducidos actualmente estén disponibles como un flujo a través de un servidor web en el puerto 8080.  Cuando se activa, un dispositivo de la red puede escuchar el flujo de audio conectando cualquier reproductor multimedia al servidor HTTP del puerto 8080, independientemente del estado del altavoz Bluetooth."

msgid "What follows is the outline of an @code{operating-system} declaration that should accomplish the above-mentioned tasks:"
msgstr "Lo que sigue es el esquema de una declaración @code{operating-system} que debería cumplir las tareas mencionadas:"

msgid ""
"(use-modules (gnu))\n"
"(use-service-modules audio dbus sound #;… etc)\n"
"(use-package-modules audio linux #;… etc)\n"
"(operating-system\n"
"  ;; …\n"
"  (packages (cons* bluez bluez-alsa\n"
"                   %base-packages))\n"
"  (services\n"
"   ;; …\n"
"   (service mpd-service-type\n"
"            (mpd-configuration\n"
"             (user \"your-username\")\n"
"             (music-dir \"/path/to/your/music\")\n"
"             (address \"192.168.178.20\")\n"
"             (outputs (list (mpd-output\n"
"                             (type \"alsa\")\n"
"                             (name \"MPD\")\n"
"                             (extra-options\n"
"                              ;; Use the same name as in the ALSA\n"
"                              ;; configuration below.\n"
"                              '((device . \"pcm.btspeaker\"))))\n"
"                            (mpd-output\n"
"                             (type \"httpd\")\n"
"                             (name \"streaming\")\n"
"                             (enabled? #false)\n"
"                             (always-on? #true)\n"
"                             (tags? #true)\n"
"                             (mixer-type 'null)\n"
"                             (extra-options\n"
"                              '((encoder . \"vorbis\")\n"
"                                (port    . \"8080\")\n"
"                                (bind-to-address . \"192.168.178.20\")\n"
"                                (max-clients . \"0\") ;no limit\n"
"                                (quality . \"5.0\")\n"
"                                (format  . \"44100:16:1\"))))))))\n"
"   (dbus-service #:services (list bluez-alsa))\n"
"   (bluetooth-service #:auto-enable? #t)\n"
"   (service alsa-service-type\n"
"            (alsa-configuration\n"
"             (pulseaudio? #false) ;we don't need it\n"
"             (extra-options\n"
"              #~(string-append \"\\\n"
"# Declare Bluetooth audio device type \\\"bluealsa\\\" from bluealsa module\n"
"pcm_type.bluealsa @{\n"
"    lib \\\"\"\n"
"#$(file-append bluez-alsa \"/lib/alsa-lib/libasound_module_pcm_bluealsa.so\") \"\\\"\n"
"@}\n"
"\n"
msgstr ""
"(use-modules (gnu))\n"
"(use-service-modules audio dbus sound #;… etc)\n"
"(use-package-modules audio linux #;… etc)\n"
"(operating-system\n"
"  ;; …\n"
"  (packages (cons* bluez bluez-alsa\n"
"                   %base-packages))\n"
"  (services\n"
"   ;; …\n"
"   (service mpd-service-type\n"
"            (mpd-configuration\n"
"             (user \"your-username\")\n"
"             (music-dir \"/path/to/your/music\")\n"
"             (address \"192.168.178.20\")\n"
"             (outputs (list (mpd-output\n"
"                             (type \"alsa\")\n"
"                             (name \"MPD\")\n"
"                             (extra-options\n"
"                              ;; Use the same name as in the ALSA\n"
"                              ;; configuration below.\n"
"                              '((device . \"pcm.btspeaker\"))))\n"
"                            (mpd-output\n"
"                             (type \"httpd\")\n"
"                             (name \"streaming\")\n"
"                             (enabled? #false)\n"
"                             (always-on? #true)\n"
"                             (tags? #true)\n"
"                             (mixer-type 'null)\n"
"                             (extra-options\n"
"                              '((encoder . \"vorbis\")\n"
"                                (port    . \"8080\")\n"
"                                (bind-to-address . \"192.168.178.20\")\n"
"                                (max-clients . \"0\") ;no limit\n"
"                                (quality . \"5.0\")\n"
"                                (format  . \"44100:16:1\"))))))))\n"
"   (dbus-service #:services (list bluez-alsa))\n"
"   (bluetooth-service #:auto-enable? #t)\n"
"   (service alsa-service-type\n"
"            (alsa-configuration\n"
"             (pulseaudio? #false) ;we don't need it\n"
"             (extra-options\n"
"              #~(string-append \"\\\n"
"# Declara sonido Bluetooth de dispositivo con tipo \\\"bluealsa\\\" desde módulo bluealsa\n"
"pcm_type.bluealsa @{\n"
"    lib \\\"\"\n"
"#$(file-append bluez-alsa \"/lib/alsa-lib/libasound_module_pcm_bluealsa.so\") \"\\\"\n"
"@}\n"
"\n"

msgid ""
"# Declare control device type \\\"bluealsa\\\" from the same module\n"
"ctl_type.bluealsa @{\n"
"    lib \\\"\"\n"
"#$(file-append bluez-alsa \"/lib/alsa-lib/libasound_module_ctl_bluealsa.so\") \"\\\"\n"
"@}\n"
"\n"
msgstr ""
"# Declarar dispositivo de control tipo \\\"bluealsa\\\" desde el mismo módulo.\n"
"ctl_type.bluealsa @{\n"
"    lib \\\"\"\n"
"#$(file-append bluez-alsa \"/lib/alsa-lib/libasound_module_ctl_bluealsa.so\") \"\\\"\n"
"@}\n"
"\n"

msgid ""
"# Define the actual Bluetooth audio device.\n"
"pcm.btspeaker @{\n"
"    type bluealsa\n"
"    device \\\"AA:BB:CC:A4:AA:CD\\\" # unique device identifier\n"
"    profile \\\"a2dp\\\"\n"
"@}\n"
"\n"
msgstr ""
"# Define el dispositivo de audio Bluetooth real.\n"
"pcm.btspeaker @{\n"
"    type bluealsa\n"
"    device \\\"AA:BB:CC:A4:AA:CD\\\" # unique device identifier\n"
"    profile \\\"a2dp\\\"\n"
"@}\n"
"\n"

msgid ""
"# Define an associated controller.\n"
"ctl.btspeaker @{\n"
"    type bluealsa\n"
"@}\n"
"\"))))))\n"
msgstr ""
"# Definir un controlador asociado.\n"
"ctl.btspeaker @{\n"
"    type bluealsa\n"
"@}\n"
"\"))))))\n"

msgid "Enjoy the music with the MPD client of your choice or a media player capable of streaming via HTTP!"
msgstr "Disfruta de la música con el cliente MPD de tu elección o con un reproductor multimedia capaz de transmitir vía HTTP."

msgid "The kernel Linux provides a number of shared facilities that are available to processes in the system.  These facilities include a shared view on the file system, other processes, network devices, user and group identities, and a few others.  Since Linux 3.19 a user can choose to @emph{unshare} some of these shared facilities for selected processes, providing them (and their child processes) with a different view on the system."
msgstr "El núcleo Linux proporciona una serie de facilidades compartidas que están disponibles para los procesos del sistema.  Estas facilidades incluyen una vista compartida sobre el sistema de archivos, otros procesos, dispositivos de red, identidades de usuario y grupo, y algunas otras.  Desde Linux 3.19 un usuario puede elegir @emph{unshare} algunas de estas facilidades compartidas para procesos seleccionados, proporcionándoles a ellos (y a sus procesos hijos) una vista diferente del sistema."

msgid "A process with an unshared @code{mount} namespace, for example, has its own view on the file system --- it will only be able to see directories that have been explicitly bound in its mount namespace.  A process with its own @code{proc} namespace will consider itself to be the only process running on the system, running as PID 1."
msgstr "Un proceso con un espacio de nombres @code{mount} no compartido, por ejemplo, tiene su propia vista sobre el sistema de archivos --- sólo podrá ver los directorios que han sido explícitamente vinculados en su espacio de nombres mount.  Un proceso con su propio espacio de nombres @code{proc} se considerará a sí mismo como el único proceso ejecutándose en el sistema, ejecutándose como PID 1."

msgid "Guix uses these kernel features to provide fully isolated environments and even complete Guix System containers, lightweight virtual machines that share the host system's kernel.  This feature comes in especially handy when using Guix on a foreign distribution to prevent interference from foreign libraries or configuration files that are available system-wide."
msgstr "Guix utiliza estas características del kernel para proporcionar entornos totalmente aislados e incluso contenedores completos de Guix System, máquinas virtuales ligeras que comparten el kernel del sistema anfitrión.  Esta característica es especialmente útil cuando se utiliza Guix en una distribución extranjera para evitar la interferencia de bibliotecas extranjeras o archivos de configuración que están disponibles en todo el sistema."

msgid "The easiest way to get started is to use @command{guix shell} with the @option{--container} option.  @xref{Invoking guix shell,,, guix, GNU Guix Reference Manual} for a reference of valid options."
msgstr "La forma más fácil de empezar es usar @command{guix shell} con la opción @option{--container}.  @xref{Invocar guix shell,,, guix, Manual de Referencia de GNU Guix} para una referencia de opciones válidas."

msgid "The following snippet spawns a minimal shell process with most namespaces unshared from the system.  The current working directory is visible to the process, but anything else on the file system is unavailable.  This extreme isolation can be very useful when you want to rule out any sort of interference from environment variables, globally installed libraries, or configuration files."
msgstr "El siguiente fragmento genera un proceso shell mínimo con la mayoría de los espacios de nombres no compartidos con el sistema.  El directorio de trabajo actual es visible para el proceso, pero cualquier otra cosa en el sistema de archivos no está disponible.  Este aislamiento extremo puede ser muy útil cuando se quiere descartar cualquier tipo de interferencia de variables de entorno, bibliotecas instaladas globalmente o archivos de configuración."

msgid "guix shell --container\n"
msgstr "guix shell --container\n"

msgid "It is a bleak environment, barren, desolate.  You will find that not even the GNU coreutils are available here, so to explore this deserted wasteland you need to use built-in shell commands.  Even the usually gigantic @file{/gnu/store} directory is reduced to a faint shadow of itself."
msgstr "Es un entorno sombrío, estéril, desolado.  Encontrará que ni siquiera los coreutils de GNU están disponibles aquí, así que para explorar este páramo desierto necesita usar comandos de shell incorporados.  Incluso el normalmente gigantesco directorio @file{/gnu/store} está reducido a una débil sombra de sí mismo."

msgid ""
"$ echo /gnu/store/*\n"
"/gnu/store/@dots{}-gcc-10.3.0-lib\n"
"/gnu/store/@dots{}-glibc-2.33\n"
"/gnu/store/@dots{}-bash-static-5.1.8\n"
"/gnu/store/@dots{}-ncurses-6.2.20210619\n"
"/gnu/store/@dots{}-bash-5.1.8\n"
"/gnu/store/@dots{}-profile\n"
"/gnu/store/@dots{}-readline-8.1.1\n"
msgstr ""
"$ echo /gnu/store/*\n"
"/gnu/store/@dots{}-gcc-10.3.0-lib\n"
"/gnu/store/@dots{}-glibc-2.33\n"
"/gnu/store/@dots{}-bash-static-5.1.8\n"
"/gnu/store/@dots{}-ncurses-6.2.20210619\n"
"/gnu/store/@dots{}-bash-5.1.8\n"
"/gnu/store/@dots{}-profile\n"
"/gnu/store/@dots{}-readline-8.1.1\n"

msgid "exiting a container"
msgstr "abandonando un contenedor"

msgid "There isn't much you can do in an environment like this other than exiting it.  You can use @key{^D} or @command{exit} to terminate this limited shell environment."
msgstr "No hay mucho que se pueda hacer en un entorno así, aparte de salir de él.  Puede utilizar @key{^D} o @command{exit} para finalizar este entorno de shell limitado."

msgid "exposing directories, container"
msgstr "exponer directorios, contenedor"

msgid "sharing directories, container"
msgstr "compartir directorios, contenedor"

msgid "mapping locations, container"
msgstr "ubicaciones cartográficas, contenedor"

msgid "You can make other directories available inside of the container environment; use @option{--expose=DIRECTORY} to bind-mount the given directory as a read-only location inside the container, or use @option{--share=DIRECTORY} to make the location writable.  With an additional mapping argument after the directory name you can control the name of the directory inside the container.  In the following example we map @file{/etc} on the host system to @file{/the/host/etc} inside a container in which the GNU coreutils are installed."
msgstr "Puede hacer que otros directorios estén disponibles dentro del entorno del contenedor; utilice @option{--expose=DIRECTORY} para montar el directorio dado como una ubicación de sólo lectura dentro del contenedor, o utilice @option{--share=DIRECTORY} para hacer que la ubicación sea de escritura.  Con un argumento de asignación adicional después del nombre del directorio puede controlar el nombre del directorio dentro del contenedor.  En el siguiente ejemplo mapeamos @file{/etc} en el sistema anfitrión a @file{/el/host/etc} dentro de un contenedor en el que están instalados los coreutils de GNU."

msgid ""
"$ guix shell --container --share=/etc=/the/host/etc coreutils\n"
"$ ls /the/host/etc\n"
msgstr ""
"$ guix shell --container --share=/etc=/the/host/etc coreutils\n"
"$ ls /the/host/etc\n"

msgid "Similarly, you can prevent the current working directory from being mapped into the container with the @option{--no-cwd} option.  Another good idea is to create a dedicated directory that will serve as the container's home directory, and spawn the container shell from that directory."
msgstr "Del mismo modo, puede evitar que el directorio de trabajo actual se asigne al contenedor con la opción @option{--no-cwd}.  Otra buena idea es crear un directorio dedicado que servirá como directorio de inicio del contenedor, y generar el shell del contenedor desde ese directorio."

msgid "hide system libraries, container"
msgstr "ocultar las bibliotecas del sistema, contenedor"

msgid "avoid ABI mismatch, container"
msgstr "evitar el desajuste ABI, contenedor"

msgid "On a foreign system a container environment can be used to compile software that cannot possibly be linked with system libraries or with the system's compiler toolchain.  A common use-case in a research context is to install packages from within an R session.  Outside of a container environment there is a good chance that the foreign compiler toolchain and incompatible system libraries are found first, resulting in incompatible binaries that cannot be used by R.  In a container shell this problem disappears, as system libraries and executables simply aren't available due to the unshared @code{mount} namespace."
msgstr "En un sistema ajeno se puede utilizar un entorno contenedor para compilar software que no se puede enlazar con las bibliotecas del sistema o con la cadena de herramientas del compilador del sistema.  Un caso de uso común en un contexto de investigación es instalar paquetes desde una sesión de R.  Fuera de un entorno de contenedor hay una buena probabilidad de que la cadena de herramientas del compilador extranjero y las bibliotecas del sistema incompatibles se encuentren primero, lo que resulta en binarios incompatibles que no pueden ser utilizados por R. En un shell de contenedor este problema desaparece, ya que las bibliotecas del sistema y los ejecutables simplemente no están disponibles debido al espacio de nombres @code{mount} no compartido."

msgid "Let's take a comprehensive manifest providing a comfortable development environment for use with R:"
msgstr "Tomemos un manifiesto exhaustivo que proporciona un entorno de desarrollo cómodo para su uso con R:"

msgid ""
"        ;; base packages\n"
"        \"bash-minimal\"\n"
"        \"glibc-locales\"\n"
"        \"nss-certs\"\n"
"\n"
msgstr ""
"        ;; base packages\n"
"        \"bash-minimal\"\n"
"        \"glibc-locales\"\n"
"        \"nss-certs\"\n"
"\n"

msgid ""
"        ;; Common command line tools lest the container is too empty.\n"
"        \"coreutils\"\n"
"        \"grep\"\n"
"        \"which\"\n"
"        \"wget\"\n"
"        \"sed\"\n"
"\n"
msgstr ""
"        ;; Herramientas habituales de la línea de comandos, no sea que el contenedor esté demasiado vacío.\n"
"        \"coreutils\"\n"
"        \"grep\"\n"
"        \"which\"\n"
"        \"wget\"\n"
"        \"sed\"\n"
"\n"

msgid ""
"        ;; R markdown tools\n"
"        \"pandoc\"\n"
"\n"
msgstr ""
"        ;; Herramientas R markdown\n"
"        \"pandoc\"\n"
"\n"

msgid ""
"        ;; Toolchain and common libraries for \"install.packages\"\n"
"        \"gcc-toolchain@@10\"\n"
"        \"gfortran-toolchain\"\n"
"        \"gawk\"\n"
"        \"tar\"\n"
"        \"gzip\"\n"
"        \"unzip\"\n"
"        \"make\"\n"
"        \"cmake\"\n"
"        \"pkg-config\"\n"
"        \"cairo\"\n"
"        \"libxt\"\n"
"        \"openssl\"\n"
"        \"curl\"\n"
"        \"zlib\"))\n"
msgstr ""
"        ;;Toolchain y bibliotecas comunes para \"install.packages\"\n"
"        \"gcc-toolchain@@10\"\n"
"        \"gfortran-toolchain\"\n"
"        \"gawk\"\n"
"        \"tar\"\n"
"        \"gzip\"\n"
"        \"unzip\"\n"
"        \"make\"\n"
"        \"cmake\"\n"
"        \"pkg-config\"\n"
"        \"cairo\"\n"
"        \"libxt\"\n"
"        \"openssl\"\n"
"        \"curl\"\n"
"        \"zlib\"))\n"

msgid "Let's use this to run R inside a container environment.  For convenience we share the @code{net} namespace to use the host system's network interfaces.  Now we can build R packages from source the traditional way without having to worry about ABI mismatch or incompatibilities."
msgstr "Vamos a utilizar esto para ejecutar R dentro de un entorno de contenedor.  Por conveniencia compartimos el espacio de nombres @code{net} para usar las interfaces de red del sistema anfitrión.  Ahora podemos construir paquetes de R desde el código fuente de la forma tradicional sin tener que preocuparnos por desajustes ABI o incompatibilidades."

msgid ""
"$ guix shell --container --network --manifest=manifest.scm -- R\n"
"\n"
msgstr ""
"$ guix shell --container --network --manifest=manifest.scm -- R\n"
"\n"

msgid ""
"R version 4.2.1 (2022-06-23) -- \"Funny-Looking Kid\"\n"
"Copyright (C) 2022 The R Foundation for Statistical Computing\n"
"@dots{}\n"
"> e <- Sys.getenv(\"GUIX_ENVIRONMENT\")\n"
"> Sys.setenv(GIT_SSL_CAINFO=paste0(e, \"/etc/ssl/certs/ca-certificates.crt\"))\n"
"> Sys.setenv(SSL_CERT_FILE=paste0(e, \"/etc/ssl/certs/ca-certificates.crt\"))\n"
"> Sys.setenv(SSL_CERT_DIR=paste0(e, \"/etc/ssl/certs\"))\n"
"> install.packages(\"Cairo\", lib=paste0(getwd()))\n"
"@dots{}\n"
"* installing *source* package 'Cairo' ...\n"
"@dots{}\n"
"* DONE (Cairo)\n"
"\n"
msgstr ""
"R version 4.2.1 (2022-06-23) -- \"Funny-Looking Kid\"\n"
"© 2022  La base de R para el cálculo estadístico\n"
"@dots{}\n"
"> e <- Sys.getenv(\"GUIX_ENVIRONMENT\")\n"
"> Sys.setenv(GIT_SSL_CAINFO=paste0(e, \"/etc/ssl/certs/ca-certificates.crt\"))\n"
"> Sys.setenv(SSL_CERT_FILE=paste0(e, \"/etc/ssl/certs/ca-certificates.crt\"))\n"
"> Sys.setenv(SSL_CERT_DIR=paste0(e, \"/etc/ssl/certs\"))\n"
"> install.packages(\"Cairo\", lib=paste0(getwd()))\n"
"@dots{}\n"
"* installing *source* package 'Cairo' ...\n"
"@dots{}\n"
"* DONE (Cairo)\n"
"\n"

msgid ""
"The downloaded source packages are in\n"
"\t'/tmp/RtmpCuwdwM/downloaded_packages'\n"
"> library(\"Cairo\", lib=getwd())\n"
"> # success!\n"
msgstr ""
"Los paquetes origien descargados están en\n"
"\t'/tmp/RtmpCuwdwM/downloaded_packages'\n"
"> library(\"Cairo\", lib=getwd())\n"
"> # logrado!\n"

msgid "Using container shells is fun, but they can become a little cumbersome when you want to go beyond just a single interactive process.  Some tasks become a lot easier when they sit on the rock solid foundation of a proper Guix System and its rich set of system services.  The next section shows you how to launch a complete Guix System inside of a container."
msgstr "Usar shells contenedores es divertido, pero pueden volverse un poco engorrosos cuando quieres ir más allá de un único proceso interactivo.  Algunas tareas se vuelven mucho más fáciles cuando se asientan sobre la sólida base de un Sistema Guix adecuado y su rico conjunto de servicios de sistema.  La siguiente sección muestra cómo lanzar un Sistema Guix completo dentro de un contenedor."

msgid "A Guix System container differs from the shell process created by @command{guix shell --container} in a number of important ways.  While in a container shell the containerized process is a Bash shell process, a Guix System container runs the Shepherd as PID 1.  In a system container all system services (@pxref{Services,,, guix, GNU Guix Reference Manual}) are set up just as they would be on a Guix System in a virtual machine or on bare metal---this includes daemons managed by the GNU@tie{}Shepherd (@pxref{Shepherd Services,,, guix, GNU Guix Reference Manual}) as well as other kinds of extensions to the operating system (@pxref{Service Composition,,, guix, GNU Guix Reference Manual})."
msgstr "Un contenedor del Sistema Guix difiere del proceso shell creado por @command{guix shell --container} en varios aspectos importantes.  Mientras que en un shell contenedor el proceso de contenedor es un proceso shell Bash, un contenedor Guix System ejecuta el Shepherd como PID 1.  En un contenedor de sistema todos los servicios del sistema (@pxref{Servicios,,, guix.es, Manual de referencia de GNU Guix}) están configurados tal y como lo estarían en un Sistema Guix en una máquina virtual o en una máquina de metal desnudo - esto incluye daemons gestionados por GNU@tie{}Shepherd (@pxref{Servicios de Shepherd,,,guix.es, Manual de referencia de GNU Guix}) así como otros tipos de extensiones del sistema operativo (@pxref{Composición de servicios,,, guix.es, Manual de referencia de GNU Guix})."

msgid "The perceived increase in complexity of running a Guix System container is easily justified when dealing with more complex applications that have higher or just more rigid requirements on their execution contexts---configuration files, dedicated user accounts, directories for caches or log files, etc.  In Guix System the demands of this kind of software are satisfied through the deployment of system services."
msgstr "El aumento percibido en la complejidad de ejecutar un contenedor de Sistema Guix se justifica fácilmente cuando se trata de aplicaciones más complejas que tienen requisitos más altos o simplemente más rígidos en sus contextos de ejecución---archivos de configuración, cuentas de usuario dedicadas, directorios para cachés o archivos de registro, etc.  En Sistema Guix las demandas de este tipo de software se satisfacen mediante el despliegue de servicios de sistema."

msgid "A good example might be a PostgreSQL database server.  Much of the complexity of setting up such a database server is encapsulated in this deceptively short service declaration:"
msgstr "Un buen ejemplo podría ser un servidor de bases de datos PostgreSQL.  Gran parte de la complejidad de configurar un servidor de bases de datos de este tipo se encapsula en esta declaración de servicio engañosamente corta:"

msgid ""
"(service postgresql-service-type\n"
"         (postgresql-configuration\n"
"          (postgresql postgresql-14)))\n"
msgstr ""
"(service postgresql-service-type\n"
"         (postgresql-configuration\n"
"          (postgresql postgresql-14)))\n"

msgid "A complete operating system declaration for use with a Guix System container would look something like this:"
msgstr "Una declaración de sistema operativo completa para su uso con un contenedor Guix System tendría este aspecto:"

msgid ""
"(use-modules (gnu))\n"
"(use-package-modules databases)\n"
"(use-service-modules databases)\n"
"\n"
msgstr ""
"(use-modules (gnu))\n"
"(use-package-modules databases)\n"
"(use-service-modules databases)\n"
"\n"

msgid ""
"(operating-system\n"
"  (host-name \"container\")\n"
"  (timezone \"Europe/Berlin\")\n"
"  (file-systems (cons (file-system\n"
"                        (device (file-system-label \"does-not-matter\"))\n"
"                        (mount-point \"/\")\n"
"                        (type \"ext4\"))\n"
"                      %base-file-systems))\n"
"  (bootloader (bootloader-configuration\n"
"               (bootloader grub-bootloader)\n"
"               (targets '(\"/dev/sdX\"))))\n"
"  (services\n"
"   (cons* (service postgresql-service-type\n"
"                   (postgresql-configuration\n"
"                    (postgresql postgresql-14)\n"
"                    (config-file\n"
"                     (postgresql-config-file\n"
"                      (log-destination \"stderr\")\n"
"                      (hba-file\n"
"                       (plain-file \"pg_hba.conf\"\n"
"                                   \"\\\n"
"local\tall\tall\t\t\ttrust\n"
"host\tall\tall\t10.0.0.1/32 \ttrust\"))\n"
"                      (extra-config\n"
"                       '((\"listen_addresses\" \"*\")\n"
"                         (\"log_directory\"    \"/var/log/postgresql\")))))))\n"
"          (service postgresql-role-service-type\n"
"                   (postgresql-role-configuration\n"
"                    (roles\n"
"                     (list (postgresql-role\n"
"                            (name \"test\")\n"
"                            (create-database? #t))))))\n"
"          %base-services)))\n"
msgstr ""
"(operating-system\n"
"  (host-name \"container\")\n"
"  (timezone \"Europe/Berlin\")\n"
"  (file-systems (cons (file-system\n"
"                        (device (file-system-label \"does-not-matter\"))\n"
"                        (mount-point \"/\")\n"
"                        (type \"ext4\"))\n"
"                      %base-file-systems))\n"
"  (bootloader (bootloader-configuration\n"
"               (bootloader grub-bootloader)\n"
"               (targets '(\"/dev/sdX\"))))\n"
"  (services\n"
"   (cons* (service postgresql-service-type\n"
"                   (postgresql-configuration\n"
"                    (postgresql postgresql-14)\n"
"                    (config-file\n"
"                     (postgresql-config-file\n"
"                      (log-destination \"stderr\")\n"
"                      (hba-file\n"
"                       (plain-file \"pg_hba.conf\"\n"
"                                   \"\\\n"
"local\tall\tall\t\t\ttrust\n"
"host\tall\tall\t10.0.0.1/32 \ttrust\"))\n"
"                      (extra-config\n"
"                       '((\"listen_addresses\" \"*\")\n"
"                         (\"log_directory\"    \"/var/log/postgresql\")))))))\n"
"          (service postgresql-role-service-type\n"
"                   (postgresql-role-configuration\n"
"                    (roles\n"
"                     (list (postgresql-role\n"
"                            (name \"test\")\n"
"                            (create-database? #t))))))\n"
"          %base-services)))\n"

msgid "With @code{postgresql-role-service-type} we define a role ``test'' and create a matching database, so that we can test right away without any further manual setup.  The @code{postgresql-config-file} settings allow a client from IP address 10.0.0.1 to connect without requiring authentication---a bad idea in production systems, but convenient for this example."
msgstr "Con @code{postgresql-role-service-type} definimos un rol ``prueba'' y creamos una base de datos coincidente, para que podamos probar de inmediato sin ninguna configuración manual adicional.  La configuración de @code{postgresql-config-file} permite que un cliente de la dirección IP 10.0.0.1 se conecte sin requerir autenticación--una mala idea en sistemas de producción, pero conveniente para este ejemplo."

msgid "Let's build a script that will launch an instance of this Guix System as a container.  Write the @code{operating-system} declaration above to a file @file{os.scm} and then use @command{guix system container} to build the launcher.  (@pxref{Invoking guix system,,, guix, GNU Guix Reference Manual})."
msgstr "Vamos a construir un script que lanzará una instancia de este Sistema Guix como contenedor.  Escribe la declaración @code{operating-system} de arriba en un archivo @file{os.scm} y luego usa @command{guix system container} para construir el lanzador.  (@pxref{Invocar sistema guix,,, guix, Manual de Referencia de GNU Guix})."

msgid ""
"$ guix system container os.scm\n"
"The following derivations will be built:\n"
"  /gnu/store/@dots{}-run-container.drv\n"
"  @dots{}\n"
"building /gnu/store/@dots{}-run-container.drv...\n"
"/gnu/store/@dots{}-run-container\n"
msgstr ""
"$ guix system container os.scm\n"
"Se construirán las siguientes derivaciones:\n"
"  /gnu/store/@dots{}-run-container.drv\n"
"  @dots{}\n"
"compilando /gnu/store/@dots{}-run-container.drv...\n"
"/gnu/store/@dots{}-run-container\n"

msgid "Now that we have a launcher script we can run it to spawn the new system with a running PostgreSQL service.  Note that due to some as yet unresolved limitations we need to run the launcher as the root user, for example with @command{sudo}."
msgstr "Ahora que tenemos un script lanzador podemos ejecutarlo para generar el nuevo sistema con un servicio PostgreSQL en ejecución.  Tenga en cuenta que debido a algunas limitaciones aún no resueltas tenemos que ejecutar el lanzador como usuario root, por ejemplo con @command{sudo}."

msgid ""
"$ sudo /gnu/store/@dots{}-run-container\n"
"system container is running as PID 5983\n"
"@dots{}\n"
msgstr ""
"$ sudo /gnu/store/@dots{}-run-container\n"
"se ejecuta como PID 5983\n"
"@dots{}\n"

msgid "Background the process with @key{Ctrl-z} followed by @command{bg}.  Note the process ID in the output; we will need it to connect to the container later.  You know what? Let's try attaching to the container right now.  We will use @command{nsenter}, a tool provided by the @code{util-linux} package:"
msgstr "Ponga el proceso en segundo plano con @key{Ctrl-z} seguido de @command{bg}.  Observa el ID del proceso en la salida; lo necesitaremos para conectarnos al contenedor más tarde.  ¿Sabes qué? Vamos a intentar conectarnos al contenedor ahora mismo.  Utilizaremos @command{nsenter}, una herramienta proporcionada por el paquete @code{util-linux}:"

msgid ""
"$ guix shell util-linux\n"
"$ sudo nsenter -a -t 5983\n"
"root@@container /# pgrep -a postgres\n"
"49 /gnu/store/@dots{}-postgresql-14.4/bin/postgres -D /var/lib/postgresql/data --config-file=/gnu/store/@dots{}-postgresql.conf -p 5432\n"
"51 postgres: checkpointer\n"
"52 postgres: background writer\n"
"53 postgres: walwriter\n"
"54 postgres: autovacuum launcher\n"
"55 postgres: stats collector\n"
"56 postgres: logical replication launcher\n"
"root@@container /# exit\n"
msgstr ""
"$ guix shell util-linux\n"
"$ sudo nsenter -a -t 5983\n"
"root@@container /# pgrep -a postgres\n"
"49 /gnu/store/@dots{}-postgresql-14.4/bin/postgres -D /var/lib/postgresql/data --config-file=/gnu/store/@dots{}-postgresql.conf -p 5432\n"
"51 postgres: checkpointer\n"
"52 postgres: background writer\n"
"53 postgres: walwriter\n"
"54 postgres: autovacuum launcher\n"
"55 postgres: stats collector\n"
"56 postgres: logical replication launcher\n"
"root@@container /# exit\n"

msgid "The PostgreSQL service is running in the container!"
msgstr "El servicio PostgreSQL se está ejecutando en el contenedor."

msgid "container networking"
msgstr "red de contenedor"

msgid "What good is a Guix System running a PostgreSQL database service as a container when we can only talk to it with processes originating in the container? It would be much better if we could talk to the database over the network."
msgstr "¿De qué sirve un Sistema Guix ejecutando un servicio de base de datos PostgreSQL como contenedor cuando sólo podemos hablar con él con procesos originados en el contenedor? Sería mucho mejor si pudiéramos hablar con la base de datos a través de la red."

msgid "The easiest way to do this is to create a pair of connected virtual Ethernet devices (known as @code{veth}).  We move one of the devices (@code{ceth-test}) into the @code{net} namespace of the container and leave the other end (@code{veth-test}) of the connection on the host system."
msgstr "La forma más sencilla de hacerlo es crear un par de dispositivos Ethernet virtuales conectados (conocidos como @code{veth}).  Movemos uno de los dispositivos (@code{ceth-test}) al espacio de nombres @code{net} del contenedor y dejamos el otro extremo (@code{veth-test}) de la conexión en el sistema anfitrión."

msgid ""
"pid=5983\n"
"ns=\"guix-test\"\n"
"host=\"veth-test\"\n"
"client=\"ceth-test\"\n"
"\n"
msgstr ""
"pid=5983\n"
"ns=\"guix-test\"\n"
"host=\"veth-test\"\n"
"client=\"ceth-test\"\n"
"\n"

msgid ""
"# Attach the new net namespace \"guix-test\" to the container PID.\n"
"sudo ip netns attach $ns $pid\n"
"\n"
msgstr ""
"# Adjunta el nuevo espacio de nombre de red \"guix-test\" para el PID de contenedor.\n"
"sudo ip netns attach $ns $pid\n"
"\n"

msgid ""
"# Create the pair of devices\n"
"sudo ip link add $host type veth peer name $client\n"
"\n"
msgstr ""
"# Crea la pareja de dispositivos\n"
"sudo ip link add $host type veth peer name $client\n"
"\n"

msgid ""
"# Move the client device into the container's net namespace\n"
"sudo ip link set $client netns $ns\n"
msgstr ""
"# Mueve el dispositivo cliente a la red de contenedor del espacio de nombre\n"
"sudo ip link set $client netns $ns\n"

msgid "Then we configure the host side:"
msgstr "Entonces configure el lado del hospedaje:"

msgid "@dots{}and then we configure the client side:"
msgstr "@dots{} y entonces configuramos el lado de cliente:"

msgid ""
"sudo ip netns exec $ns  ip link set lo up\n"
"sudo ip netns exec $ns  ip link set $client up\n"
"sudo ip netns exec $ns  ip addr add 10.0.0.2/24 dev $client\n"
msgstr ""
"sudo ip netns exec $ns  ip link set lo up\n"
"sudo ip netns exec $ns  ip link set $client up\n"
"sudo ip netns exec $ns  ip addr add 10.0.0.2/24 dev $client\n"

msgid "At this point the host can reach the container at IP address 10.0.0.2, and the container can reach the host at IP 10.0.0.1.  This is all we need to talk to the database server inside the container from the host system on the outside."
msgstr "En este punto el hospedaje puede alcanzar el contenedor en la dirección IP 10.0.0.2, y el contenedor puede alcanzar el hospedador en la IP 10.0.0.1.  Esto es todo lo que necesitamos para el servidor de datos base dentro del contenedor desde el sistema hospedaje en la parte externa."

msgid ""
"$ psql -h 10.0.0.2 -U test\n"
"psql (14.4)\n"
"Type \"help\" for help.\n"
"\n"
msgstr ""
"$ psql -h 10.0.0.2 -U test\n"
"psql (14.4)\n"
"Teclee \"help\" para ayuda\n"
"\n"

msgid ""
"test=> CREATE TABLE hello (who TEXT NOT NULL);\n"
"CREATE TABLE\n"
"test=> INSERT INTO hello (who) VALUES ('world');\n"
"INSERT 0 1\n"
"test=> SELECT * FROM hello;\n"
"  who\n"
"-------\n"
" world\n"
"(1 row)\n"
msgstr ""
"test=> CREATE TABLE hello (who TEXT NOT NULL);\n"
"CREATE TABLE\n"
"test=> INSERT INTO hello (who) VALUES ('world');\n"
"INSERT 0 1\n"
"test=> SELECT * FROM hello;\n"
"  who\n"
"-------\n"
" world\n"
"(1 row)\n"

msgid "Now that we're done with this little demonstration let's clean up:"
msgstr "Ahora eso está hecho con esta demostración breve::"

msgid ""
"sudo kill $pid\n"
"sudo ip netns del $ns\n"
"sudo ip link del $host\n"
msgstr ""
"sudo kill $pid\n"
"sudo ip netns del $ns\n"
"sudo ip link del $host\n"

msgid "Guix can produce disk images (@pxref{Invoking guix system,,, guix, GNU Guix Reference Manual}) that can be used with virtual machines solutions such as virt-manager, GNOME Boxes or the more bare QEMU, among others."
msgstr "Guix puede producir imágenes de disco (@pxref{Invoking guix system,,, guix, Manual de referencia de GNU Guix}) que pueden ser usadas con soluciones de máquinas virtuales como virt-manager, GNOME Boxes o la más desnuda QEMU, entre otras."

msgid "This chapter aims to provide hands-on, practical examples that relates to the usage and configuration of virtual machines on a Guix System."
msgstr "El objetivo de este capítulo es proporcionar ejemplos prácticos relacionados con el uso y la configuración de máquinas virtuales en un sistema Guix."

msgid "Network bridge interface"
msgstr "Interfaz de puente de red"

msgid "networking, bridge"
msgstr "redes, puente"

msgid "qemu, network bridge"
msgstr "qemu, puente de red"

msgid "# nmcli con add type bridge con-name br0 ifname br0\n"
msgstr "# nmcli con add type bridge con-name br0 ifname br0\n"

msgid "To have this bridge be part of your network, you must associate your network bridge with the Ethernet interface used to connect with the network.  Assuming your interface is named @samp{enp2s0}, the following command can be used to do so:"
msgstr "Para que este puente forme parte de su red, debe asociar su puente de red con la interfaz Ethernet utilizada para conectarse con la red.  Suponiendo que su interfaz se llama @samp{enp2s0}, se puede utilizar el siguiente comando para hacerlo:"

msgid "Important"
msgstr "Importante"

msgid "Only Ethernet interfaces can be added to a bridge.  For wireless interfaces, consider the routed network approach detailed in @xref{Routed network for libvirt}."
msgstr "Solamente los interfaces Ethernet pueden ser añadidos a un puente.  Para interfaces sin hilo, considere que la apropiación de red de enrrutado en @xref{Red enrutada para libvirt}."

msgid "By default, the network bridge will allow your guests to obtain their IP address via DHCP, if available on your local network.  For simplicity, this is what we will use here.  To easily find the guests, they can be configured to advertise their host names via mDNS."
msgstr "Por defecto, el puente de red permitirá sus invitados que obtenga su dirección IP por medio de DHCP, si disponible en su red local.  Por simplificar, esto es que usaremos aquí.  Para encontrar fácilmente el invitado, puede ser configurador para advertir su nombres de hospedajes por medio de mDNS."

msgid "Configuring the QEMU bridge helper script"
msgstr "Configura el guion ayudante del puente QEMU"

msgid "QEMU comes with a helper program to conveniently make use of a network bridge interface as an unprivileged user @pxref{Network options,,, QEMU, QEMU Documentation}.  The binary must be made setuid root for proper operation; this can be achieved by adding it to the @code{privileged-programs} field of your (host) @code{operating-system} definition, as shown below:"
msgstr "QEMU viene con un programa de ayuda para hacer uso convenientemente de una interfaz de puente de red como un usuario sin privilegios @pxref{Opciones de red,,, QEMU, Documentación QEMU}.  El binario se debe hacer root setuid para un funcionamiento correcto; esto se puede lograr mediante la adición a la @code{privileged-programs} campo de su (host) @code{sistema-operativo} definición, como se muestra a continuación:"

msgid ""
"(privileged-programs\n"
" (cons (privileged-program\n"
"         (program (file-append qemu \"/libexec/qemu-bridge-helper\"))\n"
"         (setuid? #t))\n"
"       %default-privileged-programs))\n"
msgstr ""
"(privileged-programs\n"
" (cons (privileged-program\n"
"         (program (file-append qemu \"/libexec/qemu-bridge-helper\"))\n"
"         (setuid? #t))\n"
"       %default-privileged-programs))\n"

msgid "The file @file{/etc/qemu/bridge.conf} must also be made to allow the bridge interface, as the default is to deny all.  Add the following to your list of services to do so:"
msgstr "El archivo @file{/etc/qemu/bridge.conf} también se debe hacer para permitir la interfaz bridge, ya que el valor predeterminado es denegar todo.  Para ello, añada lo siguiente a la lista de servicios:"

msgid "Invoking QEMU with the right command line options"
msgstr "Invocar QEMU con las opciones de línea de comandos adecuadas"

msgid "When invoking QEMU, the following options should be provided so that the network bridge is used, after having selected a unique MAC address for the guest."
msgstr "Cuando invoque a QEMU, las siguientes opciones estarían proporcionadas tales que el puente de red es utilizado, tras haber seleccionado una dirección MAC única para el invitado."

msgid "By default, a single MAC address is used for all guests, unless provided.  Failing to provide different MAC addresses to each virtual machine making use of the bridge would cause networking issues."
msgstr "Por defecto, se utiliza una única dirección MAC para todos los invitados, a menos que se proporcione.  Si no se proporcionan direcciones MAC diferentes a cada máquina virtual que utilice el puente, se producirán problemas de red."

msgid ""
"$ qemu-system-x86_64 [...] \\\n"
"    -device virtio-net-pci,netdev=user0,mac=XX:XX:XX:XX:XX:XX \\\n"
"    -netdev bridge,id=user0,br=br0 \\\n"
"    [...]\n"
msgstr ""
"$ qemu-system-x86_64 [...] \\\n"
"    -device virtio-net-pci,netdev=user0,mac=XX:XX:XX:XX:XX:XX \\\n"
"    -netdev bridge,id=user0,br=br0 \\\n"
"    [...]\n"

msgid "To generate MAC addresses that have the QEMU registered prefix, the following snippet can be employed:"
msgstr "Para generar direcciones MAC que tienen el prefijo QEMU registrado, el siguiente fragmento puede ser empleado:"

msgid ""
"mac_address=\"52:54:00:$(dd if=/dev/urandom bs=512 count=1 2>/dev/null \\\n"
"                           | md5sum \\\n"
"                           | sed -E 's/^(..)(..)(..).*$/\\1:\\2:\\3/')\"\n"
"echo $mac_address\n"
msgstr ""
"mac_address=\"52:54:00:$(dd if=/dev/urandom bs=512 count=1 2>/dev/null \\\n"
"                           | md5sum \\\n"
"                           | sed -E 's/^(..)(..)(..).*$/\\1:\\2:\\3/')\"\n"
"echo $mac_address\n"

msgid "Networking issues caused by Docker"
msgstr "Asuntos de red causados por Docker"

msgid "If you use Docker on your machine, you may experience connectivity issues when attempting to use a network bridge, which are caused by Docker also relying on network bridges and configuring its own routing rules.  The solution is add the following @code{iptables} snippet to your @code{operating-system} declaration:"
msgstr "Si utilizas Docker en su máquina, puede experimentar problemas de conectividad cuando intente utilizar un puente de red, el cual está causado por Docker además de confiar en puentes de red y configuración en sus propias reglas de enrutado.  La solución es añadir el siguiente fragmento de @code{iptables} a su declaración de @code{sistema-operativo}:"

msgid "Interface"
msgstr "Interfaz"

msgid "Target"
msgstr "Destino"

msgid "192.168.2.0"
msgstr "192.168.2.0"

msgid "IPv4-Netmask"
msgstr "Máscara de red IPv4"

msgid "255.255.255.0"
msgstr "255.255.255.0"

msgid "IPv4-Gateway"
msgstr "Puerta de enlace IPv4"

msgid "Route type"
msgstr "Tipo de enrutamiento"

msgid "VM References"
msgstr "Referencias de MV"

msgid "fdl-1.3.texi"
msgstr "fdl-1.3.texi"