forked from cybrespace/mastodon
Add more timeline labels
This commit is contained in:
parent
98232134f8
commit
f8d0ebbe4f
|
@ -165,7 +165,7 @@
|
||||||
"navigation_bar.logout": "Jack out",
|
"navigation_bar.logout": "Jack out",
|
||||||
"navigation_bar.mutes": "~/.muted",
|
"navigation_bar.mutes": "~/.muted",
|
||||||
"navigation_bar.pins": "~/.pinned",
|
"navigation_bar.pins": "~/.pinned",
|
||||||
"navigation_bar.preferences": "Preferences",
|
"navigation_bar.preferences": "edit ~/.config",
|
||||||
"navigation_bar.public_timeline": "/timelines/federated",
|
"navigation_bar.public_timeline": "/timelines/federated",
|
||||||
"notification.favourite": "{name} florped your ping",
|
"notification.favourite": "{name} florped your ping",
|
||||||
"notification.follow": "{name} followed you",
|
"notification.follow": "{name} followed you",
|
||||||
|
@ -266,10 +266,10 @@
|
||||||
"status.show_more_all": "Show more for all",
|
"status.show_more_all": "Show more for all",
|
||||||
"status.unmute_conversation": "Unmute conversation",
|
"status.unmute_conversation": "Unmute conversation",
|
||||||
"status.unpin": "Unpin from profile",
|
"status.unpin": "Unpin from profile",
|
||||||
"tabs_bar.federated_timeline": "Federated",
|
"tabs_bar.federated_timeline": "/timelines/federated",
|
||||||
"tabs_bar.home": "Home",
|
"tabs_bar.home": "/timelines/home",
|
||||||
"tabs_bar.local_timeline": "Local",
|
"tabs_bar.local_timeline": "/timelines/local",
|
||||||
"tabs_bar.notifications": "Notifications",
|
"tabs_bar.notifications": "~/.notifications",
|
||||||
"ui.beforeunload": "Your draft will be lost if you leave Mastodon.",
|
"ui.beforeunload": "Your draft will be lost if you leave Mastodon.",
|
||||||
"upload_area.title": "Drag & drop to upload",
|
"upload_area.title": "Drag & drop to upload",
|
||||||
"upload_button.label": "Add media",
|
"upload_button.label": "Add media",
|
||||||
|
|
Loading…
Reference in New Issue