]> cat aescling's git repositories - mastodon.git/commitdiff
Merge remote-tracking branch 'origin/master' into gs-master
authorDavid Yip <yipdw@member.fsf.org>
Tue, 28 Nov 2017 17:45:13 +0000 (11:45 -0600)
committerDavid Yip <yipdw@member.fsf.org>
Tue, 28 Nov 2017 17:45:13 +0000 (11:45 -0600)
1  2 
app/lib/feed_manager.rb
config/locales/en.yml
config/locales/pl.yml
spec/models/concerns/account_interactions_spec.rb
spec/services/notify_service_spec.rb

Simple merge
Simple merge
index f10a84bfca7b9b145dd3d8536295fc1652972aa8,1f284cd9ff3f3c9b473b204ff402821b9ce89b24..2b170685da93be59c5a94d4a77c92ac549e68479
@@@ -425,14 -427,27 +427,35 @@@ pl
        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:
index 0b3a1a63eae9743de0e6c7a72ed10f2f017b6c7d,d08bdc8b93f97333caf236b13aa97d2bd1e65623..95bf9561dcce978ce314516cb92474ceb168c40b
@@@ -12,8 -12,8 +12,8 @@@ describe AccountInteractions d
      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
Simple merge