Skip to content

Commit fddb2e4

Browse files
committed
l10n: Update translations from Weblate.
1 parent 5c812e7 commit fddb2e4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

assets/l10n/app_uk.arb

+7-7
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
},

lib/generated/l10n/zulip_localizations_uk.dart

+7-7
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ class ZulipLocalizationsUk extends ZulipLocalizations {
113113
String get actionSheetOptionQuoteAndReply => 'Цитата і відповідь';
114114

115115
@override
116-
String get actionSheetOptionStarMessage => 'Позначити повідомлення зірочкою';
116+
String get actionSheetOptionStarMessage => 'Вибрати повідомлення';
117117

118118
@override
119-
String get actionSheetOptionUnstarMessage => 'Зняти позначку зірочки з повідомлення';
119+
String get actionSheetOptionUnstarMessage => 'Зняти позначку зірки з повідомлення';
120120

121121
@override
122122
String get actionSheetOptionMarkTopicAsRead => 'Позначити тему як прочитану';
@@ -241,10 +241,10 @@ class ZulipLocalizationsUk extends ZulipLocalizations {
241241
String get errorSharingFailed => 'Поширення не вдалося';
242242

243243
@override
244-
String get errorStarMessageFailedTitle => 'Не вдалося позначити повідомлення зірочкою';
244+
String get errorStarMessageFailedTitle => 'Не вдалося позначити повідомлення зіркою';
245245

246246
@override
247-
String get errorUnstarMessageFailedTitle => 'Не вдалося зняти позначку зірочки з повідомлення';
247+
String get errorUnstarMessageFailedTitle => 'Не вдалося зняти позначку зірки з повідомлення';
248248

249249
@override
250250
String get successLinkCopied => 'Посилання скопійовано';
@@ -279,7 +279,7 @@ class ZulipLocalizationsUk extends ZulipLocalizations {
279279
}
280280

281281
@override
282-
String get composeBoxGroupDmContentHint => 'Група повідомлень';
282+
String get composeBoxGroupDmContentHint => 'Написати групі';
283283

284284
@override
285285
String get composeBoxSelfDmContentHint => 'Занотувати щось';
@@ -536,13 +536,13 @@ class ZulipLocalizationsUk extends ZulipLocalizations {
536536
String get recentDmConversationsSectionHeader => 'Особисті повідомлення';
537537

538538
@override
539-
String get combinedFeedPageTitle => 'Комбінована стрічка';
539+
String get combinedFeedPageTitle => 'Об\'єднана стрічка';
540540

541541
@override
542542
String get mentionsPageTitle => 'Згадки';
543543

544544
@override
545-
String get starredMessagesPageTitle => 'Повідомлення, позначені зірочкою';
545+
String get starredMessagesPageTitle => 'Вибрані повідомлення';
546546

547547
@override
548548
String get channelsPageTitle => 'Канали';

0 commit comments

Comments
 (0)