forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pt.json
506 lines (506 loc) · 24.1 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
{
"setting": {
"core": "Core",
"plugin": "Plugin",
"folder-path-example-placeholder": "Exemplos: folder 1/folder 2",
"file-path-example-placeholder": "Exemplos: folder/note",
"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": "Readable line length",
"option-readable-line-description": "Limita o tamanho máximo da linha. Cabe menos conteudo na tela, mas faz os paragrafos mais facil 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-auto-pair-brackets": "Fecha parênteses automaticamente",
"option-auto-pair-brackets-description": "Fecha parênteses e aspas automaticamente.",
"option-auto-pair-markdown": "Auto pair Markdown syntax",
"option-auto-pair-markdown-description": "Pair symbols automatically for bold and italics.",
"option-smart-indent-lists": "Listas com identação inteligente",
"option-smart-indent-lists-description": "Take care of indentation and list marker for you.",
"option-fold-heading": "Fold heading",
"option-fold-heading-description": "Let you fold everything under a heading.",
"option-fold-indent": "Fold indent",
"option-fold-indent-description": "Let you fold a portion of the same indentation, such as lists.",
"option-show-line-number": "Show line number",
"option-show-line-number-description": "Show line number in the gutter.",
"option-use-tabs": "Use tabs",
"option-use-tabs-description": "Use tabs to indent when pressing the \"Tab\" key. Set this to off to use spaces.",
"option-vim-key-bindings": "Atalhos do Vim",
"option-vim-key-bindings-description": "Utilize atalhos do Vim no editor de códigos."
},
"file": {
"name": "Arquivos",
"option-confirm-file-deletion": "Confirme a exclusão do arquivo",
"option-confirm-file-deletion-description": "Whether you want to get prompted to confirm file deletion.",
"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": "Always update links when",
"option-always-update-links-description": "Whether to automatically update links after renaming a file or prompt.",
"option-new-note-location": "New note default location",
"option-new-note-location-description": "Where to put newly created notes. Plugin settings will override this.",
"option-choice-vault-root": "Vault root",
"option-choice-current-folder": "Same folder as the file is in",
"option-choice-specified-folder": "In the folder specified below",
"option-new-file-folder-path": "Folder to create new notes in",
"option-new-file-folder-path-description": "Newly created notes will appear under this folder. Plugin settings will override this.",
"option-link-autocompleted-format": "New link format",
"option-link-autocompleted-format-description": "What links to insert when auto generating internal links.",
"option-choice-shortest-linktext": "Shortest path when possible",
"option-choice-relative-path": "Relative path to file",
"option-choice-absolute-path": "Absolute path in vault",
"option-attachment-folder-path": "Attachment folder path",
"option-attachment-folder-path-description": "Newly created attachment files will appear here. That includes images created via drag and drop or pasting, and audio recordings."
},
"appearance": {
"name": "Aparência",
"option-base-mode": "Modo padrão",
"option-base-mode-description": "Utiliza o esquema de cores padrão do Obsidian.",
"dark-mode": "Modo escuro",
"light-mode": "Modo claro",
"option-community-themes": "Abra os temas da comunidade",
"option-community-themes-description": "Preview and use amazing themes created by the community.",
"see-community-themes": "Veja os temas da comunidade"
},
"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"
},
"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": "Activate",
"label-unknown-version": "Unknown",
"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": "Read the changelog.",
"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": "Turn this off to prevent the app from checking for updates.",
"option-open-help": "Obsidian help",
"option-open-help-description": "Open the help documentation.",
"button-open": "Abrir",
"option-language": "Idioma",
"option-language-description": "Change the display language.",
"option-insider-build": "Receive insider builds",
"option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.",
"label-license": "License",
"label-your-commercial-license": "Your commercial license key is ",
"label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.",
"label-validating-commercial-license": "Validating...",
"label-invalid-commercial-license": "License invalid: ",
"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": "You may want to...",
"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": "Check for Obsidian Catalyst",
"button-upgrade-catalyst-license": "Upgrade to a higher tier",
"button-log-out": "Log out",
"label-log-in": "Log in",
"label-email": "E-mail",
"placeholder-email": "Seu e-mail...",
"label-password": "Senha",
"placeholder-password": "Sua senha...",
"button-login": "Login",
"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"
}
},
"editor": {
"search": {
"label-previous": "Prev",
"label-next": "Next",
"label-all": "All",
"label-exit-search": "Exit search",
"label-replace": "Replace",
"label-replace-all": "Replace all"
},
"link-suggestion": {
"label-type-hash": "Digite #",
"label-link-heading": "to link heading",
"label-type-pipe": "Digite |",
"label-change-display-text": "to change display text"
},
"spellcheck": {
"no-suggestion": "Sem sugestões...",
"add-to-dictionary": "Adicionar ao dicionário"
}
},
"interface": {
"embed-open-in-default-app-tooltip": "Abrir no aplicativo padrão",
"empty-sidebar": "The sidebar is empty, try dragging a pane here.",
"sidebar-expand": "Expand",
"sidebar-collapse": "Collapse",
"msg-fail-to-save-file": "Falha em salvar o arquivo \"{{filepath}}\". {{message}}.",
"no-file": "No file",
"switch-vault": "Open another vault",
"help": "Help",
"settings": "Configuração",
"drag-to-rearrange": "Arraste para reorganizar",
"msg-switched-to-preview": "Switched default view mode to preview.",
"msg-switched-to-edit": "Switched default view mode to editor.",
"empty-state": {
"no-file-open": "No file is open",
"create-new-file": "Create new file",
"go-to-file": "Go to file",
"see-recent-files": "See recent files",
"close": "Fechar"
},
"menu": {
"edit-view": "Edit (Ctrl/Cmd+Click to edit in new pane)",
"preview-view": "Preview (Ctrl/Cmd+Click to open in new pane)",
"find": "Find...",
"replace": "Replace...",
"edit": "Edit",
"preview": "Preview",
"more-options": "More options",
"close": "Close",
"pin": "Pin",
"unlink-pane": "Unlink pane",
"link-pane": "Link with pane...",
"delete-file": "Deletar arquivo"
},
"tooltip": {
"click-to-expand": "Click to expand",
"click-to-collapse": "Click to collapse"
}
},
"commands": {
"save-file": "Salvar arquivo atual",
"follow-cursor-link": "Follow link under cursor",
"open-cursor-link-in-new-pane": "Open link under cursor in new pane",
"navigate-pane-above": "Focus on pane above",
"navigate-pane-below": "Focus on pane below",
"navigate-pane-left": "Focus on pane to the left",
"navigate-pane-right": "Focus on pane to the right",
"toggle-pin": "Toggle pin",
"split-vertically": "Dividir verticalmente",
"split-horizontally": "Dividir horizontalmente",
"navigate-back": "Navigate back",
"navigate-forward": "Navigate forward",
"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": "Toggle left sidebar",
"toggle-right-sidebar": "Toggle right sidebar",
"toggle-default-view-mode": "Toggle default view 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": "Swap line up",
"swap-line-down": "Swap line down",
"toggle-bold": "Toggle bold for selection",
"toggle-italics": "Toggle italics for selection",
"toggle-highlight": "Toggle highlight for selection",
"insert-link": "Inserir link",
"delete-paragraph": "Excluir parágrafo"
},
"dialogue": {
"label-link-affected": "This will affect {{links}} in {{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": "Just once",
"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": "Delete and don't ask again",
"label-existing-backlink": "Há {{links}} direcionando a esta nota.",
"label-delete-file": "Excluir arquivo"
},
"plugins": {
"name": "Plugins",
"file-explorer": {
"name": "Explorador de arquivos",
"desc": "See all the files in your vault.",
"action-create-note": "Criar nova nota",
"action-new-note": "Nova nota",
"action-new-folder": "Nova pasta",
"action-change-sort": "Mudar ordenamento",
"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)",
"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-file-already-exists": "Já existe um arquivo com esse nome",
"msg-empty-file-name": "O nome do arquivo não pode ficar vazio."
},
"search": {
"name": "Search",
"desc": "Search for keyword in all the notes.",
"action-open-search": "Search in all files",
"label-collapse-results": "Collapse results",
"label-match-case": "Match case",
"label-explain-search-term": "Explain search term",
"label-more-context": "Show more context",
"prompt-start-search": "Type to start search...",
"label-match-text": "Matches text: ",
"label-match-regex": "Matches regex: ",
"label-match-exact-text": "Contains exact text: ",
"label-match-all": "Match all of: ",
"label-match-any": "Match any of: ",
"label-excluding": "Excluding: ",
"label-case-sensitive": "Case sensitive",
"label-case-insensitive": "Case insensitive",
"label-match-file-path": "Match file path: ",
"label-match-file-name": "Match file name: ",
"label-no-matches": "No matches found.",
"matches-with-count": "... and {{count}} more match.",
"matches-with-count_plural": "... and {{count}} more matches."
},
"quick-switcher": {
"name": "Quick switcher",
"desc": "Jump to any files without leaving your keyboard. Ctrl/Cmd+O to activate.",
"action-open": "Open quick switcher",
"instruction-navigate": "to navigate",
"instruction-open": "to open",
"instruction-open-in-new-pane": "to open in new pane",
"instruction-create": "to create",
"instruction-dismiss": "to dismiss",
"label-no-note-create-new": "No notes found. Enter to create a new one.",
"prompt-type-file-name": "Type file to switch to or create...",
"label-enter-to-create": "Enter to create"
},
"graph-view": {
"name": "Graph view",
"desc": "See a graph overview of which notes link to which.",
"action-open": "Open graph view",
"action-open-local": "Open local graph",
"action-copy-screenshot": "Copy screenshot",
"tab-title": "Graph of {{displayText}}"
},
"backlinks": {
"name": "Backlinks",
"desc": "Mostra o número de backlinks na barra de status.",
"action-open": "Open backlinks for the current file",
"action-open-for-current": "Open backlinks",
"label-linked-mentions": "Linked mentions",
"label-no-backlinks": "No backlinks found.",
"label-unlinked-mentions": "Unlinked mentions",
"label-link-button-text": "Link",
"tab-title": "Backlinks for {{displayText}}",
"label-no-unlinked-mentions": "No unlinked mentions found.",
"ellipsis": "..."
},
"tag-pane": {
"name": "Painel de tags",
"desc": "Mostra todas suas tags junto com seu número de ocorrências.",
"label-no-tags": "Nenhuma tag encontrada."
},
"page-preview": {
"name": "Page preview",
"desc": "Preview a note when hovering an internal link. Ctrl/Cmd + hover in editor mode.",
"label-empty-note": "\"{{linktext}}\" is not created yet. Click to create."
},
"starred": {
"name": "Starred",
"desc": "Star frequently used files and searches.",
"action-toggle": "Star/unstar current file",
"action-toggle-search": "Star/unstar current search",
"action-star": "Star",
"action-unstar": "Unstar",
"menu-opt-remove": "Remove",
"msg-successfully-starred": "Successfully starred {{type}} \"{{title}}\".",
"msg-removed-starred": "Removed starred {{type}} \"{{title}}\".",
"msg-cannot-find-path": "Cannot find file at \"{{path}}\"."
},
"custom-css": {
"name": "CSS customizado",
"desc": "Reads \"obsidian.css\" in the vault and applies it.",
"setting-community-themes": "Temas da comunidade",
"msg-fetching-themes": "Fetching community theme data...",
"prompt-filter": "Filtrar...",
"label-dark-mode-only": "Apenas modo escuro",
"label-light-mode-only": "Apenas modo claro",
"label-preview": "Pré-visualizar",
"label-stop-preview": "Parar pré-visualização",
"label-use": "Usar",
"label-visit-on-github": "Visitar no GitHub",
"msg-fetching-css": "Fetching CSS...",
"theme-title": "\"{{name}}\" por {{author}}",
"msg-override-theme": "Override current CSS",
"msg-existing-theme": "You already have the \"obsidian.css\" custom CSS file.",
"msg-confirm-override": "Are you sure you want to override it? You will lose your original CSS file. Please make a back up if necessary.",
"msg-load-error": "Could not load community themes, please check your network.",
"msg-successfully-used": "You're now using \"{{name}}\" by {{author}} as your custom CSS."
},
"command-palette": {
"name": "Command palette",
"desc": "Type a command to invoke it. No need to use the UI or remember the shortcut.",
"action-open": "Open command palette",
"instruction-navigate": "to navigate",
"instruction-use": "to use",
"instruction-dismiss": "to dismiss",
"label-no-commands": "No commands found.",
"prompt-type-command": "Type a command..."
},
"markdown-format-importer": {
"name": "Markdown format importer",
"desc": "Convert Markdown from other apps to Obsidian format.",
"action-open": "Open Markdown importer",
"option-roam-tag-fixer": "Roam Research tag fixer",
"option-roam-tag-fixer-description": "Converts \"#tag\" and \"#[[tag]]\" to \"[[tag]]\".",
"option-roam-highlight-fixer": "Roam Research highlight fixer",
"option-roam-highlight-fixer-description": "Converts \"^^highlight^^\" to \"==highlight==\".",
"option-roam-todo-converter": "Roam Research TODO converter",
"option-roam-todo-converter-description": "Converts \"{{[[TODO]]}}\" to \"[ ]\".",
"zettelkasten-link-fixer": "Zettelkasten link fixer",
"zettelkasten-link-fixer-description": "Fixes \"[[UID]]\" links to full \"[[UID File Name]]\".",
"zettelkasten-link-beautifier": "Zettelkasten link beautifier",
"zettelkasten-link-beautifier-description": "Fixes \"[[UID]]\" links and also beautify them \"[[UID File Name|File Name]]\".",
"msg-all-files-warning": "Warning: the importer will convert all the files in your vault, not just the current file.",
"msg-override-files-warning": "Your files will be overwritten. Back up all your files before attempting conversion.",
"label-start-conversion": "Start Conversion",
"label-stop": "Stop",
"label-go-back": "Go back",
"label-done": "Done",
"label-processing": "Processando...",
"label-cancelling": "Cancelando...",
"label-finished": "Finished!",
"label-processed-files": "Processed files",
"label-modified-files": "Modified files",
"label-total-replacements": "Total replacements"
},
"daily-notes": {
"name": "Notas diárias",
"desc": "Open today's daily note, or create one if not present.",
"action-open": "Open nota de hoje",
"action-open-previous": "Abrir nota diária anterior",
"action-open-next": "Abrir próxima nota diária",
"msg-fail-format": "Failed to create daily note. \"{{format}}\" is not a valid format.",
"msg-fail-folder": "Failed to create daily note. Folder \"{{folderOption}}\" not found.",
"msg-fail-template-file": "Failed to create daily note. Template file \"{{template}}\" not found.",
"msg-no-previous": "There's no daily note before this one.",
"msg-no-next": "There's no daily note after this one.",
"option-date-format": "Formato de data",
"label-iso-format": "ISO (padrão): ",
"label-us-format": "US: MMMM Do, YYYY",
"label-refer-to-syntax": "For more syntax, refer to: ",
"label-syntax-link": "format reference",
"label-syntax-live-preview": "Here is what it will look like: ",
"option-new-file-location": "New file location",
"option-new-file-location-description": "The folder path to create the new daily note.",
"option-template": "Template file location",
"option-template-description": "The file path to use as template."
},
"zettelkasten-prefixer": {
"name": "Zettelkasten prefixer",
"desc": "Create a new note with the 12-digit Zettelkasten ID format YYYYMMDDHHII (Exemplos 202001010000).",
"action-create-note": "Create new Zettelkasten note",
"option-new-file-location": "New file location",
"option-new-file-location-description": "The folder path to create the new Zettelkasten note.",
"msg-folder-not-found": "Failed to create Zettelkasten note. Folder \"{{folderOption}}\" not found.",
"option-template-file": "Template file location",
"option-template-file-description": "The file path to use as template.",
"option-template-file-placeholder": "Exemplos: folder1/note",
"msg-template-file-not-found": "Failed to create Zettelkasten note. Template file \"{{template}}\" not found."
},
"random-note": {
"name": "Random note",
"desc": "Opens a random note. Useful for reviewing and discovering.",
"action-open": "Open random note"
},
"outline": {
"name": "Outline",
"desc": "Displays the outline of the current file or linked pane.",
"action-open": "Open outline",
"action-open-pane": "Open the outline of the current file",
"tab-title": "Outline of {{displayText}}",
"label-no-headings": "No headings found."
},
"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": "Please grant microphone permission to start recording.",
"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"
}
},
"nouns": {
"word-with-count": "{{count}} palavra",
"word-with-count_plural": "{{count}} palavras",
"character-with-count": "{{count}} caracter",
"character-with-count_plural": "{{count}} caracteres",
"link-with-count": "{{count}} link",
"link-with-count_plural": "{{count}} links",
"file-with-count": "{{count}} arquivo",
"file-with-count_plural": "{{count}} arquivos",
"backlink-with-count": "{{count}} backlink",
"backlink-with-count_plural": "{{count}} backlinks"
}
}