Skip to content

Commit e8a9f06

Browse files
committed
Merge remote-tracking branch 'pr/1531'
2 parents f35625e + 2880065 commit e8a9f06

File tree

4 files changed

+96
-22
lines changed

4 files changed

+96
-22
lines changed

assets/l10n/app_pl.arb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,5 +1068,13 @@
10681068
"composeBoxBannerButtonSave": "Zapisz",
10691069
"@composeBoxBannerButtonSave": {
10701070
"description": "Label text for the 'Save' button in the compose-box banner when you are editing a message."
1071+
},
1072+
"topicsButtonLabel": "WĄTKI",
1073+
"@topicsButtonLabel": {
1074+
"description": "Label for message list button leading to topic-list page. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)"
1075+
},
1076+
"actionSheetOptionListOfTopics": "Lista wątków",
1077+
"@actionSheetOptionListOfTopics": {
1078+
"description": "Label for navigating to a channel's topic-list page."
10711079
}
10721080
}

assets/l10n/app_ru.arb

Lines changed: 69 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
}
114114
}
115115
},
116-
"errorCouldNotFetchMessageSource": "Не удалось извлечь источник сообщения",
116+
"errorCouldNotFetchMessageSource": "Не удалось извлечь источник сообщения.",
117117
"@errorCouldNotFetchMessageSource": {
118118
"description": "Error message when the source of a message could not be fetched."
119119
},
@@ -389,7 +389,7 @@
389389
"@serverUrlValidationErrorNoUseEmail": {
390390
"description": "Error message when URL looks like an email"
391391
},
392-
"errorVideoPlayerFailed": "Не удается воспроизвести видео",
392+
"errorVideoPlayerFailed": "Не удается воспроизвести видео.",
393393
"@errorVideoPlayerFailed": {
394394
"description": "Error message when a video fails to play."
395395
},
@@ -521,7 +521,7 @@
521521
"@successMessageTextCopied": {
522522
"description": "Message when content of a message was copied to the user's system clipboard."
523523
},
524-
"errorInvalidResponse": "Получен недопустимый ответ сервера",
524+
"errorInvalidResponse": "Сервер отправил недопустимый ответ.",
525525
"@errorInvalidResponse": {
526526
"description": "Error message when an API call returned an invalid response."
527527
},
@@ -1002,5 +1002,71 @@
10021002
"experimentalFeatureSettingsWarning": "Эти параметры включают функции, которые все еще находятся в стадии разработки и не готовы. Они могут не работать и вызывать проблемы в других местах приложения.\n\nЦель этих настроек — экспериментирование людьми, работающими над разработкой Zulip.",
10031003
"@experimentalFeatureSettingsWarning": {
10041004
"description": "Warning text on settings page for experimental, in-development features"
1005+
},
1006+
"errorCouldNotEditMessageTitle": "Сбой редактирования",
1007+
"@errorCouldNotEditMessageTitle": {
1008+
"description": "Error title when an exception prevented us from opening the compose box for editing a message."
1009+
},
1010+
"composeBoxBannerButtonSave": "Сохранить",
1011+
"@composeBoxBannerButtonSave": {
1012+
"description": "Label text for the 'Save' button in the compose-box banner when you are editing a message."
1013+
},
1014+
"editAlreadyInProgressTitle": "Редактирование недоступно",
1015+
"@editAlreadyInProgressTitle": {
1016+
"description": "Error title when a message edit cannot be saved because there is another edit already in progress."
1017+
},
1018+
"savingMessageEditLabel": "ЗАПИСЬ ПРАВОК…",
1019+
"@savingMessageEditLabel": {
1020+
"description": "Text on a message in the message list saying that a message edit request is processing. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)"
1021+
},
1022+
"savingMessageEditFailedLabel": "ПРАВКИ НЕ СОХРАНЕНЫ",
1023+
"@savingMessageEditFailedLabel": {
1024+
"description": "Text on a message in the message list saying that a message edit request failed. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)"
1025+
},
1026+
"discardDraftConfirmationDialogTitle": "Отказаться от написанного сообщения?",
1027+
"@discardDraftConfirmationDialogTitle": {
1028+
"description": "Title for a confirmation dialog for discarding message text that was typed into the compose box."
1029+
},
1030+
"discardDraftConfirmationDialogConfirmButton": "Сбросить",
1031+
"@discardDraftConfirmationDialogConfirmButton": {
1032+
"description": "Label for the 'Discard' button on a confirmation dialog for discarding message text that was typed into the compose box."
1033+
},
1034+
"composeBoxBannerButtonCancel": "Отмена",
1035+
"@composeBoxBannerButtonCancel": {
1036+
"description": "Label text for the 'Cancel' button in the compose-box banner when you are editing a message."
1037+
},
1038+
"actionSheetOptionEditMessage": "Редактировать сообщение",
1039+
"@actionSheetOptionEditMessage": {
1040+
"description": "Label for the 'Edit message' button in the message action sheet."
1041+
},
1042+
"errorMessageEditNotSaved": "Сообщение не сохранено",
1043+
"@errorMessageEditNotSaved": {
1044+
"description": "Error message for compose box when a message edit could not be saved."
1045+
},
1046+
"preparingEditMessageContentInput": "Подготовка…",
1047+
"@preparingEditMessageContentInput": {
1048+
"description": "Hint text for content input when the compose box is preparing to edit a message."
1049+
},
1050+
"composeBoxEnterTopicOrSkipHintText": "Укажите тему (или оставьте “{defaultTopicName}”)",
1051+
"@composeBoxEnterTopicOrSkipHintText": {
1052+
"description": "Hint text for topic input widget in compose box when topics are optional.",
1053+
"placeholders": {
1054+
"defaultTopicName": {
1055+
"type": "String",
1056+
"example": "general chat"
1057+
}
1058+
}
1059+
},
1060+
"composeBoxBannerLabelEditMessage": "Редактирование сообщения",
1061+
"@composeBoxBannerLabelEditMessage": {
1062+
"description": "Label text for the compose-box banner when you are editing a message."
1063+
},
1064+
"editAlreadyInProgressMessage": "Редактирование уже выполняется. Дождитесь завершения.",
1065+
"@editAlreadyInProgressMessage": {
1066+
"description": "Error message when a message edit cannot be saved because there is another edit already in progress."
1067+
},
1068+
"discardDraftConfirmationDialogMessage": "При изменении сообщения текст из поля для редактирования удаляется.",
1069+
"@discardDraftConfirmationDialogMessage": {
1070+
"description": "Message for a confirmation dialog for discarding message text that was typed into the compose box."
10051071
}
10061072
}

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
7979
'Oznacz kanał jako przeczytany';
8080

