forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pt.json
1188 lines (1188 loc) · 64.7 KB
/
pt.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": "Options",
"plugin": "Plugin",
"builtin-plugins": "Core plugins",
"plugin-options": "Plugin options",
"folder-path-example-placeholder": "Exemplos: pasta 1/pasta 2",
"file-path-example-placeholder": "Exemplos: pasta/nota",
"editor": {
"name": "Editor",
"option-spellcheck": "Verificação ortográfica",
"option-spellcheck-description": "Ativa a verificação ortográfica. Atualmente só funciona para o Inglês (US).",
"spellcheck-dict": "Dicionário de verificação ortográfica",
"spellcheck-dict-empty": "O dicionário de verificação ortográfica está vazio.",
"option-readable-line-length": "Linhas de tamanho confortável",
"option-readable-line-description": "Limita o tamanho máximo da linha. Cabe menos conteúdo na tela, mas faz os parágrafos mais fácil de ler.",
"option-strict-line-break": "Quebra de linha estrita",
"option-strict-line-break-description": "In preview mode, ignore single line breaks according to the Markdown specs. Turn this off for single line breaks to show in preview.",
"option-show-frontmatter": "Show frontmatter",
"option-show-frontmatter-description": "In preview mode, show frontmatter as a code block. Turn off to hide frontmatter section.",
"option-auto-pair-brackets": "Fecha parênteses automaticamente",
"option-auto-pair-brackets-description": "Fecha parênteses e aspas automaticamente.",
"option-auto-pair-markdown": "Combinar símbolos Markdown automaticamente",
"option-auto-pair-markdown-description": "Fecha símbolos para negrito e itálico automaticamente.",
"option-smart-indent-lists": "Listas com identação inteligente",
"option-smart-indent-lists-description": "Arruma indentação e marcadores de lista pra você.",
"option-fold-heading": "Dobrar títulos",
"option-fold-heading-description": "Deixa você esconder tudo sob um título.",
"option-fold-indent": "Dobrar indentação",
"option-fold-indent-description": "Deixa você esconder uma parte sob a mesma indentação, como listas.",
"option-default-new-pane-mode": "Default new pane mode",
"option-default-new-pane-mode-description": "The default mode a new pane gets opened in.",
"option-default-new-pane-mode-source": "Editor",
"option-default-new-pane-mode-preview": "Preview",
"option-show-line-number": "Mostrar número da linha",
"option-show-line-number-description": "Mostra os números das linhas.",
"option-use-tabs": "Usar tabulações",
"option-use-tabs-description": "Usar tabulações para indentação quando a tecla \"Tab\" é pressionada. Desligue para usar espaços.",
"option-tab-size": "Tab size",
"option-tab-size-description": "Number of spaces a tab is equivalent to.",
"option-line-wrap": "Line wrap",
"option-line-wrap-description": "Wrap long lines to fit within the window, without having to scroll from left to right.",
"option-auto-convert-html": "Auto convert HTML",
"option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.",
"option-vim-key-bindings": "Atalhos do Vim",
"option-vim-key-bindings-description": "Utilize atalhos do Vim no editor de códigos.",
"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": "Confirm entering Vim mode",
"label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.",
"label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:",
"label-vim-your-answer": "Your answer",
"placeholder-enter-command": "Enter command...",
"button-confirm-enable-vim": "Let me enable Vim",
"msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.",
"msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.",
"msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode"
},
"file": {
"name": "Files & Links",
"option-confirm-file-deletion": "Confirme a exclusão do arquivo",
"option-confirm-file-deletion-description": "Determine se você precisa confirmar para excluir arquivos.",
"option-delete-destination": "Excluir arquivos",
"option-delete-destination-description": "O que fazer com os arquivos depois de excluí-los.",
"option-choice-system-trash": "Mover para a lixeira do sistema",
"option-choice-vault-trash": "Mover para a lixeira do Obsidian (pasta .trash)",
"option-choice-permanent-delete": "Excluir permanentemente",
"option-always-update-links": "Sempre atualizar vínculos",
"option-always-update-links-description": "Whether to automatically update links after renaming a file or prompt.",
"option-new-note-location": "Local padrão para novas notas",
"option-new-note-location-description": "Onde novas notas serão criadas. Configurações de Plugin substituem essa.",
"option-choice-vault-root": "Vault root",
"option-choice-current-folder": "Na mesma pasta do arquivo atual",
"option-choice-specified-folder": "Na pasta especificada abaixo",
"option-new-file-folder-path": "Pasta em que novas notas serão criadas",
"option-new-file-folder-path-description": "Novas notas vão aparecer nessa pasta. Configurações de Plugin substituem essa.",
"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": "Novo formato do link",
"option-link-autocompleted-format-description": "Quais links inserir, ao gerar links internos.",
"option-choice-shortest-linktext": "Menor caminho, quando possível",
"option-choice-relative-path": "Caminho relativo para o arquivo",
"option-choice-absolute-path": "Caminho absoluto para o arqivo",
"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": "Local da pasta de anexos",
"option-attachment-folder-path-description": "Arquivos de anexo recém-criados aparecerão aqui. Isso inclui imagens criadas por meio de arrastar e soltar ou colar e gravações de áudio.",
"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": "Aparência",
"option-base-theme": "Base theme",
"option-base-theme-description": "Choose Obsidian’s default color scheme.",
"dark-theme": "Dark",
"light-theme": "Light",
"option-use-obsidian-css": "Apply custom CSS",
"option-use-obsidian-css-description": "Read and apply “obsidian.css” in the vault folder. This is a legacy setting, please consider moving your custom CSS file to the snippet folder below.",
"option-community-themes": "Abra os temas da comunidade",
"option-community-themes-description": "Visualize e use temas incríveis criados pela comunidade.",
"button-browse-community-themes": "Browse",
"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": "Themes",
"option-theme": "Theme",
"option-theme-description": "Which community theme to use. Themes are stored in \"vault/.obsidian/themes/\".",
"option-choice-none": "None",
"button-reload-themes": "Reload themes",
"msg-reloaded-themes": "Reloaded custom CSS themes.",
"button-open-themes-folder": "Open themes folder",
"option-css-snippets": "CSS snippets",
"label-no-css-snippets-found": "No CSS snippets found in the snippets folder.",
"no-snippet-description": "CSS Snippets are stored in \"{{path}}\".",
"button-reload-snippets": "Reload snippets",
"button-open-snippets-folder": "Open snippets folder",
"msg-reloaded-snippets": "Reloaded CSS snippets.",
"option-toggle-snippet-description": "Apply CSS snippet at \"{{path}}\"."
},
"hotkeys": {
"name": "Atalhos",
"prompt-filter": "Filtrar...",
"tooltip-delete-hotkey": "Excluir atalho",
"label-waiting-for-hotkey-press": "Pressione atalho...",
"tooltip-restore-default": "Restaurar ao padrão",
"tooltip-customize-command": "Customize esse comando",
"tooltip-hotkey-single-conflict": "This hotkey conflicts with \"{{command}}\"",
"tooltip-hotkey-multiple-conflicts": "This hotkey conflicts with {{count}} other commands",
"label-blank-hotkey": "Blank"
},
"about": {
"name": "Sobre",
"label-license-key": "Chave de licença",
"license-key-placeholder": "Sua chave de licença...",
"label-enter-commercial-license": "Insira sua chave de licença comercial:",
"label-activate-license": "Ativar licença",
"button-activate": "Ativar",
"label-unknown-version": "Desconhecida",
"label-current-version": "Versão atual: ",
"label-install-version": "(Versão do instalador: {{version}})",
"label-up-to-date": "Seu app está atualizado!",
"label-read-changelog": "Leia o registro de mudanças.",
"label-manual-install-required": "Você deve instalar a ultima versão manualmente.",
"label-download-link": "Baixe aqui.",
"label-new-version-ready": "Uma nova versão está pronta para ser instalada. ",
"label-relaunch-to-update": "Reinicie o app para atualizar.",
"label-disabled-updates": "Atualizações estão desativadas.",
"label-checking-for-updates": "Procurando por atualizações...",
"button-relaunch": "Reiniciar",
"button-check-for-updates": "Procurar atualizações",
"option-auto-update": "Atualizar automaticamente",
"option-auto-update-description": "Desative esta opção para evitar que o aplicativo verifique se há atualizações.",
"option-open-help": "Obsidian help",
"option-open-help-description": "Open the help documentation.",
"button-open": "Abrir",
"option-language": "Idioma",
"option-language-description": "Alterar o idioma de exibição.",
"option-insider-build": "Receber compilações internas",
"option-insider-build-description": "Atualização automática para compilações internas para experimentar novos recursos. Observe que essas compilações podem ser menos estáveis.",
"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": "Licença",
"label-your-commercial-license": "Sua chave de licença comercial é ",
"label-commercial-license-info": "Registrado para \"{{company}}\" para {{seats}} usuários. Válido até {{expiry}}.",
"label-validating-commercial-license": "Validando...",
"label-invalid-commercial-license": "Licença inválida: ",
"button-activate-commercial-license": "Ativar licença comercial",
"label-personal-license": " licença pessoal. ",
"label-thank-you-for-support": " Obrigado por seu apoio!",
"label-free-personal-license": "Licença pessoal: grátis para uso pessoal"
},
"account": {
"name": "Conta",
"label-welcome": "Bem vindo, {{name}}!",
"label-your-account-email": "Sua conta é",
"label-insider": "insider",
"label-supporter": "apoiador",
"label-vip": "VIP",
"label-role-text": "Você é um {{- role}}!",
"label-insider-build-access": "Obrigado pelo seu suporte. You have access to our insider builds.",
"label-action-suggestion": "Você pode querer...",
"button-get-commercial-license": "Conseguir uma licença comercial",
"button-get-catalyst-license": "Apoie o Obsidian com o Obsidian Catalyst",
"button-check-for-catalyst-license": "Verifique para Obsidian Catalyst",
"button-upgrade-catalyst-license": "Aumentar para um nível maior",
"button-log-out": "Sair",
"label-log-in": "Fazer login",
"label-email": "E-mail",
"placeholder-email": "Seu e-mail...",
"label-password": "Senha",
"placeholder-password": "Sua senha...",
"button-login": "Entrar",
"message-empty-email": "E-mail não pode estar vazio.",
"message-invalid-email": "E-mail não é valido.",
"message-empty-password": "Senha não pode estar vazia.",
"message-login-failed": "Login falhou. Cheque se seu e-mail e senha estão corretos.",
"label-no-account": "Não tem uma conta? ",
"link-sign-up-now": "Crie uma conta agora",
"message-get-community-badges": "For community badges, please email support@obsidian.md if you haven't received them 24 hours after obtaining your license.",
"message-obtain-commercial-license": "Para obter liçensa comercial, visite {{pricingPageLink}}."
},
"third-party-plugin": {
"name": "Third-party plugin",
"option-safe-mode": "Safe mode",
"option-safe-mode-description-on": "Safe Mode is ON. All community plugins are disabled.",
"option-safe-mode-description-off": "Safe Mode is OFF. Community plugins can now be enabled.",
"option-browse-community-plugins": "Community plugins",
"option-browse-community-plugins-description": "Browse and install third-party plugins made by our amazing community.",
"button-browse": "Browse",
"label-third-party-plugin-warning": "Third-party plugins can access files on your computer, connect the internet, and even install additional programs.",
"label-disable-safe-mode-confirmation": "Would you like to disable Safe Mode to allow these plugins?",
"button-keep-safe-mode": "Keep Safe Mode on",
"button-disable-safe-mode": "Turn off Safe Mode",
"label-select-a-plugin": "Select a plugin to install or learn more about it.",
"placeholder-community-plugins": "Search community plugins...",
"msg-failed-load-plugins": "Failed to load community plugins.",
"label-installed": "Installed",
"tooltip-downloaded-times": "Downloaded {{count}} time",
"tooltip-downloaded-times_plural": "Downloaded {{count}} times",
"button-install": "Install",
"button-enable": "Enable",
"button-disable": "Disable",
"label-no-results-found": "No results found.",
"msg-failed-to-load-manifest": "Failed to load plugin manifest.",
"label-version": "Version: {{version}}",
"label-currently-installed-version": " (currently installed: {{version}})",
"label-by-author": "By ",
"label-repository": "Repository: ",
"label-unsupported": "This plugin does not support your device.",
"button-update": "Update",
"label-no-readme": "This plugin did not provide a README file.",
"msg-installing-plugin": "Installing plugin \"{{name}}\"...",
"msg-failed-to-install-plugin": "Failed to install plugin \"{{name}}\".",
"msg-successfully-installed-plugin": "Successfully installed plugin \"{{name}}\".",
"label-installed-plugins": "Installed plugins",
"button-reload-plugins": "Reload plugins",
"msg-reloaded-third-party-plugins": "Reloaded third-party plugins.",
"label-uninstall": "Uninstall",
"label-uninstall-plugin": "Uninstall plugin",
"label-uninstall-plugin-confirmation": "Are you sure you want to uninstall this plugin? This will delete the folder of the plugin.",
"button-open-plugins-folder": "Open plugins folder",
"button-check-for-updates": "Check for updates",
"button-update-all-plugins": "Update all",
"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-bold": "Toggle bold",
"option-italics": "Toggle italics",
"option-strikethrough": "Toggle strikethrough",
"option-highlight": "Toggle highlight",
"option-code": "Toggle code",
"option-blockquote": "Toggle blockquote",
"option-comment": "Toggle comment",
"option-markdown-link": "Add Markdown link",
"option-bullet-list": "Toggle bullet list",
"option-numbered-list": "Toggle numbered list",
"option-checklist": "Toggle checklist",
"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": "Próximo",
"label-all": "Tudo",
"label-exit-search": "Sair da pesquisa",
"label-replace": "Substituir",
"label-replace-all": "Substituir tudo",
"key-enter": "Enter",
"key-shift-f3": "Shift + F3",
"key-enter-or-f3": "Enter or F3"
},
"link-suggestion": {
"label-type-hash": "Digite #",
"label-link-heading": "para vincular o título",
"label-type-block": "Type ^",
"label-link-block": "to link blocks",
"label-type-pipe": "Digite |",
"label-change-display-text": "para alterar o texto de exibição",
"label-no-match-found": "No match found"
},
"spellcheck": {
"no-suggestion": "Sem sugestões...",
"add-to-dictionary": "Adicionar ao dicionário"
},
"print-modal": {
"title": "Export to PDF",
"caption": "Export \"{{filename}}\" to PDF with the setting below.",
"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": "Landscape",
"setting-margin": "Margin",
"setting-margin-default": "Default",
"setting-margin-minimal": "Minimal",
"setting-margin-none": "None",
"setting-downscale-percent": "Downscale percent",
"button-export-to-pdf": "Export to PDF"
}
},
"interface": {
"embed-open-in-default-app-tooltip": "Abrir no aplicativo padrão",
"empty-sidebar": "A barra lateral está vazia, tente arrastar um painel aqui.",
"sidebar-expand": "Expandir",
"sidebar-collapse": "Recolher",
"msg-fail-to-save-file": "Falha em salvar o arquivo \"{{filepath}}\". {{message}}.",
"no-file": "Nenhum arquivo",
"msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.",
"switch-vault": "Abra outro vault",
"help": "Ajuda",
"settings": "Configuração",
"drag-to-rearrange": "Arraste para reorganizar",
"msg-switched-to-preview": "Modo de visualização padrão mudado para visualização.",
"msg-switched-to-edit": "Modo de visualização padrão mudado para normal.",
"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": "Nenhum arquivo está aberto",
"create-new-file": "Criar novo arquivo",
"go-to-file": "Ir para o arquivo",
"see-recent-files": "Ver arquivos recentes",
"close": "Fechar"
},
"menu": {
"edit-view": "Editar (Ctrl/Cmd+Click para editar no novo painel)",
"preview-view": "Visualização (Ctrl/Cmd+Click para abrir em um novo painel)",
"find": "Encontrar...",
"replace": "Substituir...",
"edit": "Edição",
"preview": "Visualização",
"more-options": "Mais opções",
"close": "Close",
"pin": "Pin",
"unlink-pane": "Desvincular painel",
"link-pane": "Vincular painel...",
"delete-file": "Deletar arquivo",
"open-in-new-pane": "Open in new pane",
"copy-url": "Copy url",
"close-current-pane": "Close current pane"
},
"tooltip": {
"click-to-expand": "Clique para expandir",
"click-to-collapse": "Clique para recolher",
"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": "Salvar arquivo atual",
"follow-cursor-link": "Seguir o link",
"open-cursor-link-in-new-pane": "Abrir em uma nova página",
"navigate-pane-above": "Focar na página acima",
"navigate-pane-below": "Focar na página abaixo",
"navigate-pane-left": "Focar na página a esquerda",
"navigate-pane-right": "Focar na página a direita",
"toggle-pin": "Ativar o pino",
"split-vertically": "Dividir verticalmente",
"split-horizontally": "Dividir horizontalmente",
"navigate-back": "Voltar",
"navigate-forward": "Avançar",
"use-dark-mode": "Usar modo escuro",
"use-light-mode": "Usar modo claro",
"search-current-file": "Localizar no arquivo atual",
"search-replace-current-file": "Localizar e substituir no arquivo atual",
"open-settings": "Abrir configurações",
"open-help": "Abrir ajuda",
"toggle-preview": "Ativar modo de edição/visualização",
"delete-current-file": "Excluir arquivo atual",
"close-active-pane": "Fechar painel ativo",
"close-other-panes": "Fechar todos os outros painéis",
"toggle-left-sidebar": "Ativar barra esquerda",
"toggle-right-sidebar": "Ativar barra direita",
"toggle-default-new-pane-mode": "Toggle default new pane mode",
"toggle-fold": "Toggle fold on the current line",
"fold-all": "Fold all headings and lists",
"unfold-all": "Unfold all headings and lists",
"swap-line-up": "Mova a linha para cima",
"swap-line-down": "Mova a linha para baixo",
"toggle-bold": "Ativar o negrito para seleção",
"toggle-italics": "Ativar o itálico para seleção",
"toggle-highlight": "Grifar a seleção",
"toggle-comments": "Toggle comments for selection",
"insert-link": "Inserir link",
"toggle-spellcheck": "Toggle spellcheck",
"delete-paragraph": "Excluir parágrafo",
"toggle-checklist": "Toggle checklist status",
"edit-file-title": "Edit file title",
"copy-path": "Copy file path",
"copy-url": "Copy obsidian url",
"export-pdf": "Export to PDF",
"reload": "Reload app without saving"
},
"dialogue": {
"label-link-affected": "Ira afetar os links {{links}} nos {{files}}.",
"msg-updated-links": "{{links}} atualizados em {{files}}.",
"label-update-links": "Atualizar links",
"label-confirm-update-link-to-file": "Do you want to update internal links that link to this file?",
"button-always-update": "Sempre atualizar",
"button-just-once": "Apenas uma vez",
"button-do-not-update": "Não atualizar",
"label-confirm-deletion": "Você tem certeza de que quer excluir \"{{filename}}\"?",
"label-move-to-system-trash": "Será movido para a lixeira de seu sistema.",
"label-move-to-vault-trash": "Será movido para a lixeira do Obsidian, que está localizada na pasta escondida \".trash\" em seu vault.",
"label-permanent-delete": "O arquivo será permanentemente excluído.",
"label-non-empty-folder": "Esta pasta não está vazia.",
"label-delete-folder-warning": "Se continuar, todos os arquivos dentro desta pasta serão excluídos.",
"label-delete-folder": "Excluir pasta",
"button-delete": "Excluir",
"button-delete-do-not-ask-again": "Apague e não pergunte novamente",
"label-existing-backlink": "Há {{links}} direcionando a esta nota.",
"label-delete-file": "Excluir arquivo",
"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 arquivos",
"desc": "See all the files in your vault.",
"action-open": "Open file explorer",
"action-show": "Show file explorer",
"action-create-note": "Criar nova nota",
"action-create-note-in-new-pane": "Create note in new pane",
"action-new-note": "Nova nota",
"action-new-folder": "Nova pasta",
"action-change-sort": "Mudar ordenamento",
"action-reveal-file": "Reveal file in file explorer",
"action-reveal-active-file": "Reveal active file in file explorer",
"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 nome (A-Z)",
"label-sort-z-to-a": "Ordenar por nome (Z-A)",
"label-sort-new-to-old": "Ordenar por última edição (recentes-antigas)",
"label-sort-old-to-new": "Ordenar por última edição (antigas-recentes)",
"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": "Nova nota",
"menu-opt-new-folder": "Nova pasta",
"menu-opt-set-attachment-folder": "Definir como pasta de anexos",
"menu-opt-rename": "Renomear",
"menu-opt-delete": "Excluir",
"menu-opt-make-copy": "Fazer uma cópia",
"msg-invalid-characters": "O nome do arquivo não pode ter nenhum destes caracteres: ",
"msg-unsafe-characters": "Links will not work with file names containing any of these characters: ",
"msg-file-already-exists": "Já existe um arquivo com esse nome",
"msg-empty-file-name": "O nome do arquivo não pode ficar vazio.",
"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": "Procurar",
"desc": "Procurar por palavra-chave em todas as notas.",
"action-open-search": "Pesquisar em todos os arquivos",
"label-collapse-results": "Recolher resultados",
"label-match-case": "Match case",
"label-explain-search-term": "Explain search term",
"label-more-context": "Mostrar o contexto",
"prompt-start-search": "Digite para pesquisar...",
"label-match-text": "Resultados encontrados: ",
"label-match-regex": "Regex encontrado: ",
"label-match-exact-text": "Contem texto exado: ",
"label-match-all": "Todos os resultados de: ",
"label-match-any": "Qualquer resultado de: ",
"label-excluding": "Excluindo: ",
"label-case-sensitive": "Case sensitive",
"label-case-insensitive": "Case insensitive",
"label-match-file-path": "Caminho do arquivo correspondente: ",
"label-match-file-name": "Nome do arquivo correspondente: ",
"label-match-content": "Pesquisar pelo conteudo do arquivo: ",
"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": "Match tag: ",
"label-no-matches": "Nenhuma correspondência encontrada.",
"matches-with-count": "... e mais {{count}} correspondência.",
"matches-with-count_plural": "... e mais {{count}} correspondências.",
"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": "troca rápida",
"desc": "Vá para qualquer arquivo sem sair do teclado. Ctrl/Cmd+O para ativar.",
"short-name": "Switcher",
"action-open": "Abrir troca rápida",
"instruction-navigate": "para navegar",
"instruction-open": "para abrir",
"instruction-open-in-new-pane": "para abrir em um novo painel",
"instruction-create": "para criar",
"instruction-dismiss": "para dispensar",
"label-no-note-create-new": "Nenhuma nota encontrada. Entre para criar uma nova.",
"prompt-type-file-name": "Digite nome de um arquivo para alternar ou criar...",
"label-enter-to-create": "Enter para criar"
},
"graph-view": {
"name": "Visualização de grafo",
"desc": "Veja um gráfico da visão global dos vínculos entre as notas.",
"action-open": "Abrir visualização de grafo",
"action-open-local": "Abrir grafo local",
"action-copy-screenshot": "Copiar captura de tela",
"tab-title": "Grafo 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": "Show links between neighbors.",
"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": "Mostra o número de backlinks na barra de status.",
"action-open": "Abrir os backlinks que direcionam para o arquivo atual",
"action-show": "Show backlinks pane",
"action-open-for-current": "Abrir backlinks",
"action-toggle-backlinks-in-document": "Toggle backlinks in document",
"label-linked-mentions": "Menções vinculadas",
"label-no-backlinks": "Nenhum backlink encontrado.",
"label-unlinked-mentions": "Menções não-vinculadas",
"label-show-search": "Show search filter",
"label-link-button-text": "Link",
"tab-title": "Backlinks para {{displayText}}",
"label-no-unlinked-mentions": "Nenhuma menção não-vinculada encontrada.",
"ellipsis": "..."
},
"tag-pane": {
"name": "Painel de tags",
"desc": "Mostra todas suas tags junto com seu número de ocorrências.",
"action-show": "Show tag pane",
"label-no-tags": "Nenhuma tag encontrada.",
"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": "Pré-visualização de página",
"desc": "Pré-visualize uma nota quando passar com o cursor sobre um link interno. Ctrl/Cmd + passar com o curso no modo de editor.",
"label-empty-note": "\"{{linktext}}\" ainda não foi criado. Clique para criar.",
"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": "Favoritos",
"desc": "Favoritos arquivos e pesquisa frequentemente utilizados.",
"action-show": "Show starred pane",
"action-toggle": "Adicionar ou remover dos favoritos",
"action-toggle-search": "Adicionar ou remover dos favoritos a pesquisa atual",
"action-star": "Favoritar",
"action-unstar": "Desfavoritar",
"menu-opt-remove": "Remover",
"msg-successfully-starred": "Adicionado aos favoritos {{type}} \"{{title}}\".",
"msg-removed-starred": "Você removeu dos favoritos {{type}} \"{{title}}\".",
"msg-cannot-find-path": "Não foi possível encontrar o arquivo em \"{{path}}\"."
},
"custom-css": {
"name": "CSS customizado",
"desc": "Lê \"obsidian.css\" no cofre e o aplica.",
"setting-community-themes": "Temas da comunidade",
"msg-fetching-themes": "Buscando informações dos temas da comunidade",
"prompt-filter": "Filtrar...",
"label-dark-theme-only": "Dark themes only",
"label-light-theme-only": "Light themes only",
"label-preview": "Pré-visualizar",
"label-stop-preview": "Parar pré-visualização",
"label-use": "Usar",
"label-override": "Override",
"label-visit-on-github": "Visitar no GitHub",
"msg-fetching-css": "Buscando CSS...",
"theme-title": "\"{{name}}\" por {{author}}",
"msg-override-theme": "Sobrescrever CSS atual",
"msg-existing-theme": "Você já tem o \"obsidian.css\" arquivo CSS customizado.",
"msg-confirm-override": "Tem certeza que quer sobrescrever o arquivo? Você vai perder o seu arquivo CSS original. Por favor, faça um back up se necessário.",
"msg-load-error": "Não foi possível abrir os temas da comunidade, verifique a sua conexão por favor.",
"msg-now-using-theme": "You're now using {{title}} as your CSS theme."
},
"command-palette": {
"name": "Paleta de comando",
"desc": "Digite um comando para executá-lo. Não precisa usar a interface de usuário ou lembrar o atalho.",
"action-open": "Abrir paleta de comando",
"instruction-navigate": "navegar",
"instruction-use": "usar",
"instruction-dismiss": "ignorar",
"label-no-commands": "Nenhum comando encontrado.",
"prompt-type-command": "Digite um 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": "Converter Markdown de outros aplicativos para o formato do Obsidian.",
"action-open": "Importador de Open Markdown",
"option-roam-tag-fixer": "Conversor de tags do Roam Research",
"option-roam-tag-fixer-description": "Converte \"#tag\" e \"#[[tag]]\" para \"[[tag]]\".",
"option-roam-highlight-fixer": "Conversor de destaques do Roam Research",
"option-roam-highlight-fixer-description": "Converte \"^^highlight^^\" para \"==highlight==\".",
"option-roam-todo-converter": "Conversor de TODO do Roam Research",
"option-roam-todo-converter-description": "Converte \"{{[[TODO]]}}\" em \"[ ]\".",
"option-bear-highlight-fixer": "Bear highlight fixer",
"option-bear-highlight-fixer-description": "Converts \"::highlight::\" to \"==highlight==\".",
"zettelkasten-link-fixer": "Consertador de links de Zettelkasten",
"zettelkasten-link-fixer-description": "Conserta links \"[[UID]]\" para completo \"[[UID File Name]]\".",
"zettelkasten-link-beautifier": "Embelezador de link de Zettelkasten",
"zettelkasten-link-beautifier-description": "Conserta links \"[[UID]]\" e também os embeleza \"[[UID File Name|File Name]]\".",
"msg-all-files-warning": "Avisto: o importador converterá todos os arquivos do seu cofre, não apenas o arquivo atual.",
"msg-override-files-warning": "Seus arquivos serão sobrescritos. Faça back up de todos os seus arquivos antes de tentar a conversão.",
"label-start-conversion": "Começar a conversão",
"label-stop": "Parar",
"label-go-back": "Voltar",
"label-done": "Feito",
"label-processing": "Processando...",
"label-cancelling": "Cancelando...",
"label-finished": "Terminado!",
"label-processed-files": "Arquivos processados",
"label-modified-files": "Arquivos modificados",
"label-total-replacements": "Substituição total"
},
"daily-notes": {
"name": "Notas diárias",
"desc": "Abrir a nota diária de hoje, ou criar uma se não houver.",
"short-name": "Today",
"action-open": "Abrir nota de hoje",
"action-open-previous": "Abrir a nota diária anterior",
"action-open-next": "Abrir a próxima nota diária",
"msg-fail-format": "Falha ao criar a nota diária. \"{{format}}\" não é um formato válido.",
"msg-fail-folder": "Falha ao criar nota diária. Pasta \"{{folderOption}}\" não encontrada.",
"msg-fail-template-file": "Falha ao criar nota diária. Arquivo modelo \"{{template}}\" não encontrado.",
"msg-no-previous": "Não há nota diária anterior a esta.",
"msg-no-next": "Nao há nota diária posterior a esta.",
"option-date-format": "Formato de data",
"label-refer-to-syntax": "Para maix sintaxe, confira: ",
"label-syntax-link": "formato de referência",
"label-syntax-live-preview": "Aqui está como vai aparecer: ",
"option-new-file-location": "Nova localização de arquivo",
"option-new-file-location-description": "O caminho da pasta para criar a nova nota diária.",
"option-template": "Localização do arquivo modelo",
"option-template-description": "O caminho do arquivo utilizado como modelo.",
"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": "prefixador de Zettelkasten",
"desc": "Criar uma nova nota com o formato Zettelkasten de identificação de 12 dígitos - AAAAMMDDHHII (Exemplos 202001010000).",
"short-name": "ZK note",
"action-create-note": "Criar nova nota de Zettelkasten",
"option-new-file-location": "Nova localização de arquivo",
"option-new-file-location-description": "O caminho da pasta para criar a nova nota de Zettelkasten.",
"msg-folder-not-found": "Falha ao criar a nota de Zettelkasten. Pasta \"{{folderOption}}\" não encontrada.",
"option-template-file": "Localização de arquivo modelo",
"option-template-file-description": "O caminho do arquivo usado como modelo.",
"option-template-file-placeholder": "Exemplos: pasta1/nota",
"option-id-format": "Zettel ID format",
"msg-template-file-not-found": "Falha na criação de nota de Zettelkasten. Arquivo modelo \"{{template}}\" não encontrado."
},
"random-note": {
"name": "Nota aleatória",
"desc": "Abre uma nota aleatória. Útil para revisar e descobrir.",
"short-name": "Random",
"action-open": "Abrir nota aleatória"
},
"outline": {
"name": "Sumário",
"desc": "Mostra o sumário do arquivo atual ou do painel vinculado.",
"action-open": "Abrir sumário",
"action-show": "Show outline pane",
"action-open-for-current": "Open outline of the current file",
"tab-title": "Sumário de {{displayText}}",
"label-no-headings": "Título não encontrado."
},
"word-count": {
"name": "Contador de palavras",
"desc": "Mostra a quantidade de palavras na barra de status."
},
"slides": {
"name": "Slides",
"desc": "Apresente a partir de Markdown. Use \"---\" para separar seus slides.",
"action-start": "Começar apresentação"
},
"audio-recorder": {
"name": "Gravador de áudio",
"desc": "Grava áudio e salva como anexo.",
"action-start": "Começar a gravar áudio",
"action-stop": "Parar de gravar áudio",
"action-toggle": "Começar/parar gravação",
"msg-access-denied": "Acesso ao microfone foi negado. Habilite-o no painel de preferências.",
"msg-pending-grant": "Porfavor forneça permissão ao microfone.",
"msg-no-microphone": "Nenhum microfone está conectado."
},
"open-with-default-app": {
"name": "Abrir com aplicativo padrão",
"desc": "Adiciona um botão para abrir o arquivo atual com o aplicativo padrão.",
"action-open-file": "Abrir com aplicativo padrão",
"action-show-in-folder": "Mostrar na pasta"
},
"templates": {
"name": "Templates",
"desc": "Insert template content from a folder of template files.",
"action-insert": "Inserir templates",
"option-template-folder-location": "Localização da pasta de templates",
"option-template-folder-location-description": "Arquivos nesta pasta serão templates.",
"option-template-date-format": "Formato da data",
"option-template-date-format-description": "{{date}} no arquivo de template sera substituido por esse valor.",
"option-template-date-format-description2": "Você também pode usar {{date:YYYY-MM-DD}} para sobrescrever o formato.",
"option-template-time-format": "Formato do horário",
"option-template-time-format-description": "{{time}} no template será substituido por esse valor.",
"option-template-time-format-description2": "Você também pode usar {{time:HH:mm}} para sobrescrever o formato.",
"instruction-navigate": "para navegar",
"instruction-insert": "para inserir um template",
"instruction-dismiss": "dispensar",
"msg-no-templates-found": "Nenhum template encontrado",
"msg-fail-invalid-folder": "Erro ao listar os templates. Sua pasta está inválida.",
"msg-fail-folder-not-found": "Erro ao listar os templates. A pasta \"{{folderOption}}\" não foi encontrada.",
"prompt-type-template": "Digite o nome do template..."
},
"translucency": {
"name": "Translucent window",
"desc": "Turn on translucency effect to enhance a sense of depth. Best used with dark mode. Not supported on 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",
"label-status-uploading": "Uploading",
"label-status-to-publish": "To publish",
"label-status-to-delete": "To delete",
"label-status-published": "Published",
"label-status-deleted": "Deleted",
"label-status-failed": "Failed",
"label-status-cancelled": "Cancelled",
"button-change": "Change",
"label-clear-cache": "It takes up to a few minutes for the changes to show up on your site. If you do not see your latest changes, try clearing the cache in your browser.",
"label-visit-site": "You can visit your site here: ",
"msg-something-went-wrong": "Something went wrong. Please check the developer console for details.",