muting: Lista wyciszonych
upload: Załaduj
in_memoriam_html: Ku pamięci.
+ keyword_mutes:
+ add_keyword: Dodaj słowo kluczowe
+ edit: Edytuj
+ edit_keyword: Edytuj słowo kluczowe
+ keyword: Słowo kluczowe
+ match_whole_word: Uwzględniaj całe słowo
+ remove: Usuń
+ remove_all: Usuń wszystkie
+ invites:
+ delete: Usuń
+ expires_in:
+ '1800': 30 minutach
+ '21600': 6 godzinach
+ '3600': godzinie
+ '43200': 12 godzinach
+ '86400': dobie
+ expires_in_prompt: Nigdy
+ generate: Wygeneruj
+ max_uses:
+ few: "%{count} użycia"
+ many: "%{count} użyć"
+ one: jedno użycie
+ other: "%{count} użyć"
+ max_uses_prompt: Bez ograniczenia
+ prompt: Wygeneruj odnośniki i udostępnij je innym, aby pozwolić na rejestrację na instancji
+ table:
+ expires_at: Wygaśnie po
+ uses: Użycia
+ title: Zaproś użytkowników
landing_strip_html: "<strong>%{name}</strong> ma konto na %{link_to_root_path}. Możesz je śledzić i wejść z nim w interakcję jeśli masz konto gdziekolwiek w Fediwersum."
landing_strip_signup_html: Jeśli jeszcze go nie masz, możesz <a href="%{sign_up_path}">stworzyć konto</a>.
media_attachments:
subject { Account.following_map(target_account_ids, account_id) }
context 'account with Follow' do
- it 'returns { target_account_id => true }' do
+ it 'returns { target_account_id => { reblogs: true } }' do
- Fabricate(:follow, account: account, target_account: target_account, show_reblogs: true)
+ Fabricate(:follow, account: account, target_account: target_account)
is_expected.to eq(target_account_id => { reblogs: true })
end
end