8181
@override
82-
String get actionSheetOptionListOfTopics => 'List of topics';
82+
String get actionSheetOptionListOfTopics => 'Lista wątków';
8383

8484
@override
8585
String get actionSheetOptionMuteTopic => 'Wycisz wątek';
@@ -670,7 +670,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
670670
String get mainMenuMyProfile => 'Mój profil';
671671

672672
@override
673-
String get topicsButtonLabel => 'TOPICS';
673+
String get topicsButtonLabel => 'WĄTKI';
674674

675675
@override
676676
String get channelFeedButtonTooltip => 'Strumień kanału';

lib/generated/l10n/zulip_localizations_ru.dart

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
134134
String get actionSheetOptionUnstarMessage => 'Снять отметку с сообщения';
135135

136136
@override
137-
String get actionSheetOptionEditMessage => 'Edit message';
137+
String get actionSheetOptionEditMessage => 'Редактировать сообщение';
138138

139139
@override
140140
String get actionSheetOptionMarkTopicAsRead =>
@@ -156,7 +156,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
156156

157157
@override
158158
String get errorCouldNotFetchMessageSource =>
159-
'Не удалось извлечь источник сообщения';
159+
'Не удалось извлечь источник сообщения.';
160160

161161
@override
162162
String get errorCopyingFailed => 'Сбой копирования';
@@ -207,7 +207,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
207207
String get errorMessageNotSent => 'Сообщение не отправлено';
208208

