|
696 | 696 | "userRoleModerator": "Moderator",
|
697 | 697 | "@userRoleModerator": {
|
698 | 698 | "description": "Label for UserRole.moderator"
|
| 699 | + }, |
| 700 | + "actionSheetOptionMuteTopic": "Wycisz wątek", |
| 701 | + "@actionSheetOptionMuteTopic": { |
| 702 | + "description": "Label for muting a topic on action sheet." |
| 703 | + }, |
| 704 | + "actionSheetOptionUnmuteTopic": "Wznów wątek", |
| 705 | + "@actionSheetOptionUnmuteTopic": { |
| 706 | + "description": "Label for unmuting a topic on action sheet." |
| 707 | + }, |
| 708 | + "actionSheetOptionFollowTopic": "Śledź wątek", |
| 709 | + "@actionSheetOptionFollowTopic": { |
| 710 | + "description": "Label for following a topic on action sheet." |
| 711 | + }, |
| 712 | + "actionSheetOptionUnfollowTopic": "Nie śledź wątku", |
| 713 | + "@actionSheetOptionUnfollowTopic": { |
| 714 | + "description": "Label for unfollowing a topic on action sheet." |
| 715 | + }, |
| 716 | + "switchAccountButton": "Przełącz konto", |
| 717 | + "@switchAccountButton": { |
| 718 | + "description": "Label for main-menu button leading to the choose-account page." |
| 719 | + }, |
| 720 | + "tryAnotherAccountMessage": "Twoje konto na {url} wymaga jeszcze chwili na załadowanie.", |
| 721 | + "@tryAnotherAccountMessage": { |
| 722 | + "description": "Message that appears on the loading screen after waiting for some time.", |
| 723 | + "url": { |
| 724 | + "type": "String", |
| 725 | + "example": "http://chat.example.com/" |
| 726 | + } |
| 727 | + }, |
| 728 | + "tryAnotherAccountButton": "Sprawdź inne konto", |
| 729 | + "@tryAnotherAccountButton": { |
| 730 | + "description": "Label for loading screen button prompting user to try another account." |
| 731 | + }, |
| 732 | + "errorFollowTopicFailed": "Śledzenie bez powodzenia", |
| 733 | + "@errorFollowTopicFailed": { |
| 734 | + "description": "Error message when following a topic failed." |
| 735 | + }, |
| 736 | + "inboxPageTitle": "Odebrane", |
| 737 | + "@inboxPageTitle": { |
| 738 | + "description": "Title for the page with unreads." |
| 739 | + }, |
| 740 | + "channelsPageTitle": "Kanały", |
| 741 | + "@channelsPageTitle": { |
| 742 | + "description": "Title for the page with a list of subscribed channels." |
| 743 | + }, |
| 744 | + "emojiReactionsMore": "więcej", |
| 745 | + "@emojiReactionsMore": { |
| 746 | + "description": "Label for a button opening the emoji picker." |
| 747 | + }, |
| 748 | + "emojiPickerSearchEmoji": "Szukaj emoji", |
| 749 | + "@emojiPickerSearchEmoji": { |
| 750 | + "description": "Hint text for the emoji picker search text field." |
| 751 | + }, |
| 752 | + "dialogClose": "Zamknij", |
| 753 | + "@dialogClose": { |
| 754 | + "description": "Button label in dialogs to close." |
| 755 | + }, |
| 756 | + "errorReactionRemovingFailedTitle": "Usuwanie reakcji bez powodzenia", |
| 757 | + "@errorReactionRemovingFailedTitle": { |
| 758 | + "description": "Error title when removing a message reaction fails" |
| 759 | + }, |
| 760 | + "errorReactionAddingFailedTitle": "Dodanie reakcji bez powodzenia", |
| 761 | + "@errorReactionAddingFailedTitle": { |
| 762 | + "description": "Error title when adding a message reaction fails" |
| 763 | + }, |
| 764 | + "errorMuteTopicFailed": "Wyciszenie bez powodzenia", |
| 765 | + "@errorMuteTopicFailed": { |
| 766 | + "description": "Error message when muting a topic failed." |
| 767 | + }, |
| 768 | + "mainMenuMyProfile": "Mój profil", |
| 769 | + "@mainMenuMyProfile": { |
| 770 | + "description": "Label for main-menu button leading to the user's own profile." |
| 771 | + }, |
| 772 | + "errorUnfollowTopicFailed": "Nie śledź bez powodzenia", |
| 773 | + "@errorUnfollowTopicFailed": { |
| 774 | + "description": "Error message when unfollowing a topic failed." |
| 775 | + }, |
| 776 | + "errorUnmuteTopicFailed": "Wznowienie bez powodzenia", |
| 777 | + "@errorUnmuteTopicFailed": { |
| 778 | + "description": "Error message when unmuting a topic failed." |
699 | 779 | }
|
700 | 780 | }
|
0 commit comments