Add local_only to admin screens
This commit is contained in:
parent
e1049a94aa
commit
6bef1a8134
@ -32,3 +32,7 @@
|
|||||||
·
|
·
|
||||||
= fa_icon('eye-slash fw')
|
= fa_icon('eye-slash fw')
|
||||||
= t('stream_entries.sensitive_content')
|
= t('stream_entries.sensitive_content')
|
||||||
|
- if status.proper.local_only
|
||||||
|
·
|
||||||
|
= fa_icon('chain-broken fw')
|
||||||
|
= t('statuses.local_only')
|
||||||
|
@ -760,6 +760,7 @@ en:
|
|||||||
one: 'contained a disallowed hashtag: %{tags}'
|
one: 'contained a disallowed hashtag: %{tags}'
|
||||||
other: 'contained the disallowed hashtags: %{tags}'
|
other: 'contained the disallowed hashtags: %{tags}'
|
||||||
language_detection: Automatically detect language
|
language_detection: Automatically detect language
|
||||||
|
local_only: Local-only
|
||||||
open_in_web: Open in web
|
open_in_web: Open in web
|
||||||
over_character_limit: character limit of %{max} exceeded
|
over_character_limit: character limit of %{max} exceeded
|
||||||
pin_errors:
|
pin_errors:
|
||||||
|
@ -758,6 +758,7 @@ pt-BR:
|
|||||||
one: 'continha a hashtag não permitida: %{tags}'
|
one: 'continha a hashtag não permitida: %{tags}'
|
||||||
other: 'continha as hashtags não permitidas: %{tags}'
|
other: 'continha as hashtags não permitidas: %{tags}'
|
||||||
language_detection: Detectar idioma automaticamente
|
language_detection: Detectar idioma automaticamente
|
||||||
|
local_only: Somente local
|
||||||
open_in_web: Abrir na web
|
open_in_web: Abrir na web
|
||||||
over_character_limit: limite de caracteres de %{max} excedido
|
over_character_limit: limite de caracteres de %{max} excedido
|
||||||
pin_errors:
|
pin_errors:
|
||||||
|
@ -588,6 +588,7 @@ pt:
|
|||||||
two_factor_authentication: Autenticação em dois passos
|
two_factor_authentication: Autenticação em dois passos
|
||||||
your_apps: As tuas aplicações
|
your_apps: As tuas aplicações
|
||||||
statuses:
|
statuses:
|
||||||
|
local_only: Somente local
|
||||||
open_in_web: Abrir no browser
|
open_in_web: Abrir no browser
|
||||||
over_character_limit: limite de caracter excedeu %{max}
|
over_character_limit: limite de caracter excedeu %{max}
|
||||||
pin_errors:
|
pin_errors:
|
||||||
|
Loading…
Reference in New Issue
Block a user