Merge remote-tracking branch 'tootsuite/master'

This commit is contained in:
David Yip
2017-11-19 01:30:29 -06:00
38 changed files with 852 additions and 42 deletions

View File

@@ -517,8 +517,6 @@ de:
pinned: Angehefteter Beitrag
reblogged: teilte
sensitive_content: Heikle Inhalte
themes:
default: Mastodon
time:
formats:
default: "%d.%m.%Y %H:%M"

View File

@@ -39,6 +39,7 @@ en:
followers: Followers
following: Following
media: Media
moved_html: "%{name} has moved to %{new_profile_link}:"
nothing_here: There is nothing here!
people_followed_by: People whom %{name} follows
people_who_follow: People who follow %{name}
@@ -245,6 +246,9 @@ en:
open:
desc_html: Allow anyone to create an account
title: Open registration
show_staff_badge:
desc_html: Show a staff badge on a user page
title: Show staff badge
site_description:
desc_html: Introductory paragraph on the frontpage and in meta tags. You can use HTML tags, in particular <code>&lt;a&gt;</code> and <code>&lt;em&gt;</code>.
title: Instance description

View File

@@ -423,8 +423,6 @@ eo:
sensitive_content: Tikla enhavo
terms:
title: "%{instance} Reguloj de servo kaj Politikaj pri privatecoj"
themes:
default: Mastodon
time:
formats:
default: "%b %d, %Y, %H:%M"

View File

@@ -587,8 +587,6 @@ fa:
<p>این نوشته اقتباسی است از <a href="https://github.com/discourse/discourse">سیاست رازداری Discourse</a>.</p>
title: شرایط استفاده و سیاست رازداری %{instance}
themes:
default: Mastodon
time:
formats:
default: "%d %b %Y, %H:%M"

View File

@@ -587,8 +587,6 @@ fr:
<p>Originellement adapté à partir de la politique de confidentialité de <a href="https://github.com/discourse/discourse">Discourse</a>.</p>
title: "%{instance} Conditions dutilisations et politique de confidentialité"
themes:
default: Mastodon
time:
formats:
default: "%d %b %Y, %H:%M"

View File

@@ -48,6 +48,7 @@ ja:
reserved_username: このユーザー名は予約されています。
roles:
admin: Admin
moderator: Mod
unfollow: フォロー解除
admin:
account_moderation_notes:
@@ -607,8 +608,6 @@ ja:
<p>オリジナルの出典 <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
title: "%{instance} 利用規約・プライバシーポリシー"
themes:
default: Mastodon
time:
formats:
default: "%Y年%m月%d日 %H:%M"

View File

@@ -518,8 +518,6 @@ ko:
sensitive_content: 민감한 컨텐츠
terms:
title: "%{instance} 이용약관과 개인정보 취급 방침"
themes:
default: Mastodon
time:
formats:
default: "%Y년 %m월 %d일 %H:%M"

View File

@@ -587,8 +587,6 @@ nl:
<p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
title: "%{instance} Terms of Service and Privacy Policy"
themes:
default: Mastodon
time:
formats:
default: "%d %B %Y om %H:%M"

View File

@@ -678,8 +678,6 @@ oc:
<p>Prima adaptacion de la <a href="https://github.com/discourse/discourse">politica de confidencialitat de Discourse</a>.</p>
title: Condicions dutilizacion e politica de confidencialitat de %{instance}
themes:
default: Mastodon
time:
formats:
default: Lo %d %b de %Y a %Ho%M

View File

@@ -39,6 +39,7 @@ pl:
followers: Śledzących
following: Śledzi
media: Zawartość multimedialna
moved_html: "%{name} korzysta teraz z konta %{new_profile_link}:"
nothing_here: Niczego tu nie ma!
people_followed_by: Konta śledzone przez %{name}
people_who_follow: Osoby, które śledzą konto %{name}
@@ -244,6 +245,9 @@ pl:
open:
desc_html: Pozwól każdemu na założenie konta
title: Otwarta rejestracja
show_staff_badge:
desc_html: Pokazuj odznakę uprawnień na stronie profilu użytkownika
title: Pokazuj odznakę administracji
site_description:
desc_html: Akapit wprowadzający, widoczny na stronie głównej i znacznikach meta. Możesz korzystać z tagów HTML, w szczególności <code>&lt;a&gt;</code> i <code>&lt;em&gt;</code>.
title: Opis instancji
@@ -611,8 +615,6 @@ pl:
<p>Tekst bazuje na <a href="https://github.com/discourse/discourse">polityce prywatności Discourse</a>.</p>
title: Zasady korzystania i polityka prywatności %{instance}
themes:
default: Mastodon
time:
formats:
default: "%b %d, %Y, %H:%M"

View File

@@ -607,8 +607,6 @@ pt-BR:
<p>Originalmente adaptado da <a href="https://github.com/discourse/discourse">política de privacidade do Discourse</a>.</p>
title: "%{instance} Termos de Serviço e Política de Privacidade"
themes:
default: Mastodon
time:
formats:
default: "%b %d, %Y, %H:%M"

View File

@@ -521,8 +521,6 @@ ru:
sensitive_content: Чувствительный контент
terms:
title: Условия обслуживания и политика конфиденциальности %{instance}
themes:
default: Mastodon
time:
formats:
default: "%b %d, %Y, %H:%M"

View File

@@ -587,8 +587,6 @@ sv:
<p>Ursprungligen anpassad från <a href="https://github.com/discourse/discourse">Discourse integritetspolicy</a>.</p>
title: "%{instance} Användarvillkor och Sekretesspolicy"
themes:
default: Mastodon
time:
formats:
default: "%b %d, %Y, %H:%M"

View File

@@ -602,8 +602,6 @@ zh-CN:
<p>原文出自 <a href="https://github.com/discourse/discourse">Discourse 隐私权政策</a>。</p>
title: "%{instance} 使用条款和隐私权政策"
themes:
default: Mastodon
time:
formats:
default: "%Y年%-m月%d日 %H:%M"

View File

@@ -17,6 +17,7 @@ defaults: &defaults
closed_registrations_message: ''
open_deletion: true
timeline_preview: false
show_staff_badge: true
default_sensitive: false
unfollow_modal: false
boost_modal: false