|
39 | 39 | "@settingsPageTitle": { |
40 | 40 | "description": "Title for the settings page." |
41 | 41 | }, |
42 | | - "switchAccountButton": "Switch account", |
43 | | - "@switchAccountButton": { |
44 | | - "description": "Label for main-menu button leading to the choose-account page." |
| 42 | + "switchAccountButtonTooltip": "Switch account", |
| 43 | + "@switchAccountButtonTooltip": { |
| 44 | + "description": "Tooltip message for main-menu button leading to the choose-account page." |
45 | 45 | }, |
46 | 46 | "tryAnotherAccountMessage": "Your account at {url} is taking a while to load.", |
47 | 47 | "@tryAnotherAccountMessage": { |
|
687 | 687 | "@emptyMessageList": { |
688 | 688 | "description": "Placeholder for some message-list pages when there are no messages." |
689 | 689 | }, |
| 690 | + "emptyMessageListCombinedFeed": "There are no messages in your combined feed.", |
| 691 | + "@emptyMessageListCombinedFeed": { |
| 692 | + "description": "Placeholder for the 'Combined feed' page when there are no messages." |
| 693 | + }, |
| 694 | + "emptyMessageListChannelWithoutContentAccess": "You don’t have <z-link>content access</z-link> to this channel.", |
| 695 | + "@emptyMessageListChannelWithoutContentAccess": { |
| 696 | + "description": "Placeholder for a channel or topic page when there are no messages and you don’t have content access." |
| 697 | + }, |
| 698 | + "emptyMessageListChannelUnavailable": "This channel doesn’t exist, or you are not allowed to view it.", |
| 699 | + "@emptyMessageListChannelUnavailable": { |
| 700 | + "description": "Placeholder for a channel page when there are no messages and the channel does not exist or you don't have access to it." |
| 701 | + }, |
| 702 | + "emptyMessageListSelfDmHeader": "You have not sent any direct messages to yourself yet!", |
| 703 | + "@emptyMessageListSelfDmHeader": { |
| 704 | + "description": "Placeholder for the self-DM page when there are no messages." |
| 705 | + }, |
| 706 | + "emptyMessageListSelfDmMessage": "Use this space for personal notes, or to test out Zulip features.", |
| 707 | + "@emptyMessageListSelfDmMessage": { |
| 708 | + "description": "Extra detail in the placeholder for the self-DM page when there are no messages." |
| 709 | + }, |
| 710 | + "emptyMessageListDm": "You have no direct messages with {person} yet.", |
| 711 | + "@emptyMessageListDm": { |
| 712 | + "description": "Placeholder for a 1:1 DM page when there are no messages.", |
| 713 | + "placeholders": { |
| 714 | + "person": {"type": "String", "example": "Alice"} |
| 715 | + } |
| 716 | + }, |
| 717 | + "emptyMessageListDmDeactivatedUser": "You have no direct messages with {person}.", |
| 718 | + "@emptyMessageListDmDeactivatedUser": { |
| 719 | + "description": "Placeholder for a 1:1 DM page when there are no messages and the other user is deactivated.", |
| 720 | + "placeholders": { |
| 721 | + "person": {"type": "String", "example": "Alice"} |
| 722 | + } |
| 723 | + }, |
| 724 | + "emptyMessageListDmUnknownUser": "You have no direct messages with this user.", |
| 725 | + "@emptyMessageListDmUnknownUser": { |
| 726 | + "description": "Placeholder for a 1:1 DM page when there are no messages and the other user's name is unavailable." |
| 727 | + }, |
| 728 | + "emptyMessageListGroupDm": "You have no direct messages with these users yet.", |
| 729 | + "@emptyMessageListGroupDm": { |
| 730 | + "description": "Placeholder for a group DM page when there are no messages." |
| 731 | + }, |
| 732 | + "emptyMessageListGroupDmDeactivatedUser": "You have no direct messages with these users.", |
| 733 | + "@emptyMessageListGroupDmDeactivatedUser": { |
| 734 | + "description": "Placeholder for a group DM page when there are no messages and one or more participants is deactivated." |
| 735 | + }, |
| 736 | + "emptyMessageListDmStartConversation": "Why not start the conversation?", |
| 737 | + "@emptyMessageListDmStartConversation": { |
| 738 | + "description": "Extra detail in the placeholder for some DM pages when there are no messages." |
| 739 | + }, |
| 740 | + "emptyMessageListMentionsHeader": "This view will show messages where you are <z-link>mentioned</z-link>.", |
| 741 | + "@emptyMessageListMentionsHeader": { |
| 742 | + "description": "Placeholder for the 'Mentions' page when there are no messages." |
| 743 | + }, |
| 744 | + "emptyMessageListMentionsMessage": "To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a channel. Type @ in the compose box, and choose who you’d like to mention from the list of suggestions.", |
| 745 | + "@emptyMessageListMentionsMessage": { |
| 746 | + "description": "Extra detail in the placeholder for the 'Mentions' page when there are no messages." |
| 747 | + }, |
| 748 | + "emptyMessageListStarredHeader": "You have no starred messages.", |
| 749 | + "@emptyMessageListStarredHeader": { |
| 750 | + "description": "Placeholder for the 'Starred' page when there are no messages." |
| 751 | + }, |
| 752 | + "emptyMessageListStarredMessage": "<z-link>Starring</z-link> is a good way to keep track of important messages, such as tasks you need to go back to, or useful references. To star a message, long-press it and tap “{button}.”", |
| 753 | + "@emptyMessageListStarredMessage": { |
| 754 | + "description": "Extra detail in the placeholder for the 'Starred' page when there are no messages. The {button} placeholder will be the button's translated text.", |
| 755 | + "placeholders": { |
| 756 | + "button": {"type": "String", "example": "Star message"} |
| 757 | + } |
| 758 | + }, |
690 | 759 | "emptyMessageListSearch": "No search results.", |
691 | 760 | "@emptyMessageListSearch": { |
692 | 761 | "description": "Placeholder for the 'Search' page when there are no messages." |
|
0 commit comments