Merge pull request #982 from kmycode/upstream-20240225
Upstream 20240225
This commit is contained in:
commit
0885a0f32f
119 changed files with 1017 additions and 742 deletions
|
@ -26,10 +26,12 @@ inherit_mode:
|
|||
merge:
|
||||
- Exclude
|
||||
|
||||
require:
|
||||
plugins:
|
||||
- rubocop-rails
|
||||
- rubocop-rspec
|
||||
- rubocop-rspec_rails
|
||||
- rubocop-performance
|
||||
|
||||
require:
|
||||
- rubocop-rspec_rails
|
||||
- rubocop-capybara
|
||||
- ./lib/linter/rubocop_middle_dot
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
Rails/BulkChangeTable:
|
||||
Enabled: false # Conflicts with strong_migrations features
|
||||
|
||||
Rails/Delegate:
|
||||
Enabled: false
|
||||
|
||||
Rails/FilePath:
|
||||
EnforcedStyle: arguments
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This configuration was generated by
|
||||
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-offense-counts --no-auto-gen-timestamp`
|
||||
# using RuboCop version 1.70.0.
|
||||
# using RuboCop version 1.72.2.
|
||||
# The point is for the user to remove these configuration records
|
||||
# one by one as the offenses are removed from the code base.
|
||||
# Note that changes in the inspected code, or installation of new
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.4.1
|
||||
3.4.2
|
||||
|
|
|
@ -13,7 +13,7 @@ ARG BASE_REGISTRY="docker.io"
|
|||
|
||||
# Ruby image to use for base image, change with [--build-arg RUBY_VERSION="3.4.x"]
|
||||
# renovate: datasource=docker depName=docker.io/ruby
|
||||
ARG RUBY_VERSION="3.4.1"
|
||||
ARG RUBY_VERSION="3.4.2"
|
||||
# # Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"]
|
||||
# renovate: datasource=node-version depName=node
|
||||
ARG NODE_MAJOR_VERSION="22"
|
||||
|
|
3
Gemfile
3
Gemfile
|
@ -145,9 +145,6 @@ group :test do
|
|||
# Used to mock environment variables
|
||||
gem 'climate_control'
|
||||
|
||||
# Add back helpers functions removed in Rails 5.1
|
||||
gem 'rails-controller-testing', '~> 1.0'
|
||||
|
||||
# Validate schemas in specs
|
||||
gem 'json-schema', '~> 5.0'
|
||||
|
||||
|
|
54
Gemfile.lock
54
Gemfile.lock
|
@ -90,7 +90,7 @@ GEM
|
|||
public_suffix (>= 2.0.2, < 7.0)
|
||||
aes_key_wrap (1.1.0)
|
||||
android_key_attestation (0.3.0)
|
||||
annotaterb (4.13.0)
|
||||
annotaterb (4.14.0)
|
||||
ast (2.4.2)
|
||||
attr_required (1.0.2)
|
||||
aws-eventstream (1.3.0)
|
||||
|
@ -194,7 +194,7 @@ GEM
|
|||
devise_pam_authenticatable2 (9.2.0)
|
||||
devise (>= 4.0.0)
|
||||
rpam2 (~> 4.0)
|
||||
diff-lcs (1.5.1)
|
||||
diff-lcs (1.6.0)
|
||||
discard (1.4.0)
|
||||
activerecord (>= 4.2, < 9.0)
|
||||
docile (1.4.1)
|
||||
|
@ -383,10 +383,11 @@ GEM
|
|||
railties (>= 6.1)
|
||||
rexml
|
||||
link_header (0.0.8)
|
||||
lint_roller (1.1.0)
|
||||
llhttp-ffi (0.5.0)
|
||||
ffi-compiler (~> 1.0)
|
||||
rake (~> 13.0)
|
||||
logger (1.6.5)
|
||||
logger (1.6.6)
|
||||
lograge (0.14.0)
|
||||
actionpack (>= 4)
|
||||
activesupport (>= 4)
|
||||
|
@ -408,11 +409,11 @@ GEM
|
|||
mime-types (3.6.0)
|
||||
logger
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2025.0204)
|
||||
mime-types-data (3.2025.0220)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.8)
|
||||
minitest (5.25.4)
|
||||
msgpack (1.7.5)
|
||||
msgpack (1.8.0)
|
||||
multi_json (1.15.0)
|
||||
mutex_m (0.3.0)
|
||||
net-http (0.6.0)
|
||||
|
@ -428,7 +429,7 @@ GEM
|
|||
net-smtp (0.5.1)
|
||||
net-protocol
|
||||
nio4r (2.7.4)
|
||||
nokogiri (1.18.2)
|
||||
nokogiri (1.18.3)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
oj (3.16.9)
|
||||
|
@ -640,10 +641,6 @@ GEM
|
|||
activesupport (= 8.0.1)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 8.0.1)
|
||||
rails-controller-testing (1.0.5)
|
||||
actionpack (>= 5.0.1.rc1)
|
||||
actionview (>= 5.0.1.rc1)
|
||||
activesupport (>= 5.0.1.rc1)
|
||||
rails-dom-testing (2.2.0)
|
||||
activesupport (>= 5.0.0)
|
||||
minitest
|
||||
|
@ -686,7 +683,7 @@ GEM
|
|||
responders (3.1.1)
|
||||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
rexml (3.4.0)
|
||||
rexml (3.4.1)
|
||||
rotp (6.3.0)
|
||||
rouge (4.5.1)
|
||||
rpam2 (4.0.2)
|
||||
|
@ -722,9 +719,10 @@ GEM
|
|||
rspec-mocks (~> 3.0)
|
||||
sidekiq (>= 5, < 8)
|
||||
rspec-support (3.13.2)
|
||||
rubocop (1.71.2)
|
||||
rubocop (1.72.2)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
@ -736,16 +734,19 @@ GEM
|
|||
parser (>= 3.3.1.0)
|
||||
rubocop-capybara (2.21.0)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-performance (1.23.1)
|
||||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rails (2.29.1)
|
||||
rubocop-performance (1.24.0)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop (>= 1.72.1, < 2.0)
|
||||
rubocop-ast (>= 1.38.0, < 2.0)
|
||||
rubocop-rails (2.30.1)
|
||||
activesupport (>= 4.2.0)
|
||||
lint_roller (~> 1.1)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.52.0, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rspec (3.4.0)
|
||||
rubocop (~> 1.61)
|
||||
rubocop (>= 1.72.1, < 2.0)
|
||||
rubocop-ast (>= 1.38.0, < 2.0)
|
||||
rubocop-rspec (3.5.0)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop (~> 1.72, >= 1.72.1)
|
||||
rubocop-rspec_rails (2.30.0)
|
||||
rubocop (~> 1.61)
|
||||
rubocop-rspec (~> 3, >= 3.0.1)
|
||||
|
@ -769,7 +770,7 @@ GEM
|
|||
activerecord (>= 4.0.0)
|
||||
railties (>= 4.0.0)
|
||||
securerandom (0.4.1)
|
||||
selenium-webdriver (4.28.0)
|
||||
selenium-webdriver (4.29.1)
|
||||
base64 (~> 0.2)
|
||||
logger (~> 1.4)
|
||||
rexml (~> 3.2, >= 3.2.5)
|
||||
|
@ -809,7 +810,7 @@ GEM
|
|||
stackprof (0.2.27)
|
||||
stoplight (4.1.1)
|
||||
redlock (~> 1.0)
|
||||
stringio (3.1.2)
|
||||
stringio (3.1.4)
|
||||
strong_migrations (2.2.0)
|
||||
activerecord (>= 7)
|
||||
swd (1.3.0)
|
||||
|
@ -863,7 +864,7 @@ GEM
|
|||
public_suffix
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
webauthn (3.3.0)
|
||||
webauthn (3.4.0)
|
||||
android_key_attestation (~> 0.3.0)
|
||||
bindata (~> 2.4)
|
||||
cbor (~> 0.5.9)
|
||||
|
@ -893,7 +894,7 @@ GEM
|
|||
xorcist (1.1.3)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
zeitwerk (2.7.1)
|
||||
zeitwerk (2.7.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -1004,7 +1005,6 @@ DEPENDENCIES
|
|||
rack-cors (~> 2.0)
|
||||
rack-test (~> 2.1)
|
||||
rails (~> 8.0)
|
||||
rails-controller-testing (~> 1.0)
|
||||
rails-i18n (~> 8.0)
|
||||
rdf-normalize (~> 0.5)
|
||||
redcarpet (~> 3.6)
|
||||
|
@ -1054,4 +1054,4 @@ RUBY VERSION
|
|||
ruby 3.4.1p0
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.3
|
||||
2.6.5
|
||||
|
|
|
@ -592,7 +592,6 @@
|
|||
"poll_button.remove_poll": "إزالة استطلاع الرأي",
|
||||
"privacy.change": "اضبط خصوصية المنشور",
|
||||
"privacy.direct.long": "كل من ذُكر في المنشور",
|
||||
"privacy.direct.short": "أشخاص محددون",
|
||||
"privacy.private.long": "متابعيك فقط",
|
||||
"privacy.private.short": "للمتابِعين",
|
||||
"privacy.public.long": "أي شخص على أو خارج ماستدون",
|
||||
|
|
|
@ -422,7 +422,6 @@
|
|||
"poll_button.add_poll": "Amestar una encuesta",
|
||||
"poll_button.remove_poll": "Quitar la encuesta",
|
||||
"privacy.change": "Configurar la privacidá del artículu",
|
||||
"privacy.direct.short": "Perfiles específicos",
|
||||
"privacy.private.short": "Siguidores",
|
||||
"privacy.public.short": "Artículu públicu",
|
||||
"privacy_policy.last_updated": "Data del últimu anovamientu: {date}",
|
||||
|
|
|
@ -305,6 +305,9 @@
|
|||
"empty_column.explore_statuses": "Hal-hazırda trenddə heç yoxdur. Daha sonra yenidən yoxlayın!",
|
||||
"empty_column.favourited_statuses": "Bəyəndiyiniz paylaşımlar yoxdur. Birini bəyəndikdə burada görünəcək.",
|
||||
"empty_column.favourites": "Bu paylaşımı hələ ki, heç kim bəyənməyib. Bəyənildikdə burada görünəcək.",
|
||||
"empty_column.follow_requests": "İzləmə sorğularınız yoxdur. Qəbul etdikdə burada görəcəksiniz.",
|
||||
"empty_column.followed_tags": "Heç bir heşteq izləmirsiniz. İzlədikdə burada görünəcək.",
|
||||
"empty_column.hashtag": "Bu heşteqdə hələ ki, heç nə yoxdur.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Bu profil izlədiyiniz insanlar arasında populyardır.",
|
||||
"follow_suggestions.hints.most_followed": "Bu profil {domain} serverində ən çox izlənilənlərdən biridir."
|
||||
}
|
||||
|
|
|
@ -642,7 +642,6 @@
|
|||
"poll_button.remove_poll": "Выдаліць апытанне",
|
||||
"privacy.change": "Змяніць прыватнасць допісу",
|
||||
"privacy.direct.long": "Усе згаданыя ў допісе",
|
||||
"privacy.direct.short": "Канкрэтныя людзі",
|
||||
"privacy.private.long": "Толькі вашыя падпісчыкі",
|
||||
"privacy.private.short": "Падпісчыкі",
|
||||
"privacy.public.long": "Усе, хто ёсць і каго няма ў Mastodon",
|
||||
|
|
|
@ -697,7 +697,6 @@
|
|||
"poll_button.remove_poll": "Премахване на анкета",
|
||||
"privacy.change": "Промяна на поверителността на публикация",
|
||||
"privacy.direct.long": "Споменатите в публикацията",
|
||||
"privacy.direct.short": "Определени хора",
|
||||
"privacy.private.long": "Само последователите ви",
|
||||
"privacy.private.short": "Последователи",
|
||||
"privacy.public.long": "Всеки във и извън Mastodon",
|
||||
|
|
|
@ -436,7 +436,6 @@
|
|||
"poll_button.add_poll": "Ouzhpennañ ur sontadeg",
|
||||
"poll_button.remove_poll": "Dilemel ar sontadeg",
|
||||
"privacy.change": "Cheñch prevezded an embannadur",
|
||||
"privacy.direct.short": "Tud resis",
|
||||
"privacy.private.short": "Heulierien",
|
||||
"privacy.public.short": "Publik",
|
||||
"privacy_policy.last_updated": "Hizivadenn ziwezhañ {date}",
|
||||
|
|
|
@ -696,7 +696,6 @@
|
|||
"poll_button.remove_poll": "Elimina l'enquesta",
|
||||
"privacy.change": "Canvia la privacitat del tut",
|
||||
"privacy.direct.long": "Tothom mencionat a la publicació",
|
||||
"privacy.direct.short": "Persones concretes",
|
||||
"privacy.private.long": "Només els vostres seguidors",
|
||||
"privacy.private.short": "Seguidors",
|
||||
"privacy.public.long": "Tothom dins o fora Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Odebrat anketu",
|
||||
"privacy.change": "Změnit soukromí příspěvku",
|
||||
"privacy.direct.long": "Všichni zmínění v příspěvku",
|
||||
"privacy.direct.short": "Vybraní lidé",
|
||||
"privacy.direct.short": "Soukromá zmínka",
|
||||
"privacy.private.long": "Jen vaši sledující",
|
||||
"privacy.private.short": "Sledující",
|
||||
"privacy.public.long": "Kdokoliv na Mastodonu i mimo něj",
|
||||
|
|
|
@ -696,7 +696,6 @@
|
|||
"poll_button.remove_poll": "Tynnu pleidlais",
|
||||
"privacy.change": "Addasu preifatrwdd y post",
|
||||
"privacy.direct.long": "Pawb sydd â sôn amdanyn nhw yn y postiad",
|
||||
"privacy.direct.short": "Pobl benodol",
|
||||
"privacy.private.long": "Eich dilynwyr yn unig",
|
||||
"privacy.private.short": "Dilynwyr",
|
||||
"privacy.public.long": "Unrhyw ar ac oddi ar Mastodon",
|
||||
|
|
|
@ -697,12 +697,12 @@
|
|||
"poll_button.remove_poll": "Fjern afstemning",
|
||||
"privacy.change": "Tilpas indlægsfortrolighed",
|
||||
"privacy.direct.long": "Alle omtalt i indlægget",
|
||||
"privacy.direct.short": "Bestemte personer",
|
||||
"privacy.direct.short": "Privat omtale",
|
||||
"privacy.private.long": "Kun dine følgere",
|
||||
"privacy.private.short": "Følgere",
|
||||
"privacy.public.long": "Alle på og udenfor Mastodon",
|
||||
"privacy.public.short": "Offentlig",
|
||||
"privacy.unlisted.additional": "Dette er præcis som offentlig adfærd, dog vises indlægget ikke i realtids-strømme/etiketter, udforsk eller Mastodon-søgning, selv hvis valget gælder hele kontoen.",
|
||||
"privacy.unlisted.additional": "Dette er præcis som offentlig adfærd, dog vises indlægget ikke i tidslinjer, under etiketter, udforsk eller Mastodon-søgning, selv hvis du ellers har sagt at dine opslag godt må være søgbare.",
|
||||
"privacy.unlisted.long": "Færre algoritmiske fanfarer",
|
||||
"privacy.unlisted.short": "Stille offentligt",
|
||||
"privacy_policy.last_updated": "Senest opdateret {date}",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Umfrage entfernen",
|
||||
"privacy.change": "Sichtbarkeit anpassen",
|
||||
"privacy.direct.long": "Alle in diesem Beitrag erwähnten Profile",
|
||||
"privacy.direct.short": "Ausgewählte Profile",
|
||||
"privacy.direct.short": "Private Erwähnung",
|
||||
"privacy.private.long": "Nur deine Follower",
|
||||
"privacy.private.short": "Follower",
|
||||
"privacy.public.long": "Alle in und außerhalb von Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Αφαίρεση δημοσκόπησης",
|
||||
"privacy.change": "Προσαρμογή ιδιωτικότητας ανάρτησης",
|
||||
"privacy.direct.long": "Όλοι όσοι αναφέρθηκαν στη δημοσίευση",
|
||||
"privacy.direct.short": "Συγκεκριμένα άτομα",
|
||||
"privacy.direct.short": "Ιδιωτική επισήμανση",
|
||||
"privacy.private.long": "Μόνο οι ακόλουθοί σας",
|
||||
"privacy.private.short": "Ακόλουθοι",
|
||||
"privacy.public.long": "Όλοι εντός και εκτός του Mastodon",
|
||||
|
|
|
@ -697,7 +697,6 @@
|
|||
"poll_button.remove_poll": "Remove poll",
|
||||
"privacy.change": "Change post privacy",
|
||||
"privacy.direct.long": "Everyone mentioned in the post",
|
||||
"privacy.direct.short": "Specific people",
|
||||
"privacy.private.long": "Only your followers",
|
||||
"privacy.private.short": "Followers",
|
||||
"privacy.public.long": "Anyone on and off Mastodon",
|
||||
|
|
|
@ -870,7 +870,7 @@
|
|||
"privacy.circle.long": "Circle members only",
|
||||
"privacy.circle.short": "Circle",
|
||||
"privacy.direct.long": "Everyone mentioned in the post",
|
||||
"privacy.direct.short": "Specific people",
|
||||
"privacy.direct.short": "Private mention",
|
||||
"privacy.limited.short": "Limited",
|
||||
"privacy.login.long": "Visible for login users only",
|
||||
"privacy.login.short": "Login only",
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
"confirmations.logout.message": "Ĉu vi certas, ke vi volas elsaluti?",
|
||||
"confirmations.logout.title": "Ĉu elsaluti?",
|
||||
"confirmations.missing_alt_text.confirm": "Aldoni alttekston",
|
||||
"confirmations.missing_alt_text.message": "Via afiŝo enhavas aŭdvidaĵon sen anstataŭa teksto. Aldono de priskriboj helpas fari vian enhavon alirebla por pli da homoj.",
|
||||
"confirmations.missing_alt_text.message": "Via afiŝo enhavas aŭdvidaĵon sen alternativa teksto. Aldono de priskriboj helpas fari vian enhavon alirebla por pli da homoj.",
|
||||
"confirmations.missing_alt_text.secondary": "Afiŝi ĉiuokaze",
|
||||
"confirmations.missing_alt_text.title": "Ĉu aldoni alttekston?",
|
||||
"confirmations.mute.confirm": "Silentigi",
|
||||
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Forigi balotenketon",
|
||||
"privacy.change": "Ŝanĝu afiŝan privatecon",
|
||||
"privacy.direct.long": "Ĉiuj menciitaj en la afiŝo",
|
||||
"privacy.direct.short": "Specifaj homoj",
|
||||
"privacy.direct.short": "Privata mencio",
|
||||
"privacy.private.long": "Nur viaj sekvantoj",
|
||||
"privacy.private.short": "Sekvantoj",
|
||||
"privacy.public.long": "Ĉiujn ajn ĉe kaj ekster Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Quitar encuesta",
|
||||
"privacy.change": "Configurar privacidad del mensaje",
|
||||
"privacy.direct.long": "Todas las cuentas mencionadas en el mensaje",
|
||||
"privacy.direct.short": "Cuentas específicas",
|
||||
"privacy.direct.short": "Mención privada",
|
||||
"privacy.private.long": "Solo tus seguidores",
|
||||
"privacy.private.short": "Seguidores",
|
||||
"privacy.public.long": "Cualquier persona dentro y fuera de Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Eliminar encuesta",
|
||||
"privacy.change": "Ajustar privacidad",
|
||||
"privacy.direct.long": "Todos los mencionados en la publicación",
|
||||
"privacy.direct.short": "Personas específicas",
|
||||
"privacy.direct.short": "Mención privada",
|
||||
"privacy.private.long": "Sólo tus seguidores",
|
||||
"privacy.private.short": "Seguidores",
|
||||
"privacy.public.long": "Cualquiera dentro y fuera de Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Eliminar encuesta",
|
||||
"privacy.change": "Ajustar privacidad",
|
||||
"privacy.direct.long": "Visible únicamente por los mencionados en la publicación",
|
||||
"privacy.direct.short": "Personas específicas",
|
||||
"privacy.direct.short": "Mención privada",
|
||||
"privacy.private.long": "Visible únicamente por tus seguidores",
|
||||
"privacy.private.short": "Seguidores",
|
||||
"privacy.public.long": "Visible por todo el mundo, dentro y fuera de Mastodon",
|
||||
|
|
|
@ -696,7 +696,6 @@
|
|||
"poll_button.remove_poll": "Eemalda küsitlus",
|
||||
"privacy.change": "Muuda postituse nähtavust",
|
||||
"privacy.direct.long": "Kõik postituses mainitud",
|
||||
"privacy.direct.short": "Määratud kasutajad",
|
||||
"privacy.private.long": "Ainult jälgijad",
|
||||
"privacy.private.short": "Jälgijad",
|
||||
"privacy.public.long": "Nii kasutajad kui mittekasutajad",
|
||||
|
|
|
@ -644,7 +644,6 @@
|
|||
"poll_button.remove_poll": "Kendu inkesta",
|
||||
"privacy.change": "Aldatu bidalketaren pribatutasuna",
|
||||
"privacy.direct.long": "Argitalpen honetan aipatutako denak",
|
||||
"privacy.direct.short": "Jende jakina",
|
||||
"privacy.private.long": "Soilik jarraitzaileak",
|
||||
"privacy.private.short": "Jarraitzaileak",
|
||||
"privacy.public.long": "Mastodonen dagoen edo ez dagoen edonor",
|
||||
|
|
|
@ -693,7 +693,6 @@
|
|||
"poll_button.remove_poll": "برداشتن نظرسنجی",
|
||||
"privacy.change": "تغییر محرمانگی فرسته",
|
||||
"privacy.direct.long": "هرکسی که در فرسته نام برده شده",
|
||||
"privacy.direct.short": "افراد مشخّص",
|
||||
"privacy.private.long": "تنها پیگیرندگانتان",
|
||||
"privacy.private.short": "پیگیرندگان",
|
||||
"privacy.public.long": "هرکسی در و بیرون از ماستودون",
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
"account.followers": "Seuraajat",
|
||||
"account.followers.empty": "Kukaan ei seuraa tätä käyttäjää vielä.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} seuraaja} other {{counter} seuraajaa}}",
|
||||
"account.following": "Seuratut",
|
||||
"account.following_counter": "{count, plural, one {{counter} seurattu} other {{counter} seurattua}}",
|
||||
"account.following": "Seurattavat",
|
||||
"account.following_counter": "{count, plural, one {{counter} seurattava} other {{counter} seurattavaa}}",
|
||||
"account.follows.empty": "Tämä käyttäjä ei vielä seuraa ketään.",
|
||||
"account.go_to_profile": "Siirry profiiliin",
|
||||
"account.hide_reblogs": "Piilota käyttäjän @{name} tehostukset",
|
||||
|
@ -260,8 +260,8 @@
|
|||
"domain_block_modal.they_cant_follow": "Kukaan tältä palvelimelta ei voi seurata sinua.",
|
||||
"domain_block_modal.they_wont_know": "Hän ei saa tietää tulleensa estetyksi.",
|
||||
"domain_block_modal.title": "Estetäänkö verkkotunnus?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Menetät {followersCount, plural, one {{followersCountDisplay} seuraajasi} other {{followersCountDisplay} seuraajaasi}} ja {followingCount, plural, one {{followingCountDisplay} seurattusi} other {{followingCountDisplay} seurattuasi}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Menetät kaikki tämän palvelimen seuraajasi ja seurattusi.",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Menetät {followersCount, plural, one {{followersCountDisplay} seuraajasi} other {{followersCountDisplay} seuraajaasi}} ja {followingCount, plural, one {{followingCountDisplay} seurattavasi} other {{followingCountDisplay} seurattavaasi}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Menetät kaikki tämän palvelimen seuraajasi ja seurattavasi.",
|
||||
"domain_block_modal.you_wont_see_posts": "Et enää näe julkaisuja etkä ilmoituksia tämän palvelimen käyttäjiltä.",
|
||||
"domain_pill.activitypub_lets_connect": "Sen avulla voit muodostaa yhteyden ja olla vuorovaikutuksessa ihmisten kanssa, ei vain Mastodonissa vaan myös muissa sosiaalisissa sovelluksissa.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub on kuin kieli, jota Mastodon puhuu muiden sosiaalisten verkostojen kanssa.",
|
||||
|
@ -365,7 +365,7 @@
|
|||
"follow_suggestions.similar_to_recently_followed_longer": "Samankaltainen kuin äskettäin seuraamasi profiilit",
|
||||
"follow_suggestions.view_all": "Näytä kaikki",
|
||||
"follow_suggestions.who_to_follow": "Ehdotuksia seurattavaksi",
|
||||
"followed_tags": "Seuratut aihetunnisteet",
|
||||
"followed_tags": "Seurattavat aihetunnisteet",
|
||||
"footer.about": "Tietoja",
|
||||
"footer.directory": "Profiilihakemisto",
|
||||
"footer.get_app": "Hanki sovellus",
|
||||
|
@ -393,10 +393,10 @@
|
|||
"hashtag.unfollow": "Lopeta aihetunnisteen seuraaminen",
|
||||
"hashtags.and_other": "…ja {count, plural, other {# lisää}}",
|
||||
"hints.profiles.followers_may_be_missing": "Tämän profiilin seuraajia saattaa puuttua.",
|
||||
"hints.profiles.follows_may_be_missing": "Tämän profiilin seurattuja saattaa puuttua.",
|
||||
"hints.profiles.follows_may_be_missing": "Tämän profiilin seurattavia saattaa puuttua.",
|
||||
"hints.profiles.posts_may_be_missing": "Tämän profiilin julkaisuja saattaa puuttua.",
|
||||
"hints.profiles.see_more_followers": "Näytä lisää seuraajia palvelimella {domain}",
|
||||
"hints.profiles.see_more_follows": "Näytä lisää seurattuja palvelimella {domain}",
|
||||
"hints.profiles.see_more_follows": "Näytä lisää seurattavia palvelimella {domain}",
|
||||
"hints.profiles.see_more_posts": "Näytä lisää julkaisuja palvelimella {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Muiden palvelinten vastauksia saattaa puuttua.",
|
||||
"hints.threads.see_more": "Näytä lisää vastauksia palvelimella {domain}",
|
||||
|
@ -503,7 +503,7 @@
|
|||
"lists.no_members_yet": "Ei vielä jäseniä.",
|
||||
"lists.no_results_found": "Tuloksia ei löytynyt.",
|
||||
"lists.remove_member": "Poista",
|
||||
"lists.replies_policy.followed": "Jokaiselle seuratulle käyttäjälle",
|
||||
"lists.replies_policy.followed": "Jokaiselle seurattavalle käyttäjälle",
|
||||
"lists.replies_policy.list": "Listan jäsenille",
|
||||
"lists.replies_policy.none": "Ei kellekään",
|
||||
"lists.save": "Tallenna",
|
||||
|
@ -536,8 +536,8 @@
|
|||
"navigation_bar.favourites": "Suosikit",
|
||||
"navigation_bar.filters": "Mykistetyt sanat",
|
||||
"navigation_bar.follow_requests": "Seurantapyynnöt",
|
||||
"navigation_bar.followed_tags": "Seuratut aihetunnisteet",
|
||||
"navigation_bar.follows_and_followers": "Seuratut ja seuraajat",
|
||||
"navigation_bar.followed_tags": "Seurattavat aihetunnisteet",
|
||||
"navigation_bar.follows_and_followers": "Seurattavat ja seuraajat",
|
||||
"navigation_bar.lists": "Listat",
|
||||
"navigation_bar.logout": "Kirjaudu ulos",
|
||||
"navigation_bar.moderation": "Moderointi",
|
||||
|
@ -588,9 +588,9 @@
|
|||
"notification.reblog.name_and_others_with_link": "{name} ja <a>{count, plural, one {# muu} other {# muuta}}</a> tehostivat julkaisuasi",
|
||||
"notification.relationships_severance_event": "Menetettiin yhteydet palvelimeen {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Palvelimen {from} ylläpitäjä on jäädyttänyt palvelimen {target} vuorovaikutuksen. Enää et voi siis vastaanottaa päivityksiä heiltä tai olla yhteyksissä heidän kanssaan.",
|
||||
"notification.relationships_severance_event.domain_block": "Palvelimen {from} ylläpitäjä on estänyt palvelimen {target} vuorovaikutuksen – mukaan lukien {followersCount} seuraajistasi ja {followingCount, plural, one {# seuratuistasi} other {# seuratuistasi}}.",
|
||||
"notification.relationships_severance_event.domain_block": "Palvelimen {from} ylläpitäjä on estänyt palvelimen {target} vuorovaikutuksen – mukaan lukien {followersCount} seuraajistasi ja {followingCount, plural, one {# seurattavistasi} other {# seurattavistasi}}.",
|
||||
"notification.relationships_severance_event.learn_more": "Lue lisää",
|
||||
"notification.relationships_severance_event.user_domain_block": "Olet estänyt verkkotunnuksen {target}, mikä poisti {followersCount} seuraajistasi ja {followingCount, plural, one {# seuratuistasi} other {# seuratuistasi}}.",
|
||||
"notification.relationships_severance_event.user_domain_block": "Olet estänyt palvelimen {target}, mikä poisti {followersCount} seuraajistasi ja {followingCount, plural, one {# seurattavistasi} other {# seurattavistasi}}.",
|
||||
"notification.status": "{name} julkaisi juuri",
|
||||
"notification.update": "{name} muokkasi julkaisua",
|
||||
"notification_requests.accept": "Hyväksy",
|
||||
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Poista äänestys",
|
||||
"privacy.change": "Muuta julkaisun näkyvyyttä",
|
||||
"privacy.direct.long": "Kaikki tässä julkaisussa mainitut",
|
||||
"privacy.direct.short": "Tietyt käyttäjät",
|
||||
"privacy.direct.short": "Yksityismaininta",
|
||||
"privacy.private.long": "Vain seuraajasi",
|
||||
"privacy.private.short": "Seuraajat",
|
||||
"privacy.public.long": "Kuka tahansa Mastodonissa ja sen ulkopuolella",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Strika atkvøðugreiðslu",
|
||||
"privacy.change": "Broyt privatverju av posti",
|
||||
"privacy.direct.long": "Øll, sum eru nevnd í postinum",
|
||||
"privacy.direct.short": "Ávís fólk",
|
||||
"privacy.direct.short": "Privat umrøða",
|
||||
"privacy.private.long": "Einans tey, ið fylgja tær",
|
||||
"privacy.private.short": "Fylgjarar",
|
||||
"privacy.public.long": "Øll í og uttanfyri Mastodon",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"about.blocks": "Serveurs modérés",
|
||||
"about.contact": "Contact:",
|
||||
"about.contact": "Contact :",
|
||||
"about.disclaimer": "Mastodon est un logiciel open-source gratuit et une marque déposée de Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Raison non disponible",
|
||||
"about.domain_blocks.preamble": "Mastodon vous permet généralement de visualiser le contenu et d'interagir avec des comptes de n'importe quel serveur dans le fediverse. Voici les exceptions qui ont été faites sur ce serveur en particulier.",
|
||||
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Supprimer le sondage",
|
||||
"privacy.change": "Changer la confidentialité des messages",
|
||||
"privacy.direct.long": "Toutes les personnes mentionnées dans le post",
|
||||
"privacy.direct.short": "Personnes spécifiques",
|
||||
"privacy.direct.short": "Mention privée",
|
||||
"privacy.private.long": "Seulement vos abonnés",
|
||||
"privacy.private.short": "Abonnés",
|
||||
"privacy.public.long": "Tout le monde sur et en dehors de Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Supprimer le sondage",
|
||||
"privacy.change": "Ajuster la confidentialité du message",
|
||||
"privacy.direct.long": "Toutes les personnes mentionnées dans le post",
|
||||
"privacy.direct.short": "Personnes spécifiques",
|
||||
"privacy.direct.short": "Mention privée",
|
||||
"privacy.private.long": "Seulement vos abonnés",
|
||||
"privacy.private.short": "Abonnés",
|
||||
"privacy.public.long": "Tout le monde sur et en dehors de Mastodon",
|
||||
|
|
|
@ -682,7 +682,6 @@
|
|||
"poll_button.remove_poll": "Enkête fuortsmite",
|
||||
"privacy.change": "Sichtberheid fan berjocht oanpasse",
|
||||
"privacy.direct.long": "Elkenien dy’ yn it berjocht fermeld wurdt",
|
||||
"privacy.direct.short": "Bepaalde minsken",
|
||||
"privacy.private.long": "Allinnich jo folgers",
|
||||
"privacy.private.short": "Folgers",
|
||||
"privacy.public.long": "Elkenien op Mastodon en dêrbûten",
|
||||
|
|
|
@ -697,7 +697,6 @@
|
|||
"poll_button.remove_poll": "Bain suirbhé",
|
||||
"privacy.change": "Athraigh príobháideacht postála",
|
||||
"privacy.direct.long": "Luaigh gach duine sa phost",
|
||||
"privacy.direct.short": "Daoine ar leith",
|
||||
"privacy.private.long": "Do leanúna amháin",
|
||||
"privacy.private.short": "Leantóirí",
|
||||
"privacy.public.long": "Duine ar bith ar agus amach Mastodon",
|
||||
|
|
|
@ -633,7 +633,6 @@
|
|||
"poll_button.remove_poll": "Thoir air falbh an cunntas-bheachd",
|
||||
"privacy.change": "Cuir gleus air prìobhaideachd a’ phuist",
|
||||
"privacy.direct.long": "A h-uile duine air a bheil iomradh sa phost",
|
||||
"privacy.direct.short": "Daoine àraidh",
|
||||
"privacy.private.long": "An luchd-leantainn agad a-mhàin",
|
||||
"privacy.private.short": "Luchd-leantainn",
|
||||
"privacy.public.long": "Duine sam bith taobh a-staigh no a-muigh Mhastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Eliminar enquisa",
|
||||
"privacy.change": "Axustar privacidade",
|
||||
"privacy.direct.long": "Todas as mencionadas na publicación",
|
||||
"privacy.direct.short": "Persoas mencionadas",
|
||||
"privacy.direct.short": "Mención privada",
|
||||
"privacy.private.long": "Só para seguidoras",
|
||||
"privacy.private.short": "Seguidoras",
|
||||
"privacy.public.long": "Para todas dentro e fóra de Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "הסרת סקר",
|
||||
"privacy.change": "שינוי פרטיות ההודעה",
|
||||
"privacy.direct.long": "כל המוזכרים בהודעה",
|
||||
"privacy.direct.short": "א.נשים מסוימים",
|
||||
"privacy.direct.short": "אזכור פרטי",
|
||||
"privacy.private.long": "לעוקביך בלבד",
|
||||
"privacy.private.short": "עוקבים",
|
||||
"privacy.public.long": "כל הגולשים, מחוברים למסטודון או לא",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Szavazás eltávolítása",
|
||||
"privacy.change": "Bejegyzés láthatóságának módosítása",
|
||||
"privacy.direct.long": "Mindenki, akit a bejegyzés említ",
|
||||
"privacy.direct.short": "Megadott személyek",
|
||||
"privacy.direct.short": "Privát említés",
|
||||
"privacy.private.long": "Csak a követőid",
|
||||
"privacy.private.short": "Követők",
|
||||
"privacy.public.long": "Bárki a Mastodonon és azon kívül",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Remover un sondage",
|
||||
"privacy.change": "Cambiar le confidentialitate del message",
|
||||
"privacy.direct.long": "Tote le personas mentionate in le message",
|
||||
"privacy.direct.short": "Personas specific",
|
||||
"privacy.direct.short": "Mention private",
|
||||
"privacy.private.long": "Solmente tu sequitores",
|
||||
"privacy.private.short": "Sequitores",
|
||||
"privacy.public.long": "Quicunque, sur Mastodon o non",
|
||||
|
|
|
@ -522,7 +522,6 @@
|
|||
"poll_button.remove_poll": "Remover balotation",
|
||||
"privacy.change": "Changear li privatie del posta",
|
||||
"privacy.direct.long": "Omnes mentionat in li posta",
|
||||
"privacy.direct.short": "Specific persones",
|
||||
"privacy.private.long": "Solmen tui sequitores",
|
||||
"privacy.private.short": "Sequitores",
|
||||
"privacy.public.long": "Quicunc in e ex Mastodon",
|
||||
|
|
|
@ -606,7 +606,6 @@
|
|||
"poll_button.remove_poll": "Efacez votposto",
|
||||
"privacy.change": "Aranjar privateso di mesaji",
|
||||
"privacy.direct.long": "Omnu quan mencionesis en la posto",
|
||||
"privacy.direct.short": "Specifika personi",
|
||||
"privacy.private.long": "Nur vua sequanti",
|
||||
"privacy.private.short": "Sequanti",
|
||||
"privacy.public.long": "Ulu de e ne de Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Fjarlægja könnun",
|
||||
"privacy.change": "Aðlaga gagnaleynd færslu",
|
||||
"privacy.direct.long": "Allir sem minnst er á í færslunni",
|
||||
"privacy.direct.short": "Tilteknir aðilar",
|
||||
"privacy.direct.short": "Einkaspjall",
|
||||
"privacy.private.long": "Einungis þeir sem fylgjast með þér",
|
||||
"privacy.private.short": "Fylgjendur",
|
||||
"privacy.public.long": "Hver sem er, á og utan Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Rimuovi il sondaggio",
|
||||
"privacy.change": "Modifica privacy del post",
|
||||
"privacy.direct.long": "Tutti quelli menzionati nel post",
|
||||
"privacy.direct.short": "Persone specifiche",
|
||||
"privacy.direct.short": "Menzione privata",
|
||||
"privacy.private.long": "Solo i tuoi follower",
|
||||
"privacy.private.short": "Follower",
|
||||
"privacy.public.long": "Chiunque dentro e fuori Mastodon",
|
||||
|
|
|
@ -848,7 +848,7 @@
|
|||
"privacy.circle.long": "サークルメンバーのみ閲覧可",
|
||||
"privacy.circle.short": "サークル (投稿時点)",
|
||||
"privacy.direct.long": "本文で指定した相手のみ",
|
||||
"privacy.direct.short": "特定の人",
|
||||
"privacy.direct.short": "非公開の返信",
|
||||
"privacy.limited.short": "限定投稿",
|
||||
"privacy.login.long": "ログインユーザーのみ閲覧可、公開",
|
||||
"privacy.login.short": "ログインユーザーのみ",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"about.domain_blocks.no_reason_available": "Ulac taɣẓint",
|
||||
"about.domain_blocks.preamble": "Maṣṭudun s umata yeḍmen-ak ad teẓreḍ agbur, ad tesdemreḍ akked yimseqdacen-nniḍen seg yal aqeddac deg fedivers. Ha-tent-an ɣur-k tsuraf i yellan deg uqeddac-agi.",
|
||||
"about.domain_blocks.silenced.title": "Ɣur-s talast",
|
||||
"about.domain_blocks.suspended.title": "Yeḥbes",
|
||||
"about.domain_blocks.suspended.title": "Yettwaḥbes",
|
||||
"about.not_available": "Talɣut-a ur tettwabder ara deg uqeddac-a.",
|
||||
"about.powered_by": "Azeṭṭa inmetti yettwasɣelsen sɣur {mastodon}",
|
||||
"about.rules": "Ilugan n uqeddac",
|
||||
|
@ -264,6 +264,7 @@
|
|||
"footer.privacy_policy": "Tasertit tabaḍnit",
|
||||
"footer.source_code": "Wali tangalt taɣbalut",
|
||||
"footer.status": "Addad",
|
||||
"footer.terms_of_service": "Tiwtilin n useqdec",
|
||||
"generic.saved": "Yettwasekles",
|
||||
"getting_started.heading": "Bdu",
|
||||
"hashtag.column_header.tag_mode.all": "d {additional}",
|
||||
|
@ -483,7 +484,6 @@
|
|||
"poll_button.remove_poll": "Kkes asenqed",
|
||||
"privacy.change": "Seggem tabaḍnit n yizen",
|
||||
"privacy.direct.long": "Wid akk i d-yettwabdaren deg tsuffeɣt",
|
||||
"privacy.direct.short": "Imdanen yettwafernen",
|
||||
"privacy.private.long": "Ala wid i k·m-yeṭṭafaṛen",
|
||||
"privacy.private.short": "Imeḍfaren",
|
||||
"privacy.public.long": "Kra n win yellan deg Masṭudun neɣ berra-s",
|
||||
|
@ -623,6 +623,7 @@
|
|||
"subscribed_languages.save": "Sekles ibeddilen",
|
||||
"tabs_bar.home": "Agejdan",
|
||||
"tabs_bar.notifications": "Alɣuten",
|
||||
"terms_of_service.title": "Tiwtilin n useqdec",
|
||||
"time_remaining.days": "Mazal {number, plural, one {# wass} other {# wussan}}",
|
||||
"time_remaining.hours": "Mazal {number, plural, one {# usarag} other {# yisragen}}",
|
||||
"time_remaining.minutes": "Mazal {number, plural, one {# n tesdat} other {# n tesdatin}}",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "설문 제거",
|
||||
"privacy.change": "게시물의 프라이버시 설정을 변경",
|
||||
"privacy.direct.long": "이 게시물에서 언급된 모두",
|
||||
"privacy.direct.short": "특정 인물",
|
||||
"privacy.direct.short": "개인 멘션",
|
||||
"privacy.private.long": "내 팔로워만",
|
||||
"privacy.private.short": "팔로워",
|
||||
"privacy.public.long": "마스토돈 내외 모두",
|
||||
|
|
|
@ -11,13 +11,16 @@
|
|||
"about.not_available": "Ev zanyarî li ser vê rajekarê nehatine peydakirin.",
|
||||
"about.powered_by": "Medyaya civakî ya nenavendî bi hêzdariya {mastodon}",
|
||||
"about.rules": "Rêbazên rajekar",
|
||||
"account.account_note_header": "Nîşeyên kesane",
|
||||
"account.add_or_remove_from_list": "Li lîsteyan zêde bike yan jî rake",
|
||||
"account.badges.bot": "Bot",
|
||||
"account.badges.group": "Kom",
|
||||
"account.block": "@{name} asteng bike",
|
||||
"account.block_domain": "Navpera {domain} asteng bike",
|
||||
"account.block_short": "Asteng bike",
|
||||
"account.blocked": "Astengkirî",
|
||||
"account.cancel_follow_request": "Daxwaza şopandinê vekişîne",
|
||||
"account.copy": "Girêdanê bo profîlê jê bigire",
|
||||
"account.direct": "Bi taybetî qale @{name} bike",
|
||||
"account.disable_notifications": "Êdî min agahdar neke gava @{name} diweşîne",
|
||||
"account.domain_blocked": "Navper hate astengkirin",
|
||||
|
@ -28,9 +31,12 @@
|
|||
"account.featured_tags.last_status_never": "Şandî tune ne",
|
||||
"account.featured_tags.title": "{name}'s hashtagên taybet",
|
||||
"account.follow": "Bişopîne",
|
||||
"account.follow_back": "Bişopîne",
|
||||
"account.followers": "Şopîner",
|
||||
"account.followers.empty": "Kesekî hin ev bikarhêner neşopandiye.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} şopîner} other {{counter} şopîner}}",
|
||||
"account.following": "Dişopîne",
|
||||
"account.following_counter": "{count, plural, one {{counter} dişopîne} other {{counter} dişopîne}}",
|
||||
"account.follows.empty": "Ev bikarhêner hin kesekî heya niha neşopandiye.",
|
||||
"account.go_to_profile": "Biçe bo profîlê",
|
||||
"account.hide_reblogs": "Bilindkirinên ji @{name} veşêre",
|
||||
|
@ -43,7 +49,11 @@
|
|||
"account.mention": "Qal @{name} bike",
|
||||
"account.moved_to": "{name} diyar kir ku ajimêra nû ya wan niha ev e:",
|
||||
"account.mute": "@{name} bêdeng bike",
|
||||
"account.mute_notifications_short": "Agahdariyan bêdeng bike",
|
||||
"account.mute_short": "Bêdeng bike",
|
||||
"account.muted": "Bêdengkirî",
|
||||
"account.mutual": "Hevpar",
|
||||
"account.no_bio": "Ti danasîn nehatiye tevlîkirin.",
|
||||
"account.open_original_page": "Rûpela resen veke",
|
||||
"account.posts": "Şandî",
|
||||
"account.posts_with_replies": "Şandî û bersiv",
|
||||
|
@ -52,12 +62,14 @@
|
|||
"account.requested_follow": "{name} dixwaze te bişopîne",
|
||||
"account.share": "Profîla @{name} parve bike",
|
||||
"account.show_reblogs": "Bilindkirinên ji @{name} nîşan bike",
|
||||
"account.statuses_counter": "{count, plural,one {{counter} şandî}other {{counter} şandî}}",
|
||||
"account.unblock": "Astengê li ser @{name} rake",
|
||||
"account.unblock_domain": "Astengê li ser navperê {domain} rake",
|
||||
"account.unblock_short": "Astengiyê rake",
|
||||
"account.unendorse": "Li ser profîl nîşan neke",
|
||||
"account.unfollow": "Neşopîne",
|
||||
"account.unmute": "@{name} bêdeng neke",
|
||||
"account.unmute_notifications_short": "Agahdariyan bêdeng bike",
|
||||
"account.unmute_short": "Bêdeng neke",
|
||||
"account_note.placeholder": "Bitikîne bo nîşeyekê tevlî bikî",
|
||||
"admin.dashboard.daily_retention": "Rêjeya ragirtina bikarhêner bi roj piştî tomarkirinê",
|
||||
|
@ -69,9 +81,18 @@
|
|||
"alert.rate_limited.title": "Rêje sînorkirî ye",
|
||||
"alert.unexpected.message": "Çewtiyeke bêhêvî çê bû.",
|
||||
"alert.unexpected.title": "Wey li min!",
|
||||
"alt_text_modal.cancel": "Têk bibe",
|
||||
"alt_text_modal.change_thumbnail": "Wêneyê biçûk biguherîne",
|
||||
"alt_text_modal.done": "Qediya",
|
||||
"announcement.announcement": "Daxuyanî",
|
||||
"annual_report.summary.followers.followers": "şopîner",
|
||||
"annual_report.summary.followers.total": "{count} tevahî",
|
||||
"annual_report.summary.new_posts.new_posts": "şandiyên nû",
|
||||
"attachments_list.unprocessed": "(bêpêvajo)",
|
||||
"audio.hide": "Dengê veşêre",
|
||||
"block_modal.show_less": "Kêmtir nîşan bide",
|
||||
"block_modal.show_more": "Bêtir nîşan bide",
|
||||
"block_modal.title": "Bikarhêner asteng bike?",
|
||||
"boost_modal.combo": "Ji bo derbas bî carekî din de pêlê {combo} bike",
|
||||
"bundle_column_error.copy_stacktrace": "Rapora çewtiyê jê bigire",
|
||||
"bundle_column_error.error.body": "Rûpela xwestî nehate pêşkêşkirin. Dibe ku ew ji ber şaşetiyeke koda me, an jî pirsgirêkeke lihevhatina gerokê be.",
|
||||
|
@ -141,10 +162,12 @@
|
|||
"confirmations.logout.message": "Ma tu dixwazî ku derkevî?",
|
||||
"confirmations.mute.confirm": "Bêdeng bike",
|
||||
"confirmations.redraft.confirm": "Jê bibe & ji nû ve serrast bike",
|
||||
"confirmations.redraft.message": "Bi rastî tu dixwazî şandî ye jê bibî û ji nû ve reşnivîsek çê bikî? Bijarte û şandî wê wenda bibin û bersivên ji bo şandiyê resen wê sêwî bimînin.",
|
||||
"confirmations.reply.confirm": "Bersivê bide",
|
||||
"confirmations.reply.message": "Bersiva niha li ser peyama ku tu niha berhev dikî dê binivsîne. Ma pê bawer î ku tu dixwazî bidomînî?",
|
||||
"confirmations.unfollow.confirm": "Neşopîne",
|
||||
"confirmations.unfollow.message": "Ma tu dixwazî ku dev ji şopa {name} berdî?",
|
||||
"content_warning.show_more": "Bêtir nîşan bide",
|
||||
"conversation.delete": "Axaftinê jê bibe",
|
||||
"conversation.mark_as_read": "Wekî xwendî nîşan bide",
|
||||
"conversation.open": "Axaftinê nîşan bide",
|
||||
|
@ -158,6 +181,9 @@
|
|||
"disabled_account_banner.text": "Ajimêrê te {disabledAccount} niha neçalak e.",
|
||||
"dismissable_banner.community_timeline": "Ev şandiyên giştî yên herî dawî ji kesên ku ajimêrê wan ji aliyê {domain} ve têne pêşkêşkirin.",
|
||||
"dismissable_banner.dismiss": "Paşguh bike",
|
||||
"domain_block_modal.block": "Rajekar asteng bike",
|
||||
"domain_pill.server": "Rajekar",
|
||||
"domain_pill.username": "Navê bikarhêner",
|
||||
"embed.instructions": "Bi jêgirtina koda jêrîn vê şandiyê li ser malpera xwe bi cih bike.",
|
||||
"embed.preview": "Ew ê çawa xuya bibe li vir tê nîşandan:",
|
||||
"emoji_button.activity": "Çalakî",
|
||||
|
|
|
@ -86,6 +86,9 @@
|
|||
"alert.unexpected.message": "Afito un yerro no asperado.",
|
||||
"alert.unexpected.title": "Atyo!",
|
||||
"alt_text_badge.title": "Teksto alternativo",
|
||||
"alt_text_modal.cancel": "Anula",
|
||||
"alt_text_modal.change_thumbnail": "Troka minyatura",
|
||||
"alt_text_modal.done": "Fecho",
|
||||
"announcement.announcement": "Pregon",
|
||||
"annual_report.summary.archetype.pollster": "El anketero",
|
||||
"annual_report.summary.followers.followers": "suivantes",
|
||||
|
@ -129,9 +132,11 @@
|
|||
"column.blocks": "Utilizadores blokados",
|
||||
"column.bookmarks": "Markadores",
|
||||
"column.community": "Linya lokala",
|
||||
"column.create_list": "Kriya lista",
|
||||
"column.direct": "Enmentaduras privadas",
|
||||
"column.directory": "Eksplora profiles",
|
||||
"column.domain_blocks": "Domenos blokados",
|
||||
"column.edit_list": "Edita lista",
|
||||
"column.favourites": "Te plazen",
|
||||
"column.firehose": "Linyas en bivo",
|
||||
"column.follow_requests": "Solisitudes de segimiento",
|
||||
|
@ -148,6 +153,7 @@
|
|||
"column_header.pin": "Fiksa",
|
||||
"column_header.show_settings": "Amostra opsyones",
|
||||
"column_header.unpin": "Defiksar",
|
||||
"column_search.cancel": "Anula",
|
||||
"column_subheading.settings": "Opsyones",
|
||||
"community.column_settings.local_only": "Solo lokalas",
|
||||
"community.column_settings.media_only": "Solo multimedia",
|
||||
|
@ -219,6 +225,8 @@
|
|||
"disabled_account_banner.text": "Tu kuento {disabledAccount} esta aktualmente inkapasitado.",
|
||||
"dismissable_banner.community_timeline": "Estas son las publikasyones publikas mas resientes de las personas kualos kuentos estan balabayados en {domain}.",
|
||||
"dismissable_banner.dismiss": "Kita",
|
||||
"dismissable_banner.explore_statuses": "Estas publikasyones del fediverso estan agora popularas. Publikasyones mas muevas, kon mas repartajasiones i favoritadas por mas djente aparesen primero.",
|
||||
"dismissable_banner.public_timeline": "Estas son las publikasyones publikas mas resientes de personas en el fediverso a las kualas la djente de {domain} sige.",
|
||||
"domain_block_modal.block": "Bloka sirvidor",
|
||||
"domain_block_modal.block_account_instead": "Bloka @{name} en su lugar",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Las personas de este sirvidor pueden enteraktuar kon tus puvlikasyones viejas.",
|
||||
|
@ -327,6 +335,7 @@
|
|||
"footer.status": "Estado",
|
||||
"generic.saved": "Guadrado",
|
||||
"getting_started.heading": "Primos pasos",
|
||||
"hashtag.admin_moderation": "Avre la enterfaz de moderasyon para #{name}",
|
||||
"hashtag.column_header.tag_mode.all": "i {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "o {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "sin {additional}",
|
||||
|
@ -415,11 +424,17 @@
|
|||
"link_preview.author": "Publikasyon de {name}",
|
||||
"link_preview.more_from_author": "Mas de {name}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} publikasyon} other {{counter} publikasyones}}",
|
||||
"lists.add_member": "Adjusta",
|
||||
"lists.add_to_list": "Adjusta a lista",
|
||||
"lists.create_list": "Kriya lista",
|
||||
"lists.delete": "Efasa lista",
|
||||
"lists.done": "Fecho",
|
||||
"lists.edit": "Edita lista",
|
||||
"lists.replies_policy.followed": "Kualseker utilizador segido",
|
||||
"lists.replies_policy.list": "Miembros de la lista",
|
||||
"lists.replies_policy.none": "Dinguno",
|
||||
"lists.save": "Guadra",
|
||||
"lists.search": "Bushka",
|
||||
"load_pending": "{count, plural, one {# muevo elemento} other {# muevos elementos}}",
|
||||
"loading_indicator.label": "Eskargando…",
|
||||
"media_gallery.hide": "Eskonde",
|
||||
|
@ -544,7 +559,10 @@
|
|||
"notifications_permission_banner.enable": "Kapasita avizos de ensimameza",
|
||||
"notifications_permission_banner.how_to_control": "Para risivir avizos kuando Mastodon no esta avierto, kapasita avizos de ensimameza. Puedes kontrolar presizamente kualos tipos de enteraksiones djeneren avizos de ensimameza kon el boton {icon} arriva kuando esten kapasitadas.",
|
||||
"notifications_permission_banner.title": "Nunkua te piedres niente",
|
||||
"onboarding.follows.back": "Atras",
|
||||
"onboarding.follows.done": "Fecho",
|
||||
"onboarding.follows.empty": "Malorozamente, no se pueden amostrar rezultados en este momento. Puedes aprovar uzar la bushkeda o navigar por la pajina de eksplorasyon para topar personas a las que segir, o aprovarlo de muevo mas tadre.",
|
||||
"onboarding.follows.search": "Bushka",
|
||||
"onboarding.profile.discoverable": "Faz ke mi profil apareska en bushkedas",
|
||||
"onboarding.profile.discoverable_hint": "Kuando permites ke tu profil sea diskuvriravle en Mastodon, tus publikasyones podran apareser en rezultados de bushkedas i trendes i tu profil podra ser sujerido a personas kon intereses similares a los tuyos.",
|
||||
"onboarding.profile.display_name": "Nombre amostrado",
|
||||
|
@ -570,7 +588,6 @@
|
|||
"poll_button.remove_poll": "Kita anketa",
|
||||
"privacy.change": "Troka privasita de publikasyon",
|
||||
"privacy.direct.long": "Todos enmentados en la publikasyon",
|
||||
"privacy.direct.short": "Djente espesifika",
|
||||
"privacy.private.long": "Solo para tus suivantes",
|
||||
"privacy.private.short": "Suivantes",
|
||||
"privacy.public.long": "Todos en i afuera de Mastodon",
|
||||
|
@ -667,6 +684,7 @@
|
|||
"search_results.hashtags": "Etiketas",
|
||||
"search_results.see_all": "Ve todo",
|
||||
"search_results.statuses": "Publikasyones",
|
||||
"search_results.title": "Bushka por \"{q}\"",
|
||||
"server_banner.about_active_users": "Utilizadores aktivos en este sirvidor durante los ultimos 30 diyas (utilizadores aktivos mensuales)",
|
||||
"server_banner.active_users": "utilizadores aktivos",
|
||||
"server_banner.administered_by": "Administrado por:",
|
||||
|
|
|
@ -684,7 +684,7 @@
|
|||
"poll_button.remove_poll": "Pašalinti apklausą",
|
||||
"privacy.change": "Keisti įrašo privatumą",
|
||||
"privacy.direct.long": "Visus, paminėtus įraše",
|
||||
"privacy.direct.short": "Konkretūs žmonės",
|
||||
"privacy.direct.short": "Privatus paminėjimas",
|
||||
"privacy.private.long": "Tik sekėjams",
|
||||
"privacy.private.short": "Sekėjai",
|
||||
"privacy.public.long": "Bet kas iš Mastodon ir ne Mastodon",
|
||||
|
|
|
@ -545,7 +545,6 @@
|
|||
"poll_button.remove_poll": "Noņemt aptauju",
|
||||
"privacy.change": "Mainīt ieraksta privātumu",
|
||||
"privacy.direct.long": "Visi ierakstā pieminētie",
|
||||
"privacy.direct.short": "Noteikti cilvēki",
|
||||
"privacy.private.long": "Tikai Tavi sekotāji",
|
||||
"privacy.private.short": "Sekotāji",
|
||||
"privacy.public.long": "Jebkurš Mastodon un ārpus tā",
|
||||
|
|
|
@ -447,7 +447,6 @@
|
|||
"poll_button.remove_poll": "Buang undian",
|
||||
"privacy.change": "Ubah privasi hantaran",
|
||||
"privacy.direct.long": "Semua orang yang disebutkan dalam siaran",
|
||||
"privacy.direct.short": "Orang tertentu",
|
||||
"privacy.private.long": "Pengikut anda sahaja",
|
||||
"privacy.private.short": "Pengikut",
|
||||
"privacy.public.short": "Awam",
|
||||
|
|
|
@ -250,9 +250,30 @@
|
|||
"disabled_account_banner.text": "Lí ê口座 {disabledAccount} tsit-má hōo lâng停止使用。",
|
||||
"dismissable_banner.community_timeline": "Tsia sī uì 口座hē tī {domain} ê lâng,最近所公開PO ê。",
|
||||
"dismissable_banner.dismiss": "Mài kā tshah",
|
||||
"dismissable_banner.explore_links": "Tsiah ê新聞故事是kín-á日tī Fediverse hōo lâng分享上tsē pái ê。Hōo koh khah tsē lâng 分享ê khah新ê新聞故事,名次koh khah kuân。",
|
||||
"dismissable_banner.explore_statuses": "Tsiah ê tuì Fediverse來ê PO文kín-á日有真tsē關注。Khah新ê,有khah tsē轉送kap收藏ê,名次koh khah kuân。",
|
||||
"dismissable_banner.explore_tags": "Tsiah ê hashtag kín-á日tī Fediverse 有真tsē關注。Khah tsē無kâng ê lâng leh用ê hashtag,名次koh khah kuân。",
|
||||
"dismissable_banner.public_timeline": "Tsiah ê是 {domain} 內底ê lâng 佇 Fediverse所跟tuè ê ê,上新ê公開PO文。.",
|
||||
"domain_block_modal.block": "封鎖服侍器",
|
||||
"domain_block_modal.block_account_instead": "改做封鎖 @{name}",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Uì tsit ê服侍器來ê,通kap lí khah早ê PO交流。",
|
||||
"domain_block_modal.they_cant_follow": "Tuì tsit ê服侍器來ê 通跟tuè lí。",
|
||||
"domain_block_modal.they_wont_know": "In buē知影in受封鎖。",
|
||||
"domain_block_modal.title": "Kám beh封鎖域名?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Lí ē失去 {followersCount, plural, other {{followersCountDisplay} ê lâng跟tuè}} kap {followingCount, plural, other {{followingCountDisplay} ê lí所tuè ê 口座}}。",
|
||||
"domain_block_modal.you_will_lose_relationships": "Lí ē失去逐ê佇tsit ê服侍器跟tuè lí ê,kap lí所跟tuè ê。",
|
||||
"domain_block_modal.you_wont_see_posts": "Lí buē看見tsit ê服侍器ê用者所送ê PO文kap通知。",
|
||||
"domain_pill.activitypub_lets_connect": "伊ē hōo lí kap Mastodon ê lâng連結kap互動,其他社交應用程式ê lâng mā ē使。",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub親像Mastodon kap其他社交應用程式所講ê語言。",
|
||||
"domain_pill.server": "服侍器",
|
||||
"domain_pill.their_handle": "In ê口座:",
|
||||
"domain_pill.their_server": "In數位ê tau,in所有ê PO文lóng tī tsia。",
|
||||
"domain_pill.their_username": "In佇tsit ê服侍器獨一ê稱呼。佇無kâng ê服侍器有可能tshuē著kāng名ê用者。",
|
||||
"domain_pill.username": "用者ê名",
|
||||
"domain_pill.whats_in_a_handle": "口座是siánn-mih?",
|
||||
"domain_pill.who_they_are": "因為口座(handle)表示tsit ê lâng是siáng kap tī toh,lí ē當佇<button>支援ActivityPub ê平臺</button>. ê社交網路kap lâng交流。",
|
||||
"domain_pill.who_you_are": "因為口座(handle)表示lí是siáng kap tī toh,lâng ē當佇<button>支援ActivityPub ê平臺</button>. ê社交網路kap lí交流。",
|
||||
"domain_pill.your_handle": "Lí ê口座:",
|
||||
"embed.preview": "伊e án-ne顯示:\n",
|
||||
"emoji_button.activity": "活動",
|
||||
"emoji_button.clear": "清掉",
|
||||
|
@ -273,6 +294,70 @@
|
|||
"empty_column.account_suspended": "口座已經受停止",
|
||||
"empty_column.account_timeline": "Tsia無PO文!",
|
||||
"empty_column.account_unavailable": "個人資料bē當看",
|
||||
"errors.unexpected_crash.copy_stacktrace": "Khóo-pih stacktrace kàu剪貼pang-á",
|
||||
"errors.unexpected_crash.report_issue": "報告問題",
|
||||
"explore.suggested_follows": "用者",
|
||||
"explore.title": "探索",
|
||||
"explore.trending_links": "新聞",
|
||||
"filter_modal.added.expired_title": "過期ê過濾器",
|
||||
"filter_modal.added.review_and_configure": "Beh審視kap進前設定tsit ê過濾器ê類別,請kàu {settings_link}。",
|
||||
"filter_modal.added.review_and_configure_title": "過濾器ê設定",
|
||||
"filter_modal.added.settings_link": "設定頁",
|
||||
"filter_modal.added.short_explanation": "Tsit ê PO文已經加添kàu下kha ê過濾器類別:{title}。",
|
||||
"filter_modal.added.title": "過濾器加添ah!",
|
||||
"filter_modal.select_filter.context_mismatch": "Mài用tī tsit ê內文",
|
||||
"filter_modal.select_filter.expired": "過期ah",
|
||||
"filter_modal.select_filter.prompt_new": "新ê類別:{name}",
|
||||
"filter_modal.select_filter.search": "Tshiau-tshuē á是加添",
|
||||
"filter_modal.select_filter.subtitle": "用有ê類別á是建立新ê",
|
||||
"filter_modal.select_filter.title": "過濾tsit ê PO文",
|
||||
"filter_modal.title.status": "過濾PO文",
|
||||
"filter_warning.matches_filter": "合過濾器「<span>{title}</span>」",
|
||||
"filtered_notifications_banner.pending_requests": "Tuì lí可能熟sāi ê {count, plural, =0 {0 ê人} other {# ê人}}",
|
||||
"filtered_notifications_banner.title": "過濾ê通知",
|
||||
"firehose.all": "Kui ê",
|
||||
"firehose.local": "Tsit ê服侍器",
|
||||
"firehose.remote": "別ê服侍器",
|
||||
"follow_request.authorize": "授權",
|
||||
"follow_request.reject": "拒絕",
|
||||
"follow_requests.unlocked_explanation": "就算lí ê口座無hőng鎖,{domain} ê管理員leh想,lí可能beh手動審查tuì tsiah ê口座送ê跟tuè請求。",
|
||||
"follow_suggestions.curated_suggestion": "精選ê內容",
|
||||
"follow_suggestions.dismiss": "Mài koh顯示。",
|
||||
"follow_suggestions.featured_longer": "{domain} 團隊所揀ê",
|
||||
"follow_suggestions.friends_of_friends_longer": "時行佇lí所tuè ê lâng",
|
||||
"follow_suggestions.personalized_suggestion": "個人化ê推薦",
|
||||
"follow_suggestions.popular_suggestion": "流行ê推薦",
|
||||
"follow_suggestions.popular_suggestion_longer": "佇{domain} 足有lâng緣",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Kap lí最近跟tuè ê相siâng",
|
||||
"follow_suggestions.view_all": "看全部",
|
||||
"follow_suggestions.who_to_follow": "Thang tuè ê",
|
||||
"followed_tags": "跟tuè ê hashtag",
|
||||
"footer.about": "概要",
|
||||
"footer.directory": "個人資料ê目錄",
|
||||
"footer.get_app": "The̍h著app",
|
||||
"footer.keyboard_shortcuts": "鍵盤kiu-té khí (shortcut)",
|
||||
"footer.privacy_policy": "隱私權政策",
|
||||
"footer.source_code": "看原始碼",
|
||||
"footer.status": "狀態",
|
||||
"footer.terms_of_service": "服務規定",
|
||||
"generic.saved": "儲存ah",
|
||||
"getting_started.heading": "開始用",
|
||||
"hashtag.admin_moderation": "Phah開 #{name} ê管理界面",
|
||||
"hashtag.column_header.tag_mode.all": "kap {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "á是 {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "無需要 {additional}",
|
||||
"hashtag.column_settings.select.no_options_message": "Tshuē無建議",
|
||||
"hashtag.column_settings.select.placeholder": "請輸入hashtag……",
|
||||
"hashtag.column_settings.tag_mode.all": "Kui ê",
|
||||
"hashtag.column_settings.tag_mode.any": "任何tsi̍t ê",
|
||||
"hashtag.column_settings.tag_mode.none": "Lóng mài",
|
||||
"hashtag.column_settings.tag_toggle": "Kā追加ê標籤加添kàu tsit ê欄",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} ê} other {{counter} ê}}參與ê",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} ê} other {{counter} ê}} PO文",
|
||||
"hashtag.counter_by_uses_today": "Kin-á日有 {count, plural, one {{counter} ê} other {{counter} ê}} PO文",
|
||||
"hashtag.follow": "跟tuè hashtag",
|
||||
"hashtag.unfollow": "取消跟tuè hashtag",
|
||||
"hashtags.and_other": "……kap 其他 {count, plural, other {# ê}}",
|
||||
"notification.favourite_pm": "{name} kah意lí ê私人提起",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} kap<a>{count, plural, other {另外 # ê lâng}}</a>kah意lí ê私人提起",
|
||||
"search_popout.language_code": "ISO語言代碼",
|
||||
|
|
|
@ -697,7 +697,6 @@
|
|||
"poll_button.remove_poll": "Fjern rundspørjing",
|
||||
"privacy.change": "Endre personvernet på innlegg",
|
||||
"privacy.direct.long": "Alle nemnde i innlegget",
|
||||
"privacy.direct.short": "Spesifikke folk",
|
||||
"privacy.private.long": "Berre dei som fylgjer deg",
|
||||
"privacy.private.short": "Fylgjarar",
|
||||
"privacy.public.long": "Kven som helst på og av Mastodon",
|
||||
|
|
|
@ -85,7 +85,14 @@
|
|||
"alert.rate_limited.title": "Hastighetsbegrenset",
|
||||
"alert.unexpected.message": "En uventet feil oppstod.",
|
||||
"alert.unexpected.title": "Ups!",
|
||||
"alt_text_badge.title": "Alternativ tekst",
|
||||
"alt_text_modal.cancel": "Avbryt",
|
||||
"alt_text_modal.change_thumbnail": "Endre miniatyrbilde",
|
||||
"alt_text_modal.done": "Ferdig",
|
||||
"announcement.announcement": "Kunngjøring",
|
||||
"annual_report.summary.followers.followers": "følgere",
|
||||
"annual_report.summary.most_used_hashtag.none": "Ingen",
|
||||
"annual_report.summary.new_posts.new_posts": "nye innlegg",
|
||||
"attachments_list.unprocessed": "(ubehandlet)",
|
||||
"audio.hide": "Skjul lyd",
|
||||
"block_modal.remote_users_caveat": "Vi vil be serveren {domain} om å respektere din beslutning. Det er imidlertid ingen garanti at det blir overholdt, siden noen servere kan håndtere blokkeringer på forskjellig vis. Offentlige innlegg kan fortsatt være synlige for ikke-innloggede brukere.",
|
||||
|
@ -122,6 +129,7 @@
|
|||
"column.direct": "Private omtaler",
|
||||
"column.directory": "Bla gjennom profiler",
|
||||
"column.domain_blocks": "Skjulte domener",
|
||||
"column.edit_list": "Rediger listen",
|
||||
"column.favourites": "Favoritter",
|
||||
"column.firehose": "Tidslinjer",
|
||||
"column.follow_requests": "Følgeforespørsler",
|
||||
|
@ -138,6 +146,7 @@
|
|||
"column_header.pin": "Fest",
|
||||
"column_header.show_settings": "Vis innstillinger",
|
||||
"column_header.unpin": "Løsne",
|
||||
"column_search.cancel": "Avbryt",
|
||||
"column_subheading.settings": "Innstillinger",
|
||||
"community.column_settings.local_only": "Kun lokalt",
|
||||
"community.column_settings.media_only": "Media only",
|
||||
|
@ -182,6 +191,7 @@
|
|||
"confirmations.logout.confirm": "Logg ut",
|
||||
"confirmations.logout.message": "Er du sikker på at du vil logge ut?",
|
||||
"confirmations.logout.title": "Logg ut?",
|
||||
"confirmations.missing_alt_text.secondary": "Legg ut likevel",
|
||||
"confirmations.mute.confirm": "Demp",
|
||||
"confirmations.redraft.confirm": "Slett og skriv på nytt",
|
||||
"confirmations.redraft.message": "Er du sikker på at du vil slette dette innlegget og lagre det på nytt? Favoritter og fremhevinger vil gå tapt, og svar til det originale innlegget vil bli foreldreløse.",
|
||||
|
@ -194,6 +204,7 @@
|
|||
"confirmations.unfollow.title": "Slutt å følge bruker?",
|
||||
"content_warning.hide": "Skjul innlegg",
|
||||
"content_warning.show": "Vis likevel",
|
||||
"content_warning.show_more": "Vis mer",
|
||||
"conversation.delete": "Slett samtalen",
|
||||
"conversation.mark_as_read": "Marker som lest",
|
||||
"conversation.open": "Vis samtale",
|
||||
|
@ -368,6 +379,9 @@
|
|||
"ignore_notifications_modal.not_followers_title": "Overse varsler fra folk som ikke følger deg?",
|
||||
"ignore_notifications_modal.not_following_title": "Overse varsler fra folk du ikke følger?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Overse varsler fra uoppfordrede private omtaler?",
|
||||
"info_button.label": "Hjelp",
|
||||
"interaction_modal.go": "Gå",
|
||||
"interaction_modal.no_account_yet": "Har du ikke en konto ennå?",
|
||||
"interaction_modal.on_another_server": "På en annen server",
|
||||
"interaction_modal.on_this_server": "På denne serveren",
|
||||
"interaction_modal.title.favourite": "Favorittmarker innlegget til {name}",
|
||||
|
@ -419,13 +433,22 @@
|
|||
"link_preview.author": "Av {name}",
|
||||
"link_preview.more_from_author": "Mer fra {name}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} innlegg} other {{counter} innlegg}}",
|
||||
"lists.add_member": "Legg til",
|
||||
"lists.add_to_list": "Legg til i listen",
|
||||
"lists.create": "Opprett",
|
||||
"lists.delete": "Slett listen",
|
||||
"lists.done": "Ferdig",
|
||||
"lists.edit": "Rediger listen",
|
||||
"lists.no_results_found": "Ingen treff.",
|
||||
"lists.remove_member": "Fjern",
|
||||
"lists.replies_policy.followed": "Enhver fulgt bruker",
|
||||
"lists.replies_policy.list": "Medlemmer i listen",
|
||||
"lists.replies_policy.none": "Ingen",
|
||||
"lists.save": "Lagre",
|
||||
"lists.search": "Søk",
|
||||
"load_pending": "{count, plural,one {# ny gjenstand} other {# nye gjenstander}}",
|
||||
"loading_indicator.label": "Laster…",
|
||||
"media_gallery.hide": "Skjul",
|
||||
"moved_to_account_banner.text": "Din konto {disabledAccount} er for øyeblikket deaktivert fordi du flyttet til {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Ikke varsle",
|
||||
"mute_modal.hide_options": "Skjul alternativer",
|
||||
|
@ -470,10 +493,20 @@
|
|||
"notification.favourite": "{name} favorittmarkerte innlegget ditt",
|
||||
"notification.follow": "{name} fulgte deg",
|
||||
"notification.follow_request": "{name} har bedt om å få følge deg",
|
||||
"notification.label.mention": "Nevn",
|
||||
"notification.label.reply": "Svar",
|
||||
"notification.mention": "Nevn",
|
||||
"notification.mentioned_you": "{name} nevnte deg",
|
||||
"notification.moderation-warning.learn_more": "Lær mer",
|
||||
"notification.own_poll": "Avstemningen din er ferdig",
|
||||
"notification.reblog": "{name} fremhevet ditt innlegg",
|
||||
"notification.relationships_severance_event.learn_more": "Lær mer",
|
||||
"notification.status": "{name} la nettopp ut",
|
||||
"notification.update": "{name} redigerte et innlegg",
|
||||
"notification_requests.accept": "Aksepter",
|
||||
"notification_requests.dismiss": "Lukk",
|
||||
"notification_requests.edit_selection": "Redigér",
|
||||
"notification_requests.exit_selection": "Ferdig",
|
||||
"notification_requests.minimize_banner": "Minimer banneret for filtrerte varsler",
|
||||
"notification_requests.view": "Vis varsler",
|
||||
"notifications.clear": "Fjern varsler",
|
||||
|
@ -486,6 +519,7 @@
|
|||
"notifications.column_settings.filter_bar.category": "Hurtigfiltreringslinje",
|
||||
"notifications.column_settings.follow": "Nye følgere:",
|
||||
"notifications.column_settings.follow_request": "Nye følgerforespørsler:",
|
||||
"notifications.column_settings.group": "Gruppe",
|
||||
"notifications.column_settings.mention": "Nevnt:",
|
||||
"notifications.column_settings.poll": "Avstemningsresultater:",
|
||||
"notifications.column_settings.push": "Push varsler",
|
||||
|
@ -529,7 +563,10 @@
|
|||
"notifications_permission_banner.enable": "Skru på skrivebordsvarsler",
|
||||
"notifications_permission_banner.how_to_control": "For å motta varsler når Mastodon ikke er åpne, aktiver desktop varsler. Du kan kontrollere nøyaktig hvilke typer interaksjoner genererer skrivebordsvarsler gjennom {icon} -knappen ovenfor når de er aktivert.",
|
||||
"notifications_permission_banner.title": "Aldri gå glipp av noe",
|
||||
"onboarding.follows.back": "Tilbake",
|
||||
"onboarding.follows.done": "Ferdig",
|
||||
"onboarding.follows.empty": "Dessverre kan ingen resultater vises akkurat nå. Du kan prøve å bruke søk eller bla gjennom utforske-siden for å finne folk å følge, eller prøve igjen senere.",
|
||||
"onboarding.follows.search": "Søk",
|
||||
"onboarding.profile.discoverable": "Gjør min profil synlig",
|
||||
"onboarding.profile.display_name": "Visningsnavn",
|
||||
"onboarding.profile.display_name_hint": "Ditt fulle navn eller ditt morsomme navn…",
|
||||
|
@ -554,7 +591,6 @@
|
|||
"poll_button.remove_poll": "Fjern avstemningen",
|
||||
"privacy.change": "Juster synlighet",
|
||||
"privacy.direct.long": "Alle nevnt i innlegget",
|
||||
"privacy.direct.short": "Spesifikke folk",
|
||||
"privacy.private.long": "Bare følgerne dine",
|
||||
"privacy.private.short": "Følgere",
|
||||
"privacy.public.long": "Alle på og utenfor Mastodon",
|
||||
|
@ -622,6 +658,7 @@
|
|||
"report_notification.attached_statuses": "{count, plural,one {{count} innlegg} other {{count} innlegg}} vedlagt",
|
||||
"report_notification.categories.legal": "Juridiske",
|
||||
"report_notification.categories.other": "Annet",
|
||||
"report_notification.categories.other_sentence": "annet",
|
||||
"report_notification.categories.spam": "Søppelpost",
|
||||
"report_notification.categories.violation": "Regelbrudd",
|
||||
"report_notification.open": "Åpne rapport",
|
||||
|
@ -644,6 +681,7 @@
|
|||
"search_results.accounts": "Profiler",
|
||||
"search_results.all": "Alle",
|
||||
"search_results.hashtags": "Emneknagger",
|
||||
"search_results.no_results": "Ingen resultater.",
|
||||
"search_results.see_all": "Se alle",
|
||||
"search_results.statuses": "Innlegg",
|
||||
"server_banner.about_active_users": "Personer som har brukt denne serveren i løpet av de siste 30 dagene (aktive brukere månedlig)",
|
||||
|
@ -709,6 +747,7 @@
|
|||
"subscribed_languages.target": "Endre abonnerte språk for {target}",
|
||||
"tabs_bar.home": "Hjem",
|
||||
"tabs_bar.notifications": "Varslinger",
|
||||
"terms_of_service.title": "Bruksvilkår",
|
||||
"time_remaining.days": "{number, plural,one {# dag} other {# dager}} igjen",
|
||||
"time_remaining.hours": "{number, plural, one {# time} other {# timer}} igjen",
|
||||
"time_remaining.minutes": "{number, plural, one {# minutt} other {# minutter}} igjen",
|
||||
|
|
|
@ -437,7 +437,6 @@
|
|||
"poll.voted": "ਤੁਸੀਂ ਇਸ ਜਵਾਬ ਲਈ ਵੋਟ ਕੀਤਾ",
|
||||
"privacy.change": "ਪੋਸਟ ਦੀ ਪਰਦੇਦਾਰੀ ਨੂੰ ਬਦਲੋ",
|
||||
"privacy.direct.long": "ਪੋਸਟ ਵਿੱਚ ਜ਼ਿਕਰ ਕੀਤੇ ਹਰ ਕੋਈ",
|
||||
"privacy.direct.short": "ਖਾਸ ਲੋਕ",
|
||||
"privacy.private.long": "ਸਿਰਫ਼ ਤੁਹਾਡੇ ਫ਼ਾਲੋਅਰ ਹੀ",
|
||||
"privacy.private.short": "ਫ਼ਾਲੋਅਰ",
|
||||
"privacy.public.short": "ਜਨਤਕ",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"account.mute_notifications_short": "Wycisz powiadomienia",
|
||||
"account.mute_short": "Wycisz",
|
||||
"account.muted": "Wyciszony",
|
||||
"account.mutual": "Przyjaciele",
|
||||
"account.mutual": "Znajomi",
|
||||
"account.no_bio": "Brak opisu.",
|
||||
"account.open_original_page": "Otwórz stronę oryginalną",
|
||||
"account.posts": "Wpisy",
|
||||
|
@ -697,7 +697,6 @@
|
|||
"poll_button.remove_poll": "Usuń ankietę",
|
||||
"privacy.change": "Dostosuj widoczność wpisów",
|
||||
"privacy.direct.long": "Wszyscy wzmiankowani w tym wpisie",
|
||||
"privacy.direct.short": "Wzmianki bezpośrednie",
|
||||
"privacy.private.long": "Tylko obserwujący",
|
||||
"privacy.private.short": "Obserwujący",
|
||||
"privacy.public.long": "Każdy na i poza Mastodon",
|
||||
|
|
|
@ -697,7 +697,6 @@
|
|||
"poll_button.remove_poll": "Remover enquete",
|
||||
"privacy.change": "Alterar privacidade do toot",
|
||||
"privacy.direct.long": "Todos mencionados na publicação",
|
||||
"privacy.direct.short": "Pessoas específicas",
|
||||
"privacy.private.long": "Apenas seus seguidores",
|
||||
"privacy.private.short": "Seguidores",
|
||||
"privacy.public.long": "Qualquer um dentro ou fora do Mastodon",
|
||||
|
|
|
@ -697,7 +697,6 @@
|
|||
"poll_button.remove_poll": "Remover sondagem",
|
||||
"privacy.change": "Alterar a privacidade da publicação",
|
||||
"privacy.direct.long": "Todos os mencionados na publicação",
|
||||
"privacy.direct.short": "Pessoas específicas",
|
||||
"privacy.private.long": "Apenas os teus seguidores",
|
||||
"privacy.private.short": "Seguidores",
|
||||
"privacy.public.long": "Qualquer pessoa no Mastodon ou não",
|
||||
|
|
|
@ -697,7 +697,6 @@
|
|||
"poll_button.remove_poll": "Удалить опрос",
|
||||
"privacy.change": "Изменить видимость поста",
|
||||
"privacy.direct.long": "Все упомянутые в посте",
|
||||
"privacy.direct.short": "Определённые люди",
|
||||
"privacy.private.long": "Только ваши подписчики",
|
||||
"privacy.private.short": "Подписчики",
|
||||
"privacy.public.long": "Любой, находящийся на Mastodon и вне его",
|
||||
|
|
|
@ -538,7 +538,6 @@
|
|||
"poll_button.remove_poll": "Cantzella su sondàgiu",
|
||||
"privacy.change": "Modìfica s'istadu de riservadesa",
|
||||
"privacy.direct.long": "Totu is utentes mentovados in sa publicatzione",
|
||||
"privacy.direct.short": "Persones ispetzìficas",
|
||||
"privacy.private.long": "Isceti chie ti sighit",
|
||||
"privacy.private.short": "Sighiduras",
|
||||
"privacy.public.long": "Cale si siat persone a intro o a foras de Mastodon",
|
||||
|
|
|
@ -379,6 +379,7 @@
|
|||
"ignore_notifications_modal.filter_to_act_users": "Stále budeš môcť akceptovať, odmietnuť, alebo nahlásiť užívateľov",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Triedenie pomáha vyvarovať sa možnému zmäteniu",
|
||||
"ignore_notifications_modal.ignore": "Ignoruj upozornenia",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Ignorovať oboznámenia z obmedzených účtov?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Nevšímať si oznámenia z nových účtov?",
|
||||
"ignore_notifications_modal.not_followers_title": "Nevšímať si oznámenia od ľudí, ktorí ťa nenasledujú?",
|
||||
"ignore_notifications_modal.not_following_title": "Nevšímať si oznámenia od ľudí, ktorých nenasleduješ?",
|
||||
|
@ -629,7 +630,6 @@
|
|||
"poll_button.remove_poll": "Odstrániť anketu",
|
||||
"privacy.change": "Zmeniť nastavenia súkromia príspevku",
|
||||
"privacy.direct.long": "Všetci spomenutí v príspevku",
|
||||
"privacy.direct.short": "Konkrétni ľudia",
|
||||
"privacy.private.long": "Iba vaši sledovatelia",
|
||||
"privacy.private.short": "Sledovatelia",
|
||||
"privacy.public.long": "Ktokoľvek na Mastodone aj mimo neho",
|
||||
|
|
|
@ -610,7 +610,6 @@
|
|||
"poll_button.remove_poll": "Odstrani anketo",
|
||||
"privacy.change": "Spremeni zasebnost objave",
|
||||
"privacy.direct.long": "Vsem omenjenim v objavi",
|
||||
"privacy.direct.short": "Določenim ljudem",
|
||||
"privacy.private.long": "Samo vašim sledilcem",
|
||||
"privacy.private.short": "Sledilcem",
|
||||
"privacy.public.long": "Vsem, ki so ali niso na Mastodonu",
|
||||
|
|
|
@ -692,7 +692,7 @@
|
|||
"poll_button.remove_poll": "Hiqe pyetësorin",
|
||||
"privacy.change": "Rregulloni privatësi mesazhesh",
|
||||
"privacy.direct.long": "Gjithkënd i përmendur te postimi",
|
||||
"privacy.direct.short": "Persona të veçantë",
|
||||
"privacy.direct.short": "Përmendje private",
|
||||
"privacy.private.long": "Vetëm ndjekësit tuaj",
|
||||
"privacy.private.short": "Ndjekës",
|
||||
"privacy.public.long": "Cilido që hyn e del në Mastodon",
|
||||
|
|
|
@ -527,7 +527,6 @@
|
|||
"poll_button.remove_poll": "Ukloni anketu",
|
||||
"privacy.change": "Promeni privatnost objave",
|
||||
"privacy.direct.long": "Svi pomenuti u objavi",
|
||||
"privacy.direct.short": "Određeni ljudi",
|
||||
"privacy.private.long": "Samo vaši pratioci",
|
||||
"privacy.private.short": "Pratioci",
|
||||
"privacy.public.long": "Bilo ko na Mastodon-u i van njega",
|
||||
|
|
|
@ -527,7 +527,6 @@
|
|||
"poll_button.remove_poll": "Уклони анкету",
|
||||
"privacy.change": "Промени приватност објаве",
|
||||
"privacy.direct.long": "Сви поменути у објави",
|
||||
"privacy.direct.short": "Одређени људи",
|
||||
"privacy.private.long": "Само ваши пратиоци",
|
||||
"privacy.private.short": "Пратиоци",
|
||||
"privacy.public.long": "Било ко на Mastodon-у и ван њега",
|
||||
|
|
|
@ -219,6 +219,9 @@
|
|||
"confirmations.logout.message": "Är du säker på att du vill logga ut?",
|
||||
"confirmations.logout.title": "Logga ut?",
|
||||
"confirmations.missing_alt_text.confirm": "Lägg till alt-text",
|
||||
"confirmations.missing_alt_text.message": "Ditt inlägg innehåller media utan alt-text. Om du lägger till beskrivningar blir ditt innehåll tillgängligt för fler personer.",
|
||||
"confirmations.missing_alt_text.secondary": "Posta ändå",
|
||||
"confirmations.missing_alt_text.title": "Lägg till alt-text?",
|
||||
"confirmations.mute.confirm": "Tysta",
|
||||
"confirmations.redraft.confirm": "Radera & gör om",
|
||||
"confirmations.redraft.message": "Är du säker på att du vill radera detta inlägg och göra om det? Favoritmarkeringar, boostar och svar till det ursprungliga inlägget kommer förlora sitt sammanhang.",
|
||||
|
@ -416,6 +419,7 @@
|
|||
"ignore_notifications_modal.not_following_title": "Vill du blockera aviseringar från personer som du inte följer dig?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Vill du ignorera aviseringar från oombedda privata omnämnanden?",
|
||||
"info_button.label": "Hjälp",
|
||||
"info_button.what_is_alt_text": "<h1>Vad är alt-text?</h1> <p>alt-text ger bildbeskrivningar för personer med synnedsättning, anslutningar med låg bandbredd eller de som söker extra sammanhang.</p> <p>Du kan förbättra tillgängligheten och förståelsen för alla genom att skriva en tydlig, koncis och objektiv alt-text.</p> <ul> <li>Fånga viktiga element</li> <li>Sammanfatta text i bilder</li> <li>Använd vanlig meningsstruktur</li> <li>Undvik överflödig information</li> <li>Fokus på trender och viktiga resultat i komplexa bilder (som diagram eller kartor)</li> </ul>",
|
||||
"interaction_modal.action.favourite": "För att fortsätta, måste du favoritmarkera från ditt konto.",
|
||||
"interaction_modal.action.follow": "För att fortsätta, måste du följa från ditt konto.",
|
||||
"interaction_modal.action.reblog": "För att fortsätta, måste du boosta från ditt konto.",
|
||||
|
@ -693,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Ta bort omröstning",
|
||||
"privacy.change": "Ändra inläggsintegritet",
|
||||
"privacy.direct.long": "Alla som nämns i inlägget",
|
||||
"privacy.direct.short": "Särskilda personer",
|
||||
"privacy.direct.short": "Privat omnämnande",
|
||||
"privacy.private.long": "Endast dina följare",
|
||||
"privacy.private.short": "Följare",
|
||||
"privacy.public.long": "Alla på och utanför Mastodon",
|
||||
|
|
|
@ -86,6 +86,13 @@
|
|||
"alert.unexpected.message": "เกิดข้อผิดพลาดที่ไม่คาดคิด",
|
||||
"alert.unexpected.title": "อุปส์!",
|
||||
"alt_text_badge.title": "ข้อความแสดงแทน",
|
||||
"alt_text_modal.add_alt_text": "เพิ่มข้อความแสดงแทน",
|
||||
"alt_text_modal.add_text_from_image": "เพิ่มข้อความจากภาพ",
|
||||
"alt_text_modal.cancel": "ยกเลิก",
|
||||
"alt_text_modal.change_thumbnail": "เปลี่ยนภาพขนาดย่อ",
|
||||
"alt_text_modal.describe_for_people_with_hearing_impairments": "อธิบายสิ่งนี้สำหรับผู้คนที่มีความบกพร่องทางการได้ยิน…",
|
||||
"alt_text_modal.describe_for_people_with_visual_impairments": "อธิบายสิ่งนี้สำหรับผู้คนที่มีความบกพร่องทางการมองเห็น…",
|
||||
"alt_text_modal.done": "เสร็จสิ้น",
|
||||
"announcement.announcement": "ประกาศ",
|
||||
"annual_report.summary.archetype.booster": "ผู้ล่าความเจ๋ง",
|
||||
"annual_report.summary.archetype.lurker": "ผู้ซุ่มอ่านข่าว",
|
||||
|
@ -208,6 +215,10 @@
|
|||
"confirmations.logout.confirm": "ออกจากระบบ",
|
||||
"confirmations.logout.message": "คุณแน่ใจหรือไม่ว่าต้องการออกจากระบบ?",
|
||||
"confirmations.logout.title": "ออกจากระบบ?",
|
||||
"confirmations.missing_alt_text.confirm": "เพิ่มข้อความแสดงแทน",
|
||||
"confirmations.missing_alt_text.message": "โพสต์ของคุณมีสื่อที่ไม่มีข้อความแสดงแทน การเพิ่มคำอธิบายช่วยทำให้เนื้อหาของคุณเข้าถึงผู้คนได้มากขึ้น",
|
||||
"confirmations.missing_alt_text.secondary": "โพสต์ต่อไป",
|
||||
"confirmations.missing_alt_text.title": "เพิ่มข้อความแสดงแทน?",
|
||||
"confirmations.mute.confirm": "ซ่อน",
|
||||
"confirmations.redraft.confirm": "ลบแล้วร่างใหม่",
|
||||
"confirmations.redraft.message": "คุณแน่ใจหรือไม่ว่าต้องการลบโพสต์นี้แล้วร่างโพสต์ใหม่? รายการโปรดและการดันจะสูญหาย และการตอบกลับโพสต์ดั้งเดิมจะไม่มีความเกี่ยวพัน",
|
||||
|
@ -400,6 +411,7 @@
|
|||
"ignore_notifications_modal.not_followers_title": "เพิกเฉยการแจ้งเตือนจากผู้คนที่ไม่ได้ติดตามคุณ?",
|
||||
"ignore_notifications_modal.not_following_title": "เพิกเฉยการแจ้งเตือนจากผู้คนที่คุณไม่ได้ติดตาม?",
|
||||
"ignore_notifications_modal.private_mentions_title": "เพิกเฉยการแจ้งเตือนจากการกล่าวถึงแบบส่วนตัวที่ไม่พึงประสงค์?",
|
||||
"info_button.label": "ช่วยเหลือ",
|
||||
"interaction_modal.action.favourite": "เพื่อดำเนินการต่อ คุณจำเป็นต้องชื่นชอบจากบัญชีของคุณ",
|
||||
"interaction_modal.action.follow": "เพื่อดำเนินการต่อ คุณจำเป็นต้องติดตามจากบัญชีของคุณ",
|
||||
"interaction_modal.action.reblog": "เพื่อดำเนินการต่อ คุณจำเป็นต้องดันจากบัญชีของคุณ",
|
||||
|
@ -676,7 +688,6 @@
|
|||
"poll_button.remove_poll": "เอาการสำรวจความคิดเห็นออก",
|
||||
"privacy.change": "เปลี่ยนความเป็นส่วนตัวของโพสต์",
|
||||
"privacy.direct.long": "ทุกคนที่กล่าวถึงในโพสต์",
|
||||
"privacy.direct.short": "ผู้คนที่เฉพาะเจาะจง",
|
||||
"privacy.private.long": "เฉพาะผู้ติดตามของคุณเท่านั้น",
|
||||
"privacy.private.short": "ผู้ติดตาม",
|
||||
"privacy.public.long": "ใครก็ตามที่อยู่ในและนอก Mastodon",
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
"column.bookmarks": "Yer İşaretleri",
|
||||
"column.community": "Yerel ağ akışı",
|
||||
"column.create_list": "Liste oluştur",
|
||||
"column.direct": "Özel değinmeler",
|
||||
"column.direct": "Özel mesajlar",
|
||||
"column.directory": "Profillere göz at",
|
||||
"column.domain_blocks": "Engellenen alan adları",
|
||||
"column.edit_list": "Listeyi düzenle",
|
||||
|
@ -444,7 +444,7 @@
|
|||
"keyboard_shortcuts.column": "Sütunlardan birindeki duruma odaklanmak için",
|
||||
"keyboard_shortcuts.compose": "Yazma alanına odaklanmak için",
|
||||
"keyboard_shortcuts.description": "Açıklama",
|
||||
"keyboard_shortcuts.direct": "özel değinmeler sütununu açmak için",
|
||||
"keyboard_shortcuts.direct": "özel mesajlar sütununu açmak için",
|
||||
"keyboard_shortcuts.down": "Listede aşağıya inmek için",
|
||||
"keyboard_shortcuts.enter": "Gönderiyi açınız",
|
||||
"keyboard_shortcuts.favourite": "Gönderiyi favorilerine ekle",
|
||||
|
@ -529,7 +529,7 @@
|
|||
"navigation_bar.bookmarks": "Yer İşaretleri",
|
||||
"navigation_bar.community_timeline": "Yerel ağ akışı",
|
||||
"navigation_bar.compose": "Yeni gönderi yaz",
|
||||
"navigation_bar.direct": "Özel değinmeler",
|
||||
"navigation_bar.direct": "Özel mesajlar",
|
||||
"navigation_bar.discover": "Keşfet",
|
||||
"navigation_bar.domain_blocks": "Engellenen alan adları",
|
||||
"navigation_bar.explore": "Keşfet",
|
||||
|
@ -662,10 +662,10 @@
|
|||
"notifications.policy.filter_not_following_hint": "Onları manuel olarak onaylayana kadar",
|
||||
"notifications.policy.filter_not_following_title": "Takip etmediğin kullanıcılar",
|
||||
"notifications.policy.filter_private_mentions_hint": "Kendi değinmenize yanıt veya takip ettiğiniz kullanıcıdan değilse filtrelenir",
|
||||
"notifications.policy.filter_private_mentions_title": "İstenmeyen özel değinmeler",
|
||||
"notifications.policy.filter_private_mentions_title": "İstenmeyen özel mesajlar",
|
||||
"notifications.policy.title": "Şundan bildirimleri yönet…",
|
||||
"notifications_permission_banner.enable": "Masaüstü bildirimlerini etkinleştir",
|
||||
"notifications_permission_banner.how_to_control": "Mastodon açık olmadığında bildirim almak için masaüstü bildirimlerini etkinleştirin. Etkinleştirildikten sonra yukarıdaki {icon} düğmesini kullanarak hangi etkileşim türlerinin masaüstü bildirimleri oluşturduğunu tam olarak kontrol edebilirsiniz.",
|
||||
"notifications_permission_banner.how_to_control": "Mastodon açık olmadığında bildirim almak için masaüstü bildirimlerini etkinleştirin. Etkinleştirildikten sonra, yukarıdaki{icon} düğmesi aracılığıyla hangi etkileşim türlerinin masaüstü bildirimi oluşturacağını tam olarak kontrol edebilirsiniz.",
|
||||
"notifications_permission_banner.title": "Hiçbir şeyi kaçırmayın",
|
||||
"onboarding.follows.back": "Geri",
|
||||
"onboarding.follows.done": "Tamamlandı",
|
||||
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Anketi kaldır",
|
||||
"privacy.change": "Gönderi gizliliğini değiştir",
|
||||
"privacy.direct.long": "Gönderide değinilen herkes",
|
||||
"privacy.direct.short": "Belirli kişiler",
|
||||
"privacy.direct.short": "Özel bahsetme",
|
||||
"privacy.private.long": "Sadece takipçileriniz",
|
||||
"privacy.private.short": "Takipçiler",
|
||||
"privacy.public.long": "Mastodon'da olan olmayan herkes",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Видалити опитування",
|
||||
"privacy.change": "Змінити видимість допису",
|
||||
"privacy.direct.long": "Усі згадані в дописі",
|
||||
"privacy.direct.short": "Певні люди",
|
||||
"privacy.direct.short": "Особиста згадка",
|
||||
"privacy.private.long": "Лише ваші підписники",
|
||||
"privacy.private.short": "Підписники",
|
||||
"privacy.public.long": "Усі з Mastodon",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "Xóa bình chọn",
|
||||
"privacy.change": "Chọn kiểu tút",
|
||||
"privacy.direct.long": "Những người được nhắc trong tút",
|
||||
"privacy.direct.short": "Người cụ thể",
|
||||
"privacy.direct.short": "Nhắn riêng",
|
||||
"privacy.private.long": "Chỉ người theo dõi",
|
||||
"privacy.private.short": "Người theo dõi",
|
||||
"privacy.public.long": "Bất cứ ai",
|
||||
|
@ -743,12 +743,12 @@
|
|||
"report.mute_explanation": "Bạn sẽ không còn thấy tút của người này. Họ vẫn có thể thấy tút của bạn hoặc theo dõi bạn. Họ không biết là bạn đã chặn họ.",
|
||||
"report.next": "Tiếp theo",
|
||||
"report.placeholder": "Thêm lưu ý",
|
||||
"report.reasons.dislike": "Tôi không thích nó",
|
||||
"report.reasons.dislike_description": "Đó không phải là thứ gì mà bạn muốn thấy",
|
||||
"report.reasons.dislike": "Tôi không thích",
|
||||
"report.reasons.dislike_description": "Đây không phải thứ mà bạn muốn thấy",
|
||||
"report.reasons.legal": "Vi phạm pháp luật",
|
||||
"report.reasons.legal_description": "Vi phạm pháp luật ở nơi đặt máy chủ hoặc nước bạn",
|
||||
"report.reasons.other": "Một lý do khác",
|
||||
"report.reasons.other_description": "Vấn đề không nằm trong những mục trên",
|
||||
"report.reasons.other": "Lý do khác",
|
||||
"report.reasons.other_description": "Vấn đề không thuộc những mục trên",
|
||||
"report.reasons.spam": "Đây là spam",
|
||||
"report.reasons.spam_description": "Liên kết độc hại, giả tương tác hoặc trả lời lặp đi lặp lại",
|
||||
"report.reasons.violation": "Vi phạm nội quy máy chủ",
|
||||
|
|
|
@ -78,8 +78,8 @@
|
|||
"admin.dashboard.retention.cohort": "注册月份",
|
||||
"admin.dashboard.retention.cohort_size": "新用户",
|
||||
"admin.impact_report.instance_accounts": "将被删除的账号",
|
||||
"admin.impact_report.instance_followers": "本实例用户即将丢失的关注者",
|
||||
"admin.impact_report.instance_follows": "对方实例用户将会丢失的关注者",
|
||||
"admin.impact_report.instance_followers": "本站用户即将丢失的关注者",
|
||||
"admin.impact_report.instance_follows": "对方站点用户即将丢失的关注者",
|
||||
"admin.impact_report.title": "影响摘要",
|
||||
"alert.rate_limited.message": "请在 {retry_time, time, medium} 后重试。",
|
||||
"alert.rate_limited.title": "频率受限",
|
||||
|
@ -219,7 +219,7 @@
|
|||
"confirmations.logout.message": "确定要退出登录吗?",
|
||||
"confirmations.logout.title": "确定要退出登录?",
|
||||
"confirmations.missing_alt_text.confirm": "添加替代文本",
|
||||
"confirmations.missing_alt_text.message": "您的帖子包含没有添加替代文本的媒体。添加描述有助于使更多人访问您的内容。",
|
||||
"confirmations.missing_alt_text.message": "你的帖子包含没有替代文本的媒体。添加描述有助于使更多用户理解你的内容。",
|
||||
"confirmations.missing_alt_text.secondary": "就这样发布",
|
||||
"confirmations.missing_alt_text.title": "添加替代文本?",
|
||||
"confirmations.mute.confirm": "隐藏",
|
||||
|
@ -298,7 +298,7 @@
|
|||
"empty_column.account_timeline": "这里没有嘟文!",
|
||||
"empty_column.account_unavailable": "个人资料不可用",
|
||||
"empty_column.blocks": "你还未屏蔽任何用户。",
|
||||
"empty_column.bookmarked_statuses": "你还没有收藏任何嘟文。收藏后嘟文就会显示在这里。",
|
||||
"empty_column.bookmarked_statuses": "你还没有给任何嘟文添加书签。添加书签后的嘟文会显示在这里。",
|
||||
"empty_column.community": "本站时间线还没有内容,写点什么并公开发布,让它活跃起来吧!",
|
||||
"empty_column.direct": "你还未使用过私下提及。当你发出或者收到私下提及时,它将显示在此。",
|
||||
"empty_column.domain_blocks": "暂且没有被屏蔽的站点。",
|
||||
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "移除投票",
|
||||
"privacy.change": "设置嘟文的可见范围",
|
||||
"privacy.direct.long": "嘟文中提到的每个人",
|
||||
"privacy.direct.short": "特定的人",
|
||||
"privacy.direct.short": "私下提及",
|
||||
"privacy.private.long": "仅限你的关注者",
|
||||
"privacy.private.short": "关注者",
|
||||
"privacy.public.long": "",
|
||||
|
@ -813,7 +813,7 @@
|
|||
"status.admin_domain": "打开 {domain} 的管理界面",
|
||||
"status.admin_status": "在管理界面查看此嘟文",
|
||||
"status.block": "屏蔽 @{name}",
|
||||
"status.bookmark": "收藏",
|
||||
"status.bookmark": "添加到书签",
|
||||
"status.cancel_reblog_private": "取消转嘟",
|
||||
"status.cannot_reblog": "不能转嘟这条嘟文",
|
||||
"status.continued_thread": "上接嘟文串",
|
||||
|
@ -849,7 +849,7 @@
|
|||
"status.reblogs": "{count, plural, other {次转嘟}}",
|
||||
"status.reblogs.empty": "没有人转嘟过此条嘟文。如果有人转嘟了,就会显示在这里。",
|
||||
"status.redraft": "删除并重新编辑",
|
||||
"status.remove_bookmark": "取消收藏",
|
||||
"status.remove_bookmark": "移除书签",
|
||||
"status.remove_favourite": "从喜欢列表中移除",
|
||||
"status.replied_in_thread": "回复嘟文串",
|
||||
"status.replied_to": "回复 {name}",
|
||||
|
|
|
@ -533,7 +533,6 @@
|
|||
"poll_button.remove_poll": "移除投票",
|
||||
"privacy.change": "調整私隱設定",
|
||||
"privacy.direct.long": "帖文提及的人",
|
||||
"privacy.direct.short": "特定的人",
|
||||
"privacy.private.long": "只有你的追蹤者",
|
||||
"privacy.private.short": "追蹤者",
|
||||
"privacy.public.long": "Mastodon 內外的任何人",
|
||||
|
|
|
@ -697,7 +697,7 @@
|
|||
"poll_button.remove_poll": "移除投票",
|
||||
"privacy.change": "調整嘟文隱私狀態",
|
||||
"privacy.direct.long": "此嘟文提及之所有人",
|
||||
"privacy.direct.short": "指定使用者",
|
||||
"privacy.direct.short": "私訊",
|
||||
"privacy.private.long": "只有跟隨您之使用者能看到",
|
||||
"privacy.private.short": "跟隨者",
|
||||
"privacy.public.long": "所有人 (無論在 Mastodon 上與否)",
|
||||
|
|
|
@ -4,6 +4,8 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
|||
include FormattingHelper
|
||||
include NgRuleHelper
|
||||
|
||||
LINK_MEDIA_TYPES = ['application/activity+json', 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'].freeze
|
||||
|
||||
def perform
|
||||
@account.schedule_refresh_if_stale!
|
||||
|
||||
|
@ -645,8 +647,6 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
|||
@quote ||= quote_from_tags || @object['quote'] || @object['quoteUrl'] || @object['quoteURL'] || @object['_misskey_quote']
|
||||
end
|
||||
|
||||
LINK_MEDIA_TYPES = ['application/activity+json', 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'].freeze
|
||||
|
||||
def quote_from_tags
|
||||
return @quote_from_tags if defined?(@quote_from_tags)
|
||||
|
||||
|
|
|
@ -5,6 +5,9 @@ class ActivityPub::Parser::StatusParser
|
|||
|
||||
NORMALIZED_LOCALE_NAMES = LanguagesHelper::SUPPORTED_LOCALES.keys.index_by(&:downcase).freeze
|
||||
|
||||
SCAN_SEARCHABILITY_RE = /\[searchability:(public|followers|reactors|private)\]/
|
||||
SCAN_SEARCHABILITY_FEDIBIRD_RE = /searchable_by_(all_users|followers_only|reacted_users_only|nobody)/
|
||||
|
||||
# @param [Hash] json
|
||||
# @param [Hash] options
|
||||
# @option options [String] :followers_collection
|
||||
|
@ -182,9 +185,6 @@ class ActivityPub::Parser::StatusParser
|
|||
%i(public unlisted).include?(visibility) ? :public : :limited
|
||||
end
|
||||
|
||||
SCAN_SEARCHABILITY_RE = /\[searchability:(public|followers|reactors|private)\]/
|
||||
SCAN_SEARCHABILITY_FEDIBIRD_RE = /searchable_by_(all_users|followers_only|reacted_users_only|nobody)/
|
||||
|
||||
def default_searchability_from_bio?
|
||||
note = @account.note
|
||||
return false if note.blank?
|
||||
|
|
|
@ -260,7 +260,7 @@ class Request
|
|||
outer_e = nil
|
||||
port = args.first
|
||||
|
||||
addresses = [] # rubocop:disable Lint/UselessAssignment # TODO: https://github.com/rubocop/rubocop/issues/13395
|
||||
addresses = [] # rubocop:disable Lint/UselessAssignment -- TODO: https://github.com/rubocop/rubocop/issues/13395
|
||||
begin
|
||||
addresses = [IPAddr.new(host)]
|
||||
rescue IPAddr::InvalidAddressError
|
||||
|
|
|
@ -425,7 +425,7 @@ class Status < ApplicationRecord
|
|||
end
|
||||
|
||||
emoji_reaction['count'] = emoji_reaction['account_ids'].size
|
||||
public_emoji_reactions << emoji_reaction if (emoji_reaction['count']).positive?
|
||||
public_emoji_reactions << emoji_reaction if emoji_reaction['count'].positive?
|
||||
end
|
||||
|
||||
public_emoji_reactions
|
||||
|
|
|
@ -6,6 +6,8 @@ class BackupService < BaseService
|
|||
include Payloadable
|
||||
include ContextHelper
|
||||
|
||||
CHUNK_SIZE = 1.megabyte
|
||||
|
||||
attr_reader :account, :backup
|
||||
|
||||
def call(backup)
|
||||
|
@ -181,8 +183,6 @@ class BackupService < BaseService
|
|||
).as_json
|
||||
end
|
||||
|
||||
CHUNK_SIZE = 1.megabyte
|
||||
|
||||
def download_to_zip(zipfile, attachment, filename)
|
||||
adapter = Paperclip.io_adapters.for(attachment)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
WebAuthn.configure do |config|
|
||||
# This value needs to match `window.location.origin` evaluated by
|
||||
# the User Agent during registration and authentication ceremonies.
|
||||
config.origin = "#{Rails.configuration.x.use_https ? 'https' : 'http'}://#{Rails.configuration.x.web_domain}"
|
||||
config.allowed_origins = ["#{Rails.configuration.x.use_https ? 'https' : 'http'}://#{Rails.configuration.x.web_domain}"]
|
||||
|
||||
# Relying Party name for display purposes
|
||||
config.rp_name = 'Mastodon'
|
||||
|
|
|
@ -44,7 +44,7 @@ fi:
|
|||
attributes:
|
||||
account_id:
|
||||
taken: on jo listassa
|
||||
must_be_following: on oltava seurattu tili
|
||||
must_be_following: on oltava seurattava tili
|
||||
status:
|
||||
attributes:
|
||||
reblog:
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
user/invite_request:
|
||||
text: Årsak
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: er ikke et gyldig domenenavn
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
|
|
@ -1 +1,46 @@
|
|||
---
|
||||
az:
|
||||
devise:
|
||||
confirmations:
|
||||
confirmed: E-poçt ünvanınız uğurla təsdiqləndi.
|
||||
send_instructions: Bir neçə dəqiqə ərzində e-poçt ünvanınızı necə təsdiqləyəcəyinizə dair təlimatları olan bir e-məktub alacaqsınız. Bu e-məktubu almamısınızsa, spam qovluğunuzu yoxlayın.
|
||||
send_paranoid_instructions: E-poçt ünvanınız verilənlər bazamızda varsa, bir neçə dəqiqədən sonra e-poçt ünvanınızı necə təsdiqləyəcəyinizə dair təlimatları olan bir e-məktub alacaqsınız. Bu e-məktubu almamısınızsa, spam qovluğunuzu yoxlayın.
|
||||
failure:
|
||||
already_authenticated: Siz artıq daxil olmusunuz.
|
||||
inactive: Hesabınız hələ aktivləşdirilməyib.
|
||||
invalid: Səhv %{authentication_keys} və ya parol.
|
||||
last_attempt: Hesabınız blok olmamışdan əvvəl bir dəfə də cəhdiniz var.
|
||||
locked: Hesabınız bloklandı.
|
||||
not_found_in_database: Səhv %{authentication_keys} və ya parol.
|
||||
omniauth_user_creation_failure: Bu kimlik üçün hesab yaradarkən xəta.
|
||||
pending: Hesabınız hələ yoxlanışdadır.
|
||||
timeout: Sessiyanın vaxtı bitdi. Xahiş edirik davam etmək üçün yenidən daxil olun.
|
||||
unauthenticated: Davam etmək üçün daxil olmaq və ya qeydiyyatdan keçmək lazımdır.
|
||||
unconfirmed: Davam etmək üçün e-poçt ünvanınızı təsdiqləməlisiniz.
|
||||
mailer:
|
||||
confirmation_instructions:
|
||||
action: E-poçt ünvanını təsdiqlə
|
||||
action_with_app: Təsdiqlə və %{app}-a geri qayıt
|
||||
explanation: Siz %{host} saytında bu e-poçt ilə hesab yaratmısınız. Onu aktivləşdirməkdən bir klik uzaqlıqdasınız. Əgər bu siz olmamısınızsa, zəhmət olmasa, bu e-məktuba məhəl qoymayın.
|
||||
explanation_when_pending: Bu e-poçt ünvanı ilə %{host} saytına dəvət üçün müraciət etmisiniz. Siz e-poçt ünvanınızı təsdiqlədikdən sonra müraciətinizi nəzərdən keçirəcəyik. Siz məlumatlarınızı dəyişdirmək və ya hesabınızı silmək üçün daxil ola bilərsiniz, lakin hesabınız təsdiqlənənə qədər əksər funksiyaları istifadə edə bilməzsiniz. Müraciətiniz rədd edilərsə, məlumatlarınız silinəcək, buna görə də sizdən heç bir tədbir tələb olunmayacaq. Əgər bu siz deyildinizsə, zəhmət, bu e-məktuba məhəl qoymayın.
|
||||
extra_html: Həmçinin zəhmət olmasa, <a href="%{terms_path}">serverin qaydalarını</a> və <a href="%{policy_path}">istifadə şərtlərini</a> oxuyun.
|
||||
subject: 'Mastodon: %{instance} üçün təsdiqlənmə təlimatları'
|
||||
title: E-poçt ünvanını təsdiqlə
|
||||
email_changed:
|
||||
explanation: 'Hesabınız üçün e-poçt ünvanı buna dəyişdirilir:'
|
||||
extra: E-poçtunuzu dəyişməmisinizsə, çox güman ki, kimsə hesabınıza giriş əldə edib. Zəhmət olmasa, parolunuzu dərhal dəyişdirin və ya hesabınıza daxil ola bilməyəcəksinizsə, server admini ilə əlaqə saxlayın.
|
||||
subject: 'Mastodon: E-poçt dəyişdirildi'
|
||||
title: Yeni e-poçt ünvanı
|
||||
password_change:
|
||||
explanation: Hesabınızın parolu dəyişdirilib.
|
||||
extra: Parolunuzu dəyişməmisinizsə, çox güman ki, kimsə hesabınıza giriş əldə edib. Zəhmət olmasa, parolunuzu dərhal dəyişdirin və ya hesabınıza daxil ola bilməyəcəksinizsə, server admini ilə əlaqə saxlayın.
|
||||
subject: 'Mastodon: Parol dəyişdirildi'
|
||||
title: Parol dəyişdirildi
|
||||
reconfirmation_instructions:
|
||||
explanation: E-poçtunuzu dəyişdirmək üçün yeni ünvanı təsdiqləyin.
|
||||
extra: Əgər bu dəyişiklik sizin tərəfinizdən deyilsə, zəhmət olmasa, bu e-məktuba məhəl qoymayın. Siz yuxarıdakı linkə daxil olana qədər Mastodon hesabının e-poçt ünvanı dəyişməyəcək.
|
||||
subject: 'Mastodon: %{instance} üçün e-poçtu təsdiqlə'
|
||||
title: E-poçt ünvanını təsdiqlə
|
||||
reset_password_instructions:
|
||||
action: Parolu dəyiş
|
||||
explanation: Siz hesabınız üçün yeni parol tələb etmisiniz.
|
||||
|
|
|
@ -130,8 +130,8 @@ fi:
|
|||
crypto: Päästä päähän -salaus
|
||||
favourites: Suosikit
|
||||
filters: Suodattimet
|
||||
follow: Seuratut, mykistykset ja estot
|
||||
follows: Seuratut
|
||||
follow: Seurattavat, mykistykset ja estot
|
||||
follows: Seurattavat
|
||||
lists: Listat
|
||||
media: Medialiitteet
|
||||
mutes: Mykistykset
|
||||
|
@ -175,7 +175,7 @@ fi:
|
|||
read:bookmarks: katso kirjanmerkkejäsi
|
||||
read:favourites: katso suosikkejasi
|
||||
read:filters: katso suodattimiasi
|
||||
read:follows: katso seurattujasi
|
||||
read:follows: katso seurattaviasi
|
||||
read:lists: katso listojasi
|
||||
read:mutes: katso mykistyksiäsi
|
||||
read:notifications: katso ilmoituksiasi
|
||||
|
|
|
@ -185,7 +185,7 @@ zh-CN:
|
|||
write: 修改你的账号数据
|
||||
write:accounts: 修改你的个人资料
|
||||
write:blocks: 屏蔽账号与站点
|
||||
write:bookmarks: 收藏嘟文
|
||||
write:bookmarks: 将嘟文加入书签
|
||||
write:conversations: 静音并删除会话
|
||||
write:favourites: 喜欢嘟文
|
||||
write:filters: 创建过滤规则
|
||||
|
|
|
@ -1777,7 +1777,7 @@ eo:
|
|||
migrate: Konta migrado
|
||||
notifications: Retpoŝtaj sciigoj
|
||||
preferences: Preferoj
|
||||
profile: Profilo
|
||||
profile: Publika profilo
|
||||
relationships: Sekvatoj kaj sekvantoj
|
||||
severed_relationships: Finitaj rilatoj
|
||||
statuses_cleanup: Automata mesaĝforigo
|
||||
|
|
|
@ -10,7 +10,7 @@ fi:
|
|||
followers:
|
||||
one: seuraaja
|
||||
other: seuraajaa
|
||||
following: seurattu(a)
|
||||
following: Seurattavat
|
||||
instance_actor_flash: Tämä tili on virtuaalinen toimija, jota käytetään edustamaan itse palvelinta eikä yksittäistä käyttäjää. Sitä käytetään federointitarkoituksiin, eikä sitä tule jäädyttää.
|
||||
last_active: viimeksi aktiivinen
|
||||
link_verified_on: Tämän linkin omistus on tarkastettu %{date}
|
||||
|
@ -74,7 +74,7 @@ fi:
|
|||
enabled: Käytössä
|
||||
enabled_msg: Käyttäjän %{username} tilin jäädytys kumottiin onnistuneesti
|
||||
followers: Seuraajat
|
||||
follows: Seuratut
|
||||
follows: Seurattavat
|
||||
header: Otsakekuva
|
||||
inbox_url: Postilaatikon osoite
|
||||
invite_request_text: Syitä liittymiseen
|
||||
|
@ -1466,18 +1466,18 @@ fi:
|
|||
blocking: Tuodaan estettyjä tilejä
|
||||
bookmarks: Tuodaan kirjanmerkkejä
|
||||
domain_blocking: Tuodaan estettyjä verkkotunnuksia
|
||||
following: Tuodaan seurattuja tilejä
|
||||
following: Tuodaan seurattavia tilejä
|
||||
lists: Tuodaan listoja
|
||||
muting: Tuodaan mykistettyjä tilejä
|
||||
type: Tuontityyppi
|
||||
type_groups:
|
||||
constructive: Seuratut ja kirjanmerkit
|
||||
constructive: Seurattavat ja kirjanmerkit
|
||||
destructive: Estot ja mykistykset
|
||||
types:
|
||||
blocking: Estoluettelo
|
||||
bookmarks: Kirjanmerkit
|
||||
domain_blocking: Verkkotunnusten estoluettelo
|
||||
following: Seurattujen luettelo
|
||||
following: Seurattavien luettelo
|
||||
lists: Listat
|
||||
muting: Mykistysluettelo
|
||||
upload: Lähetä
|
||||
|
@ -1683,7 +1683,7 @@ fi:
|
|||
follow_failure: Joitain valittuja tilejä ei voitu seurata.
|
||||
follow_selected_followers: Seuraa valittuja seuraajia
|
||||
followers: Seuraajat
|
||||
following: Seuratut
|
||||
following: Seurattavat
|
||||
invited: Kutsutut
|
||||
last_active: Viimeksi aktiivinen
|
||||
most_recent: Tuorein
|
||||
|
@ -1776,7 +1776,7 @@ fi:
|
|||
notifications: Sähköposti-ilmoitukset
|
||||
preferences: Asetukset
|
||||
profile: Julkinen profiili
|
||||
relationships: Seuratut ja seuraajat
|
||||
relationships: Seurattavat ja seuraajat
|
||||
severed_relationships: Katkenneet suhteet
|
||||
statuses_cleanup: Julkaisujen automaattipoisto
|
||||
strikes: Moderointivaroitukset
|
||||
|
@ -1789,8 +1789,8 @@ fi:
|
|||
domain_block: Palvelimen jäädytys (%{target_name})
|
||||
user_domain_block: Estit käyttäjän %{target_name}
|
||||
lost_followers: Menetetyt seuraajat
|
||||
lost_follows: Menetetyt seuratut
|
||||
preamble: Voit menettää seurattusi ja seuraajasi, kun estät verkkotunnuksen tai kun moderaattorisi päättävät jäädyttää etäpalvelimen. Kun näin tapahtuu, voit ladata luetteloita katkenneista seurantasuhteista, jotta voit tarkastella niitä ja mahdollisesti viedä ne toiselle palvelimelle.
|
||||
lost_follows: Menetetyt seurattavat
|
||||
preamble: Voit menettää seurattavasi ja seuraajasi, kun estät verkkotunnuksen tai kun moderaattorisi päättävät jäädyttää etäpalvelimen. Kun näin tapahtuu, voit ladata luetteloita katkenneista seurantasuhteista, jotta voit tarkastella niitä ja mahdollisesti viedä ne toiselle palvelimelle.
|
||||
purged: Palvelimesi ylläpitäjät ovat tyhjentäneet tämän palvelimen tiedot.
|
||||
type: Tapahtuma
|
||||
statuses:
|
||||
|
|
|
@ -1657,7 +1657,7 @@ ia:
|
|||
posting_defaults: Parametros de publication predefinite
|
||||
public_timelines: Chronologias public
|
||||
privacy:
|
||||
hint_html: "<strong>Personalisa como tu vole que tu profilo e tu messages es trovate.</strong> Un varietate de functiones in Mastodon pote adjutar te a attinger un plus grande publico quando activate. Prende un momento pro revider iste parametros pro assecurar te que illos se adapta a tu besonios."
|
||||
hint_html: "<strong>Personalisa como tu vole que le gente trova tu profilo e tu messages.</strong> Un varietate de functiones in Mastodon pote adjutar te a attinger un plus grande publico si tu los activa. Prende un momento pro revider iste parametros pro assecurar te que illos se adapta a tu besonios."
|
||||
privacy: Confidentialitate
|
||||
privacy_hint_html: Controla quanto tu vole divulgar pro le beneficio de alteres. Le gente discoperi profilos e applicationes interessante percurrente le profilos sequite per altere personas e vidente a partir de qual applicationes illos publica lor messages, ma tu pote preferer de mantener tal information private.
|
||||
reach: Portata
|
||||
|
|
|
@ -71,7 +71,7 @@ kab:
|
|||
active: Yermed
|
||||
all: Akk
|
||||
pending: Yettraǧu
|
||||
suspended: Yeḥbes
|
||||
suspended: Yettwaḥbes
|
||||
title: Aseɣyed
|
||||
moderation_notes: Tamawin n useɣyed
|
||||
most_recent_activity: Armud aneggaru
|
||||
|
@ -109,7 +109,7 @@ kab:
|
|||
silenced: Yettwasgugem
|
||||
statuses: Tisuffaɣ
|
||||
subscribe: Jerred
|
||||
suspended: Yeḥbes
|
||||
suspended: Yettwaḥbes
|
||||
title: Imiḍanen
|
||||
unconfirmed_email: Imayl ur yettwasentem ara
|
||||
undo_silenced: Kkes asgugem
|
||||
|
@ -434,9 +434,12 @@ kab:
|
|||
search: Anadi
|
||||
title: Ihacṭagen
|
||||
terms_of_service:
|
||||
changelog: Amaynut
|
||||
draft: Arewway
|
||||
history: Amazray
|
||||
publish: Asuffeɣ
|
||||
save_draft: Sekles arewway
|
||||
title: Tiwtilin n useqdec
|
||||
title: Tadbelt
|
||||
trends:
|
||||
allow: Sireg
|
||||
|
@ -832,6 +835,8 @@ kab:
|
|||
'7889238': 3 n wayyuren
|
||||
stream_entries:
|
||||
sensitive_content: Agbur amḥulfu
|
||||
terms_of_service:
|
||||
title: Tiwtilin n useqdec
|
||||
themes:
|
||||
contrast: Maṣṭudun (agnil awriran)
|
||||
default: Maṣṭudun (Aberkan)
|
||||
|
@ -854,6 +859,8 @@ kab:
|
|||
user_mailer:
|
||||
appeal_approved:
|
||||
action: Iɣewwaṛen n umiḍan
|
||||
terms_of_service_changed:
|
||||
sign_off: Agraw n %{domain}
|
||||
warning:
|
||||
categories:
|
||||
spam: Aspam
|
||||
|
|
|
@ -812,6 +812,7 @@ lad:
|
|||
batch:
|
||||
remove_from_report: Kita del raporto
|
||||
report: Raporto
|
||||
contents: Kontenidos
|
||||
deleted: Efasado
|
||||
favourites: Favoritos
|
||||
history: Estoria de versiones
|
||||
|
@ -901,6 +902,9 @@ lad:
|
|||
search: Bushka
|
||||
title: Etiketas
|
||||
updated_msg: Konfigurasyon de etiketas aktualizada kon sukseso
|
||||
terms_of_service:
|
||||
live: En bivo
|
||||
publish: Publika
|
||||
title: Administrasyon
|
||||
trends:
|
||||
allow: Permete
|
||||
|
@ -1129,6 +1133,7 @@ lad:
|
|||
title: Konektate kon %{domain}
|
||||
sign_up:
|
||||
manual_review: Las enrejistrasyones en %{domain} pasan por la revizyon manuala de muestros moderadores. Para ayudarmos a prosesar tu enrejistrasyon, eskrive un poko sovre ti i por ke keres un kuento en %{domain}.
|
||||
preamble: Kon un kuento en este sirvidor de Mastodon, podras segir a kualkier otra persona en el fediverso, endependientemente del sirvidor en el ke se tope.
|
||||
title: Kriya kuento de Mastodon en %{domain}.
|
||||
status:
|
||||
account_status: Estado del kuento
|
||||
|
|
|
@ -773,6 +773,7 @@
|
|||
batch:
|
||||
remove_from_report: Fjern fra rapport
|
||||
report: Rapport
|
||||
contents: Innhold
|
||||
deleted: Slettet
|
||||
favourites: Favoritter
|
||||
history: Versjonshistorikk
|
||||
|
@ -841,8 +842,25 @@
|
|||
action: Sjekk her for mer informasjon
|
||||
message_html: "<strong>Objektlagringen din er feilkonfigurert. Personvernet til brukerne dine er i fare.</strong>"
|
||||
tags:
|
||||
moderation:
|
||||
pending_review: Avventer gjennomgang
|
||||
reviewed: Gjennomgått
|
||||
title: Status
|
||||
name: Navn
|
||||
newest: Nyeste
|
||||
oldest: Eldst
|
||||
reset: Tilbakestill
|
||||
review: Gjennomgangsstatus
|
||||
search: Søk
|
||||
title: Emneknagger
|
||||
updated_msg: Emneknagg innstillinger vellykket oppdatert
|
||||
terms_of_service:
|
||||
changelog: Hva har blitt endret
|
||||
current: Nåværende
|
||||
draft: Kladd
|
||||
history: Historikk
|
||||
publish: Publiser
|
||||
title: Bruksvilkår
|
||||
title: Administrasjon
|
||||
trends:
|
||||
allow: Tillat
|
||||
|
@ -1034,6 +1052,7 @@
|
|||
migrate_account_html: Hvis du ønsker å henvise denne kontoen til en annen, kan du <a href="%{path}">konfigurere det her</a>.
|
||||
or_log_in_with: Eller logg inn med
|
||||
progress:
|
||||
confirm: Bekreft E-postadressen
|
||||
details: Dine opplysninger
|
||||
review: Vår gjennomgang
|
||||
rules: Godta regler
|
||||
|
@ -1569,6 +1588,7 @@
|
|||
import: Importér
|
||||
import_and_export: Importer og eksporter
|
||||
migrate: Kontomigrering
|
||||
notifications: E-postbeskjeder
|
||||
preferences: Innstillinger
|
||||
profile: Profil
|
||||
relationships: Følginger og følgere
|
||||
|
@ -1576,6 +1596,8 @@
|
|||
strikes: Modereringsadvarsler
|
||||
two_factor_authentication: Tofaktorautentisering
|
||||
webauthn_authentication: Sikkerhetsnøkler
|
||||
severed_relationships:
|
||||
type: Hendelse
|
||||
statuses:
|
||||
attached:
|
||||
audio:
|
||||
|
@ -1654,6 +1676,8 @@
|
|||
too_late: Det er for sent å anke denne advarselen
|
||||
tags:
|
||||
does_not_match_previous_name: samsvarer ikke med det forrige navnet
|
||||
terms_of_service:
|
||||
title: Bruksvilkår
|
||||
themes:
|
||||
contrast: Mastodon (Høykontrast)
|
||||
default: Mastodon
|
||||
|
@ -1762,6 +1786,7 @@
|
|||
follows_view_more: Vis flere personer å følge
|
||||
hashtags_title: Populære emneknagger
|
||||
hashtags_view_more: Vis flere populære emneknagger
|
||||
post_action: Sett sammen
|
||||
post_step: Si hallo til verdenen med tekst, bilder, videoer, eller meningsmålinger.
|
||||
post_title: Lag ditt første innlegg
|
||||
share_action: Del
|
||||
|
|
|
@ -233,6 +233,7 @@ el:
|
|||
setting_display_media_show_all: Εμφάνιση όλων
|
||||
setting_expand_spoilers: Μόνιμη ανάπτυξη των τουτ με προειδοποίηση περιεχομένου
|
||||
setting_hide_network: Κρύψε τις διασυνδέσεις σου
|
||||
setting_missing_alt_text_modal: Εμφάνιση διαλόγου επιβεβαίωσης πριν από την δημοσίευση πολυμέσων χωρίς alt κείμενο
|
||||
setting_reduce_motion: Μείωση κίνησης κινουμένων στοιχείων
|
||||
setting_system_font_ui: Χρήση της προεπιλεγμένης γραμματοσειράς του συστήματος
|
||||
setting_system_scrollbars_ui: Χρήση προκαθορισμένης γραμμής κύλισης του συστήματος
|
||||
|
|
|
@ -193,7 +193,7 @@ eo:
|
|||
text: Klarigu kial ĉi tiu decido devas inversigitis
|
||||
defaults:
|
||||
autofollow: Inviti al sekvi vian konton
|
||||
avatar: Rolfiguro
|
||||
avatar: Profilbildo
|
||||
bot: Ĉi tio estas aŭtomata konto
|
||||
chosen_languages: Filtri lingvojn
|
||||
confirm_new_password: Konfirmi novan pasvorton
|
||||
|
|
|
@ -9,7 +9,7 @@ fi:
|
|||
fields: Verkkosivustosi, pronominisi, ikäsi ja mitä ikinä haluatkaan ilmoittaa.
|
||||
indexable: Julkiset julkaisusi voivat näkyä Mastodonin hakutuloksissa. Käyttäjät, jotka ovat olleet vuorovaikutuksessa julkaisujesi kanssa, voivat etsiä niitä asetuksesta riippumatta.
|
||||
note: 'Voit @mainita muita käyttäjiä tai #aihetunnisteita.'
|
||||
show_collections: Käyttäjät voivat selata seurattujasi ja seuraajiasi. Käyttäjät, joita seuraat, näkevät joka tapauksessa, että seuraat heitä.
|
||||
show_collections: Käyttäjät voivat selata seurattaviasi ja seuraajiasi. Käyttäjät, joita seuraat, näkevät joka tapauksessa, että seuraat heitä.
|
||||
unlocked: Käyttäjät voivat seurata sinua pyytämättä hyväksyntääsi. Poista valinta, jos haluat tarkistaa sekä hyväksyä tai hylätä vastaanottamasi seurantapyynnöt.
|
||||
account_alias:
|
||||
acct: Määrittele sen tilin käyttäjänimi@verkkotunnus, josta haluat muuttaa
|
||||
|
@ -162,7 +162,7 @@ fi:
|
|||
name: Nimike
|
||||
value: Sisältö
|
||||
indexable: Sisällytä julkiset julkaisut hakutuloksiin
|
||||
show_collections: Näytä seuratut ja seuraajat profiilissa
|
||||
show_collections: Näytä seurattavat ja seuraajat profiilissa
|
||||
unlocked: Hyväksy uudet seuraajat automaattisesti
|
||||
account_alias:
|
||||
acct: Vanhan tilin käyttäjätunnus
|
||||
|
|
|
@ -281,7 +281,7 @@ gl:
|
|||
site_terms: Política de Privacidade
|
||||
site_title: Nome do servidor
|
||||
status_page_url: URL da páxina do estado
|
||||
theme: Decorado por defecto
|
||||
theme: Decorado predeterminado
|
||||
thumbnail: Icona do servidor
|
||||
timeline_preview: Permitir acceso á cronoloxía pública sen autenticación
|
||||
trendable_by_default: Permitir tendencias sen aprobación previa
|
||||
|
|
|
@ -137,7 +137,10 @@ hu:
|
|||
admin_email: A jogi közlemények közé tartoznak az ellenkeresetek, a bírósági végzések, az eltávolítási kérelmek és a bűnüldöző szervek kérelmei is.
|
||||
arbitration_address: Lehet a fent használt valós cím, vagy e-mail használata esetén „N/A”
|
||||
arbitration_website: Lehet webes űrlap, vagy e-mail használata esetén „N/A”
|
||||
dmca_address: Amerikai üzemeltető esetén használja a DMCA Designated Agent Directory jegyzékében regisztrált címet. Közvetlen kérésre postafiók-jegyzék is rendelkezésre áll, használja a DMCA Designated Agent Directory postafiókról való lemondás iránti kérelmét a Copyright Office-nak küldött e-mailben, és írja le, hogy Ön egy otthoni tartalommoderátor, aki bosszútól vagy megtorlástól tart a tevékenységi miatt, és ezért egy postafiókra van szüksége, hogy ne legyen nyilvános az otthoni címe.
|
||||
dmca_email: Megegyezhet a fenti „E-mail-cím a jogi nyilatkozatok benyújtásához” mezővel
|
||||
domain: A nyújtott online szolgáltatás egyedi azonosítója.
|
||||
jurisdiction: Adja meg az országot, ahol a számlafizető él. Ha ez egy vállalat vagy más szervezet, adja meg az országot, ahol bejegyezték, valamint adott esetben a várost, régiót, területet vagy államot.
|
||||
user:
|
||||
chosen_languages: Ha aktív, csak a kiválasztott nyelvű bejegyzések jelennek majd meg a nyilvános idővonalon
|
||||
role: A szerep szabályozza, hogy a felhasználó milyen jogosultságokkal rendelkezik.
|
||||
|
|
|
@ -141,6 +141,8 @@ kab:
|
|||
text: Alugen
|
||||
tag:
|
||||
name: Ahacṭag
|
||||
terms_of_service:
|
||||
text: Tiwtilin n useqdec
|
||||
user:
|
||||
role: Tamlilt
|
||||
time_zone: Tamnaḍt tasragant
|
||||
|
|
|
@ -308,6 +308,8 @@ lad:
|
|||
name: Etiketa
|
||||
trendable: Permite ke esta etiketa apareska en trendes
|
||||
usable: Permite ke publikasyones uzen esta etiketa lokalmente
|
||||
terms_of_service_generator:
|
||||
domain: Domeno
|
||||
user:
|
||||
role: Rolo
|
||||
time_zone: Zona de tiempo
|
||||
|
|
|
@ -234,6 +234,7 @@
|
|||
warn: Skjul med en advarsel
|
||||
form_admin_settings:
|
||||
activity_api_enabled: Publiser samlet statistikk om brukeraktivitet i API
|
||||
app_icon: App-ikon
|
||||
backups_retention_period: Brukers oppbevaringsperiode for arkiv
|
||||
bootstrap_timeline_accounts: Anbefaler alltid disse kontoene til nye brukere
|
||||
closed_registrations_message: Egendefinert melding når registrering ikke er tilgjengelig
|
||||
|
@ -301,6 +302,10 @@
|
|||
listable: Tillat denne emneknaggen å vises i søk og på profilmappen
|
||||
name: Emneknagg
|
||||
trendable: Tillat denne emneknaggen til å vises under trender
|
||||
terms_of_service:
|
||||
text: Bruksvilkår
|
||||
terms_of_service_generator:
|
||||
domain: Domene
|
||||
user:
|
||||
role: Rolle
|
||||
time_zone: Tidssone
|
||||
|
|
|
@ -3,6 +3,7 @@ sv:
|
|||
simple_form:
|
||||
hints:
|
||||
account:
|
||||
attribution_domains: En per rad. Skyddar mot falska attributioner.
|
||||
discoverable: Dina offentliga inlägg och din profil kan komma att presenteras eller rekommenderas inom olika områden av Mastodon och din profil kan komma att föreslås till andra användare.
|
||||
display_name: Ditt fullständiga namn eller ditt roliga namn.
|
||||
fields: Din hemsida, ditt pronomen, din ålder, vadhelst du vill.
|
||||
|
|
|
@ -3,6 +3,7 @@ th:
|
|||
simple_form:
|
||||
hints:
|
||||
account:
|
||||
attribution_domains: หนึ่งรายการต่อบรรทัด ปกป้องจากการระบุแหล่งที่มาที่ผิด
|
||||
discoverable: อาจแสดงหรือแนะนำโพสต์และโปรไฟล์สาธารณะของคุณในพื้นที่ต่าง ๆ ของ Mastodon และอาจเสนอแนะโปรไฟล์ของคุณให้กับผู้ใช้อื่น ๆ
|
||||
display_name: ชื่อเต็มของคุณหรือชื่อแบบสนุกสนานของคุณ
|
||||
fields: หน้าแรก, สรรพนาม, อายุของคุณ สิ่งใดก็ตามที่คุณต้องการ
|
||||
|
@ -143,6 +144,7 @@ th:
|
|||
url: ที่ซึ่งจะส่งเหตุการณ์ไปยัง
|
||||
labels:
|
||||
account:
|
||||
attribution_domains: เว็บไซต์ที่ได้รับอนุญาตให้ให้เครดิตคุณ
|
||||
discoverable: แสดงโปรไฟล์และโพสต์ในอัลกอริทึมการค้นพบ
|
||||
fields:
|
||||
name: ป้ายชื่อ
|
||||
|
@ -219,6 +221,7 @@ th:
|
|||
setting_display_media_show_all: แสดงทั้งหมด
|
||||
setting_expand_spoilers: ขยายโพสต์ที่มีการทำเครื่องหมายด้วยคำเตือนเนื้อหาเสมอ
|
||||
setting_hide_network: ซ่อนกราฟทางสังคมของคุณ
|
||||
setting_missing_alt_text_modal: แสดงกล่องโต้ตอบการยืนยันก่อนที่จะโพสต์สื่อโดยไม่มีข้อความแสดงแทน
|
||||
setting_reduce_motion: ลดการเคลื่อนไหวในภาพเคลื่อนไหว
|
||||
setting_system_font_ui: ใช้แบบอักษรเริ่มต้นของระบบ
|
||||
setting_system_scrollbars_ui: ใช้แถบเลื่อนเริ่มต้นของระบบ
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue