mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-08 12:46:12 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
Some checks failed
Check i18n / check-i18n (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Check formatting / lint (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / Libvips tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / Libvips tests (3.2) (push) Blocked by required conditions
Ruby Testing / Libvips tests (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Bundler Audit / security (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
Ruby Linting / lint (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
Co-authored-by: GitHub Actions <noreply@github.com>
63 lines
1.9 KiB
YAML
63 lines
1.9 KiB
YAML
---
|
|
'no':
|
|
activerecord:
|
|
attributes:
|
|
poll:
|
|
expires_at: Tidsfrist
|
|
options: Valg
|
|
user:
|
|
agreement: Tjenesteavtale
|
|
email: E-postadresse
|
|
locale: Språk
|
|
password: Passord
|
|
user/account:
|
|
username: Brukernavn
|
|
user/invite_request:
|
|
text: Årsak
|
|
errors:
|
|
attributes:
|
|
domain:
|
|
invalid: er ikke et gyldig domenenavn
|
|
models:
|
|
account:
|
|
attributes:
|
|
username:
|
|
invalid: må inneholde kun bokstaver, tall og understrekingstegn
|
|
reserved: er reservert
|
|
admin/webhook:
|
|
attributes:
|
|
url:
|
|
invalid: er ikke en gyldig lenke
|
|
doorkeeper/application:
|
|
attributes:
|
|
website:
|
|
invalid: er ikke en gyldig lenke
|
|
import:
|
|
attributes:
|
|
data:
|
|
malformed: er feilformet
|
|
status:
|
|
attributes:
|
|
reblog:
|
|
taken: av innlegg finnes fra før
|
|
user:
|
|
attributes:
|
|
email:
|
|
blocked: bruker en forbudt e-postleverandør
|
|
unreachable: ser ikke ut til å finnes
|
|
role_id:
|
|
elevated: kan ikke være høyere enn din nåværende rolle
|
|
user_role:
|
|
attributes:
|
|
permissions_as_keys:
|
|
dangerous: inkluder tillatelser som ikke er trygge for grunn-rollen
|
|
elevated: kan ikke inneholde rettigheter som din nåværende rolle ikke innehar
|
|
own_role: kan ikke endres med din nåværende rolle
|
|
position:
|
|
elevated: kan ikke være høyere enn din nåværende rolle
|
|
own_role: kan ikke endres med din nåværende rolle
|
|
webhook:
|
|
attributes:
|
|
events:
|
|
invalid_permissions: kan ikke inkludere hendelser du ikke har rettigheter til
|