Skip to content

Commit

Permalink
l10n: Update translations from Weblate.
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jan 10, 2025
1 parent dcc8123 commit c201ce8
Show file tree
Hide file tree
Showing 6 changed files with 1,276 additions and 5 deletions.
4 changes: 1 addition & 3 deletions assets/l10n/app_ar.arb
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{

}
{}
1 change: 0 additions & 1 deletion assets/l10n/app_fr.arb

This file was deleted.

14 changes: 14 additions & 0 deletions assets/l10n/app_nb_NO.arb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"aboutPageAppVersion": "App versjon",
"@aboutPageAppVersion": {
"description": "Label for Zulip app version in About Zulip page"
},
"aboutPageTitle": "Om Zulip",
"@aboutPageTitle": {
"description": "Title for About Zulip page."
},
"aboutPageOpenSourceLicenses": "Lisenser for åpen kildekode",
"@aboutPageOpenSourceLicenses": {
"description": "Item title in About Zulip page to navigate to Licenses page"
}
}
80 changes: 80 additions & 0 deletions assets/l10n/app_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -696,5 +696,85 @@
"userRoleModerator": "Moderator",
"@userRoleModerator": {
"description": "Label for UserRole.moderator"
},
"actionSheetOptionMuteTopic": "Wycisz wątek",
"@actionSheetOptionMuteTopic": {
"description": "Label for muting a topic on action sheet."
},
"actionSheetOptionUnmuteTopic": "Wznów wątek",
"@actionSheetOptionUnmuteTopic": {
"description": "Label for unmuting a topic on action sheet."
},
"actionSheetOptionFollowTopic": "Śledź wątek",
"@actionSheetOptionFollowTopic": {
"description": "Label for following a topic on action sheet."
},
"actionSheetOptionUnfollowTopic": "Nie śledź wątku",
"@actionSheetOptionUnfollowTopic": {
"description": "Label for unfollowing a topic on action sheet."
},
"switchAccountButton": "Przełącz konto",
"@switchAccountButton": {
"description": "Label for main-menu button leading to the choose-account page."
},
"tryAnotherAccountMessage": "Twoje konto na {url} wymaga jeszcze chwili na załadowanie.",
"@tryAnotherAccountMessage": {
"description": "Message that appears on the loading screen after waiting for some time.",
"url": {
"type": "String",
"example": "http://chat.example.com/"
}
},
"tryAnotherAccountButton": "Sprawdź inne konto",
"@tryAnotherAccountButton": {
"description": "Label for loading screen button prompting user to try another account."
},
"errorFollowTopicFailed": "Śledzenie bez powodzenia",
"@errorFollowTopicFailed": {
"description": "Error message when following a topic failed."
},
"inboxPageTitle": "Odebrane",
"@inboxPageTitle": {
"description": "Title for the page with unreads."
},
"channelsPageTitle": "Kanały",
"@channelsPageTitle": {
"description": "Title for the page with a list of subscribed channels."
},
"emojiReactionsMore": "więcej",
"@emojiReactionsMore": {
"description": "Label for a button opening the emoji picker."
},
"emojiPickerSearchEmoji": "Szukaj emoji",
"@emojiPickerSearchEmoji": {
"description": "Hint text for the emoji picker search text field."
},
"dialogClose": "Zamknij",
"@dialogClose": {
"description": "Button label in dialogs to close."
},
"errorReactionRemovingFailedTitle": "Usuwanie reakcji bez powodzenia",
"@errorReactionRemovingFailedTitle": {
"description": "Error title when removing a message reaction fails"
},
"errorReactionAddingFailedTitle": "Dodanie reakcji bez powodzenia",
"@errorReactionAddingFailedTitle": {
"description": "Error title when adding a message reaction fails"
},
"errorMuteTopicFailed": "Wyciszenie bez powodzenia",
"@errorMuteTopicFailed": {
"description": "Error message when muting a topic failed."
},
"mainMenuMyProfile": "Mój profil",
"@mainMenuMyProfile": {
"description": "Label for main-menu button leading to the user's own profile."
},
"errorUnfollowTopicFailed": "Nie śledź bez powodzenia",
"@errorUnfollowTopicFailed": {
"description": "Error message when unfollowing a topic failed."
},
"errorUnmuteTopicFailed": "Wznowienie bez powodzenia",
"@errorUnmuteTopicFailed": {
"description": "Error message when unmuting a topic failed."
}
}
Loading

0 comments on commit c201ce8

Please sign in to comment.