Skip to content

Commit 833b5fd

Browse files
gnpricechrisbobbe
authored andcommitted
l10n: Update translations from Weblate, except keep nb
This prepares for a new beta release. It also syncs down into our repo all the translations we have so far, which will allow us to reset all the state in Weblate as part of trying to work around its odd treatment of `nb` and `nb_NO`: https://chat.zulip.org/#narrow/channel/243-mobile-team/topic/weblate.20translations.20.28.23F276.29/near/2039839 https://chat.zulip.org/#narrow/channel/243-mobile-team/topic/weblate.20translations.20.28.23F276.29/near/2034260 As part of that workaround, the commit provided by Weblate was adjusted to keep around `app_nb.arb`: git checkout @~ assets/l10n/app_nb.arb Then like last time in c9c5f3d, the commit was adjusted like so: tools/check l10n --fix git add lib/generated/l10n/ git commit --amend
1 parent a561ae6 commit 833b5fd

File tree

9 files changed

+1530
-273
lines changed

9 files changed

+1530
-273
lines changed

assets/l10n/app_ar.arb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
3-
}
1+
{}

assets/l10n/app_fr.arb

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/l10n/app_pl.arb

Lines changed: 80 additions & 0 deletions
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)