209209
@override
210-
String get errorMessageEditNotSaved => 'Message not saved';
210+
String get errorMessageEditNotSaved => 'Сообщение не сохранено';
211211

212212
@override
213213
String errorLoginCouldNotConnect(String url) {
@@ -283,7 +283,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
283283
'Не удалось снять отметку с сообщения';
284284

285285
@override
286-
String get errorCouldNotEditMessageTitle => 'Could not edit message';
286+
String get errorCouldNotEditMessageTitle => 'Сбой редактирования';
287287

288288
@override
289289
String get successLinkCopied => 'Ссылка скопирована';
@@ -303,30 +303,30 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
303303
'У вас нет права писать в этом канале.';
304304

305305
@override
306-
String get composeBoxBannerLabelEditMessage => 'Edit message';
306+
String get composeBoxBannerLabelEditMessage => 'Редактирование сообщения';
307307

308308
@override
309-
String get composeBoxBannerButtonCancel => 'Cancel';
309+
String get composeBoxBannerButtonCancel => 'Отмена';
310310

311311
@override
312-
String get composeBoxBannerButtonSave => 'Save';
312+
String get composeBoxBannerButtonSave => 'Сохранить';
313313

314314
@override
315-
String get editAlreadyInProgressTitle => 'Cannot edit message';
315+
String get editAlreadyInProgressTitle => 'Редактирование недоступно';
316316

317317
@override
318318
String get editAlreadyInProgressMessage =>
319-
'An edit is already in progress. Please wait for it to complete.';
319+
'Редактирование уже выполняется. Дождитесь завершения.';
320320

321321
@override
322-
String get savingMessageEditLabel => 'SAVING EDIT…';
322+
String get savingMessageEditLabel => 'ЗАПИСЬ ПРАВОК…';
323323

324324
@override
325-
String get savingMessageEditFailedLabel => 'EDIT NOT SAVED';
325+
String get savingMessageEditFailedLabel => 'ПРАВКИ НЕ СОХРАНЕНЫ';
326326

327327
@override
328328
String get discardDraftConfirmationDialogTitle =>
329-
'Discard the message you’re writing?';
329+
'Отказаться от написанного сообщения?';
330330

331331
@override
332332
String get discardDraftForEditConfirmationDialogMessage =>
@@ -337,7 +337,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
337337
'When you restore a message not sent, the content that was previously in the compose box is discarded.';
338338

339339
@override
340-
String get discardDraftConfirmationDialogConfirmButton => 'Discard';
340+
String get discardDraftConfirmationDialogConfirmButton => 'Сбросить';
341341

342342
@override
343343
String get composeBoxAttachFilesTooltip => 'Прикрепить файлы';
@@ -389,7 +389,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
389389
}
390390

391391
@override
392-
String get preparingEditMessageContentInput => 'Preparing…';
392+
String get preparingEditMessageContentInput => 'Подготовка…';
393393

394394
@override
395395
String get composeBoxSendTooltip => 'Отправить';
@@ -402,7 +402,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
402402

403403
@override
404404
String composeBoxEnterTopicOrSkipHintText(String defaultTopicName) {
405-
return 'Enter a topic (skip for “$defaultTopicName”)';
405+
return 'Укажите тему (или оставьте “$defaultTopicName”)';
406406
}
407407

408408
@override
@@ -545,7 +545,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
545545
}
546546

547547
@override
548-
String get errorInvalidResponse => 'Получен недопустимый ответ сервера';
548+
String get errorInvalidResponse => 'Сервер отправил недопустимый ответ.';
549549

550550
@override
551551
String get errorNetworkRequestFailed => 'Сбой сетевого запроса';
@@ -566,7 +566,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
566566
}
567567

568568
@override
569-
String get errorVideoPlayerFailed => 'Не удается воспроизвести видео';
569+
String get errorVideoPlayerFailed => 'Не удается воспроизвести видео.';
570570

571571
@override
572572
String get serverUrlValidationErrorEmpty => 'Пожалуйста, введите URL-адрес.';

0 commit comments

Comments
 (0)