mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-08 06:55:24 +02:00
New Crowdin updates (#3286)
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* New translations en-us.json (Spanish) * New translations en-us.json (Swedish) * New translations en-us.json (English, United Kingdom) * New translations en-us.json (Polish) * New translations en-us.json (Romanian) * New translations en-us.json (French) * New translations en-us.json (Afrikaans) * New translations en-us.json (Arabic) * New translations en-us.json (Bulgarian) * New translations en-us.json (Catalan) * New translations en-us.json (Czech) * New translations en-us.json (Danish) * New translations en-us.json (German) * New translations en-us.json (Greek) * New translations en-us.json (Finnish) * New translations en-us.json (Hebrew) * New translations en-us.json (Hungarian) * New translations en-us.json (Italian) * New translations en-us.json (Japanese) * New translations en-us.json (Korean) * New translations en-us.json (Lithuanian) * New translations en-us.json (Dutch) * New translations en-us.json (Norwegian) * New translations en-us.json (Portuguese) * New translations en-us.json (Russian) * New translations en-us.json (Slovak) * New translations en-us.json (Slovenian) * New translations en-us.json (Serbian (Cyrillic)) * New translations en-us.json (Turkish) * New translations en-us.json (Ukrainian) * New translations en-us.json (Chinese Simplified) * New translations en-us.json (Chinese Traditional) * New translations en-us.json (Vietnamese) * New translations en-us.json (Galician) * New translations en-us.json (Icelandic) * New translations en-us.json (Portuguese, Brazilian) * New translations en-us.json (Croatian) * New translations en-us.json (Latvian) * New translations en-us.json (French, Canada)
This commit is contained in:
parent
e17b320dc8
commit
0e23a41bdb
39 changed files with 1392 additions and 495 deletions
|
@ -85,6 +85,7 @@
|
|||
"clear": "Limpar",
|
||||
"close": "Fechar",
|
||||
"confirm": "Confirmar",
|
||||
"confirm-how-does-everything-look": "How does everything look?",
|
||||
"confirm-delete-generic": "Tem a certeza que deseja remover?",
|
||||
"copied_message": "Copiado!",
|
||||
"create": "Criar",
|
||||
|
@ -170,6 +171,7 @@
|
|||
"units": "Unidades",
|
||||
"back": "Voltar",
|
||||
"next": "Seguinte",
|
||||
"start": "Start",
|
||||
"toggle-view": "Alternar Visualização",
|
||||
"date": "Data",
|
||||
"id": "Id",
|
||||
|
@ -238,6 +240,8 @@
|
|||
"group-preferences": "Preferências do Grupo",
|
||||
"private-group": "Grupo Privado",
|
||||
"private-group-description": "Ao definir o seu grupo como privado irá redefinir todas as opções de visualização pública para os valores padrão.",
|
||||
"enable-public-access": "Enable Public Access",
|
||||
"enable-public-access-description": "Make group recipes public by default, and allow visitors to view recipes without logging-in",
|
||||
"allow-users-outside-of-your-group-to-see-your-recipes": "Permitir que utilizadores externos ao seu grupo vejam as suas receitas",
|
||||
"allow-users-outside-of-your-group-to-see-your-recipes-description": "Quando ativado, poderá usar um link público para partilhar receitas específicas sem autorizar o utilizador. Quando desativado, só poderá partilhar receitas com utilizadores do seu grupo ou com um link privado gerado previamente",
|
||||
"show-nutrition-information": "Mostrar informações nutricionais",
|
||||
|
@ -351,6 +355,7 @@
|
|||
},
|
||||
"recipe-data-migrations": "Migrações de dados de receita",
|
||||
"recipe-data-migrations-explanation": "Podem ser migradas receitas de outra aplicação suportada para o Mealie. Esta é uma ótima maneira de começar com o Mealie.",
|
||||
"coming-from-another-application-or-an-even-older-version-of-mealie": "Coming from another application or an even older version of Mealie? Check out migrations and see if your data can be imported.",
|
||||
"choose-migration-type": "Escolha o tipo de migração",
|
||||
"tag-all-recipes": "Marcar todas as receitas com a etiqueta {tag-name}",
|
||||
"nextcloud-text": "As receitas do Nextcloud podem ser importadas a partir de um ficheiro zip que contém os dados armazenados na Nextcloud. Veja abaixo os exemplos da estrutura da pasta para garantir que as suas receitas podem ser importadas.",
|
||||
|
@ -533,6 +538,8 @@
|
|||
"looking-for-migrations": "À procura de Migrações?",
|
||||
"import-with-url": "Importar com URL",
|
||||
"create-recipe": "Criar Receita",
|
||||
"create-recipe-description": "Create a new recipe from scratch.",
|
||||
"create-recipes": "Create Recipes",
|
||||
"import-with-zip": "Importar com .zip",
|
||||
"create-recipe-from-an-image": "Criar receita a partir de uma imagem",
|
||||
"bulk-url-import": "Importação de URL em bloco",
|
||||
|
@ -728,7 +735,10 @@
|
|||
"ldap-ready-error-text": "Nem todos os valores LDAP estão configurados. Isso pode ser ignorado se não estiver a utilizar a autenticação LDAP.",
|
||||
"ldap-ready-success-text": "As variáveis LDAP necessárias estão todas definidas.",
|
||||
"build": "Compilação",
|
||||
"recipe-scraper-version": "Versão do Scraper de receitas"
|
||||
"recipe-scraper-version": "Versão do Scraper de receitas",
|
||||
"oidc-ready": "Suporta OICD",
|
||||
"oidc-ready-error-text": "Nem todos os valores OICD estão configurados. Pode ignorar isto se não estiver a utilizar autenticação OICD.",
|
||||
"oidc-ready-success-text": "As variáveis OICD necessárias estão definidas."
|
||||
},
|
||||
"shopping-list": {
|
||||
"all-lists": "Todas as Listas",
|
||||
|
@ -836,8 +846,11 @@
|
|||
"link-id": "ID da Ligação",
|
||||
"link-name": "Nome da ligação",
|
||||
"login": "Entrar",
|
||||
"login-oidc": "Iniciar sessão com",
|
||||
"or": "ou",
|
||||
"logout": "Sair",
|
||||
"manage-users": "Gerir Utilizadores",
|
||||
"manage-users-description": "Create and manage users.",
|
||||
"new-password": "Nova Palavra-passe",
|
||||
"new-user": "Novo Utiizador",
|
||||
"password-has-been-reset-to-the-default-password": "A palavra-passe foi redefinida para a senha padrão",
|
||||
|
@ -1133,7 +1146,17 @@
|
|||
"background-tasks": "Tarefas em segundo plano",
|
||||
"background-tasks-description": "Aqui pode ver todas as tarefas em execução em segundo plano e o seu estado",
|
||||
"no-logs-found": "Nenhum Registo Encontrado",
|
||||
"tasks": "Tarefas"
|
||||
"tasks": "Tarefas",
|
||||
"setup": {
|
||||
"first-time-setup": "First Time Setup",
|
||||
"welcome-to-mealie-get-started": "Welcome to Mealie! Let's get started",
|
||||
"already-set-up-bring-to-homepage": "I'm already set up, just bring me to the homepage",
|
||||
"common-settings-for-new-sites": "Here are some common settings for new sites",
|
||||
"setup-complete": "Setup Complete!",
|
||||
"here-are-a-few-things-to-help-you-get-started": "Here are a few things to help you get started with Mealie",
|
||||
"restore-from-v1-backup": "Have a backup from a previous instance of Mealie v1? You can restore it here.",
|
||||
"manage-profile-or-get-invite-link": "Manage your own profile, or grab an invite link to share with others."
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"welcome-user": "👋 Bem-vindo, {0}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue