Skip to content

Commit c33b03c

Browse files
committed
l10n: Update translations from Weblate.
1 parent 3ff7096 commit c33b03c

File tree

4 files changed

+1275
-1
lines changed

4 files changed

+1275
-1
lines changed

assets/l10n/app_nb_NO.arb

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"aboutPageAppVersion": "App versjon",
3+
"@aboutPageAppVersion": {
4+
"description": "Label for Zulip app version in About Zulip page"
5+
},
6+
"aboutPageTitle": "Om Zulip",
7+
"@aboutPageTitle": {
8+
"description": "Title for About Zulip page."
9+
},
10+
"aboutPageOpenSourceLicenses": "Lisenser for åpen kildekode",
11+
"@aboutPageOpenSourceLicenses": {
12+
"description": "Item title in About Zulip page to navigate to Licenses page"
13+
}
14+
}

assets/l10n/app_pl.arb

+80
Original file line numberDiff line numberDiff line change
@@ -696,5 +696,85 @@
696696
"userRoleModerator": "Moderator",
697697
"@userRoleModerator": {
698698
"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."
699779
}
700780
}

0 commit comments

Comments
 (0)