forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
es.json
1857 lines (1857 loc) · 105 KB
/
es.json
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
{
"setting": {
"options": "Opciones",
"plugin": "Plugin",
"builtin-plugins": "Plugins principales",
"plugin-options": "Opciones Plugins",
"folder-path-example-placeholder": "Ejemplo: carpeta 1/carpeta 2",
"file-path-example-placeholder": "Ejemplo: carpeta/nota",
"msg-restart-required": "Para cambiar esta opción, es necesario reiniciar para que surta efecto.",
"editor": {
"name": "Editor",
"section-general": "General",
"section-behavior": "Conducta",
"section-display": "Monitor",
"option-spellcheck": "Revisión ortográfica",
"option-spellcheck-description": "Activar el corrector de ortografía. Por ahora sólo funciona para Inglés (US).",
"spellcheck-languages": "Idiomas del corrector ortográfico",
"spellcheck-languages-description": "Elija los idiomas que utilizará el corrector ortográfico.",
"spellcheck-languages-mac-description": "El corrector ortográfico nativo detectará automáticamente el idioma que se está utilizando en macOS.",
"spellcheck-dict": "Diccionario del corrector de ortografía",
"spellcheck-dict-empty": "El diccionario del corrector de ortografía está vacío.",
"option-show-inline-title": "Show inline title",
"option-show-inline-title-description": "Displays the filename as an editable title inline with the file contents.",
"option-readable-line-length": "Longitud de línea legible",
"option-readable-line-description": "Limitar el máximo de la longitud de línea. Muestra menos contenido en pantalla, pero los párrafos largos son más legibles.",
"option-strict-line-break": "Saltos de línea estrictos",
"option-strict-line-break-description": "En modo previsualización, ignora los saltos de una sola línea según las especificaciones de Markdown. Desactívalo para que los saltos de una sola línea se muestren en previsualización.",
"option-show-frontmatter": "Mostrar frontmatter",
"option-show-frontmatter-description": "En modo de vista previa, muestra frontmatter como un bloque de código. Desactivelo para ocultar la sección frontmatter.",
"option-auto-pair-brackets": "Emparejamiento automático de corchetes",
"option-auto-pair-brackets-description": "Empareja automáticamente los corchetes y comillas.",
"option-auto-pair-markdown": "Emparejamiento automático de sintaxis Markdown",
"option-auto-pair-markdown-description": "Empareja automáticamente los símbolos para negrita y cursiva.",
"option-smart-indent-lists": "Listas con indentado inteligente",
"option-smart-indent-lists-description": "Gestiona la indentación y marcador de lista por ti.",
"option-fold-heading": "Colapsar encabezado",
"option-fold-heading-description": "Permite colapsar todo bajo un encabezado.",
"option-fold-indent": "Colapsar texto indentado",
"option-fold-indent-description": "Permite colapsar una porción con el mismo indentado como, por ejemplo, listas.",
"option-default-new-tab-view": "Default view for new tabs",
"option-default-new-tab-view-description": "The default view that a new markdown tab gets opened in.",
"option-default-new-tab-view-editing": "Editing view",
"option-default-new-tab-view-reading": "Reading view",
"option-open-tab-in-foreground": "Always focus new tabs",
"option-open-tab-in-foreground-description": "When you open a link in a new tab, switch to it immediately.",
"option-default-editing-mode": "Modo de edición predeterminado",
"option-default-editing-mode-description": "El modo de edición predeterminado con el que comenzará un nuevo panel.",
"option-default-editing-mode-source": "Modo fuente",
"option-default-editing-mode-live-preview": "Vista previa en vivo",
"option-show-line-number": "Mostrar número de línea",
"option-show-line-number-description": "Mostrar los números de línea en la canaleta.",
"option-indentation-guide": "Mostrar guías de sangría",
"option-indentation-guide-description": "Mostrar líneas de relación verticales entre viñetas para asistencia visual.",
"option-use-tabs": "Usar tabulador",
"option-use-tabs-description": "Usa el tabulador para indentar cuando se presiona la tecla \"Tab\". Desactivar para usar espacios.",
"option-tab-size": "Tamaño de tabulación",
"option-tab-size-description": "Número de espacios a los que equivale una tabulación.",
"option-rtl": "Right-to-left (RTL)",
"option-rtl-description": "Establece la dirección del texto de las notas para que se muestren de derecha a izquierda.",
"option-auto-convert-html": "Conversión automática de HTML",
"option-auto-convert-html-description": "Convierte automáticamente HTML a Markdown al pegar y arrastrar y soltar desde páginas web. Use Ctrl/Cmd+Shift+V para pegar sin convertir.",
"option-vim-key-bindings": "Atajos de teclado de Vim",
"option-vim-key-bindings-description": "Permite el uso de los atajos de teclado de Vim en el editor.",
"option-vim-key-bindings-mobile": "En dispositivos móviles este ajuste se realiza individualmente por dispositivo y no se sincroniza a través del archivo config.",
"option-emacsy-keys": "Vinculaciones de teclas de estilo Emacs heredadas para macOS",
"option-emacsy-keys-description": "Le permite usar las teclas de navegación adicionales al estilo de Emacs, que son estándar en macOS, pero pueden interferir con algunas operaciones clave.",
"label-confirm-enable-vim": "Confirme la entrada en modo Vim",
"label-vim-warning": "El modo Vim es para una edición de texto eficiente, pero puede ser poco intuitivo. Si no está familiarizadon con Vim, esta opción puede hacer que parezca que Obsidian ha dejado de funcionar.",
"label-vim-test": "Para verificar que conoce Vim, introduzca a continuación el comando para salir de Vim sin guardar:",
"label-vim-your-answer": "Tu respuesta",
"placeholder-enter-command": "Introduce el comando...",
"button-confirm-enable-vim": "Habilitar Vim",
"msg-vim-mode-enabled": "El comando es correcto. El modo Vim ahora está habilitado.",
"msg-vim-mode-not-enabled": "El comando es incorrecto. El modo Vim permanece desactivado para protegerte.",
"msg-vim-mode-please-enter-command": "Por favor, introduce el comando para habilitar el modo Vim",
"option-legacy-editor": "Usar editor heredado",
"option-legacy-editor-description2": "The legacy editor will be deprecated soon. It is currently no longer maintained, and as such, bugs will no longer be addressed.",
"label-legacy-deprecation": "New editor is here",
"label-legacy-deprecation-1": "Obsidian now has a brand new editor that's more robust and accessible.",
"label-legacy-deprecation-2": "It seems you're still using the legacy editor, and we think you'll enjoy the new editor.",
"label-legacy-deprecation-choice": "Which mode would you like to use?",
"label-live-preview-description": "A more modern, what-you-see-is-what-you-get experience.",
"label-source-mode-description": "See raw Markdown with syntax highlighting.",
"button-start-new-editor": "Start new editor"
},
"file": {
"name": "Archivos y enlaces",
"option-confirm-file-deletion": "Confirmar borrado de archivo",
"option-confirm-file-deletion-description": "Si se desea confirmar el borrado del archivo.",
"option-delete-destination": "Archivos borrados",
"option-delete-destination-description": "Qué hacer con los archivos una vez han sido borrados.",
"option-choice-system-trash": "Mover a la papelera del sistema",
"option-choice-vault-trash": "Mover a la papelera de Obsidian (carpeta .trash)",
"option-choice-permanent-delete": "Borrar permanentemente",
"option-always-update-links": "Siempre actualizar enlaces cuando",
"option-always-update-links-description": "Si los enlaces se actualizan automaticamente después de renombrar un archivo o preguntar.",
"option-new-note-location": "Lugar por defecto para nuevas notas",
"option-new-note-location-description": "Dónde poner las nuevas notas. Es sobreescrito por configuraciones de plugins.",
"option-choice-vault-root": "Ruta raíz de bóveda",
"option-choice-current-folder": "Misma carpeta donde está el archivo",
"option-choice-specified-folder": "En la carpeta especificada debajo",
"option-new-file-folder-path": "Carpeta en la que crear nuevas notas",
"option-new-file-folder-path-description": "Las notas nuevas aparecerán bajo esta carpeta. Es sobreescrito por configuraciones de plugins.",
"option-use-wiki-links": "Usar [[Wikilinks]]",
"option-use-wiki-links-description": "Genere automáticamente Wikilinks para [[links]] y ![[images]] en lugar de enlaces e imágenes de Markdown. Desactive esta opción para generar enlaces de Markdown en su lugar.",
"option-show-unsupported-files": "Detectar todas las extensiones de archivo",
"option-show-unsupported-files-description": "Muestre archivos con cualquier extensión, incluso si Obsidian no puede abrirlos de forma nativa, para que pueda vincularlos y verlos en el Explorador de Archivos y el Selector Rápido (Quick Switcher).",
"option-link-autocompleted-format": "Formato de enlace nuevo",
"option-link-autocompleted-format-description": "Qué enlaces insertar cuando se autogeneran los enlaces internos.",
"option-choice-shortest-linktext": "Camino más corto cuando sea posible",
"option-choice-relative-path": "Ruta relativa al archivo",
"option-choice-absolute-path": "Ruta absoluta en el bóveda",
"option-new-attachment-location": "Ubicación predeterminada para nuevos archivos adjuntos",
"option-new-attachment-location-description": "Donde se colocan los archivos adjuntos recién agregados.",
"option-choice-subdirectory": "En la subcarpeta de la carpeta actual",
"option-attachment-folder-path": "Ruta de la carpeta de adjuntos",
"option-attachment-folder-path-description": "Los adjuntos nuevos aparecerán aquí. Incluye imágenes creadas mediante drag al arrastrar y soltar o al pegar, y grabaciones de audio.",
"option-attachment-subfolder-path": "Nombre de la subcarpeta",
"option-attachment-subfolder-path-description": "Si su archivo está en \"vault/folder\", y su nombre de la subcarpeta establecida en \"adjuntos\", los archivos adjuntos se guardarán en \"vault/folder/adjuntos\".",
"option-attachment-subfolder-path-placeholder": "adjuntos",
"option-excluded-files": "Archivos excluídos",
"option-excluded-files-desc": "Los archivos excluídos se ocultarán o harán menos visibles en diferentes lugares, como Quick Switcher, link suggestion, y Graph View.",
"label-no-excluded-filters-applied": "No se está aplicando ningún filtro de exclusión. Añada uno debajo.",
"label-excluded-filters-applied": "Los archivos que cumplen los siguientes filtros están actualmente excluídos:",
"label-excluded-filter": "Filtrar",
"message-empty-filter": "Filter cannot be empty",
"placeholder-excluded-filter": "Enter path or \"/regex/\"..."
},
"appearance": {
"name": "Apariencia",
"option-base-theme": "Tema base",
"option-base-theme-description": "Elige el esquema de colores por defecto de Obsidian.",
"option-accent-color": "Color acentuado",
"option-accent-color-description": "Seleccione el color acentuado utilizado en toda la aplicación.",
"dark-theme": "Oscuro",
"light-theme": "Claro",
"system-theme": "Adaptar al sistema",
"option-font": "Fuente",
"option-advanced": "Avanzado",
"option-interface-font": "Fuente de la interfaz",
"option-interface-font-description": "Configurar la fuente de la interfaz para todo Obsidian.",
"option-zoom-level": "Zoom level",
"option-zoom-level-description": "Controls the overall zoom level of the app.",
"option-text-font": "Fuente del texto",
"option-text-font-description": "Configurar la fuente en las vistas de edición y lectura.",
"option-monospace-font": "Fuente Monospace",
"option-monospace-font-description": "Configurar la fuente en lugares como bloques de código y frontmatter.",
"label-single-font-currently-in-effect": " Fuente actualmente usada: ",
"label-multiple-fonts-currently-in-effect": " Las siguientes fuentes están siendo actualmente usadas:",
"option-font-placeholder": "Introducir nombre de la fuente...",
"label-no-custom-font-set": "No hay ninguna fuente personalizada aplicada ahora mismo. Añade una abajo.",
"label-font-applied": "Se aplicará la primera fuente de esta lista que esté disponible en su sistema.",
"msg-font-not-found": "No se ha detectado esta fuente en su sistema.",
"msg-font-found": "Esta fuente ha sido detectada en su sistema.",
"label-font-name": "Nombre de la fuente",
"option-community-themes": "Abrir temas de la comunidad",
"option-community-themes-description": "Previsualizar y usar temas increíbles creados por la comunidad.",
"button-browse-community-themes": "Navegar",
"option-font-size": "Tamaño de fuente",
"option-font-size-description": "Tamaño de fuente en píxeles que afecta al editor y la vista previa.",
"option-font-size-action": "Ajuste rápido del tamaño de fuente",
"option-font-size-action-description": "Ajuste el tamaño de la fuente usando Ctrl + Scroll, o usando el gesto de pellizcar y acercar del trackpad.",
"option-themes": "Temas",
"option-manage-themes-description": "Administre los temas instalados y explore los temas de la comunidad.",
"option-theme-button-manage": "Gestionar",
"option-choice-none": "Ninguno",
"option-native-menus": "Menús nativos",
"option-native-menus-desc": "Los menús de toda la aplicación coincidirán con el sistema operativo. No se verán afectados por su tema.",
"button-reload-themes": "Recargar temas",
"msg-reloaded-themes": "Recargados temas CSS personalizados.",
"button-open-themes-folder": "Abrir carpeta de temas",
"option-css-snippets": "Fragmentos CSS",
"label-no-css-snippets-found": "No se encontraron fragmentos CSS en la carpeta de fragmentos.",
"no-snippet-description": "Los fragmentos de CSS están almacenados en \"{{path}}\".",
"button-reload-snippets": "Recargar fragmentos",
"button-open-snippets-folder": "Abrir carpeta de fragmentos",
"msg-reloaded-snippets": "Recargar fragmentos CSS.",
"option-toggle-snippet-description": "Aplicar fragmentos CSS en \"{{path}}\".",
"label-installed-themes": "Temas instalados",
"label-screenshot-unavailable": "Captura de pantalla no disponible",
"label-default-theme": "Por defecto",
"tooltip-click-to-enlarge": "Click para agrandar",
"button-update": "Actualizar",
"label-currently-selected": "Seleccionado",
"option-frame-style": "Estilo marco de ventana",
"option-frame-description": "Determina el estilo de la barra de título de la ventana de Obsidian. Requiere reinicio para que tome efecto.",
"option-frame-hidden": "Oculto (por defecto)",
"option-frame-obsidian": "Marco de Obsidian",
"option-frame-native": "Marco nativo",
"option-configure-ribbon": "Menú de cinta",
"option-configure-ribbon-desc": "Configure qué comandos aparecen en el menú de cinta en la barra de navegación.",
"option-mobile-quick-ribbon-item": "Quick access ribbon item",
"option-mobile-quick-ribbon-item-desc": "Tapping on the ribbon item in the navigation menu will active this ribbon item. Tap and hold will still show the menu.",
"button-configure": "Configurar",
"label-additional-ribbon-items": "Otros elementos de cinta",
"label-modal-configuration": "Configuración cinta",
"label-modal-configuration-desc": "Choose what items you want to be active in the ribbon. Drag and drop to change the order.",
"option-show-view-header": "Show tab title bar",
"option-show-view-header-desc": "Mostar el encabezado en la parte superior de todas las pestañas.",
"msg-updates-found": "Encontrado {{count}} tema para actualizar.",
"msg-updates-found_plural": "Encontrados {{count}} temas para actualizar.",
"button-check-for-updates": "Comprobar actualizaciones",
"button-view-updates": "Ver actualizaciones",
"button-update-all-themes": "Actualizar todo",
"label-current-themes": "Temas comunidad actuales",
"label-currently-installed": "Tiene actualmente {{count}} tema instalado.",
"label-currently-installed_plural": "Tiene actualmente {{count}} temas instalados."
},
"hotkeys": {
"name": "Atajos",
"option-search": "Search hotkeys",
"option-search-desc": "Showing {{count}} hotkey. ",
"option-search-desc_plural": "Showing {{count}} hotkeys. ",
"option-search-conflict": "{{count}} command with conflicts.",
"option-search-conflict_plural": "{{count}} commands with conflicts.",
"prompt-filter": "Filtrar...",
"tooltip-delete-hotkey": "Borrar atajo",
"label-waiting-for-hotkey-press": "Presionar teclas...",
"label-show-all": "All",
"label-show-unassigned": "Unassigned",
"label-show-assigned": "Assigned",
"label-show-user-assigned": "Assigned by me",
"tooltip-restore-default": "Restaurar los valores por defecto",
"tooltip-customize-command": "Modificar este comando",
"tooltip-hotkey-single-conflict": "Éste atajo está en conflicto con \"{{command}}\"",
"tooltip-hotkey-multiple-conflicts": "Éste atajo está en conflicto con otros {{count}} comandos",
"label-blank-hotkey": "Blank"
},
"about": {
"name": "Acerca de",
"label-commercial-license": "Licencia comercial",
"label-license-key": "Clave de licencia",
"license-key-placeholder": "Su clave de licencia...",
"label-activate-license": "Activar licencia",
"button-activate": "Activar",
"label-unknown-version": "Desconocido",
"label-current-version": "Versión actual: ",
"label-install-version": "(Versión del instalador: {{version}})",
"label-up-to-date": "¡Su aplicación está actualizada!",
"label-read-changelog": "Leer el log de cambios.",
"label-manual-update-required": "Para apoyar las últimas funcionalidad y recibir los últimos parches de seguridad, Obsidian necesita una actualización importante del instalador. Necesita descargar y reinstalar manualmente Obsidian.",
"label-download": "Descargar",
"label-new-version-ready": "Una nueva versión está lista para instalarse. ",
"label-relaunch-to-update": "Vuelva a lanzar la app para actualizar.",
"label-disabled-updates": "Las actualizaciones están desactivadas.",
"label-checking-for-updates": "Buscando actualizaciones...",
"button-relaunch": "Volver a lanzar",
"button-check-for-updates": "Buscar actualizaciones",
"option-auto-update": "Actualizaciones automáticas",
"option-auto-update-description": "Desactive esto para evitar que la app busque actualizaciones.",
"option-get-help": "Obtener ayuda",
"option-get-help-description": "Obtener ayuda para el uso de Obsidian.",
"button-open": "Abrir",
"option-language": "Idioma",
"option-language-description": "Cambiar el idioma mostrado.",
"option-insider-build": "Recibir builds como Insider",
"option-insider-build-description": "Actualizar automáticamente a builds de Insider para probar nuevas funciones. Tome en cuenta que estas builds son la versión más reciente y son inestables.",
"option-advanced": "Avanzado",
"option-hw-acceleration": "Aceleracion de hardware",
"option-hw-acceleration-description": "Activa la aceleración de hardware, que usa su GPU para hacer que Obsidian sea más suave.",
"option-hw-acceleration-warning": "Si desactiva esta opción, el rendimiento de la aplicación se verá gravemente degradado.",
"option-config-location": "Anular la carpeta de configuración",
"option-config-location-description": "Utilice una carpeta de configuración diferente a la predeterminada. Debe comenzar con un punto.",
"option-config-location-warning": "La ubicación de la configuración debe ser un nombre de carpeta válido que comience con un punto.",
"label-license": "Licencia",
"label-your-commercial-license-key": "Su clave de licencia comercial es \"{{key}}\".",
"label-commercial-license-info": "Registrado a \"{{company}}\" para {{seats}} usuarios. Válido hasta {{expiry}}.",
"label-validating-commercial-license": "Validando...",
"label-invalid-commercial-license": "Licencia inválida: ",
"button-remove-commercial-license": "Eliminar",
"option-catalyst": "Licencia Catalyst",
"option-catalyst-desc": "Tiene actualmente la licencia Catalyst {{tier}}. ¡Gracias por tu apoyo!",
"option-catalyst-desc-no-license": "No tienes en este momento una licencia Catalyst. La licencia Catalyst es una única donación para apoyar el desarrollo de Obsidian.",
"label-app": "Aplicación"
},
"account": {
"name": "Cuenta",
"option-your-account": "Tu cuenta",
"option-your-account-desc": "Sesión iniciada como {{name}} ({{email}}).",
"option-your-account-desc-no-login": "No estás identificado en este momento. Un cuenta es sólo necesaria para Obsidian Sync, Obsidian Publish, y las builds internas de Catalyst.",
"button-manage-settings": "Cambiar ajustes",
"label-insider": "insider",
"label-supporter": "supporter",
"label-vip": "VIP",
"button-upgrade-catalyst": "Mejorar licencia",
"option-commercial-license": "Licencia comercial",
"option-commercial-license-desc": "Si usa Obsidian para temas comerciales, puede que necesite comprar una licencia comercial.",
"button-purchase": "Comprar",
"button-log-out": "Salir",
"label-log-in": "Entrar",
"label-sign-up": "Registrarse",
"label-email": "Email",
"placeholder-email": "Su email...",
"label-password": "Contraseña",
"placeholder-password": "Su contraseña...",
"button-login": "Iniciar sesión",
"message-empty-email": "Email no puede estar vacío.",
"message-invalid-email": "Email no es válido.",
"message-empty-password": "Contraseña no puede estar vacía.",
"message-login-failed": "El ingreso falló. Por favor, revise su email y contraseña.",
"label-no-account": "¿Aún no tiene una cuenta? ",
"link-sign-up-now": "Regístrese ahora"
},
"core-plugin": {
"plugin-list": "Lista de Plugins",
"option-search-plugin": "Busque los plugins principales del núcleo de Obsidian",
"option-search-plugin-description": "Filtra los plugins por nombre o descripción.",
"placeholder-search-plugin": "Buscar plugins..."
},
"third-party-plugin": {
"name": "Plugins externos",
"option-restricted-mode": "Restricted mode",
"option-restricted-mode-description": "Restricted Mode is off. Turn on to disable community plugins.",
"button-turn-on": "Turn on",
"option-browse-community-plugins": "Plugins creados por la comunidad",
"option-browse-community-plugins-description": "Busca e instala plugins hechos por nuestra comunidad",
"button-browse": "Buscar",
"label-exit-restricted-mode": "Exit Restricted Mode",
"label-exit-restricted-mode-description-1": "Community plugins, like any other software you install, could potentially cause data integrity and security issues.",
"label-exit-restricted-mode-description-2": "Plugin security is important to us. Here's what we do:",
"label-exit-restricted-mode-description-3": "Despite our efforts, there is still a small chance that a community plugin might misbehave.",
"label-code-review": "Initial code review",
"label-code-review-desc": "Plugins undergo an initial code review by our team before they appear in the store.",
"label-open-source": "Open source",
"label-open-source-desc": "Most plugins are open source on GitHub, so you can inspect the code yourself.",
"label-peer-audit": "Peer audit",
"label-peer-audit-desc": "We have a large community of developers who watch out for each other.",
"label-report-mechanism": "Report mechanism",
"label-report-mechanism-desc": "We follow up and remove faulty plugins upon user report.",
"label-exit-restricted-mode-disable-confirmation": "Would you like to exit Restricted Mode to enable community plugins? We strongly recommend making backups of your data before doing so.",
"label-learn-more": "Learn more about plugin security",
"button-turn-on-community-plugins": "Turn on community plugins",
"label-trust-author": "Do you trust the author of this vault?",
"label-trust-author-description-1": "You're opening this vault for the first time, and it comes with some plugins.",
"label-trust-author-description-2": "If you obtained this vault from someone else, please note that plugins of unknown origin might pose security risks.",
"label-trust-author-description-3": "If you do not fully trust the author of this vault, we recommend staying in Restricted Mode, so the plugins in this vault do not run.",
"button-enable-plugins": "Trust author and enable plugins",
"button-dont-trust-author": "Browse vault in Restricted Mode",
"placeholder-community-plugins": "Busca plugins...",
"msg-failed-load-plugins": "Ha ocurrido un fallo al cargar los plugins.",
"label-installed": "Instalado correctamente",
"button-install": "Instalar",
"button-enable": "Activar",
"button-disable": "Desactivar",
"button-copy-share-link": "Copiar link para compartir",
"button-donate": "Donate",
"label-no-results-found": "Sin resultados.",
"label-no-recent-files-found": "No recent files found. Type to search...",
"msg-failed-to-load-manifest": "Error al cargar el manifesto.",
"label-version": "Versión: {{version}}",
"label-currently-installed-version": " (Instalada: {{version}})",
"label-by-author": "Por ",
"label-repository": "Repositorio: ",
"label-last-update": "Last update: ",
"tooltip-view-last-update": "View the latest update",
"label-unsupported": "Este plugin no soporta su dispositivo.",
"button-update": "Actualizar",
"label-no-readme": "Este plugin no tiene un archivo README",
"msg-installing-plugin": "Instalando \"{{name}}\"...",
"msg-failed-to-install-plugin": "Ha ocurrido un fallo al instalar \"{{name}}\".",
"msg-successfully-installed-plugin": "\"{{name}}\" se ha instalado correctamente.",
"label-installed-plugins": "Plugins instalados",
"button-reload-plugins": "Recargar",
"msg-reloaded-third-party-plugins": "Se han recargado los plugins.",
"label-uninstall": "Desinstalar",
"label-uninstall-plugin": "Desinstalar plugin",
"label-uninstall-plugin-confirmation": "Estás seguro de que quieres desinstalar este plugin? Esto borrará la carpeta en la que está descargado.",
"button-open-plugins-folder": "Abrir carpeta de plugins",
"button-check-for-updates": "Buscar actualizaciones",
"button-update-all-plugins": "Actualizar todo",
"label-current-plugins": "Plugins actuales",
"label-currently-installed": "Tienes {{count}} plugin instalado actualmente.",
"label-currently-installed_plural": "Tienes {{count}} plugins instalados actualmente.",
"label-debug-startup-time": "Debug startup time",
"label-debug-startup-time-description": "Show a message with how long each plugin took to initialize when starting the app.",
"msg-no-updates-found": "No se encontraron actualizaciones de plugins.",
"msg-updates-found": "Se encontró {{count}} actualización de plugin.",
"msg-updates-found_plural": "Se encontraron {{count}} actualizaciones de plugins.",
"msg-update-plugin": "Actualizar a la versión {{version}}",
"option-search-installed-plugin": "Buscar plugins instalados.",
"option-search-installed-plugin-description": "Filtrar plugins instalados por nombre o descripción.",
"placeholder-search-installed-plugin": "Buscar plugins instalados...",
"show-installed-only": "Show installed only",
"label-donate-modal-title": "Donate to support {{name}}",
"label-donate-modal-text1": "Plugin developers are community volunteers who make amazing things out of passion. If you find this plugin useful, please consider funding its development.",
"label-donate-modal-text2": "100% of your contribution will go to the plugin developer; Obsidian does not take a cut. The funding platform they choose might charge a fee.",
"label-donate-modal-text3": "Thanks for your generous support!",
"label-support-this-plugin": "Support this plugin:",
"label-search-summary": "Mostrando {{pluginCount}}:",
"label-by-popularity": "Most downloaded",
"label-by-released": "Recently released",
"label-by-updated": "Recently updated",
"label-alphabetical": "Alphabetical",
"label-last-updated": "Updated {{time}}"
},
"mobile-toolbar": {
"name": "Barra de herramientas móvil",
"option-configure-quick-action": "Configurar Quick Action móvil",
"option-configure-quick-action-description": "Configure el comando que se ejecutará cuando arrastre desde arriba. El comando actual es \"{{command}}\".",
"button-configure": "Configurar",
"placeholder-select-quick-action": "Seleccionar Quick Action...",
"manage-toolbar-options": "Administrar las opciones en la barra de herramientas móvil",
"option-internal-link": "Añadir enlace interno",
"option-internal-embed": "Add embed",
"option-tag": "Añadir etiqueta",
"option-heading": "Alternar cabecera",
"option-strikethrough": "Toggle strikethrough",
"option-highlight": "Toggle highlight",
"option-code": "Toggle code",
"option-blockquote": "Toggle blockquote",
"option-markdown-link": "Add Markdown link",
"option-bullet-list": "Toggle bullet list",
"option-numbered-list": "Toggle numbered list",
"option-indent-list": "Indent list item",
"option-unindent-list": "Unindent list item",
"option-undo": "Deshacer",
"option-redo": "Rehacer",
"option-move-caret-up": "Move caret up",
"option-move-caret-down": "Move caret down",
"option-move-caret-left": "Move caret left",
"option-move-caret-right": "Move caret right",
"option-first-line": "Ir a la primera línea",
"option-last-line": "Ir a la última línea",
"option-toggle-keyboard": "Toggle keyboard",
"option-configure-toolbar": "Configure mobile toolbar",
"option-added-options": "Added options",
"option-more-toolbar-options": "More toolbar options",
"option-attach": "Insertar archivo adjunto",
"option-add-command": "Add global command",
"option-add-command-description": "Select any global command to add to the toolbar."
}
},
"editor": {
"search": {
"placeholder-find": "Buscar",
"placeholder-replace": "Reemplazar",
"label-previous": "Anterior",
"label-next": "Siguiente",
"label-all": "Todo",
"label-exit-search": "Salir de la búsqueda",
"label-replace": "Reemplazar",
"label-replace-all": "Reemplazar todas"
},
"link-suggestion": {
"label-type-hash": "Escriba #",
"label-link-heading": "para enlazar el encabezado",
"label-type-block": "Escriba ^",
"label-link-block": "to link blocks",
"label-type-pipe": "Escriba |",
"label-change-display-text": "para cambiar el texto mostrado",
"label-no-match-found": "No se encontraron resultados"
},
"spellcheck": {
"no-suggestion": "Sin sugerencias...",
"add-to-dictionary": "Añadir al diccionario"
},
"menu": {
"edit-link": "Editar enlace"
},
"heading-suggestion": {
"label-no-heading": "Sin encabezado",
"label-heading-level": "Encabezado {{level}}"
},
"print-modal": {
"title": "Exportar a PDF",
"caption": "Exportar \"{{filename}}\" a PDF con las configuraciónes a continuación.",
"setting-page-size": "Tamaño de página",
"setting-page-size-a3": "A3",
"setting-page-size-a4": "A4",
"setting-page-size-a5": "A5",
"setting-page-size-legal": "Legal",
"setting-page-size-letter": "Carta",
"setting-page-size-tabloid": "Tabloid",
"setting-include-file-name": "Incluir el nombre del archivo como título",
"setting-landscape": "Horizontal",
"setting-margin": "Márgenes",
"setting-margin-default": "Predeterminado",
"setting-margin-minimal": "Minimo",
"setting-margin-none": "Ninguno",
"setting-downscale-percent": "Porcentaje de reducción de escala",
"button-export-to-pdf": "Exportar a PDF"
},
"link-popover": {
"tooltip-follow-link": "Seguir enlace",
"tooltip-open-link": "Abrir enlace",
"tooltip-search-tag": "Buscar etiqueta"
}
},
"interface": {
"embed-cannot-find": "No pudo encontrar:",
"embed-open-in-default-app-tooltip": "Abrir en la app por defecto",
"empty-sidebar": "La barra lateral esta vacia, intente arrastrar un panel aquí.",
"sidebar-expand": "Expandir",
"sidebar-collapse": "Colapsar",
"msg-fail-to-save-file": "Error al guardar el archivo \"{{filepath}}\". {{message}}.",
"no-file": "No hay archivo",
"msg-file-changed": "\"{{file}}\" ha sido modificado externamente, combinando cambios de manera automática.",
"switch-vault": "Abrir otra bóveda",
"help": "Ayuda",
"settings": "Preferencias",
"drag-to-rearrange": "Arrastre para reordenar",
"msg-switched-to-read": "Modo de visualización por defecto ha sido cambiado a lector.",
"msg-switched-to-edit": "Cambió modo de visualización por defecto a editor.",
"msg-upgrade-installer": "Para usar esta función, por favor reinstale mediante el instalador más reciente disponible en nuestra página web.",
"tooltip-restore-default-settings": "Restaurar ajustes por defecto",
"label-copy": "Copiar al portapapeles",
"copied_generic": "Copiado a su portapapeles",
"copied": "{{item}} copiado al portapapeles",
"url": "Url",
"msg-open-file-through-uri": "Archivo abierto \"{{path}}\"",
"msg-file-not-found-through-uri": "Archivo \"{{name}}\" no encontrado.",
"delete-action-short-name": "Borrar",
"msg-indexing": "Obsidian está indexando tu bóveda...\nEsto debe ocurrir sólo una vez.\nAlguna funcionalidad puede no estar disponible hasta que esto finalice.",
"msg-indexing-complete": "Indexado completo.",
"msg-sandbox-vault": "This is a sandbox vault.\nChanges you make in this vault will be lost.",
"label-enter-to-create": "Enter to create",
"label-update-available": "Actualización disponible",
"label-debug-info": "Debug info",
"button-learn-more": "Aprende más",
"button-not-now": "Ahora no",
"button-add": "Añadir",
"button-manage": "Administrar",
"label-new-tab": "Nueva pestaña",
"msg-tab-busy": "Esta pestaña está ocupada en este momento, por favor, inténtelo de nuevo más tarde",
"empty-state": {
"no-file-open": "Ningún archivo está abierto",
"create-new-file": "Crear nuevo archivo",
"go-to-file": "Ir a archivo",
"see-recent-files": "Ver archivos recientes",
"close": "Cerrar",
"unknown-pane-title": "Plugin ya no activo",
"unknown-pane-desc": "El plugin que creó este panel ({{type}}) no está disponible"
},
"menu": {
"edit-view": "Editar (Ctrl/Cmd+Click para editar en nuevo panel)",
"read-view": "Vista actual: lectura",
"switch-to-edit-view": "Clic para editar",
"switch-to-read-view": "Clic para leer",
"mod-click-open-new-tab": "{{key}}+Clic para abrir en pestaña nueva",
"find": "Buscar...",
"replace": "Reemplazar...",
"edit": "Editar",
"preview": "Vista previa",
"more-options": "Más opciones",
"close": "Cerrar",
"close-all": "Close all",
"close-others": "Close others",
"close-right": "Close tabs to the right",
"pin": "Fijar",
"unpin": "Desfijar",
"unlink-tab": "Desenlazar pestaña",
"link-tab": "Enlazar con pestaña...",
"toggle-source-mode": "Modo fuente",
"toggle-reading-view": "Modo lectura",
"delete-file": "Eliminar archivo",
"create-file": "Crear archivo",
"open-link": "Abrir enlace",
"open-in-new-tab": "Abrir en pestaña nueva",
"open-to-the-right": "Abrir a la derecha",
"copy-url": "Copiar url",
"close-current-tab": "Cerrar pestaña actual",
"copy": "Copiar",
"cut": "Cortar",
"paste": "Pegar",
"paste-as-plain-text": "Paste as plain text",
"lookup-selection": "Look up “{{selection}}”",
"select-all": "Seleccionar todo",
"rename-heading": "Renombrar este encabezado...",
"rename-blockid": "Renombrar este bloque ID...",
"open-in-new-window": "Abrir en ventana nueva",
"move-to-new-window": "Mover a ventana nueva",
"open-in-browser": "Abrir en explorador",
"stack-tabs": "Apilar pestañas",
"unstack-tabs": "Desapilar pestañas",
"open-linked-view": "Open linked view"
},
"tooltip": {
"click-to-expand": "Click para expandir",
"click-to-collapse": "Click para colapsar",
"alias": "Alias",
"not-created-yet": "Aún no creado, seleccione para crear"
},
"start-screen": {
"label-version": "Versión",
"label-create-local-vault": "Create local vault",
"option-open-folder-as-vault": "Abrir carpeta como bóveda",
"option-open-folder-as-vault-description": "Seleccionar un directorio existente de archivos Markdown.",
"option-create-vault": "Crear una bóveda nueva",
"option-create-vault-description": "Crear una nueva bóveda de Obsidian en un directorio.",
"option-connect-obsidian-sync": "Conectar a Obsidian Sync",
"option-connect-obsidian-sync-description": "Establece una bóveda sincronizada con una bóveda remota existente.",
"option-new-vault-name": "Nombre de la bóveda",
"option-new-vault-name-description": "Elige un nombre para tu increíble bóveda.",
"option-new-vault-location": "Ubicación",
"option-new-vault-location-description": "Elige un lugar para ubicar tu nueva bóveda.",
"label-new-vault-location-preview": "Tu nueva bóveda será ubicada en: ",
"option-reveal-vault-in-explorer": "Mostrar la bóveda en el explorador del sistema",
"option-reveal-vault-in-explorer-mac": "Mostrar la bóveda en el Buscador",
"option-rename-vault": "Renombrar la bóveda...",
"msg-error-rename-exists": "Ya hay una bóveda con este nombre.",
"msg-error-nested": "No se puede mover la bóveda a un subdirectorio de si misma.",
"msg-error-rename-open": "No se puede renombrar un bóveda abierta actualmente.",
"msg-rename-failed": "Fallo al renombrar la bóveda.",
"msg-rename-success": "Bóveda renombrada con éxito.",
"option-move-vault": "Mover la bóveda...",
"msg-move-select-dest": "Selecciona el directorio destino",
"msg-error-move-exists": "Ya hay una bóveda en el directorio destino.",
"msg-error-move-open": "No se puede mover una bóveda abierta actualmente.",
"msg-move-failed": "Fallo al mover la bóveda.",
"msg-move-success": "Bóveda movida con éxito.",
"option-remove": "Eliminar de la lista",
"button-quick-start": "Inicio rápido",
"button-open": "Abrir",
"button-browse": "Navegar",
"button-connect": "Conectar",
"button-create-vault": "Crear",
"button-back": "Volver",
"msg-empty-vault-name": "El nombre de la bóveda no puede estar vacío.",
"msg-invalid-folder": "Por favor, selecciona un directorio válido.",
"msg-failed-to-create-vault": "Fallo al crear la bóveda.",
"msg-failed-to-create-vault-at-location": "No se pudo crear la bóveda en la ubicación indicada. Por favor, verifique la ubicación y permisos.",
"msg-error-failed-to-open-vault": "Fallo al abrir.",
"msg-error-remove-current-open-vault": "No se puede eliminar una bóveda abierta actualmente.",
"option-get-help": "Obtener ayuda",
"option-user-email": "Email",
"placeholder-your-email": "Su email...",
"option-user-password": "Contraseña",
"placeholder-your-password": "Su Contraseña...",
"button-sign-in": "Sign in",
"button-setup": "Configurar",
"option-connect-vault-desc": "Crear una bóveda sincronizada en este dispositivo.",
"tooltip-own-vault": "Esta es una bóveda remota propiedad tuya.",
"tooltip-shared-vault": "Esta es una bóveda remota compartida contigo."
},
"drag-and-drop": {
"insert-link-here": "Inserta enlace aquí here",
"insert-links-here": "Inserta enlaces aquí",
"move-into-folder": "Mover a \"{{folder}}\"",
"star-this-file": "Star this file",
"star-these-files": "Star these files",
"open-in-this-tab": "Abrir en esta pestaña",
"open-as-tab": "Abrir como pestaña nueva"
},
"window": {
"maximize": "Maximizar",
"minimize": "Minimizar",
"restore-down": "Restore down",
"close-window": "Cerrar ventana",
"go-back": "Ir hacia atrás",
"go-forward": "Ir hacia adelante"
},
"start-up": {
"loading-obsidian": "Cargando Obsidian...",
"obsidian-load-error": "Ha ocurrido un error miestras cargaba Obsidian.",
"button-reload-app": "Recargar aplicación",
"button-reload-app-in-safe-mode": "Recargar aplicación en modo seguro",
"button-open-another-vault": "Abrir otra bóveda",
"loading-components": "Cargando componentes...",
"loading-plugins": "Cargando plugins...",
"loading-vault": "Cargando bóveda...",
"msg-failed-to-load-vault": "Fallo al cargar la bóveda: ",
"loading-cache": "Cargando cache...",
"loading-workspace": "Cargando espacio de trabajo..."
},
"mobile": {
"action-import": "Importar a la bóveda",
"action-choose-file-to-insert": "Selecciona un archivo a insertar",
"action-insert-text-into-file": "Insertar texto en {{filename}}",
"action-insert-link-into-file": "Insertar enlace en {{filename}}",
"msg-importing": "Importando...",
"msg-import-success": "Importación exitosa",
"msg-failed-to-import-file": "Fallo al importar el archivo {{filename}}",
"msg-back-again-to-exit": "Presiona atrás de nuevo para salir."
},
"help-screen": {
"label-official-help-site": "Official help site",
"label-official-help-site-desc": "Read the official help documentation of Obsidian, available in multiple languages.",
"action-visit": "Visit",
"label-discord-chat": "Discord chat",
"label-discord-chat-desc": "Discord is the best place to chat with other experienced Obsidian users from around the world.",
"action-join": "Join",
"label-forum": "Official forum",
"label-forum-desc": "Help each other, post feature requests, report bugs, and have in-depth discussions about knowledge management.",
"label-sandbox-vault": "Sandbox vault",
"label-sandbox-vault-desc": "Play around and experiment with various features. Please note your changes will not be saved."
}
},
"commands": {
"save-file": "Guardar archivo actual",
"follow-cursor-link": "Seguir enlace bajo el cursor",
"open-cursor-link-in-new-tab": "Open link under cursor in new tab",
"open-cursor-link-to-the-right": "Open link under cursor to the right",
"open-cursor-link-in-new-window": "Open link under cursor in new window",
"navigate-tab-above": "Focus on tab group above",
"navigate-tab-below": "Focus on tab group below",
"navigate-tab-left": "Focus on tab group to the left",
"navigate-tab-right": "Focus on tab group to the right",
"toggle-pin": "Cambiar estado de fijado",
"split-right": "Split right",
"split-down": "Split down",
"toggle-stacked-tabs": "Toggle stacked tabs",
"navigate-back": "Navegar hacia atrás",
"navigate-forward": "Navegar hacia adelante",
"use-dark-mode": "Usar modo oscuro",
"use-light-mode": "Usar modo claro",
"change-theme": "Change theme",
"search-current-file": "Buscar en archivo actual",
"search-replace-current-file": "Buscar y reemplazar en el archivo actual",
"open-settings": "Abrir ajustes",
"open-help": "Abrir ayuda",
"toggle-edit": "Alternar vistas de lectura y edición",
"toggle-source-mode": "Toggle Live Preview/Source mode",
"delete-current-file": "Eliminar archivo actual",
"new-tab": "New tab",
"close-all-tabs": "Close all tabs",
"close-active-tab": "Close current tab",
"close-others-in-tab-group": "Close others in tab group",
"close-other-tabs": "Close all other tabs",
"close-tab-group": "Close this tab group",
"toggle-left-sidebar": "Alternar barra lateral izquierda",
"toggle-right-sidebar": "Alternar barra lateral derecha",
"toggle-default-new-tab-mode": "Toggle default mode for new tabs",
"focus-editor": "Focus on editor",
"toggle-fold": "Alternar colapsar en la linea actual",
"fold-all": "Colapsar todos los títulos y listas",
"unfold-all": "Expandir todos los títulos y listas",
"fold-more": "Fold more",
"fold-less": "Fold less",
"swap-line-up": "Intercambiar linea hacia arriba",
"swap-line-down": "Intercambiar linea hacia abajo",
"remove-heading": "Remove heading",
"toggle-heading": "Set as heading {{level}}",
"toggle-bold": "Alternar negrita para selección",
"toggle-italics": "Alternar italica para selección",
"toggle-highlight": "Alternar resaltado para selección",
"toggle-comments": "Alternar comentarios para selección",
"insert-link": "Insertar enlace",
"toggle-spellcheck": "Alternar corrector ortográfico",
"delete-paragraph": "Eliminar párrafo",
"toggle-checklist": "Toggle checkbox status",
"cycle-list-checklist": "Cycle bullet/checkbox",
"insert-callout": "Insert callout",
"edit-file-title": "Editar nombre del archivo",
"copy-path": "Copiar ruta del archivo",
"copy-url": "Copy obsidian url",
"export-pdf": "Export to PDF",
"reload": "Reload app without saving",
"undo-close-tab": "Undo close tab",
"context-menu": "Show context menu under cursor",
"show-debug-info": "Show debug info",
"open-sandbox-vault": "Open sandbox vault",
"always-on-top": "Toggle window always on top",
"zoom-in": "Zoom in",
"zoom-out": "Zoom out",
"reset-zoom": "Reset zoom",
"toggle-preview": "Alternar entre modo edición/vista previa",
"move-to-new-window": "Move current pane to new window",
"open-in-new-window": "Open current pane in new window",
"rename-current-file": "Rename current file"
},
"dialogue": {
"label-link-affected": "Esto afectará a {{links}} en {{files}}.",
"msg-updated-links": "Actualizado {{links}} en {{files}}.",
"label-update-links": "Actualizar enlaces",
"label-confirm-update-link-to-file": "¿Quiere actualizar los enlaces internos que enlazan a este archivo?",
"button-always-update": "Siempre actualizar",
"button-just-once": "Solo una vez",
"button-do-not-update": "No actualizar",
"label-confirm-deletion": "¿Está seguro de que quiere eliminar \"{{filename}}\"?",
"label-move-to-system-trash": "Será movido a la papelera de su sistema.",
"label-move-to-vault-trash": "Será movido a la papelera de Obsidian, la cual se encuentra en \".trash\" carpeta oculta dentro de su boveda.",
"label-permanent-delete": "Este archivo será eliminado permanentemente",
"label-non-empty-folder": "Esta carpeta no está vacia.",
"label-delete-folder-warning": "Si continua, todos los archivos en esta carpeta serán eliminados.",
"label-delete-folder": "Eliminar carpeta",
"button-delete": "Eliminar",
"button-delete-do-not-ask-again": "Eliminar y no preguntar de nuevo",
"label-do-not-ask-again": "Don't ask again",
"label-existing-backlink": "Actualmente hay {{links}} enlazando a esta nota.",
"label-existing-backlink_plural": "There are currently {{links}} pointing to this note.",
"label-delete-file": "Eliminar archivo",
"button-manage": "Manage",
"button-cancel": "Cancelar",
"button-done": "Done",
"button-save": "Save",
"button-stop": "Stop",
"button-continue": "Continuar",
"preparing-pdf": "Preparando PDF...",
"label-rename-file": "Renombrar archivo",
"label-rename-file-generic": "File name",
"label-new-name": "Nuevo nombre",
"msg-rename-success": "Successfully renamed file.",
"label-rename-heading": "Renombrar cabecera",
"label-rename-blockid": "Rename block ID"
},
"menu-items": {
"new-file": "Create Note",
"new-file-to-the-right": "New Note to the Right",
"new-window": "New Window",
"open-switcher": "Open Quickly...",
"open-vault": "Open Vault...",
"close-tab": "Close Tab",
"close-window": "Close Window",
"find": "Find",
"replace": "Replace",
"insert-callout": "Callout",
"insert-markdown-link": "Markdown Link",
"insert-wikilink": "Link",
"set-heading": "Heading {{level}}",
"no-heading": "No Heading",
"insert-quote": "Quote",
"export-pdf": "Export PDF",
"toggle-bullet-list": "Bullet List",
"toggle-numbered-list": "Numbered List",
"toggle-checklist": "Task List",
"toggle-bold": "Bold",
"toggle-code": "Code",
"toggle-comment": "Comment",
"toggle-italics": "Italics",
"toggle-highlight": "Highlight",
"toggle-strikethrough": "Strikethrough",
"toggle-comments": "Comment",
"fold-all": "Fold All",
"unfold-all": "Unfold All",
"fold-more": "Fold More",
"fold-less": "Fold Less",
"source-mode": "Source Mode",
"reading-view": "Reading View",
"show-debug-info": "Show Debug Info",
"open-sandbox": "Open Sandbox Vault",
"navigate-back": "Navigate Back",
"navigate-forward": "Navigate Forward",
"toggle-left-sidebar": "Toggle Left Sidebar",
"toggle-right-sidebar": "Toggle Right Sidebar",
"split-right": "Split Right",
"split-down": "Split Down",
"release-notes": "Release Notes"
},
"plugins": {
"name": "Plugins",
"file-explorer": {
"name": "Explorador de archivos",
"desc": "Vea todos los archivos en su bóveda.",
"action-open": "Open file explorer",
"action-show": "Show file explorer",
"action-create-note": "Crear nueva nota",
"action-create-note-in-current-tab": "Create new note in current tab",
"action-create-note-to-the-right": "Create note to the right",
"action-collapse-all": "Collapse all",
"action-expand-all": "Expand all",
"action-new-note": "Nueva nota",
"action-new-folder": "Nueva carpeta",
"action-change-sort": "Cambiar el orden",
"action-reveal-file": "Mostrar en el explorador de archivos",
"action-reveal-active-file": "Mostrar archivo actual en el explorador de archivos",
"command-make-a-copy": "Make a copy of the current file",
"command-move-file": "Move file to another folder",
"action-move-file": "Move file to...",
"action-move-folder": "Move folder to...",
"action-move-items": "Move {{count}} items to...",
"prompt-type-folder": "Type a folder",
"label-no-folders": "No folders found.",
"instruction-navigate": "to navigate",
"instruction-move": "to move",
"instruction-create": "to create",
"instruction-dismiss": "to dismiss",
"label-sort-a-to-z": "Ordenar por nombre de archivo (A to Z)",
"label-sort-z-to-a": "Ordenar por nombre de archivo (Z to A)",
"label-sort-new-to-old": "Ordenar por fecha de edición (más reciente)",
"label-sort-old-to-new": "Ordenar por fecha de edición (más viejo)",
"label-sort-created-old-to-new": "Created time (old to new)",
"label-sort-created-new-to-old": "Created time (new to old)",
"menu-opt-new-note": "Nueva nota",
"menu-opt-new-folder": "Nueva carpeta",
"menu-opt-set-attachment-folder": "Establecer como carpeta de adjuntos",
"menu-opt-rename": "Renombrar",
"menu-opt-delete": "Borrar",
"menu-opt-make-copy": "Hacer una copia",
"msg-invalid-characters": "El nombre de archivo no puede contener ninguno de los siguientes caracteres: ",
"msg-unsafe-characters": "Links will not work with file names containing any of these characters: ",
"msg-file-already-exists": "Ya hay un archivo con ese nombre",
"msg-empty-file-name": "El nombre de archivo no puede estar vacio.",
"msg-bad-dotfile": "File name must not start with a dot.",
"tooltip-modified-time": "Last modified at {{time}}",
"tooltip-created-time": "Created at {{time}}",
"tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}",
"action-move-file-short-name": "Move",
"label-untitled-file": "Untitled",
"label-untitled-folder": "Untitled",
"msg-set-attachment-folder": "Attachments will be saved to \"{{path}}\" from now on."
},
"search": {
"name": "Buscar",
"desc": "Buscar palabras clave en todas las notas.",
"action-open-search": "Buscar en todos los archivos",
"label-collapse-results": "Colapsar resultados",
"label-match-case": "Coincidir mayúsculas/minúsculas",
"label-explain-search-term": "Explicar término de búsqueda",
"label-more-context": "Mostrar más contexto",
"label-result-count": "{{count}} result",
"label-result-count_plural": "{{count}} results",
"label-toggle-search-settings": "Search settings",
"prompt-start-search": "Escriba para empezar a buscar...",
"label-match-text": "Corresponde con texto: ",
"label-match-regex": "Corresponde con regex: ",
"label-match-exact-text": "Contiene el texto exacto: ",
"label-match-all": "Corresponde con todo en: ",
"label-match-any": "Corresponde con cualquiera de: ",
"label-excluding": "Excluye: ",
"label-case-sensitive": "Coincide con mayúsculas y minúsculas",
"label-case-insensitive": "Ignorar mayúsculas y minúsculas",
"label-match-file-path": "Concide con la ruta de archivo: ",
"label-match-file-name": "Coincide con el nombre de archivo: ",
"label-match-content": "Coincide con el contenido del archivo: ",
"label-match-task": "Match task: ",
"label-match-task-todo": "Match task (todo): ",
"label-match-task-done": "Match task (done): ",
"label-match-line": "Match line: ",
"label-match-block": "Match block: ",
"label-match-section": "Match section: ",
"label-match-tag": "Coincide con la etiqueta: ",
"label-no-matches": "No hay coincidencias.",
"matches-with-count": "... y {{count}} correspondencia más.",
"matches-with-count_plural": "... y {{count}} correspondencias más.",
"label-copy-search-results": "Copy search results",
"button-copy-results": "Copy results",
"msg-successfully-copied": "Results copied to your clipboard.",
"option-show-path": "Show path",
"option-show-path-description": "Display full path of the file rather than just the file name.",
"option-link-style": "Link style",
"option-link-style-description": "Optionally turn each file result in to a link.",
"option-choice-link-style-none": "None",
"option-choice-link-style-wikilink": "Wikilink",
"option-choice-link-style-markdown-link": "Markdown link",
"option-list-prefix": "List prefix",
"option-list-prefix-description": "Optionally add a list item prefix to each file result.",
"option-choice-list-style-none": "None",
"option-choice-list-style-dash": "Dash (-)",
"option-choice-list-style-asterisk": "Asterisk (*)",
"option-choice-list-style-numbered": "Numbered",
"tooltip-clear-search": "Clear search",
"label-search-options": "Search options",
"tooltip-read-more": "Read more",
"label-history": "History",
"tooltip-clear-history": "Clear search history",
"label-path-option-description": "match path of the file",
"label-file-name-option-description": "match file name",
"label-tag-option-description": "search for tags",
"label-line-option-description": "search keywords on same line",
"label-section-option-description": "search keywords under same heading",
"menu-opt-search-for": "Search for \"{{keyword}}\""
},
"quick-switcher": {
"name": "Quick switcher",
"desc": "Salta a cualquier archivo sin dejar tu teclado. Ctrl/Cmd+O para activar.",
"short-name": "Switcher",
"action-open": "Abrir quick switcher",
"instruction-navigate": "para navegar",
"instruction-open": "para abrir",
"instruction-open-in-new-tab": "to open in new tab",
"instruction-open-to-the-right": "to open to the right",
"instruction-create": "para crear",
"instruction-dismiss": "para descartar",
"instruction-select": "to select",
"label-no-note-create-new": "No se encontraron notas. Presione Enter para crear una nueva.",
"prompt-type-file-name": "Escriba el archivo para cambiar o crear...",
"label-enter-to-create": "Presione Enter para crear",
"tooltip-not-created-yet": "Not created yet, select to create",
"option-show-existing-only": "Show existing only",
"option-show-existing-only-description": "Whether to show links to files that are not yet created.",
"option-show-attachments": "Show attachments",
"option-show-attachments-desc": "Show attachment files like images, videos, and PDFs.",
"option-show-all-file-types": "Show all file types",
"option-show-all-file-types-desc": "Show all files including ones that Obsidian can't open. The file will be opened with the default app for that file type."
},
"graph-view": {
"name": "Vista de Gráfico",
"desc": "Vea un resumen gráfico de cuales notas están enlazadas con cuales.",
"action-open": "Abrir vista de gráfico",
"action-open-local": "Abrir gráfico local",
"action-copy-screenshot": "Copiar captura de pantalla",
"tab-title": "Gráfico de {{displayText}}",
"label-filters": "Filters",
"prompt-filter-nodes": "Search files...",
"option-depth": "Depth",
"option-depth-description": "Show nodes this number of links away",
"option-neighbor-links": "Neighbor links",
"option-neighbor-links-description": "Mostrar enlaces entre vecinos.",
"option-forelinks": "Outgoing links",
"option-forelinks-description": "Show links to other files",
"option-backlinks": "Incoming links",
"option-backlinks-description": "Show links from other files",
"option-show-tags": "Tags",
"option-show-tags-description": "Tags are linked to the files that contain them",
"option-show-attachments": "Attachments",
"option-show-attachments-description": "Show attachments included by files",
"option-show-existing-files-only": "Existing files only",
"option-show-existing-files-only-description": "When checked, links to nonexistent files are not shown",
"option-show-orphans": "Orphans",
"option-show-orphans-description": "Show files that are not linked to any other file",