mirror of https://github.com/tootsuite/mastodon
Replace “status” and “message” by “post” in WebUI (#16271)
parent
4c7efdba40
commit
d137d2ab87
|
@ -24,7 +24,7 @@ en:
|
||||||
status:
|
status:
|
||||||
attributes:
|
attributes:
|
||||||
reblog:
|
reblog:
|
||||||
taken: of status already exists
|
taken: of post already exists
|
||||||
user:
|
user:
|
||||||
attributes:
|
attributes:
|
||||||
email:
|
email:
|
||||||
|
|
|
@ -138,12 +138,12 @@ en:
|
||||||
read:notifications: see your notifications
|
read:notifications: see your notifications
|
||||||
read:reports: see your reports
|
read:reports: see your reports
|
||||||
read:search: search on your behalf
|
read:search: search on your behalf
|
||||||
read:statuses: see all statuses
|
read:statuses: see all posts
|
||||||
write: modify all your account's data
|
write: modify all your account's data
|
||||||
write:accounts: modify your profile
|
write:accounts: modify your profile
|
||||||
write:blocks: block accounts and domains
|
write:blocks: block accounts and domains
|
||||||
write:bookmarks: bookmark statuses
|
write:bookmarks: bookmark posts
|
||||||
write:favourites: favourite statuses
|
write:favourites: favourite posts
|
||||||
write:filters: create filters
|
write:filters: create filters
|
||||||
write:follows: follow people
|
write:follows: follow people
|
||||||
write:lists: create lists
|
write:lists: create lists
|
||||||
|
@ -151,4 +151,4 @@ en:
|
||||||
write:mutes: mute people and conversations
|
write:mutes: mute people and conversations
|
||||||
write:notifications: clear your notifications
|
write:notifications: clear your notifications
|
||||||
write:reports: report other people
|
write:reports: report other people
|
||||||
write:statuses: publish statuses
|
write:statuses: publish posts
|
||||||
|
|
|
@ -1431,7 +1431,7 @@ en:
|
||||||
edit_profile_step: You can customize your profile by uploading an avatar, header, changing your display name and more. If you’d like to review new followers before they’re allowed to follow you, you can lock your account.
|
edit_profile_step: You can customize your profile by uploading an avatar, header, changing your display name and more. If you’d like to review new followers before they’re allowed to follow you, you can lock your account.
|
||||||
explanation: Here are some tips to get you started
|
explanation: Here are some tips to get you started
|
||||||
final_action: Start posting
|
final_action: Start posting
|
||||||
final_step: 'Start posting! Even without followers your public messages may be seen by others, for example on the local timeline and in hashtags. You may want to introduce yourself on the #introductions hashtag.'
|
final_step: 'Start posting! Even without followers your public posts may be seen by others, for example on the local timeline and in hashtags. You may want to introduce yourself on the #introductions hashtag.'
|
||||||
full_handle: Your full handle
|
full_handle: Your full handle
|
||||||
full_handle_hint: This is what you would tell your friends so they can message or follow you from another server.
|
full_handle_hint: This is what you would tell your friends so they can message or follow you from another server.
|
||||||
review_preferences_action: Change preferences
|
review_preferences_action: Change preferences
|
||||||
|
|
|
@ -52,7 +52,7 @@ en:
|
||||||
setting_display_media_hide_all: Always hide media
|
setting_display_media_hide_all: Always hide media
|
||||||
setting_display_media_show_all: Always show media
|
setting_display_media_show_all: Always show media
|
||||||
setting_hide_network: Who you follow and who follows you will be hidden on your profile
|
setting_hide_network: Who you follow and who follows you will be hidden on your profile
|
||||||
setting_noindex: Affects your public profile and status pages
|
setting_noindex: Affects your public profile and post pages
|
||||||
setting_show_application: The application you use to post will be displayed in the detailed view of your posts
|
setting_show_application: The application you use to post will be displayed in the detailed view of your posts
|
||||||
setting_use_blurhash: Gradients are based on the colors of the hidden visuals but obfuscate any details
|
setting_use_blurhash: Gradients are based on the colors of the hidden visuals but obfuscate any details
|
||||||
setting_use_pending_items: Hide timeline updates behind a click instead of automatically scrolling the feed
|
setting_use_pending_items: Hide timeline updates behind a click instead of automatically scrolling the feed
|
||||||
|
@ -197,12 +197,12 @@ en:
|
||||||
severity: Rule
|
severity: Rule
|
||||||
notification_emails:
|
notification_emails:
|
||||||
digest: Send digest e-mails
|
digest: Send digest e-mails
|
||||||
favourite: Someone favourited your status
|
favourite: Someone favourited your post
|
||||||
follow: Someone followed you
|
follow: Someone followed you
|
||||||
follow_request: Someone requested to follow you
|
follow_request: Someone requested to follow you
|
||||||
mention: Someone mentioned you
|
mention: Someone mentioned you
|
||||||
pending_account: New account needs review
|
pending_account: New account needs review
|
||||||
reblog: Someone boosted your status
|
reblog: Someone boosted your post
|
||||||
report: New report is submitted
|
report: New report is submitted
|
||||||
trending_tag: An unreviewed hashtag is trending
|
trending_tag: An unreviewed hashtag is trending
|
||||||
rule:
|
rule:
|
||||||
|
|
Loading…
Reference in New Issue