forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathes.json
1199 lines (1199 loc) · 66.5 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": "Plugin options",
"folder-path-example-placeholder": "Ejemplo: carpeta 1/carpeta 2",
"file-path-example-placeholder": "Ejemplo: carpeta/nota",
"editor": {
"name": "Editor",
"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-dict": "Diccionario del corrector de ortografía",
"spellcheck-dict-empty": "El diccionario del corrector de ortografía está vacío.",
"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, mostrar frantmatter 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-pane-mode": "Modo predeterminado de nuevo panel",
"option-default-new-pane-mode-description": "El modo predeterminado en el que se abre un nuevo panel.",
"option-default-new-pane-mode-source": "Edición",
"option-default-new-pane-mode-preview": "Previsualización",
"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-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": "Tab size",
"option-tab-size-description": "Number of spaces a tab is equivalent to.",
"option-line-wrap": "Ajustar la línea",
"option-line-wrap-description": "Ajusta las líneas largas para que no tengas que desplazar 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-emacsy-keys": "Legacy Emacs-style key bindings for macOS",
"option-emacsy-keys-description": "Allows you to use the additional Emacs-style navigation keys, which are standard on macOS, but may interfere with some key operations.",
"label-confirm-enable-vim": "Confirme la entradaen 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"
},
"file": {
"name": "Files & Links",
"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": "Use [[Wikilinks]]",
"option-use-wiki-links-description": "Auto-generate Wikilinks for [[links]] and ![[images]] instead of Markdown links and images. Disable this option to generate Markdown links instead.",
"option-show-unsupported-files": "Detect all file extensions",
"option-show-unsupported-files-description": "Show files with any extension even if Obsidian can't open them natively, so that you can link to them and see them in File Explorer and 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": "Default location for new attachments",
"option-new-attachment-location-description": "Where newly added attachments are placed.",
"option-choice-subdirectory": "In subfolder under current folder",
"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": "Subfolder name",
"option-attachment-subfolder-path-description": "If your file is under \"vault/folder\", and your set subfolder name to \"attachments\", attachments will be saved to \"vault/folder/attachments\".",
"option-attachment-subfolder-path-placeholder": "attachments"
},
"appearance": {
"name": "Apariencia",
"option-base-theme": "Tema base",
"option-base-theme-description": "Elige el esquema de colores por defecto de Obsidian.",
"dark-theme": "Oscuro",
"light-theme": "Claro",
"option-use-obsidian-css": "Aplicar CSS personalizado",
"option-use-obsidian-css-description": "Leer y aplicar “obsidian.css” en la carpeta bóveda. Este es un entorno heredado, por favor considera mover tu archivo CSS personalizado a la carpeta de fragmentos de abajo.",
"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": "Font size",
"option-font-size-description": "Font size in pixels that affects editor and preview.",
"option-font-size-action": "Quick font size adjustment",
"option-font-size-action-description": "Adjust the font size using Ctrl + Scroll, or using the trackpad pinch-zoom gesture.",
"option-themes": "Temas",
"option-theme": "Tema",
"option-theme-description": "Cuál tema de la comunidad usar. Los temas están almacenados en \"vault/.obsidian/themes/\".",
"option-choice-none": "Ninguno",
"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}}\"."
},
"hotkeys": {
"name": "Atajos",
"prompt-filter": "Filtrar...",
"tooltip-delete-hotkey": "Borrar atajo",
"label-waiting-for-hotkey-press": "Presionar teclas...",
"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": "About",
"label-license-key": "Clave de licencia",
"license-key-placeholder": "Su clave de licencia...",
"label-enter-commercial-license": "Por favor inserte su clave de licencia comercial:",
"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-install-required": "Necesita instalar la última versión de forma manual.",
"label-download-link": "Descargar aquí.",
"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-open-help": "Ayuda de Obsidian",
"option-open-help-description": "Abrir la documentación de ayuda.",
"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": "Advanced",
"option-hw-acceleration": "Hardware Acceleration",
"option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.",
"option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.",
"option-config-location": "Override config folder",
"option-config-location-description": "Use a different config folder than the default one. Must start with a dot.",
"option-config-location-warning": "Config location must be a valid folder name that starts with a dot.",
"label-license": "Licencia",
"label-your-commercial-license": "Su clave de licencia comercial es ",
"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-activate-commercial-license": "Activar licencia comercial",
"label-personal-license": " licencia personal. ",
"label-thank-you-for-support": "¡Gracias por su apoyo!",
"label-free-personal-license": "Licencia personal: gratis para uso personal."
},
"account": {
"name": "Cuenta",
"label-welcome": "Bienvenido, {{name}}!",
"label-your-account-email": "Su cuenta es ",
"label-insider": "insider",
"label-supporter": "supporter",
"label-vip": "VIP",
"label-role-text": "Usted es {{- role}}!",
"label-insider-build-access": "Gracias por su apoyo. Tiene acceso a las builds de Insider.",
"label-action-suggestion": "Puede que le interese...",
"button-get-commercial-license": "Obtener una licencia comercial",
"button-get-catalyst-license": "Apoyar a Obsidian con Obsidian Catalyst",
"button-check-for-catalyst-license": "Buscar actualización a Obsidian Catalyst",
"button-upgrade-catalyst-license": "Suba su nivel de apoyo",
"button-log-out": "Salir",
"label-log-in": "Entrar",
"label-email": "Email",
"placeholder-email": "Su email...",
"label-password": "Constraseña",
"placeholder-password": "Su contraseña...",
"button-login": "Login",
"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",
"message-get-community-badges": "Para las insignias de comunidad, por favor envíe un correo a [email protected] si no las ha recibido en 24 horas después de obtener su licencia.",
"message-obtain-commercial-license": "Para obtener una licencia comercial, visite {{pricingPageLink}}."
},
"third-party-plugin": {
"name": "Plugins externos",
"option-safe-mode": "Modo seguro",
"option-safe-mode-description-on": "El modo seguro está activado: no se podrán usar plugins de la comunidad.",
"option-safe-mode-description-off": "El modo seguro está desactivado, ahora puedes encender tus plugins.",
"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-third-party-plugin-warning": "Los plugins de terceros pueden leer archivos, conectarse a internet e incluso instalar programas.",
"label-disable-safe-mode-confirmation": "Te gustaría desactivar el modo seguro para activar estos plugins?",
"button-keep-safe-mode": "Dejar el Modo Seguro activado",
"button-disable-safe-mode": "Apagar el Modo Seguro",
"label-select-a-plugin": "Selecciona un plugin para instalarlo o aprender más sobre él.",
"placeholder-community-plugins": "Busca plugins...",
"msg-failed-load-plugins": "Ha ocurrido un fallo al cargar los plugins.",
"label-installed": "Instalado correctamente",
"tooltip-downloaded-times": "Descargado {{count}} vez",
"tooltip-downloaded-times_plural": "Descargado {{count}} veces",
"button-install": "Instalar",
"button-enable": "Enable",
"button-disable": "Disable",
"label-no-results-found": "Sin resultados.",
"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-unsupported": "This plugin does not support your device.",
"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": "Open plugins folder",
"button-check-for-updates": "Buscar actualizaciones",
"button-update-all-plugins": "Actualizar todo",
"label-current-plugins": "Current plugins",
"label-currently-installed": "You currently have {{count}} plugin installed.",
"label-currently-installed_plural": "You currently have {{count}} plugins installed.",
"msg-no-updates-found": "No plugin updates found.",
"msg-updates-found": "Found {{count}} plugin to update.",
"msg-updates-found_plural": "Found {{count}} plugins to update.",
"msg-update-plugin": "Update to version {{version}}",
"option-search-installed-plugin": "Search installed plugins",
"option-search-installed-plugin-description": "Filter installed plugins by name or description.",
"placeholder-search-installed-plugin": "Search installed plugins...",
"label-sort-downloads-high-to-low": "Download count (high to low)",
"label-sort-downloads-low-to-high": "Download count (low to high)",
"label-sort-release-date-new-to-old": "First released time (new to old)",
"label-sort-release-date-old-to-new": "First released time (old to new)",
"label-sort-alphabetical": "Plugin name (A to Z)",
"label-sort-alphabetical-reverse": "Plugin name (Z to A)",
"label-search-summary": "Showing {{pluginCount}}:"
},
"mobile-toolbar": {
"name": "Mobile toolbar",
"option-configure-quick-action": "Configure mobile Quick Action",
"option-configure-quick-action-description": "Configure which command to trigger when pull down from the top. The current command is set to \"{{command}}\".",
"button-configure": "Configure",
"placeholder-select-quick-action": "Select Quick Action...",
"manage-toolbar-options": "Manage toolbar options",
"option-internal-link": "Add internal link",
"option-internal-embed": "Add embed",
"option-tag": "Add tag",
"option-heading": "Toggle heading",
"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": "Undo",
"option-redo": "Redo",
"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": "Go to first line",
"option-last-line": "Go to last line",
"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": "Insert attachment"
}
},
"editor": {
"search": {
"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",
"key-enter": "Enter",
"key-shift-f3": "Shift + F3",
"key-enter-or-f3": "Enter or F3"
},
"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 match found"
},
"spellcheck": {
"no-suggestion": "Sin sugerencias...",
"add-to-dictionary": "Añadir al diccionario"
},
"print-modal": {
"title": "Exportar a PDF",
"caption": "Exportar \"{{filename}}\" a PDF con las configuraciónes a continuación.",
"setting-page-size": "Page size",
"setting-page-size-a3": "A3",
"setting-page-size-a4": "A4",
"setting-page-size-a5": "A5",
"setting-page-size-legal": "Legal",
"setting-page-size-letter": "Letter",
"setting-page-size-tabloid": "Tabloid",
"setting-landscape": "Horizontal",
"setting-margin": "Márgenes",
"setting-margin-default": "Predeterminado",
"setting-margin-minimal": "Minimo",
"setting-margin-none": "Ninguno",
"setting-downscale-percent": "Downscale percent",
"button-export-to-pdf": "Exportar a PDF"
}
},
"interface": {
"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}}\" has been modified externally, merging changes automatically.",
"switch-vault": "Abrir otra bóveda",
"help": "Ayuda",
"settings": "Preferencias",
"drag-to-rearrange": "Arrastre para reordenar",
"msg-switched-to-preview": "Cambió el modo de visualización por defecto a vista previa.",
"msg-switched-to-edit": "Cambió modo de visualización por defecto a editor.",
"msg-upgrade-installer": "To use this feature, please re-install with latest installer available from our website.",
"tooltip-restore-default-settings": "Restore default settings",
"label-copy": "Copy to clipboard",
"copied": "{{item}} copied to your clipboard",
"url": "Url",
"msg-open-file-through-uri": "Opened file \"{{path}}\"",
"msg-file-not-found-through-uri": "File \"{{name}}\" not found.",
"delete-action-short-name": "Delete",
"msg-indexing": "Obsidian is indexing your vault...\nThis should only happen once.\nSome functionality may not be available until this is complete.",
"msg-indexing-complete": "Indexing complete.",
"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"
},
"menu": {
"edit-view": "Editar (Ctrl/Cmd+Click para editar en nuevo panel)",
"preview-view": "Previsualizar (Ctrl/Cmd+Click para abrir en nuevo panel)",
"find": "Buscar...",
"replace": "Reemplazar...",
"edit": "Editar",
"preview": "Vista previa",
"more-options": "Más opciones",
"close": "Cerrar",
"pin": "Fijar",
"unlink-pane": "Desligar panel",
"link-pane": "Ligar panel...",
"delete-file": "Eliminar archivo",
"open-in-new-pane": "Open in new pane",
"copy-url": "Copy url",
"close-current-pane": "Close current pane"
},
"tooltip": {
"click-to-expand": "Click para expandir",
"click-to-collapse": "Click para colapsar",
"alias": "Alias"
},
"start-screen": {
"label-beta-version": "Beta version",
"option-open-folder-as-vault": "Open folder as vault",
"option-open-folder-as-vault-description": "Choose an existing folder of Markdown files.",
"option-create-vault": "Create new vault",
"option-create-vault-description": "Create a new Obsidian vault under a folder.",
"option-open-help-vault": "Open help vault",
"option-open-help-vault-description": "Open a \"Demo & Help\" vault.",
"option-new-vault-name": "Vault name",
"option-new-vault-name-description": "Pick a name for your awesome vault.",
"option-new-vault-location": "Location",
"option-new-vault-location-description": "Pick a place to put your new vault.",
"button-open": "Open",
"button-help": "Help",
"button-browse": "Browse",
"button-create-vault": "Create",
"button-back": "Back",
"msg-empty-vault-name": "Vault name cannot be empty.",
"msg-invalid-folder": "Please pick a valid folder.",
"msg-failed-to-create-vault": "Failed to create vault.",
"msg-failed-to-create-vault-at-location": "Could not create vault at the given location. Please double check the location and permission.",
"msg-error-failed-to-open-vault": "Failed to open.",
"msg-error-remove-current-open-vault": "Can't remove a currently open vault."
},
"drag-and-drop": {
"insert-link-here": "Insert link here",
"insert-links-here": "Insert links here",
"move-into-folder": "Move into \"{{folder}}\"",
"star-this-file": "Star this file",
"star-these-files": "Star these files",
"open-in-this-pane": "Open in this pane"
},
"window": {
"maximize": "Maximize",
"minimize": "Minimize",
"restore-down": "Restore down",
"close-window": "Close window",
"go-back": "Go back",
"go-forward": "Go forward"
},
"start-up": {
"loading-obsidian": "Loading Obsidian...",
"obsidian-load-error": "An error occurred while loading Obsidian.",
"button-reload-app": "Reload app",
"button-open-another-vault": "Open another vault",
"loading-components": "Loading components...",
"loading-plugins": "Loading plugins...",
"loading-vault": "Loading vault...",
"msg-failed-to-load-vault": "Failed to load vault: ",
"loading-cache": "Loading cache...",
"loading-workspace": "Loading workspace..."
}
},
"commands": {
"save-file": "Guardar archivo actual",
"follow-cursor-link": "Seguir enlace bajo el cursor",
"open-cursor-link-in-new-pane": "Abrir enlace bajo el cursor en un nuevo panel",
"navigate-pane-above": "Enfocarse en el panel superior",
"navigate-pane-below": "Enfocarse en el panel inferior",
"navigate-pane-left": "Enfocarse en el panel izquierdo",
"navigate-pane-right": "Enfocarse en el panel derecho",
"toggle-pin": "Cambiar estado de fijado",
"split-vertically": "Dividir verticalmnente",
"split-horizontally": "Dividir horizontalmente",
"navigate-back": "Navegar hacia atrás",
"navigate-forward": "Navegar hacia adelante",
"use-dark-mode": "Usar modo oscuro",
"use-light-mode": "Usar modo claro",
"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-preview": "Alternar entre modo edición/vista previa",
"delete-current-file": "Eliminar archivo actual",
"close-active-pane": "Cerrar panel activo",
"close-other-panes": "Cerrar todos los demás paneles",
"toggle-left-sidebar": "Alternar barra lateral izquierda",
"toggle-right-sidebar": "Alternar barra lateral derecha",
"toggle-default-new-pane-mode": "Toggle default new pane mode",
"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",
"swap-line-up": "Intercambiar linea hacia arriba",
"swap-line-down": "Intercambiar linea hacia abajo",
"toggle-bold": "Alternar negrita para selección",
"toggle-italics": "Alternar italica para selección",
"toggle-highlight": "Alternar resaltado para selección",
"toggle-comments": "Toggle comments for selection",
"insert-link": "Insertar enlace",
"toggle-spellcheck": "Toggle spellcheck",
"delete-paragraph": "Eliminar paragrafo",
"toggle-checklist": "Toggle checklist status",
"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"
},
"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-existing-backlink": "Actualmente hay {{links}} enlazando a esta nota.",
"label-delete-file": "Eliminar archivo",
"button-cancel": "Cancel",
"button-done": "Done",
"preparing-pdf": "Preparing PDF...",
"label-rename-file": "Rename file",
"label-new-name": "New name",
"msg-rename-success": "Successfully renamed file."
},
"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-new-pane": "Create note in new pane",
"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-move-file": "Move file to another folder",
"action-move-file": "Move file to...",
"action-move-folder": "Move folder to...",
"prompt-type-folder": "Type a folder",
"label-no-folders": "No folders found.",
"instruction-navigate": "to navigate",
"instruction-move": "to move",
"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.",
"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",
"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-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"
},
"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-pane": "para abrir en nuevo panel",
"instruction-create": "para crear",
"instruction-dismiss": "para descartar",
"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."
},
"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",
"label-display": "Display",
"option-show-arrows": "Arrows",
"option-show-arrows-description": "Show arrows when zoomed in",
"option-text-fade": "Text fade threshold",
"option-node-size": "Node size",
"option-link-thickness": "Link thickness",
"label-forces": "Forces",
"option-center-force": "Center force",
"option-link-force": "Link force",
"option-link-distance": "Link distance",
"option-repel-force": "Repel force",
"tooltip-open-graph-settings": "Open graph settings",
"msg-screenshot-copied": "Screenshot copied to the clipboard.",
"label-groups": "Groups",
"placeholder-enter-query": "Enter query...",
"tooltip-delete-graph": "Delete group",
"button-new-group": "New group",
"tooltip-click-to-change-drag-to-reorder": "Click to change color\nDrag to reorder groups",
"action-timelapse": "Start graph timelapse animation"
},
"backlinks": {
"name": "Backlinks",
"desc": "Muestre el número de backlinks en la barra de estatus.",
"action-open": "Abrir backlinks",
"action-show": "Show backlinks pane",
"action-open-for-current": "Abrir backlinks para el archivo actual",
"action-toggle-backlinks-in-document": "Toggle backlinks in document",
"label-linked-mentions": "Menciones con enlaces",
"label-no-backlinks": "No se encontraron backlinks.",
"label-unlinked-mentions": "Menciones sin enlace",
"label-show-search": "Show search filter",
"label-link-button-text": "Enlace",
"tab-title": "Backlinks para {{displayText}}",
"label-no-unlinked-mentions": "No se encontraron menciones sin enlace.",
"ellipsis": "..."
},
"outgoing-links": {
"name": "Outgoing Links",
"desc": "Show outgoing links and detect unlinked mentions of other notes in the current note.",
"action-open": "Open outgoing links",
"action-open-for-current": "Open outgoing links for the current file",
"tab-title": "Outgoing links from {{displayText}}",
"label-links": "Links",
"label-no-links": "No links found.",
"label-unlinked-mentions": "Unlinked mentions",
"tooltip-link-file": "Link this file",
"tooltip-not-created": "Not created yet"
},
"tag-pane": {
"name": "Panel de Etiquetas",
"desc": "Muestra sus etiquetas junto con el número de ocurrencias.",
"action-show": "Show tag pane",
"label-no-tags": "Etiquetas no encontradas.",
"label-sort-by-name-a-to-z": "Tag name (A to Z)",
"label-sort-by-name-z-to-a": "Tag name (Z to A)",
"label-sort-by-frequency-high-to-low": "Frequency (high to low)",
"label-sort-by-frequency-low-to-high": "Frequency (low to high)",
"action-show-nested-tags": "Show nested tags"
},
"page-preview": {
"name": "Vista previa",
"desc": "Ver la vista previa de una nota al colocar el cursor sobre un link interno. Ctrl/Cmd + cursor en modo edición.",
"label-empty-note": "\"{{linktext}}\" no se ha creado todavia. Haga click para crear.",
"label-source-editor": "Editor",
"label-source-preview": "Preview",
"label-source-search-backlinks": "Search and Backlinks",
"label-require-mod": "Require {{key}} to trigger page preview on hover"
},
"starred": {
"name": "Destacados",
"desc": "Destacar archivos y búsquedas usados frequentemente.",
"action-show": "Show starred pane",
"action-toggle": "Agregar/remover el archivo actual",
"action-toggle-search": "Agregar/remover la búsqueda actual",
"action-star": "Agregar a destacados",
"action-unstar": "Remover de destacados",
"menu-opt-remove": "Remover",
"msg-successfully-starred": "Destacado con éxito {{type}} \"{{title}}\".",
"msg-removed-starred": "Destacado removido {{type}} \"{{title}}\".",
"msg-cannot-find-path": "No se encuentra el archivo en \"{{path}}\"."
},
"custom-css": {
"name": "Personalizar CSS",
"desc": "Lee \"obsidian.css\" en la bóveda y lo aplica.",
"setting-community-themes": "Temas de la comunidad",
"msg-fetching-themes": "Obteniendo datos de los temas de la comunidad...",
"prompt-filter": "Filtrar...",
"label-dark-theme-only": "Dark themes only",
"label-light-theme-only": "Light themes only",
"label-preview": "Vista previa",
"label-stop-preview": "Salir de vista previa",
"label-use": "Aplicar",
"label-override": "Override",
"label-visit-on-github": "Ver en GitHub",
"msg-fetching-css": "Buscando CSS...",
"theme-title": "\"{{name}}\" por {{author}}",
"msg-override-theme": "Sobreescribir CSS actual",
"msg-existing-theme": "Ya tiene el archivo \"obsidian.css\" personalizado.",
"msg-confirm-override": "Está seguro que quiere sobreescribirlo? Perderá su archivo CSS original. Por favor haga un respaldo si es necesario.",
"msg-load-error": "No se han podido cargar los temas de la comunidad, por favor revise su conexión.",
"msg-now-using-theme": "You're now using {{title}} as your CSS theme."
},
"command-palette": {
"name": "Paleta de Commandos",
"desc": "Escriba un comando para invocarlo. No es necesario usar la UI para recordar un atajo.",
"action-open": "Abrir paleta de comandos",
"instruction-navigate": "para navegar",
"instruction-use": "para usar",
"instruction-dismiss": "para descartar",
"label-no-commands": "No se encontraron comandos.",
"prompt-type-command": "Escribe un comando...",
"label-pinned-commands": "Pinned commands",
"option-add-new-pin": "New pinned command",
"option-add-new-pin-description": "Pinned commands will appear at the top of all commands when no search query is present."
},
"markdown-format-importer": {
"name": "Importador de formato de Markdown",
"desc": "Convertir Markdown de otras apps al formato de Obsidian.",
"action-open": "Abrir el importador de Markdown",
"option-roam-tag-fixer": "Corrector de etiquetas de Roam Research",
"option-roam-tag-fixer-description": "Convierte \"#etiqueta\" y \"#[[etiqueta]]\" a \"[[etiqueta]]\".",
"option-roam-highlight-fixer": "Corrector de highlights de Roam Research",
"option-roam-highlight-fixer-description": "Converts \"^^highlight^^\" to \"==highlight==\".",
"option-roam-todo-converter": "Convertidor de TODOs de Roam Research",
"option-roam-todo-converter-description": "Convierte de \"{{[[TODO]]}}\" a \"[ ]\".",
"option-bear-highlight-fixer": "Bear highlight fixer",
"option-bear-highlight-fixer-description": "Converts \"::highlight::\" to \"==highlight==\".",
"zettelkasten-link-fixer": "Corrector de links de Zettelkasten",
"zettelkasten-link-fixer-description": "Corrige links de \"[[UID]]\" a \"[[UID Nombre de Archivo]]\".",
"zettelkasten-link-beautifier": "Embellece links de Zettelkasten",
"zettelkasten-link-beautifier-description": "Arregla links y cambia el formato de \"[[UID]]\" a \"[[UID Nombre de Archivo|Nombre de Archivo]]\".",
"msg-all-files-warning": "Advertencia: el importador convertirá todos los archivos de la bóveda, no solo el archivo actual.",
"msg-override-files-warning": "Sus archivos serán sobreescritos. Haga un respaldo antes de intentar la conversión.",
"label-start-conversion": "Empezar la conversión",
"label-stop": "Cancelar",
"label-go-back": "Regresar",
"label-done": "Ok",
"label-processing": "Procesando...",
"label-cancelling": "Cancelando...",
"label-finished": "Completado!",
"label-processed-files": "Archivos procesados",
"label-modified-files": "Archivos modificados",
"label-total-replacements": "Reemplazos totales"
},
"daily-notes": {
"name": "Notas diarias",
"desc": "Abrir la nota de hoy o crear una si no hay una presente.",
"short-name": "Today",
"action-open": "Abrir la nota de hoy",
"action-open-previous": "Abrir la nota diaria anterior",
"action-open-next": "Abrir la siguiente nota diaria",
"msg-fail-format": "Error al crear nota diaria. \"{{format}}\" no es un formato válido.",
"msg-fail-folder": "Error al crear nota diaria. La carpeta \"{{folderOption}}\" no existe.",
"msg-fail-template-file": "Error al crear nota diaria. El archivo de plantilla \"{{template}}\" no existe.",
"msg-no-previous": "No hay nota diaria antes de esta.",
"msg-no-next": "No hay nota diaria después de esta.",
"option-date-format": "Formato de fecha",
"label-refer-to-syntax": "Para más opciones, vea: ",
"label-syntax-link": "referencia de formato",
"label-syntax-live-preview": "Así es como se verá: ",
"option-new-file-location": "Ubicación del nuevo archivo",
"option-new-file-location-description": "La carpeta para crear una nota diaria nueva.",
"option-template": "Ubicación del archivo plantilla",
"option-template-description": "La ruta al archivo para usar como plantilla.",
"option-open-on-start": "Open daily note on startup",
"option-open-on-start-description": "Open your daily note automatically whenever you open this vault."
},
"zettelkasten-prefixer": {
"name": "Prefijo para Zettelkasten",
"desc": "Crear nota nueva con 12 dígitos en el formato de ID de Zettelkasten YYYYMMDDHHII (Por ejemplo 202001010000).",
"short-name": "ZK note",
"action-create-note": "Crear una nueva nota Zettelkasten",
"option-new-file-location": "Ubicación del nuevo archivo",
"option-new-file-location-description": "La carpeta para crear la nota Zettelkasten.",
"msg-folder-not-found": "Fallo al crear nota Zettelkasten. Carpeta \"{{folderOption}}\" no encontrada.",
"option-template-file": "Ubicación de archivo de plantilla",
"option-template-file-description": "La dirección del archivo a usar como plantilla.",
"option-template-file-placeholder": "Ejemplo: carpeta1/nota",
"option-id-format": "Zettel ID format",
"msg-template-file-not-found": "Fallo al crear nota Zettelkasten. Archivo de plantilla \"{{template}}\" no encontrado."
},
"random-note": {
"name": "Nota al azar",
"desc": "Abre una nota al azar. Útil para revisiones y descubrimientos.",
"short-name": "Random",
"action-open": "Abrir nota al azar"
},
"outline": {
"name": "Esquema",
"desc": "Muestra el esquema del archivo actual o el panel enlazado.",
"action-open": "Abrir el esquema",
"action-show": "Show outline pane",
"action-open-for-current": "Open outline of the current file",
"tab-title": "Esquema de {{displayText}}",
"label-no-headings": "No se encontraron encabezados."
},
"word-count": {
"name": "Conteo de palabras",
"desc": "Mostrar el número de palabras en la barra de estado."
},
"slides": {
"name": "Diapositivas",
"desc": "Presente desde Markdown. Use \"---\" para separar diapositivas.",
"action-start": "Empezar presentación"
},
"audio-recorder": {
"name": "Grabadora de audio",
"desc": "Grabar audio y guardar como archivo adjunto.",
"action-start": "Empezar a grabar audio",
"action-stop": "Parar de grabar audio",
"action-toggle": "Empezar/Parar de grabar",
"msg-access-denied": "Acceso al microfono denegado, por favor habilítelo desde el panel de preferencias.",
"msg-pending-grant": "Por favor autorice acceso al microfono para empezar a grabar.",
"msg-no-microphone": "No hay microfono conectado."
},
"open-with-default-app": {
"name": "Abrir en la app por defecto",
"desc": "Añadir botón para abrir el archivo actual en la app por defecto.",
"action-open-file": "Abrir en la app por defecto",
"action-show-in-folder": "Mostrar en carpeta"
},
"templates": {
"name": "Plantillas",
"desc": "Insertar contenido de plantillas desde una carpeta de archivo de plantillas.",
"action-insert": "Insertar plantilla",
"option-template-folder-location": "Ubicación de la carpeta de plantillas",
"option-template-folder-location-description": "Archivos en esta carpeta estarán disponibles como plantillas.",
"option-template-date-format": "Formato de fecha",
"option-template-date-format-description": "{{date}} en la plantilla será reemplazado con este valor.",
"option-template-date-format-description2": "También puedes usar {{date:YYYY-MM-DD}} para sobreescribir el formato una vez.",
"option-template-time-format": "Formato de tiempo",
"option-template-time-format-description": "{{time}} en la plantilla será reemplazado con este valor.",
"option-template-time-format-description2": "También puedes usar {{time:HH:mm}} para sobreescribir el formato una vez.",
"instruction-navigate": "para navegar",
"instruction-insert": "para insertar plantilla",
"instruction-dismiss": "para descartar",
"msg-no-templates-found": "No se encontraron plantillas",
"msg-fail-invalid-folder": "Error al listar las plantillas. La carpeta de plantillas es inválida.",
"msg-fail-folder-not-found": "Error al listar las plantillas. La carpeta \"{{folderOption}}\" no fue encontrada.",
"prompt-type-template": "Escriba el nombre de una plantilla..."
},
"translucency": {
"name": "Ventana translúcida",
"desc": "Activa un efecto de translucidez que aumenta la sensación de profundidad. Mejor usar en modo oscuro. No soportado en Linux."
},
"publish": {
"name": "Publish",
"desc": "Publish your notes through Obsidian Publish.",
"action-publish-changes": "Publish changes",
"label-no-internet-access": "You need access to the internet to publish changes.",
"label-publish-service-description": "Obsidian Publish is an add-on paid service that lets you publish your notes online directly from Obsidian.",
"label-please-login": "To start publishing, please log in or create a new Obsidian account.",
"label-no-publish-subscription": "You do not have an Obsidian Publish subscription yet.",
"button-purchase": "Purchase",
"label-manage-sites": "Manage sites",
"label-no-sites": "You don't have any sites.",
"button-choose": "Choose",
"tooltip-edit-site-id": "Edit site ID",
"tooltip-delete-site": "Delete site",
"label-delete-site-confirmation": "Are you sure you want to delete this site?",
"label-delete-site-details": "This will immediately and permanently delete your site.",
"label-confirm-delete-site": "Confirm delete site \"{{site}}\"",
"option-site-id": "Site ID",
"option-site-id-description": "Your site will be at https://publish.obsidian.md/{site id}. You can change this later. Only lower case letters, numbers, and dashes are allowed.",
"option-site-id-placeholder": "Pick a site ID",
"button-create": "Create",
"msg-invalid-site-id": "Site ID can only contain lowercase letters, numbers, and dashes.",
"msg-site-id-in-use": "This site ID is in use, please try another one.",
"msg-create-site-issue": "That was an issue when creating your site.",
"label-site-options": "Site options",
"option-site-metadata": "Metadata",
"option-site-components": "Components",
"option-site-appearance": "Appearance",
"option-site-reading-experience": "Reading experience",
"option-site-misc": "Other site settings",
"option-site-name": "Site name",
"option-site-name-description": "Name of your published site. It will show up in the page title of your site.",
"option-site-name-placeholder": "Name of your site",
"option-home-page-file": "Homepage file",
"option-home-page-file-description": "The first page the user sees when landing on your published site",
"option-home-page-file-placeholder": "Pick a published file",
"option-logo": "Logo",
"option-logo-description": "Pick an image file as your site logo.",
"option-logo-placeholder": "Any any uploaded image in your vault...",
"option-theme": "Theme",
"option-theme-description": "Choose default color scheme for your site.",
"option-show-navigation": "Show navigation",
"option-show-navigation-description": "Display a list of all published pages on the left side of your published site.",
"option-show-search": "Show search bar",
"option-show-search-description": "Display a search bar at top of the navigation that lets the visitors search pages and headings on your site.",
"option-show-graph": "Show graph view",
"option-show-graph-description": "Display a small local graph on each page.",
"option-show-outline": "Show table of contents",
"option-show-outline-description": "Display the outline of headings on each page.",
"option-show-backlinks": "Show backlinks",
"option-show-backlinks-description": "Show backlink section at the end of each page.",
"option-sliding-window-mode": "Use sliding windows",
"option-sliding-window-mode-description": "Open pages in new panes to the right. Allows scrolling through panes horizontally.",
"option-hover-preview-file": "Show hover preview",
"option-hover-preview-file-description": "Display page preview when hovering links.",
"option-readable-line-length": "Readable line length",
"option-readable-line-length-description": "Limit maximum line length. Fits less content on the screen, but makes long paragraphs more readable.",
"option-site-password": "Passwords",
"option-site-password-description": "Restrict access to your site with passwords.",
"option-google-analytics": "Google Analytics tracking code",
"option-google-analytics-description": "Configure Google Analytics for your site. Only available for visitors from your custom domain URL. Please check with your local laws and regulations first.",
"button-manage-passwords": "Manage",
"button-save-site-settings": "Save site settings",
"msg-updated-options": "Updated options for your site.",
"button-go-back": "Back",
"label-publishing-to": "Publishing to",
"tooltip-switch-site": "Switch site",
"button-add-linked": "Add linked",
"tooltip-add-linked": "Add all files that are linked by currently selected items",
"msg-added-linked-files": "{{count}} linked file has been added.",
"msg-added-linked-files_plural": "{{count}} linked files have been added.",
"tooltip-open-site-options": "Change site options",
"label-no-changes-detected": "No changes were detected.",
"label-changed-files-to-be-published": "Changes",
"label-unchanged-files-already-published": "Unchanged (select to delete)",
"label-file-selected": " selected",
"button-select-all-files": "Select all",
"button-deselect-all-files": "Deselect all",
"label-new-files-to-be-published": "New",
"button-publish": "Publish",
"msg-no-permission-to-publish-to-site": "You do not have permissions to publish to the current site.",
"msg-select-at-least-one-file": "Please select at least one file.",
"label-upload-changes": "Upload changes",
"button-done": "Done",
"button-stop": "Stop",