-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathes.po
More file actions
1635 lines (1261 loc) · 42.2 KB
/
Copy pathes.po
File metadata and controls
1635 lines (1261 loc) · 42.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"POT-Creation-Date: 2021-07-26 12:08:06+01000\n"
"PO-Revision-Date: 2026-04-04 00:09+0000\n"
"Last-Translator: \"Francisco J. Miguel Quesada\" <fxmiguel@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/jamovi/jys-i18n/"
"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.17-dev\n"
#: R\mroc.b.R
msgid " [{prc}% CI]"
msgstr " [{prc}% IC]"
#: R\mcor.b.R
msgid "{ciWidth}% CI Lower"
msgstr "{ciWidth}% IC inferior"
#: R\mcor.b.R
msgid "{ciWidth}% CI Upper"
msgstr "{ciWidth}% IC superior"
#: R\mui.b.R
msgid "{varType} proposed decision"
msgstr "{varType} decisión propuesta"
#: R\mmf.b.R
msgid "{varType} with imputed values"
msgstr "{varType} con valores imputados"
#: R\mout.b.R
msgid "{varType} without outliers"
msgstr "{varType} sin valores extremos"
#: R\mcor.b.R
msgid "* p < .05, ** p < .01, *** p < .001, one-tailed"
msgstr "* p < 0,05 ; ** p < 0,01 ; *** p < 0,001, una cola"
#: R\mmf.b.R
msgid "**connection of a variable's observed data"
msgstr "**conexión de datos observados de una variable"
#: R\mmf.b.R
msgid "*connection of a variable's missingness indicator"
msgstr "*conexión de un indicador perdido de una variable"
#: R\mout.b.R R\mui.b.R
msgid ""
"*p<0.05 - The hypothesis of normal distribution was rejected by the Shapiro-"
"Wilk test"
msgstr ""
"*p<0.05 - La hipótesis de normalidad ha sido rechazada por el test Shapiro-"
"Wilk"
#: R\mmf.b.R
msgid "*pairwise complete observations"
msgstr "*observaciones completas apareadas"
#: mPWR/results/powerTable.columns.title
msgid "α"
msgstr "α"
#: mPWR/options/alpha.title mPWR/ui[1]/alpha.label
msgid "α (type I error rate)"
msgstr "α (tasa de error tipo I)"
#: mCOR/ui[4][0]/tables/ci/ciWidth.suffix mROC/ui[1]/ciAUC/ciWidth.suffix
msgid "%"
msgstr "%"
#: mCOR/options/signif/0.001.title
msgid "< 0.001"
msgstr "< 0,001"
#: mCOR/options/signif/0.01.title
msgid "< 0.01"
msgstr "< 0,01"
#: mCOR/options/signif/0.05.title
msgid "< 0.05"
msgstr "< 0,05"
#: mCOR/options/signif/0.1.title
msgid "< 0.1"
msgstr "< 0,1"
#: R\mmf.b.R
msgid "<h2>Help</h2><div>Please select complete and incomplete variables</div>"
msgstr ""
"<h2>Ayuda</h2><div>Por favor, selecciona las variables completas e "
"incompletas</div>"
#: mMF/ui[1][0][1]/patplot/npat.suffix
msgid "0 - auto"
msgstr "0 - auto"
#: mUI/ui[0][1]/refval.label
msgid "0 ="
msgstr "0 ="
#: mPWR/options/alpha/0.001.title
msgid "0.001"
msgstr "0,001"
#: mPWR/options/alpha/0.01.title
msgid "0.01"
msgstr "0,01"
#: mPWR/options/alpha/0.05.title
msgid "0.05"
msgstr "0,05"
#: mPWR/options/alpha/0.1.title
msgid "0.1"
msgstr "0,1"
#: R\mroc.b.R
msgid "1 - Specificity"
msgstr "1 - Especificidad"
#: mOUT/options/fence/1.5.title
msgid "1.5"
msgstr "1.5"
#: R\mroc.b.R
msgid "100 - Specificity (%)"
msgstr "100 - Especificidad (%)"
#: mOUT/options/tholdZS/2.0.title mOUT/options/tholdmZS/2.0.title
msgid "2.0"
msgstr "2.0"
#: mOUT/options/fence/2.2.title
msgid "2.2"
msgstr "2.2"
#: mOUT/options/tholdZS/2.5.title mOUT/options/tholdmZS/2.5.title
msgid "2.5"
msgstr "2.5"
#: mOUT/options/fence/3.0.title mOUT/options/tholdmZS/3.0.title
msgid "3.0"
msgstr "3.0"
#: mOUT/options/tholdZS/3.0.title
msgid "3.0 (standard)"
msgstr "3.0 (estándar)"
#: mOUT/options/tholdZS/3.5.title
msgid "3.5"
msgstr "3.5"
#: mOUT/options/tholdmZS/3.5.title
msgid "3.5 (standard)"
msgstr "3.5 (estándar)"
#: mOUT/options/tholdZS/4.0.title mOUT/options/tholdmZS/4.0.title
msgid "4.0"
msgstr "4.0"
#: mOUT/options/tholdZS/4.5.title mOUT/options/tholdmZS/4.5.title
msgid "4.5"
msgstr "4.5"
#: mOUT/options/tholdZS/5.0.title mOUT/options/tholdmZS/5.0.title
msgid "5.0"
msgstr "5.0"
#: mCOR/results/matrix.description
msgid "a correlation matrix table"
msgstr "una matriz de correlaciones"
#: package/analyses/mPWR.title package/analyses/mPWR.menuTitle
#: mPWR/options.title mPWR/ui.title mPWR/results.title
msgid "A Priori Power Analysis"
msgstr "Análisis de Potencia A Priori"
#: mPWR/results/powerTable.title
msgid "A Priori Power Analysis Results"
msgstr "Resultados del análisis de Potencia A Priori"
#: mROC/options/palBrewer/Accent.title
msgid "Accent"
msgstr "Acento"
#: mCOR/options/clustMet.title
msgid "Agglomeration method"
msgstr "Método de aglomeración"
#: mMF/options/alg.title
msgid "Algorythm"
msgstr "Algoritmo"
#: mCOR/options/signif/all.title
msgid "All"
msgstr "Todo"
#: mCOR/options/plotOrder/alphabet.title
msgid "Alphabetical"
msgstr "Alfabético"
#: mPWR/results/powerTable.columns.title
msgid "Alternative"
msgstr "Alternativa"
#: mMF/results/estim/fMARtab.description
msgid "an array of MARs"
msgstr "una formación de varias MAR"
#: mCOR/options/plotOrder/AOE.title
msgid "Angular order eigenvectors"
msgstr "Vectores propios de orden angular"
#: mCOR/options/clustMet/average.title
msgid "Average Linkage (UPGMA)"
msgstr "Enlace Promedio (UPGMA)"
#: R\mui.b.R
msgid "Balance"
msgstr "Balance"
#: R\mui.b.R
msgid ""
"Balance - balance between correct and incorrect classified (TP+TN)/(FP+FN)"
msgstr ""
"Balance - balance clasificado entre correcto e incorrecto (TP+TN)/(FP+FN)"
#: package/datasets/BC Models ROC Estimation.name
msgid "BC Models ROC Estimation"
msgstr "Estimación ROC de Modelos BC"
#: package/datasets/BC ROC classification.name
msgid "BC ROC classification"
msgstr "Clasificación ROC BC"
#: mCOR/options/adjust/BH.title
msgid "Benjamini-Hochberg (1995)"
msgstr "Benjamini-Hochberg (1995)"
#: mCOR/options/adjust/BY.title
msgid "Benjamini-Yekutieli (2001)"
msgstr "Benjamini-Yekutieli (2001)"
#: mUI/options/model/binormal.title
msgid "Binormal"
msgstr "Binormal"
#: mROC/options/BW.title
msgid "Black & White"
msgstr "Blanco y Negro"
#: package/datasets/BC ROC classification.description
msgid "Blood cells multiple ROC Classification demonstration"
msgstr "Demostración de la clasificación ROC múltiple de células sanguíneas"
#: mCOR/options/adjust/bonferroni.title
msgid "Bonferroni (1961)"
msgstr "Bonferroni (1961)"
#: mCOR/options/clPos/b.title
msgid "Bottom"
msgstr "Inferior"
#: mOUT/options/boxpl.title mOUT/results/plots.title
msgid "Boxplots with outliers"
msgstr "Boxplots con valores atípicos"
#: mROC/options/palBrewer.title
msgid "Brewer's qualitative palette"
msgstr "Paleta cualitativa de Brewer"
#: mOUT/results/stat/outstat.description
msgid "Calculated fences for outliers"
msgstr "Vallas calculadas para valores atípicos"
#: R\mpwr.b.R
msgid "Calculated parameter: "
msgstr "Parámetro calculado: "
#: R\mpwr.b.R
msgid "Calculation error:"
msgstr "Error calculado:"
#: R\mui.b.R
msgid ""
"CCR - Correct Classification Rate or accuracy of the positive and negative "
"classifications (TP+TN)/(TN+FP+FN+TP)"
msgstr ""
"CCR - Tasa de Clasificación Correcta o precisión de las clasificaciones "
"positivas y negativas (TP+TN)/(TN+FP+FN+TP)"
#: mCOR/options/clustMet/centroid.title
msgid "Centroid Linkage (UPGMC)"
msgstr "Enlace centroide (UPGMC)"
#: package/datasets/CHD Models ROC Estimation.name
msgid "CHD Models ROC Estimation"
msgstr "Estimación ROC de modelos CHD"
#: mCOR/results/matrix.columns.content
msgid "CI Lower"
msgstr "CI Inferior"
#: mROC/options/ciMark.title
msgid "CI Mark"
msgstr "Marca CI"
#: mCOR/results/matrix.columns.content
msgid "CI Upper"
msgstr "CI Superior"
#: mROC/options/ciWidth.title
msgid "CI width"
msgstr "Ancho de CI"
#: mCOR/options/plotMetU/circle.title mCOR/options/plotMetL/circle.title
msgid "Circle"
msgstr "Círculo"
#: mMF/results/estim/mars.title
msgid "Classify missing at random (MAR)"
msgstr "Clasificar ausentes al azar (MAR)"
#: mMF/results/estim/mcar.title
msgid "Classify missing completely at random (MCAR)"
msgstr "Clasificar los elementos ausentes completamente al azar (MCAR)"
#: mROC/options/class.title mROC/ui[0][1].label mUI/options/ref.title
#: mUI/ui[0][1].label
msgid "Classifying variable"
msgstr "Clasificar variable"
#: mROC/options/theBest/bestC.title
msgid "Closest Best"
msgstr "Más cercano mejor"
#: mROC/options/theBest/bssC.title
msgid "Closest Best (Sp, Se)"
msgstr "Más cercano mejor (Sp, Se)"
#: mCOR/options/numClust.title
msgid "Clusters"
msgstr "Racimos"
#: mCOR/options/plotMetU/color.title mCOR/options/plotMetL/color.title
msgid "Color"
msgstr "Color"
#: mCOR/options/clustCol.title
msgid "Colored Clusters"
msgstr "Racimos Coloreados"
#: mCOR/options/clustMet/complete.title
msgid "Complete Linkage"
msgstr "Enlace Completo"
#: mMF/options/learnvar.title mMF/ui[0][1].label
msgid "Complete Variables"
msgstr "Variables completas"
#: mMF/options/compinres.title
msgid "Complete variables in plots"
msgstr "Variables completas en gráficos"
#: R\mui.b.R
msgid "Concordance"
msgstr "Concordancia"
#: R\mui.b.R
msgid ""
"Concordance - C-Statistic or AUC. The probability that a random chosen "
"patient with the condition is correctly ranked higher than a randomly chosen "
"patient without the condition"
msgstr ""
"Concordancia - C-Estadístico o AUC. La probabilidad de que un paciente con "
"la afección, elegido al azar, tenga una clasificación correcta más alta que "
"un paciente sin la afección, elegido al azar"
#: mROC/results/text.title
msgid "Conditions"
msgstr "Condiciones"
#: mROC/options/ciAUC.title mROC/ui[1]/ciAUC.label
msgid "Confidence interval"
msgstr "Intervalo de confianza"
#: mCOR/options/ci.title mCOR/ui[4][0]/tables/ci.label
msgid "Confidence interval (Pearson only)"
msgstr "Intervalo de confianza (solo Pearson)"
#: mCOR/options/ciWidth.title
msgid "Confidence interval width"
msgstr "Ancho del intervalo de confianza"
#: mCOR/options/hyp/corr.title
msgid "Correlated"
msgstr "Correlacionado"
#: mCOR/options/hyp/neg.title
msgid "Correlated negatively"
msgstr "Correlacionado negativamente"
#: mCOR/options/hyp/pos.title
msgid "Correlated positively"
msgstr "Correlacionado positivamente"
#: mCOR/options/vars.title mCOR/ui[0][0].label
msgid "Correlating Variables"
msgstr "Variables Correlacionadas"
#: R\mmf.b.R
msgid "Correlation"
msgstr "Correlación"
#: package/analyses/mCOR.title package/analyses/mCOR.menuTitle
#: package/datasets/Correlation clustering.name mCOR/options.title
#: mCOR/ui.title mCOR/results.title
msgid "Correlation clustering"
msgstr "Agrupamiento de correlación"
#: package/datasets/Correlation clustering.description
msgid "Correlation Clustering demonstration"
msgstr "Demostración de agrupamiento por correlación"
#: mCOR/options/tables.title mCOR/options/plots.title mCOR/results/matrix.title
#: mCOR/results/plot.title
msgid "Correlation matrix"
msgstr "Matriz de correlación"
#: mCOR/results/text.title
msgid "Correlations"
msgstr "Correlaciones"
#: mMF/results/estim/cplot.title
msgid "Correlations between variables"
msgstr "Correlaciones entre variables"
#: mMF/results/estim/mcar.columns.title
msgid "D²"
msgstr "D²"
#: mROC/options/palBrewer/Dark2.title
msgid "Dark2"
msgstr "Oscuro2"
#: R\mui.b.R
msgid "decision"
msgstr "decisión"
#: mMF/results/estim/mcar.columns.title
msgid "Degree of Freedom (df)"
msgstr "Grado de Libertad (df)"
#: mPWR/options/design.title
msgid "Design"
msgstr "Diseño"
#: R\mpwr.b.R
msgid "Design: "
msgstr "Diseño: "
#: mUI/options/UImethod/noUI.title
msgid "Dichotomization (no uncertainty)"
msgstr "Dicotomización (sin incertidumbre)"
#: mROC/options/direction.title mUI/results/stat/uistat.columns.title
msgid "Direction"
msgstr "Dirección"
#: mUI/options/model.title
msgid "Distribution model"
msgstr "Modelo distributivo"
#: mROC/options/dotline.title
msgid "Dotted line"
msgstr "Línea punteada"
#: mPWR/options/calc/es.title
msgid "Effect size"
msgstr "Magnitud del efecto"
#: R\mpwr.b.R mPWR/results/powerTable.columns.title
msgid "Effect Size"
msgstr "Magnitud del efecto"
#: R\mpwr.b.R
msgid "Effect size measure: Cohen's d"
msgstr "Medida de magnitud del efecto: d de Cohen"
#: R\mpwr.b.R
msgid "Effect size measure: correlation coefficient (r)"
msgstr "Medida de magnitud del efecto: coeficiente de correlación (r)"
#: mCOR/options/plotMetU/ellipse.title mCOR/options/plotMetL/ellipse.title
msgid "Ellipse"
msgstr "Elipse"
#: R\mmf.b.R
msgid "Empty data table"
msgstr "Tabla de datos vacía"
#: mCOR/options/plotMetU/empty.title mCOR/options/plotMetL/empty.title
msgid "Emtpy"
msgstr "Vacío"
#: mMF/results/imput/errors.title
msgid "Estimated out-of-bag (OOB) imputation error"
msgstr "Error de imputación out-of-bag (OOB) estimada"
#: mMF/options/fullmars.title mMF/results/estim/fMARtab.title
msgid "Evaluation of MAR explainers"
msgstr "Evaluación de explicadores de MAR"
#: mMF/results/estim/mars.columns.title
#: mMF/results/estim/fMARtab.template.columns.title
msgid "Explanatory"
msgstr "Explicativa"
#: R\mmf.b.R
msgid ""
"Explanatory - variable corresponding to MAR with minimal p<sub>value</sub>."
msgstr ""
"Explicativa - variable correspondiendo con MAR con minimal p<sub>valor</sub>."
#: mCOR/options/plotOrder/FPC.title
msgid "First principal component"
msgstr "Primer componente principal"
#: mCOR/options/flag.title
msgid "Flag significant correlations"
msgstr "Indicador de correlación significante"
#: package.description
msgid ""
"Graphic extensions of the functionality of popular data analysis methods: "
"cluster tree of correlating variables, multifactor adaptive correlation "
"matrix, multidimensional ROC classification curves, missing data estimation "
"and imputation, outliers identificatioon and removal etc."
msgstr ""
"Extensiones gráficas de la funcionalidad de los métodos de análisis de datos "
"más populares: árbol de conglomerados de variables correlacionadas, matriz "
"de correlación adaptativa multifactorial, curvas de clasificación ROC "
"multidimensionales, estimación e imputación de datos ausentes, "
"identificación y eliminación de valores atípicos, etc."
#: R\mout.b.R
msgid "Group"
msgstr "Grupo"
#: mCOR/options/group.title mCOR/ui[0][1].label mOUT/options/group.title
#: mOUT/ui[0][1].label mROC/options/groups.title mROC/ui[0][2].label
msgid "Grouping Variable"
msgstr "Variable de Agrupación"
#: R\mcor.b.R
msgid "Hₐ is negative correlation"
msgstr "Hₐ es correlación negativa"
#: R\mcor.b.R
msgid "Hₐ is positive correlation"
msgstr "Hₐ es correlación positiva"
#: package/datasets/HI ROC classification.description
msgid "Healthy/Ill ROC Classification demonstration"
msgstr "Demostración de Clasificación Salud/Enfermo ROC"
#: package/datasets/HI ROC classification.name
msgid "HI ROC classification"
msgstr "Clasificación ROC HI"
#: mCOR/options/hclust.title
msgid "Hierarchical clustering"
msgstr "Racimo jerárquico"
#: mCOR/results/treeplot.title
msgid "Hierarchical clustering tree"
msgstr "Árbol racimo jerárquico"
#: mCOR/options/adjust/hochberg.title
msgid "Hochberg (1988)"
msgstr "Hochberg (1988)"
#: mCOR/options/adjust/holm.title
msgid "Holm (1979)"
msgstr "Holm (1979)"
#: mCOR/options/adjust/hommel.title
msgid "Hommel (1988)"
msgstr "Hommel (1988)"
#: mCOR/options/hyp.title
msgid "Hypothesis"
msgstr "Hipótesis"
#: package/datasets/Outliers identification and removal.description
msgid "Identification, analysis and removal of data outliers by groups"
msgstr "Identificación, análisis y retirada de datos atípicos por grupos"
#: R\mmf.b.R
msgid ""
"If at least one p<sub>value</sub> MAR is not significant, and the "
"p<sub>value</sub> in MCAR is significant then the data is MNAR (Missing Not "
"At Random)."
msgstr ""
"Si al menos un p<sub>valor</sub> MAR no es significante, y el p<sub>valor</"
"sub> en MCAR es significante cuando los datos son MNAR (Missing Not At "
"Random)."
#: R\mmf.b.R
msgid "imp"
msgstr "imp"
#: R\mmf.b.R
msgid "Imputation model predictor"
msgstr "Predictor de modelo de imputación"
#: mMF/results/imputeOV.title
msgid "Imputed misses"
msgstr "Ausencia de imputados"
#: mROC/options/perc.title
msgid "In percent"
msgstr "En porcentaje"
#: mMF/options/imputevar.title mMF/ui[0][0].label
msgid "Incomplete Variables"
msgstr "Variables Incompletas"
#: R\mpwr.b.R mPWR/options/design/independent.title
msgid "Independent Samples (Student)"
msgstr "Muestras Independientes (Student)"
#: R\mpwr.b.R mPWR/options/design/welch.title
msgid "Independent Samples (Welch)"
msgstr "Muestras Independientes (Welch)"
#: R\mpwr.b.R mPWR/options/design/independent_np.title
msgid "Independent Samples (Wilcoxon)"
msgstr "Muestras Independientes (Wilcoxon)"
#: R\mout.b.R
msgid "Indices (Rows)"
msgstr "Índices (Filas)"
#: mMF/results/estim/fplot.title
msgid "Influx-outflux plot"
msgstr "Trama Influx-Outflux"
#: mMF/options/fluxplot.title
msgid "Influx-outflux plot for missing data patterns"
msgstr "Trama influx-outflux para patrones de datos ausentes"
#: R\mmf.b.R
msgid "Influx*"
msgstr "Influx*"
#: mCOR/options/clustMat.title mCOR/results/rplots.title
msgid "Intercluster Matrices"
msgstr "Matrices Interracimo"
#: R\mui.b.R mUI/results/stat/uistat.columns.title
msgid "Intersection"
msgstr "Intersección"
#: mCOR/ui[4][0]/tables/ci/ciWidth.label mROC/ui[1]/ciAUC/ciWidth.label
msgid "Interval"
msgstr "Intervalo"
#: mUI/options/UImethod.title
msgid "Interval determination method"
msgstr "Método de determinación de intervalo"
#: mUI/ui[1].label mUI/results/stat.title
msgid "Intervals Estimation"
msgstr "Estimación de Intervalos"
#: mOUT/options/fence.title
msgid "IQR fence height"
msgstr "Altura de la valla IQR"
#: mOUT/options/outlcheck/IQR.title
msgid "IQR Tukey's fences"
msgstr "Vallas de IQR Tukey"
#: package/analyses/mCOR.menuGroup package/analyses/mROC.menuGroup
#: package/analyses/mMF.menuGroup package/analyses/mOUT.menuGroup
#: package/analyses/mUI.menuGroup package/analyses/mPWR.menuGroup
#: mCOR/options.menuGroup mMF/options.menuGroup mOUT/options.menuGroup
#: mPWR/options.menuGroup mROC/options.menuGroup mUI/options.menuGroup
msgid "jYS"
msgstr "jYS"
#: package.title
msgid "jYS Extended Functions"
msgstr "Funciones jYS Extendidas"
#: mCOR/options/method/kendall.title
msgid "Kendall (τ)"
msgstr "Kendall (τ)"
#: mCOR/results/matrix.columns.title mCOR/results/matrix.columns.content
msgid "Kendall Tau"
msgstr "Tau de Kendall"
#: mROC/options/legacy.title
msgid "Legacy format of Specificity axis"
msgstr "Formato heredado de ejes Especifidad"
#: mROC/options/legBox.title
msgid "Legend Box"
msgstr "Caja Leyenda"
#: mUI/results/stat/intstat.columns.title
msgid "Level"
msgstr "Nivel"
#: mROC/options/lwd.title
msgid "Line width"
msgstr "Anchura de línea"
#: mPWR/results/text.title
msgid "Log / Errors"
msgstr "Errores / Registro"
#: R\mout.b.R
msgid "Lower fence"
msgstr "Valla inferior"
#: mCOR/options/plotMetL.title
msgid "Lower part"
msgstr "Parte inferior"
#: R\mui.b.R
msgid "Lower threshold"
msgstr "Umbral inferior"
#: R\mui.b.R
msgid ""
"LR- - Negative Likelihood Ratio P(-|D+))/(P(-|D-)). The probability of a "
"person with the condition receiving a negative classification / probability "
"of a person without the condition receiving a negative classification"
msgstr ""
"LR- - Razón de verosimilitud negativa (P(-|D+))/(P(-|D-)). Probabilidad de "
"que una persona con la afección reciba una clasificación negativa/"
"probabilidad de que una persona sin la afección reciba una clasificación "
"negativa"
#: R\mui.b.R
msgid ""
"LR+ - Positive Likelihood Ratio (P(+|D+))/(P(+|D-)) The probability of a "
"person with the condition receiving a positive classification / probability "
"of a person without the condition receiving a positive classification"
msgstr ""
"LR+ - Razón de verosimilitud positiva (P(+|D+))/(P(+|D-)) La probabilidad de "
"que una persona con la afección reciba una clasificación positiva / "
"probabilidad de que una persona sin la afección reciba una clasificación "
"positiva"
#: mCOR/options/clustMan.title
msgid "Manual Clusters"
msgstr "Racimos Manual"
#: R\mmf.b.R
msgid ""
"MAR - missing at random (if each p<sub>value</sub> is significant, there is "
"evidence the data is MAR);"
msgstr ""
"MAR - ausencia en aleatoridad (si cada p<sub>valor</sub> es significante, "
"hay evidencia de los datos es MAR);"
#: mMF/results/estim/mcar.description mMF/results/estim/mars.description
msgid "MAR classification table"
msgstr "Tabla de clasificación MAR"
#: mROC/options/mAst.title
msgid "Mark significance *<0.05, **<0.01, ***<0.001"
msgstr "Marcar significancia *<0.05, **<0.01, ***<0.001"
#: R\mcor.b.R
msgid "Matrix #{i}"
msgstr "Matriz #{i}"
#: mMF/options/maxiter.title
msgid "Maximum number of iterations"
msgstr "Número máximo de iteraciones"
#: mMF/results/estim/mcar.columns.content
msgid "MCAR"
msgstr "MCAR"
#: R\mmf.b.R
msgid ""
"MCAR - missing completely at random (if the p<sub>value</sub> is not "
"significant, there is evidence the data is MCAR)."
msgstr ""
"MCAR - ausencia completamente al azar (si el p<sub>valor</sub> no es "
"significante, hay evidencia de datos es MCAR)."
#: mMF/options/isMAR.title
msgid ""
"MCAR (Missing Completely at Random) and MAR (Missing at Random) estimation"
msgstr ""
"MCAR (Ausencia Completamente al Azar) y estimación MAR (Ausencia al Azar)"
#: R\mui.b.R
msgid "MCI=0 ("
msgstr "MCI=0 ("
#: R\mui.b.R
msgid "MCI=1 ("
msgstr "MCI=1 ("
#: mCOR/options/clustMet/mcquitty.title
msgid "McQuitty Linkage (WPGMA)"
msgstr "Enlace McQuitty (WPGMA)"
#: R\mout.b.R
msgid "Mean"
msgstr "Media"
#: R\mout.b.R
msgid "Median"
msgstr "Mediana"
#: mCOR/options/clustMet/median.title
msgid "Median Linkage"
msgstr "Enlace mediano"
#: mCOR/options/method.title mOUT/ui[1][0].label mUI/ui[1][3].label
msgid "Method"
msgstr "Método"
#: mPWR/options/es.title mPWR/ui[1]/es.label
msgid "Minimally-interesting effect size"
msgstr "Magnitud del efecto mínimamente interesante"
#: R\mmf.b.R
msgid "Minimum {minVar} variables (Complete + Incomplete) are required"
msgstr "Se requieren un mínimo de {minVar} variables (Completo + Incompleto)"
#: R\mmf.b.R
msgid "Minimum 2 impute variables are required"
msgstr "Se requieren un mínimo de 2 variables de imputación"
#: mPWR/options/power.title mPWR/ui[1]/power.label
msgid "Minimum desired power"
msgstr "Potencia mínima deseada"
#: mMF/options/alg/mF.title
msgid "missForest (2012)"
msgstr "missForest (2012)"
#: R\mmf.b.R
msgid "missing"
msgstr "ausentando"
#: mMF/results/estim/plot.title
msgid "Missing data patterns"
msgstr "Ausentando patrones de datos"
#: mMF/results/estim/mcar.columns.title
msgid "Missing Patterns"
msgstr "Ausentando Patrones"
#: mMF/ui[1].label mMF/results/estim.title
msgid "Missing Values Estimation"
msgstr "Estimación de Valores Ausentes"
#: package/analyses/mMF.title package/analyses/mMF.menuTitle mMF/options.title
#: mMF/ui.title mMF/results.title
msgid "Missing Values Estimation and Imputation"
msgstr "Estimación e Imputación de Valores Ausentes"
#: package/datasets/Missing Values Imputation.name mMF/ui[2].label
#: mMF/results/imput.title
msgid "Missing Values Imputation"
msgstr "Imputación de Valores Ausentes"
#: package/datasets/Missing Values Imputation.description
msgid "Missing values imputation using the prediction power of Random Forests"
msgstr ""
"Imputación de valores ausentes utilizando la predicción de potencia en "
"Bosques Aleatorios"
#: mMF/options/alg/mR.title
msgid "missRanger (2021)"
msgstr "missRanger (2021)"
#: mUI/options/isMD.title mUI/results/plotsMD.title
msgid "Mixed Densities"
msgstr "Densidades Mezcladas"
#: mOUT/options/outlcheck/mZS.title
msgid "Modified Z-score (Hampel filter)"
msgstr "Puntuación-Z modificada (filtro Hampel)"
#: mUI/options/isMCI.title mUI/results/stat/mcistat.title
msgid "More Certain Interval (MCI)"
msgstr "Intervalo Más Seguro (IMS)"
#: R\mui.b.R
msgid ""
"More Certain Interval (MCI) is interval outside the Uncertain Interval and "
"divide into low and high parts."
msgstr ""
"Intervalo Más Sguro (IMS) es intervalo externo al Intervalo Incierto y "
"divide en partes baja y alta."
#: R\mmf.b.R
msgid "MSE - mean squared error (for Continuous variables);"
msgstr "ECM - error cuadrático medio (para variables Continuas);"
#: mCOR/options/adjust.title
msgid "Multiple comparison correction"
msgstr "Corrección de comparación múltiple"
#: mMF/options/imputeOV.title
msgid "Multiple imputation for missing data"
msgstr "Imputación múltiple para datos ausentes"
#: mCOR/options/n.title mCOR/results/matrix.columns.content
#: mMF/results/estim/mars.columns.title mMF/results/imput/errors.columns.title
msgid "N"
msgstr "N"
#: R\mmf.b.R
msgid "N - number of imputted values;"
msgstr "N - número de valores imputados;"
#: R\mmf.b.R
msgid "N - number of missing values;"
msgstr "N - número de valores ausentes;"
#: R\mpwr.b.R mPWR/results/nEsCurve.title
msgid "N by Effect Size"
msgstr "N según Magnitud del efecto"
#: mPWR/options/n_es_curve.title
msgid "N by Effect Size Curve"
msgstr "N según Curva de magnitud del efecto"
#: mPWR/ui[1]/n.label
msgid "N for group 1"
msgstr "N para el grupo 1"
#: mPWR/options/calc/n.title
msgid "N per group"
msgstr "N según grupo"
#: mPWR/options/n.title
msgid "N per group (or pairs/sample)"
msgstr "N según grupo (o pares/muestra)"
#: mPWR/results/powerTable.columns.title
msgid "N1"
msgstr "N1"
#: mPWR/results/powerTable.columns.title
msgid "N2"
msgstr "N2"
#: mUI/options/model/none.title
msgid "Non-parametric"
msgstr "No paramétrico"
#: mCOR/options/adjust/none.title mCOR/options/clPos/n.title
#: mROC/options/theBest/none.title mROC/options/cmpDeLong/none.title
#: mROC/options/palBrewer/none.title
msgid "None"
msgstr "Ninguno"
#: R\mout.b.R
msgid "Normality p-value"
msgstr "Normalidad p-valor"
#: R\mui.b.R
msgid "NPV - Negative Predictive Value of the negative class TN/(TN+FN)"
msgstr "VPN - Valor Predictivo Negativo de la clase negativa TN/(TN+FN)"
#: mCOR/options/plotMetU/number.title mCOR/options/plotMetL/number.title
msgid "Number"
msgstr "Número"
#: mMF/options/pmmk.description.ui
msgid ""
"Number of candidate non-missing values to sample from in the predictive mean "
"matching steps. 0 to avoid this step"
msgstr ""
"Valores no ausentes del número de candidato para muestra desde el "
"significado de pasos predictivos coincididos. 0 para evitar este paso"
#: R\mmf.b.R
msgid "Number of missing entries"
msgstr "Número de apuntes ausentes"
#: R\mmf.b.R