},
{
"descriptors": [
+ {
+ "defaultMessage": "Public",
+ "id": "privacy.public.short"
+ },
+ {
+ "defaultMessage": "Unlisted",
+ "id": "privacy.unlisted.short"
+ },
+ {
+ "defaultMessage": "Followers-only",
+ "id": "privacy.private.short"
+ },
+ {
+ "defaultMessage": "Direct",
+ "id": "privacy.direct.short"
+ },
{
"defaultMessage": "Filtered",
"id": "status.filtered"
],
"path": "app/javascript/mastodon/features/account_timeline/index.json"
},
+ {
+ "descriptors": [
+ {
+ "defaultMessage": "No comment provided",
+ "id": "account_note.placeholder"
+ },
+ {
+ "defaultMessage": "Cancel",
+ "id": "account_note.cancel"
+ },
+ {
+ "defaultMessage": "Save",
+ "id": "account_note.save"
+ },
+ {
+ "defaultMessage": "Your note for @{name}",
+ "id": "account.account_note_header"
+ },
+ {
+ "defaultMessage": "Edit",
+ "id": "account_note.edit"
+ }
+ ],
+ "path": "app/javascript/mastodon/features/account/components/account_note.json"
+ },
{
"descriptors": [
{
"defaultMessage": "Open moderation interface for @{name}",
"id": "status.admin_account"
},
+ {
+ "defaultMessage": "Add note for @{name}",
+ "id": "account.add_account_note"
+ },
{
"defaultMessage": "Follows you",
"id": "account.follows_you"
],
"path": "app/javascript/mastodon/features/status/components/card.json"
},
+ {
+ "descriptors": [
+ {
+ "defaultMessage": "Public",
+ "id": "privacy.public.short"
+ },
+ {
+ "defaultMessage": "Unlisted",
+ "id": "privacy.unlisted.short"
+ },
+ {
+ "defaultMessage": "Followers-only",
+ "id": "privacy.private.short"
+ },
+ {
+ "defaultMessage": "Direct",
+ "id": "privacy.direct.short"
+ }
+ ],
+ "path": "app/javascript/mastodon/features/status/components/detailed_status.json"
+ },
{
"descriptors": [
{
"defaultMessage": "Exit full screen",
"id": "video.exit_fullscreen"
},
- {
- "defaultMessage": "Download file",
- "id": "video.download"
- },
{
"defaultMessage": "Sensitive content",
"id": "status.sensitive_warning"
{
+ "account.account_note_header": "Your note for @{name}",
+ "account.add_account_note": "Add note for @{name}",
"account.add_or_remove_from_list": "Add or Remove from lists",
"account.badges.bot": "Bot",
"account.badges.group": "Group",
"account.unfollow": "Unfollow",
"account.unmute": "Unmute @{name}",
"account.unmute_notifications": "Unmute notifications from @{name}",
+ "account_note.cancel": "Cancel",
+ "account_note.edit": "Edit",
+ "account_note.placeholder": "No comment provided",
+ "account_note.save": "Save",
"alert.rate_limited.message": "Please retry after {retry_time, time, medium}.",
"alert.rate_limited.title": "Rate limited",
"alert.unexpected.message": "An unexpected error occurred.",