mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 00:25:08 +01:00
i18n(webui): translated using Weblate (Portuguese (Brazil))
Currently translated at 79.5% (668 of 840 strings) i18n(webui): translated using Weblate (Portuguese (Brazil)) Currently translated at 79.5% (668 of 840 strings) i18n(webui): translated using Weblate (Portuguese (Brazil)) Currently translated at 79.5% (668 of 840 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Luiz Henrique Moreira de Souza <cloud.5623tumacacori@gmail.com> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Translate-URL: https://hosted.weblate.org/projects/komga/webui/pt_BR/ Translation: komga/webui
This commit is contained in:
parent
a03f1bdf7b
commit
475f026749
1 changed files with 36 additions and 2 deletions
|
|
@ -319,7 +319,12 @@
|
|||
},
|
||||
"dialog": {
|
||||
"add_api_key": {
|
||||
"button_confirm": "Gerar"
|
||||
"button_confirm": "Gerar",
|
||||
"context": "Chaves API podem ser usadas para autenticar no protocolo Kobo Sync.",
|
||||
"dialog_title": "Gerar chave de API",
|
||||
"field_comment": "Comentar",
|
||||
"field_comment_hint": "Como a chave API será usada?",
|
||||
"info_copy": "Tenha a certeza de que a chave API foi salva. Você não poderá vê-la novamente!"
|
||||
},
|
||||
"add_to_collection": {
|
||||
"button_create": "Criar",
|
||||
|
|
@ -354,6 +359,12 @@
|
|||
"filter": "Filtrar por número, título ou data de lançamento",
|
||||
"title": "Selecionar livro"
|
||||
},
|
||||
"delete_apikey": {
|
||||
"button_confirm": "Excluir",
|
||||
"confirm_delete": "Eu entendo, exclua a chave API \"{name}\"",
|
||||
"dialog_title": "Deletar chave API",
|
||||
"warning_html": "Quaisquer aplicativos ou scripts que utilizem esta chave API não poderão mais acessar a API Komga. Você não poderá desfazer esta ação."
|
||||
},
|
||||
"delete_book": {
|
||||
"button_confirm": "Excluir",
|
||||
"confirm_delete": "Sim, exclua o livro \"{name}\" e seus arquivos",
|
||||
|
|
@ -503,6 +514,9 @@
|
|||
"tab_general": "Geral",
|
||||
"tab_poster": "Pôster"
|
||||
},
|
||||
"edit_recommended": {
|
||||
"button_confirm": "Salvar mudanças"
|
||||
},
|
||||
"edit_series": {
|
||||
"button_cancel": "Cancelar",
|
||||
"button_confirm": "Salvar mudanças",
|
||||
|
|
@ -571,6 +585,9 @@
|
|||
},
|
||||
"title": "Nome do Arquivo de Destino"
|
||||
},
|
||||
"force_kobo_sync": {
|
||||
"dialog_title": "Forçar sincronização com Kobo"
|
||||
},
|
||||
"password_change": {
|
||||
"button_cancel": "Cancelar",
|
||||
"button_confirm": "Mudar senha",
|
||||
|
|
@ -638,6 +655,9 @@
|
|||
"HARDLINK": "Hardlink/Copiar arquivos",
|
||||
"MOVE": "Mover Arquivos"
|
||||
},
|
||||
"media_profile": {
|
||||
"PDF": "PDF"
|
||||
},
|
||||
"media_status": {
|
||||
"ERROR": "Erro",
|
||||
"OUTDATED": "Desatualizado",
|
||||
|
|
@ -664,6 +684,14 @@
|
|||
"ONGOING": "Em andamento"
|
||||
}
|
||||
},
|
||||
"epubreader": {
|
||||
"settings": {
|
||||
"page_margins": "Margem de Páginas"
|
||||
},
|
||||
"shortcuts": {
|
||||
"settings": "Configurações"
|
||||
}
|
||||
},
|
||||
"error_codes": {
|
||||
"ERR_1000": "O arquivo não pôde ser acessado durante a análise",
|
||||
"ERR_1001": "O tipo de mídia não é compatível",
|
||||
|
|
@ -695,6 +723,7 @@
|
|||
"in_progress": "Em progresso",
|
||||
"language": "idioma",
|
||||
"library": "biblioteca",
|
||||
"oneshot": "One-shot",
|
||||
"publisher": "editora",
|
||||
"read": "Lidos",
|
||||
"release_date": "data de lançamento",
|
||||
|
|
@ -708,7 +737,8 @@
|
|||
},
|
||||
"history": {
|
||||
"header": {
|
||||
"book": "Livro"
|
||||
"book": "Livro",
|
||||
"details": "Detalhes"
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
|
|
@ -830,6 +860,9 @@
|
|||
"tooltip_too_big": "Arquivo muito grande!",
|
||||
"tooltip_user_uploaded": "Enviado pelo usuário"
|
||||
},
|
||||
"ui_settings": {
|
||||
"general": "Geral"
|
||||
},
|
||||
"user_roles": {
|
||||
"ADMIN": "Administrador",
|
||||
"FILE_DOWNLOAD": "Baixar arquivos",
|
||||
|
|
@ -837,6 +870,7 @@
|
|||
"USER": "Usuário"
|
||||
},
|
||||
"users": {
|
||||
"api_keys": "Chaves API",
|
||||
"authentication_activity": "Atividade de Autenticação",
|
||||
"users": "Usuários"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue