mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-20 14:08:21 -05:00
Some checks failed
Bundler Audit / security (push) Has been cancelled
Check i18n / check-i18n (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (ruby) (push) Has been cancelled
Check formatting / lint (push) Has been cancelled
CSS Linting / lint (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
JavaScript Linting / lint (push) Has been cancelled
Ruby Linting / lint (push) Has been cancelled
JavaScript Testing / test (push) Has been cancelled
Historical data migration test / test (14-alpine) (push) Has been cancelled
Historical data migration test / test (15-alpine) (push) Has been cancelled
Historical data migration test / test (16-alpine) (push) Has been cancelled
Historical data migration test / test (17-alpine) (push) Has been cancelled
Ruby Testing / build (production) (push) Has been cancelled
Ruby Testing / build (test) (push) Has been cancelled
Ruby Testing / test (.ruby-version) (push) Has been cancelled
Ruby Testing / test (3.1) (push) Has been cancelled
Ruby Testing / test (3.2) (push) Has been cancelled
Ruby Testing / Libvips tests (.ruby-version) (push) Has been cancelled
Ruby Testing / Libvips tests (3.1) (push) Has been cancelled
Ruby Testing / Libvips tests (3.2) (push) Has been cancelled
Ruby Testing / End to End testing (.ruby-version) (push) Has been cancelled
Ruby Testing / End to End testing (3.1) (push) Has been cancelled
Ruby Testing / End to End testing (3.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.1, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Co-authored-by: GitHub Actions <noreply@github.com>
66 lines
2.1 KiB
YAML
66 lines
2.1 KiB
YAML
---
|
|
pt-PT:
|
|
activerecord:
|
|
attributes:
|
|
poll:
|
|
expires_at: Prazo
|
|
options: Escolhas
|
|
user:
|
|
agreement: Contrato de prestação de serviço
|
|
email: Endereço de e-mail
|
|
locale: Região
|
|
password: Palavra-passe
|
|
user/account:
|
|
username: Nome de utilizador
|
|
user/invite_request:
|
|
text: Motivo
|
|
errors:
|
|
attributes:
|
|
domain:
|
|
invalid: não é um nome de domínio válido
|
|
messages:
|
|
invalid_domain_on_line: "%{value} não é um nome de domínio válido"
|
|
too_many_lines: está acima do limite de %{limit} linhas
|
|
models:
|
|
account:
|
|
attributes:
|
|
username:
|
|
invalid: deve conter apenas letras, números e traços inferiores (_)
|
|
reserved: está reservado
|
|
admin/webhook:
|
|
attributes:
|
|
url:
|
|
invalid: não é um URL válido
|
|
doorkeeper/application:
|
|
attributes:
|
|
website:
|
|
invalid: não é um URL válido
|
|
import:
|
|
attributes:
|
|
data:
|
|
malformed: está malformado
|
|
status:
|
|
attributes:
|
|
reblog:
|
|
taken: da publicação já existe
|
|
user:
|
|
attributes:
|
|
email:
|
|
blocked: usa um fornecedor de e-mail que não é permitido
|
|
unreachable: não parece existir
|
|
role_id:
|
|
elevated: não pode ser superior à sua função atual
|
|
user_role:
|
|
attributes:
|
|
permissions_as_keys:
|
|
dangerous: incluir permissões que não são seguras para a função base
|
|
elevated: não pode incluir permissões que a sua função atual não possua
|
|
own_role: não pode ser alterado com a sua função atual
|
|
position:
|
|
elevated: não pode ser superior à sua função atual
|
|
own_role: não pode ser alterado com a sua função atual
|
|
webhook:
|
|
attributes:
|
|
events:
|
|
invalid_permissions: não pode incluir eventos para os quais não tem permissão
|