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