Add public_unlisted translation
This commit is contained in:
parent
d5b8351364
commit
1c2eb1fc6d
4 changed files with 11 additions and 5 deletions
|
@ -13,7 +13,7 @@ const messages = defineMessages({
|
|||
unlisted_short: { id: 'privacy.unlisted.short', defaultMessage: 'Unlisted' },
|
||||
unlisted_long: { id: 'privacy.unlisted.long', defaultMessage: 'Visible for all, but opted-out of discovery features' },
|
||||
public_unlisted_short: { id: 'privacy.public_unlisted.short', defaultMessage: 'Public unlisted' },
|
||||
public_unlisted_long: { id: 'privacy.public_unlisted.long', defaultMessage: 'Visible for all, but dont visible in GTL' },
|
||||
public_unlisted_long: { id: 'privacy.public_unlisted.long', defaultMessage: 'Visible for all without GTL' },
|
||||
private_short: { id: 'privacy.private.short', defaultMessage: 'Followers only' },
|
||||
private_long: { id: 'privacy.private.long', defaultMessage: 'Visible for followers only' },
|
||||
direct_short: { id: 'privacy.direct.short', defaultMessage: 'Mentioned people only' },
|
||||
|
|
|
@ -460,6 +460,8 @@
|
|||
"privacy.private.short": "Followers only",
|
||||
"privacy.public.long": "Visible for all",
|
||||
"privacy.public.short": "Public",
|
||||
"privacy.public_unlisted.long": "Visible for all without GTL",
|
||||
"privacy.public_unlisted.short": "Public unlisted",
|
||||
"privacy.unlisted.long": "Visible for all, but opted-out of discovery features",
|
||||
"privacy.unlisted.short": "Unlisted",
|
||||
"privacy_policy.last_updated": "Last updated {date}",
|
||||
|
|
|
@ -458,9 +458,11 @@
|
|||
"privacy.direct.short": "指定された相手のみ",
|
||||
"privacy.private.long": "フォロワーのみ閲覧可",
|
||||
"privacy.private.short": "フォロワーのみ",
|
||||
"privacy.public.long": "誰でも閲覧可",
|
||||
"privacy.public.long": "誰でも閲覧可、全てのTL",
|
||||
"privacy.public.short": "公開",
|
||||
"privacy.unlisted.long": "誰でも閲覧可、サイレント",
|
||||
"privacy.public_unlisted.long": "誰でも閲覧可、ローカル+ホームTL",
|
||||
"privacy.public_unlisted.short": "ローカル公開",
|
||||
"privacy.unlisted.long": "誰でも閲覧可、ホームTL",
|
||||
"privacy.unlisted.short": "未収載",
|
||||
"privacy_policy.last_updated": "{date}に更新",
|
||||
"privacy_policy.title": "プライバシーポリシー",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue