Skip to content

Commit 22a7818

Browse files
committed
l10n: Update translations from Weblate.
1 parent 9689dce commit 22a7818

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

assets/l10n/app_de.arb

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

assets/l10n/app_en_GB.arb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"topicValidationErrorMandatoryButEmpty": "Topics are required in this organisation.",
3+
"@topicValidationErrorMandatoryButEmpty": {
4+
"description": "Topic validation error when topic is required but was empty."
5+
}
6+
}

assets/l10n/app_pl.arb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,5 +1006,15 @@
10061006
"example": "4.0"
10071007
}
10081008
}
1009+
},
1010+
"composeBoxEnterTopicOrSkipHintText": "Wpisz tytuł wątku (pomiń aby uzyskać “{defaultTopicName}”)",
1011+
"@composeBoxEnterTopicOrSkipHintText": {
1012+
"description": "Hint text for topic input widget in compose box when topics are optional.",
1013+
"placeholders": {
1014+
"defaultTopicName": {
1015+
"type": "String",
1016+
"example": "general chat"
1017+
}
1018+
}
10091019
}
10101020
}

assets/l10n/app_uk.arb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@actionSheetOptionFollowTopic": {
88
"description": "Label for following a topic on action sheet."
99
},
10-
"actionSheetOptionUnstarMessage": "Зняти позначку зірочки з повідомлення",
10+
"actionSheetOptionUnstarMessage": "Зняти позначку зірки з повідомлення",
1111
"@actionSheetOptionUnstarMessage": {
1212
"description": "Label for unstar button on action sheet."
1313
},
@@ -51,11 +51,11 @@
5151
"@errorSharingFailed": {
5252
"description": "Error message when sharing a message failed."
5353
},
54-
"errorStarMessageFailedTitle": "Не вдалося позначити повідомлення зірочкою",
54+
"errorStarMessageFailedTitle": "Не вдалося позначити повідомлення зіркою",
5555
"@errorStarMessageFailedTitle": {
5656
"description": "Error title when starring a message failed."
5757
},
58-
"errorUnstarMessageFailedTitle": "Не вдалося зняти позначку зірочки з повідомлення",
58+
"errorUnstarMessageFailedTitle": "Не вдалося зняти позначку зірки з повідомлення",
5959
"@errorUnstarMessageFailedTitle": {
6060
"description": "Error title when unstarring a message failed."
6161
},
@@ -157,7 +157,7 @@
157157
"@permissionsDeniedReadExternalStorage": {
158158
"description": "Message for dialog asking the user to grant permissions for external storage read access."
159159
},
160-
"actionSheetOptionStarMessage": "Позначити повідомлення зірочкою",
160+
"actionSheetOptionStarMessage": "Вибрати повідомлення",
161161
"@actionSheetOptionStarMessage": {
162162
"description": "Label for star button on action sheet."
163163
},
@@ -315,7 +315,7 @@
315315
}
316316
}
317317
},
318-
"composeBoxGroupDmContentHint": "Група повідомлень",
318+
"composeBoxGroupDmContentHint": "Написати групі",
319319
"@composeBoxGroupDmContentHint": {
320320
"description": "Hint text for content input when sending a message to a group."
321321
},
@@ -691,7 +691,7 @@
691691
"@mentionsPageTitle": {
692692
"description": "Page title for the 'Mentions' message view."
693693
},
694-
"starredMessagesPageTitle": "Повідомлення, позначені зірочкою",
694+
"starredMessagesPageTitle": "Вибрані повідомлення",
695695
"@starredMessagesPageTitle": {
696696
"description": "Page title for the 'Starred messages' message view."
697697
},
@@ -955,7 +955,7 @@
955955
"@recentDmConversationsPageTitle": {
956956
"description": "Title for the page with a list of DM conversations."
957957
},
958-
"combinedFeedPageTitle": "Комбінована стрічка",
958+
"combinedFeedPageTitle": "Об'єднана стрічка",
959959
"@combinedFeedPageTitle": {
960960
"description": "Page title for the 'Combined feed' message view."
961961
},

assets/l10n/app_zh_Hans.arb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"chooseAccountButtonAddAnAccount": "新增帐户",
3+
"@chooseAccountButtonAddAnAccount": {
4+
"description": "Label for ChooseAccountPage button to add an account"
5+
},
6+
"aboutPageAppVersion": "应用版本",
7+
"@aboutPageAppVersion": {
8+
"description": "Label for Zulip app version in About Zulip page"
9+
}
10+
}

0 commit comments

Comments
 (0)