This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp_ru.arb
772 lines (772 loc) · 33.6 KB
/
app_ru.arb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
{
"apiTypeDialog_missing": "Чего-то не хватает?",
"@apiTypeDialog_missing": {},
"mfaNoCode": "Пожалуйста, введите код",
"@mfaNoCode": {},
"okButtonLabel": "ОК",
"@okButtonLabel": {},
"cancelButtonLabel": "Отменить",
"@cancelButtonLabel": {},
"verifyButtonLabel": "Подтвердить",
"@verifyButtonLabel": {},
"removeButtonLabel": "Удалить",
"@removeButtonLabel": {},
"continueAnywayButtonLabel": "Всё равно продолжить",
"@continueAnywayButtonLabel": {},
"abortButtonLabel": "Прервать",
"@abortButtonLabel": {},
"chooseButtonLabel": "Выбрать",
"@chooseButtonLabel": {},
"viewPostButtonLabel": "Показать Пост",
"@viewPostButtonLabel": {},
"visibilityButtonTooltip": "Изменить масштаб поста",
"@visibilityButtonTooltip": {},
"attachButtonTooltip": "Прикрепить",
"@attachButtonTooltip": {},
"aboutInstanceTitle": "О сервере {instance}",
"@aboutInstanceTitle": {
"placeholders": {
"instance": {
"description": "Domain/hostname of the instance",
"example": "fedi.absturztau.be"
}
}
},
"loginButtonLabel": "Войти",
"@loginButtonLabel": {},
"aboutBackendTitle": "О {api}",
"@aboutBackendTitle": {
"placeholders": {
"api": {
"description": "Name of the instance backend software",
"example": "Pleroma"
}
}
},
"apiTypeDialog_description": "Приложению не удалось распознать ПО этого сервера. Пожалуйста, выберите подходящий тип ниже.",
"@apiTypeDialog_description": {},
"emojiButtonTooltip": "Добавить эмодзи",
"@emojiButtonTooltip": {},
"rules": "Правила",
"@rules": {},
"postPreviewTitle": "Предпросмотр",
"@postPreviewTitle": {},
"postPreviewWaiting": "Начни печатать для предпросмотра!",
"@postPreviewWaiting": {},
"composeBodyHint": "Съешь этих мягких французских булок, да выпей чаю.",
"@composeBodyHint": {},
"postSubmissionFailed": "Не удалось отправить пост",
"@postSubmissionFailed": {},
"postSubmissionSending": "Отправляем пост",
"@postSubmissionSending": {},
"postSubmissionSent": "Пост отправлен",
"@postSubmissionSent": {},
"submitButtonTooltip": "Отправить",
"@submitButtonTooltip": {},
"rulesLearnMore": "Узнать правила подробнее",
"@rulesLearnMore": {},
"mfaTitle": "Двухфакторная Аутентификация",
"@mfaTitle": {},
"formattingButtonTooltip": "Изменить форматирование",
"@formattingButtonTooltip": {},
"apiTypeDialog_title": "Не удалось распознать тип сервера",
"@apiTypeDialog_title": {},
"empty": "Здесь как-то пусто…",
"@empty": {},
"emailFieldHint": "Адрес электронной почты",
"@emailFieldHint": {},
"forgotPasswordButtonLabel": "Вспомнить пароль",
"@forgotPasswordButtonLabel": {},
"unsupportedInstanceTitle": "Данный тип сервера в данный момент не поддерживается",
"@unsupportedInstanceTitle": {},
"unsupportedInstanceDescriptionCORS": "На данный момент Kaiteki не поддерживает {api} из-за блокировок запросов к нему от сторонних источников. Для дополнительной информации обратитесь к ",
"@unsupportedInstanceDescriptionCORS": {},
"postsTab": "Посты",
"@postsTab": {},
"followersTab": "Читатели",
"@followersTab": {},
"followingTab": "Читает",
"@followingTab": {},
"notificationsTab": "Уведомления",
"@notificationsTab": {},
"chatsTab": "Чаты",
"@chatsTab": {},
"niy": "Ещё не реализовано",
"@niy": {},
"settings": "Настройки",
"@settings": {},
"welcome": "Добро пожаловать в Kaiteki!",
"@welcome": {},
"accountRequiredToContinue": "Для продолжения авторизуйтесь на как минимум одном инстансе.",
"@accountRequiredToContinue": {},
"settingsHideSensitivePosts": "Скрыть чувствительные посты",
"@settingsHideSensitivePosts": {},
"settingsSensitivePosts": "Чувствительные посты",
"@settingsSensitivePosts": {},
"settingsSubjectPosts": "Посты с темой",
"@settingsSubjectPosts": {},
"settingsDisabled": "Отключено",
"@settingsDisabled": {},
"failedToLaunchUrl": "Не удалось открыть ссылку",
"@failedToLaunchUrl": {},
"settingsAbout": "О Kaiteki",
"@settingsAbout": {},
"settingsGeneral": "Общие",
"@settingsGeneral": {},
"settingsProfile": "Профиль",
"@settingsProfile": {},
"settingsSecurity": "Безопасность",
"@settingsSecurity": {},
"settingsFiltering": "Фильтрация",
"@settingsFiltering": {},
"settingsNotifications": "Уведомления",
"@settingsNotifications": {},
"settingsImportExport": "Импорт / Экспорт данных",
"@settingsImportExport": {},
"settingsMutesBlocks": "Блокировки и игнор",
"@settingsMutesBlocks": {},
"settingsKaiteki": "Настройки Kaiteki",
"@settingsKaiteki": {},
"settingsCustomization": "Тема",
"@settingsCustomization": {},
"settingsTabs": "Вкладки",
"@settingsTabs": {},
"settingsDebugMaintenance": "Отладка и поддержка",
"@settingsDebugMaintenance": {},
"authNoInstance": "Пожалуйста, введите название инстанса",
"@authNoInstance": {},
"authNoPassword": "Пожалуйста, введите пароль",
"@authNoPassword": {},
"authNoUsername": "Пожалуйста, введите имя пользователя",
"@authNoUsername": {},
"authDuplicate": "Аккаунт с таким именем и инстансом уже существует",
"@authDuplicate": {},
"authNoUrlAllowed": "Пожалуйста, предоставьте только доменное имя",
"@authNoUrlAllowed": {},
"loginTitle": "Авторизоваться",
"@loginTitle": {},
"loginTitleInstance": "Авторизоваться на {instance}",
"@loginTitleInstance": {
"placeholders": {
"instance": {
"description": "Instance name",
"example": "'the wired' or as fallback 'letsalllovela.in'"
}
}
},
"nextButtonLabel": "Далее",
"@nextButtonLabel": {},
"backButtonLabel": "Назад",
"@backButtonLabel": {},
"instanceFieldHint": "Инстанс",
"@instanceFieldHint": {},
"usernameFieldHint": "Имя пользователя",
"@usernameFieldHint": {},
"passwordFieldHint": "Пароль",
"@passwordFieldHint": {},
"themeSystem": "По умолчанию",
"@themeSystem": {},
"repeatPasswordFieldHint": "Повторите пароль",
"@repeatPasswordFieldHint": {},
"authPasswordNoMatch": "Пароли должны совпадать",
"@authPasswordNoMatch": {},
"createAccountButtonLabel": "Создать новый аккаунт",
"@createAccountButtonLabel": {},
"existingAccountButtonLabel": "Авторизоваться существующим аккаунтом",
"@existingAccountButtonLabel": {},
"registerButtonLabel": "Зарегистрироваться",
"@registerButtonLabel": {},
"addAccountButtonLabel": "Добавить аккаунт",
"@addAccountButtonLabel": {},
"emojiRetrievalFailed": "Не удалось загрузить эмодзи",
"@emojiRetrievalFailed": {},
"threadRetrievalFailed": "Не удалось загрузить тред",
"@threadRetrievalFailed": {},
"conversationTitle": "Разговор",
"@conversationTitle": {
"description": "Title used for conversation/thread page"
},
"emptyAccounts": "Нет аккаунтов",
"@emptyAccounts": {
"description": "Placeholder text used if user doesn't have any accounts"
},
"manageAccountsTitle": "Управление аккаунтами",
"@manageAccountsTitle": {},
"accountRemovalConfirmationTitle": "Вы уверены, что хотите удалить этот аккаунт?",
"@accountRemovalConfirmationTitle": {},
"accountRemovalConfirmationDescription": "Этот аккаунт нужно будет добавить позже.",
"@accountRemovalConfirmationDescription": {},
"filteringIncludeSensitive": "Включать посты с чувствительными вложениями",
"@filteringIncludeSensitive": {},
"filteringIncludeSubject": "Включать посты с темой",
"@filteringIncludeSubject": {},
"themeDark": "Тёмная",
"@themeDark": {},
"attachmentUnsupported": "Неподдерживаемое вложение",
"@attachmentUnsupported": {},
"timeDifferenceDays": "{days} дн",
"@timeDifferenceDays": {
"description": "Text used to display how many days have passed since a certain event",
"placeholders": {
"days": {
"description": "Amount of days",
"example": "2"
}
}
},
"switchListTileTextOn": "Вкл",
"@switchListTileTextOn": {},
"filteringSensitiveTitle": "Фильтровать чувствительные посты",
"@filteringSensitiveTitle": {},
"composeButtonLabel": "Написать",
"@composeButtonLabel": {},
"composeDialogTitle": "Написать новый пост",
"@composeDialogTitle": {},
"composeDialogTitleReply": "В ответ ",
"@composeDialogTitleReply": {
"description": "Title used when compose dialog is shown for writing a reply. Gets appended with replyee's display name"
},
"discardButtonTooltip": "Отменить",
"@discardButtonTooltip": {},
"themeLight": "Светлая",
"@themeLight": {},
"creditsLicenses": "Лицензии Open Source",
"@creditsLicenses": {},
"viewOnlineButtonLabel": "Посмотреть в браузере",
"@viewOnlineButtonLabel": {
"description": "Button label used when certain content can't be displayed in Kaiteki but might able to in a web browser instead (e.g. videos)."
},
"creditsGithubRepo": "Репозиторий на GitHub",
"@creditsGithubRepo": {},
"creditsWebsite": "Вебсайт",
"@creditsWebsite": {},
"timeDifferenceMinutes": "{minutes} мин",
"@timeDifferenceMinutes": {
"description": "Text used to display how many minutes have passed since a certain event",
"placeholders": {
"minutes": {
"description": "Amount of minutes",
"example": "2"
}
}
},
"timeDifferenceHours": "{hours} ч",
"@timeDifferenceHours": {
"description": "Text used to display how many hours have passed since a certain event",
"placeholders": {
"hours": {
"description": "Amount of hours",
"example": "2"
}
}
},
"timeDifferenceWeeks": "{weeks} нед",
"@timeDifferenceWeeks": {
"description": "Text used to display how many weeks have passed since a certain event",
"placeholders": {
"weeks": {
"description": "Amount of weeks",
"example": "2"
}
}
},
"timeDifferenceSeconds": "{seconds} сек",
"@timeDifferenceSeconds": {
"description": "Text used to display how many seconds have passed since a certain event",
"placeholders": {
"seconds": {
"description": "Amount of seconds",
"example": "2"
}
}
},
"timeDifferenceNow": "сейчас",
"@timeDifferenceNow": {
"description": "Text used to display an event that just happened"
},
"replyTo": "В ответ",
"@replyTo": {
"description": "Gets appended with replyee's display name"
},
"timeDifferenceYears": "{years} г/л",
"@timeDifferenceYears": {
"description": "Text used to display how many years have passed since a certain event",
"placeholders": {
"years": {
"description": "Amount of years",
"example": "2"
}
}
},
"postRepeated": "повторил",
"@postRepeated": {
"description": "Gets prepended with repeater's display name"
},
"visibilityUnlisted": "Вне ленты",
"@visibilityUnlisted": {},
"visibilityFollowersOnly": "Только подписчикам",
"@visibilityFollowersOnly": {},
"visibilityDirect": "Для упоминаемых",
"@visibilityDirect": {},
"formattingPlain": "Обычный текст",
"@formattingPlain": {},
"createPollButtonLabel": "Сделать опрос",
"@createPollButtonLabel": {},
"visibilityPublic": "Публично",
"@visibilityPublic": {},
"visibilityDirectDescription": "Видно только для упомянутых вами пользователей",
"@visibilityDirectDescription": {},
"visibilityFollowersOnlyDescription": "Видно только вашим подписчикам",
"@visibilityFollowersOnlyDescription": {},
"visibilityUnlistedDescription": "Видно всем, но не появится в публичной ленте",
"@visibilityUnlistedDescription": {},
"visibilityPublicDescription": "Видно каждому",
"@visibilityPublicDescription": {},
"formattingMfm": "Markdown MissKey'я",
"@formattingMfm": {},
"timelineRetrievalFailed": "Не удалось обновить ленту",
"@timelineRetrievalFailed": {},
"refresh": "Обновить",
"@refresh": {},
"discardDraftDialogTitle": "Удалить черновик?",
"@discardDraftDialogTitle": {},
"attachFilesButtonLabel": "Прикрепить файлы",
"@attachFilesButtonLabel": {},
"takePictureButtonLabel": "Сделать фото",
"@takePictureButtonLabel": {},
"recordVoiceButtonLabel": "Записать голос",
"@recordVoiceButtonLabel": {},
"searchButtonLabel": "Найти",
"@searchButtonLabel": {},
"attachmentDownloadButtonLabel": "Скачать вложение",
"@attachmentDownloadButtonLabel": {},
"attachmentNoDescription": "Без описания",
"@attachmentNoDescription": {},
"attachmentDownloadDialogTitle": "Скачать вложение",
"@attachmentDownloadDialogTitle": {},
"creditsTelegramChannel": "Telegram канал",
"@creditsTelegramChannel": {},
"discardDraftDialogDescription": "Ты действительно уверен, что хочешь удалить этот черновик?",
"@discardDraftDialogDescription": {},
"keepWritingButtonLabel": "Писать дальше",
"@keepWritingButtonLabel": {},
"discardButtonLabel": "Удалить",
"@discardButtonLabel": {},
"refreshTimelineButtonLabel": "Обновить",
"@refreshTimelineButtonLabel": {},
"reportsTitle": "Поступившие жалобы",
"@reportsTitle": {},
"postBookmarkAdded": "Закладка добавлена",
"@postBookmarkAdded": {},
"postBookmarkRemoved": "Закладка удалена",
"@postBookmarkRemoved": {},
"postBookmarkFailed": "Не удалось добавить или удалить пост в закладках",
"@postBookmarkFailed": {},
"postFavoriteFailed": "Не удалось поставить или убрать звездочку",
"@postFavoriteFailed": {},
"postRepeatFailed": "Не удалось сделать или убрать репост",
"@postRepeatFailed": {},
"bookmarksTab": "Закладки",
"@bookmarksTab": {},
"accountSettingsTitle": "Настройки аккаунта",
"@accountSettingsTitle": {},
"postRemoveFromBookmarks": "Убрать закладку",
"@postRemoveFromBookmarks": {},
"postAddToBookmarks": "Добавить в закладки",
"@postAddToBookmarks": {},
"reportLabel": "Пожаловаться",
"@reportLabel": {},
"authOAuthPending": "Ждём, когда OAuth закончит свое дело…",
"@authOAuthPending": {
"description": "Kaiteki is waiting for an external website to confirm an authorization request"
},
"selectThemeTitle": "Выбрать тему",
"@selectThemeTitle": {},
"openInBrowserLabel": "Открыть в браузере",
"@openInBrowserLabel": {},
"switchListTileTextOff": "Выкл",
"@switchListTileTextOff": {},
"creditsTitle": "Авторы",
"@creditsTitle": {},
"theme": "Тема",
"@theme": {},
"attachmentDownloadSuccessful": "Скачался: {fileName}",
"@attachmentDownloadSuccessful": {
"placeholders": {
"fileName": {
"description": "The name of the file that the user has downloaded",
"example": "image.jpg"
}
}
},
"attachmentDownloadInProgress": "Скачиваю вложение…",
"@attachmentDownloadInProgress": {},
"composeContentWarningHint": "Предупреждение о содержимом (необязательно)",
"@composeContentWarningHint": {},
"contentWarningButtonLabelEnable": "Включить предупреждение о содержимом",
"@contentWarningButtonLabelEnable": {},
"visibilityLocal": "Локальный",
"@visibilityLocal": {},
"visibilityLocalDescription": "Видно пользователям на том же сервере",
"@visibilityLocalDescription": {},
"settingsEmojiSize": "Размер эмодзи",
"@settingsEmojiSize": {},
"settingsSquareEmojis": "Квадратные эмодзи",
"@settingsSquareEmojis": {},
"settingsAvatarRoundness": "Скругление аватара",
"@settingsAvatarRoundness": {},
"settingsAvatarsHeader": "Аватары",
"@settingsAvatarsHeader": {},
"settingsEmojisHeader": "Эмодзи",
"@settingsEmojisHeader": {},
"settingsWellbeing": "Благополучие",
"@settingsWellbeing": {},
"settingsContentWarningBehavior": "Поведение предупреждения о содержимом",
"@settingsContentWarningBehavior": {},
"contentWarningBehaviorAutomatic": "Автоматический",
"@contentWarningBehaviorAutomatic": {},
"contentWarningBehaviorAutomaticDescription": "Посты будут свернуты, если предупреждение о содержимом содержит чувствительные слова.",
"@contentWarningBehaviorAutomaticDescription": {},
"contentWarningBehaviorCollapseDescription": "Посты с предупреждением о содержимом всегда свернуты",
"@contentWarningBehaviorCollapseDescription": {},
"settingsHidePostMetrics": "Скрыть метрики постов",
"@settingsHidePostMetrics": {},
"settingsHidePostMetricsDescription": "Скрывает количество ответов, избранного, продвижений постов",
"@settingsHidePostMetricsDescription": {},
"settingsBadgesHeader": "Значки",
"@settingsBadgesHeader": {},
"settingsUseNeutralBadgeColors": "Использовать нейтральные цвета значков",
"@settingsUseNeutralBadgeColors": {},
"settingsExperiments": "Эксперименты",
"@settingsExperiments": {},
"settingsExperimentsDescription": "Попробуйте экспериментальные функции Kaiteki!",
"@settingsExperimentsDescription": {},
"sendFeedbackButton": "Отправить отзыв",
"@sendFeedbackButton": {},
"translateButton": "Перевести",
"@translateButton": {},
"undoTranslateButton": "Показать исходный текст",
"@undoTranslateButton": {},
"settingsThirdPartyServices": "Сторонние сервисы",
"@settingsThirdPartyServices": {},
"timelineDirectMessages": "Личные сообщения",
"@timelineDirectMessages": {},
"timelineBookmarks": "Закладки",
"@timelineBookmarks": {},
"timelineFederatedDescription": "Посты от всех пользователей Федиверс",
"@timelineFederatedDescription": {},
"timelineHomeDescription": "Посты от вас и людей, на которых вы подписаны",
"@timelineHomeDescription": {},
"timelineLocalDescription": "Посты от всех пользователей вашего сервера",
"@timelineLocalDescription": {},
"timelineDirectMessagesDescription": "Посты, отправленные напрямую другим пользователям",
"@timelineDirectMessagesDescription": {},
"keyboardShortcutsOpenDialog": "Показать сочетания клавиш",
"@keyboardShortcutsOpenDialog": {},
"keyboardShortcutsReplyToPost": "Ответить на пост",
"@keyboardShortcutsReplyToPost": {},
"keyboardShortcutsFavoritePost": "Добавить в избранное",
"@keyboardShortcutsFavoritePost": {},
"keyboardShortcutsSubmitPost": "Отправить пост",
"@keyboardShortcutsSubmitPost": {},
"keyboardShortcutsRefreshView": "Обновить",
"@keyboardShortcutsRefreshView": {},
"keyboardShortcutsGoToSettings": "Перейти к настройкам",
"@keyboardShortcutsGoToSettings": {},
"keyboardShortcutsGoToNotifications": "Перейти к уведомлениям",
"@keyboardShortcutsGoToNotifications": {},
"keyboardShortcutsGoToBookmarks": "Перейти к закладкам",
"@keyboardShortcutsGoToBookmarks": {},
"authInstructions": "Чтобы добавить учетную запись, введите адрес сайта, который вы хотите использовать.",
"@authInstructions": {},
"mfaInstructions": "Эта учетная запись использует многофакторную аутентификацию, пожалуйста, введите код ниже:",
"@mfaInstructions": {},
"directMessagesTitle": "Личные сообщения",
"@directMessagesTitle": {},
"trendsTitle": "Тренды",
"@trendsTitle": {},
"bookmarksEmpty": "Нет закладок",
"@bookmarksEmpty": {},
"favoritesEmpty": "Нет избранного",
"@favoritesEmpty": {},
"repeatsEmpty": "Нет продвижений",
"@repeatsEmpty": {},
"repeateesTitle": "Продвинул",
"@repeateesTitle": {},
"useMaterialYou": "Использовать Material You",
"@useMaterialYou": {},
"selectLocaleTitle": "Выберите язык",
"@selectLocaleTitle": {},
"settingsLocale": "Язык",
"@settingsLocale": {},
"languageName": "Русский",
"@languageName": {},
"localeSystem": "Системный по умолчанию",
"@localeSystem": {},
"postPinned": "Закреплено",
"@postPinned": {},
"noMorePosts": "Вы достигли конца",
"@noMorePosts": {},
"timelineBubble": "Пузырь",
"@timelineBubble": {},
"timelineBubbleDescription": "Посты из соседних серверов",
"@timelineBubbleDescription": {},
"copiedToClipboard": "Скопировано в буфер обмена",
"@copiedToClipboard": {},
"visibilityCircleDescription": "Видно пользователям из вашего круга",
"@visibilityCircleDescription": {},
"pageViewTitle": "{current} из {total}",
"@pageViewTitle": {
"placeholders": {
"current": {
"description": "The current number of the page",
"example": "2"
},
"total": {
"description": "The total amount of pages available",
"example": "10"
}
}
},
"emojiUnicodeGroupSmileysEmotion": "Смайлы и эмоции",
"@emojiUnicodeGroupSmileysEmotion": {},
"emojiUnicodeGroupPeopleBody": "Люди и тело",
"@emojiUnicodeGroupPeopleBody": {},
"emojiUnicodeGroupAnimalsNature": "Животные и природа",
"@emojiUnicodeGroupAnimalsNature": {},
"emojiUnicodeGroupTravelPlaces": "Путешествия и места",
"@emojiUnicodeGroupTravelPlaces": {},
"emojiUnicodeGroupActivities": "Активности",
"@emojiUnicodeGroupActivities": {},
"emojiUnicodeGroupSymbols": "Символы",
"@emojiUnicodeGroupSymbols": {},
"emojiUnicodeGroupFlags": "Флаги",
"@emojiUnicodeGroupFlags": {},
"settingsAccessibility": "Доступность",
"@settingsAccessibility": {},
"replyButtonLabel": "Ответить",
"@replyButtonLabel": {},
"favoriteButtonLabel": "Избранное",
"@favoriteButtonLabel": {},
"deleteButtonLabel": "Удалить",
"@deleteButtonLabel": {},
"editButtonLabel": "Редактировать",
"@editButtonLabel": {},
"reactButtonLabel": "Реакция",
"@reactButtonLabel": {},
"keyboardShortcuts": "Горячие клавиши",
"@keyboardShortcuts": {},
"contentWarningButtonLabelDisable": "Отключить предупреждение о содержимом",
"@contentWarningButtonLabelDisable": {},
"timelineFederated": "Все сервера",
"@timelineFederated": {},
"timelineLocal": "Этот сервер",
"@timelineLocal": {},
"timelineHybrid": "Публичные",
"@timelineHybrid": {},
"timelineBookmarksDescription": "Посты, которые вы добавили в закладки",
"@timelineBookmarksDescription": {},
"keyboardShortcutsBookmarkPost": "Добавить в закладки",
"@keyboardShortcutsBookmarkPost": {},
"keyboardShortcutsRepeatPost": "Продвинуть пост",
"@keyboardShortcutsRepeatPost": {},
"keyboardShortcutsGoToHome": "Вернуться на главную",
"@keyboardShortcutsGoToHome": {},
"keyboardShortcutsPostShortcuts": "Ярлыки для поста",
"@keyboardShortcutsPostShortcuts": {},
"keyboardShortcutsNavigation": "Навигация",
"@keyboardShortcutsNavigation": {},
"listsTitle": "Списки",
"@listsTitle": {},
"keyboardShortcutsComposePost": "Написать новый пост",
"@keyboardShortcutsComposePost": {},
"closeButtonLabel": "Закрыть",
"@closeButtonLabel": {},
"favoriteesTitle": "Добавил в избранное",
"@favoriteesTitle": {},
"visibilityCircle": "Круг",
"@visibilityCircle": {},
"showAltTextTooltip": "Показать описание",
"@showAltTextTooltip": {},
"contentWarningBehaviorExpand": "Развернуть",
"@contentWarningBehaviorExpand": {},
"copyAttachmentUrl": "Копировать адрес вложения",
"@copyAttachmentUrl": {},
"emojiUnicodeGroupFoodDrink": "Еда и напитки",
"@emojiUnicodeGroupFoodDrink": {},
"useSystemColorScheme": "Использовать системную цветовую схему",
"@useSystemColorScheme": {},
"emojiUnicodeGroupObjects": "Объекты",
"@emojiUnicodeGroupObjects": {},
"contentWarningBehaviorCollapse": "Свернуть",
"@contentWarningBehaviorCollapse": {},
"contentWarningBehaviorExpandDescription": "Посты всегда развернуты. Предупреждения о содержимом рассматриваются как темы.",
"@contentWarningBehaviorExpandDescription": {},
"repeatButtonLabel": "Продвинуть",
"@repeatButtonLabel": {},
"bookmarkButtonLabel": "Закладка",
"@bookmarkButtonLabel": {},
"shareButtonLabel": "Поделиться",
"@shareButtonLabel": {},
"visibilityMutuals": "Только взаимные",
"@visibilityMutuals": {},
"visibilityMutualsDescription": "Видно пользователям, на которых вы подписаны, и которые подписаны на вас",
"@visibilityMutualsDescription": {},
"timelineFollowing": "Читаемые",
"@timelineFollowing": {},
"exceptionReportOnGitHub": "Отправить жалобу на GitHub",
"@exceptionReportOnGitHub": {},
"altText": "Описание",
"@altText": {},
"changeAltText": "Изменить описание",
"@changeAltText": {
"description": "Refers to attachment descriptions"
},
"pollOptionVoteCount": "{count, plural, =1 {1 голос} other {{count} голосов}}",
"@pollOptionVoteCount": {},
"searchPostsNoResults": "Постов не найдено",
"@searchPostsNoResults": {},
"listsTab": "Списки",
"@listsTab": {},
"findUserDialogHint": "Искать пользователя",
"@findUserDialogHint": {},
"applyButtonLabel": "Применить",
"@applyButtonLabel": {},
"shareSheetFormatContent": "Контент",
"@shareSheetFormatContent": {},
"searchEmojisNoResults": "Эмодзи не найдено",
"@searchEmojisNoResults": {},
"exceptionShowJson": "Показать JSON",
"@exceptionShowJson": {},
"exceptionDialogTitle": "Детали исключения",
"@exceptionDialogTitle": {},
"finishButtonLabel": "Завершить",
"@finishButtonLabel": {},
"searchUsersNoResults": "Пользователей не найдено",
"@searchUsersNoResults": {},
"editProfileButtonLabel": "Редактировать профиль",
"@editProfileButtonLabel": {},
"showStackTrace": "Показать трассировку стека",
"@showStackTrace": {},
"unfollowButtonLabel": "Перестать читать",
"@unfollowButtonLabel": {},
"postLengthExceededDialogDescription": "Пост превышает максимальную длину в {characterLimit} символов",
"@postLengthExceededDialogDescription": {
"placeholders": {
"characterLimit": {
"description": "Maximum number of characters in the post",
"example": "150"
}
}
},
"shareSheetFormatRemoteLink": "Ссылка на {host}",
"@shareSheetFormatRemoteLink": {},
"usersTab": "Пользователи",
"@usersTab": {},
"recentEmojisTab": "Последние",
"@recentEmojisTab": {},
"postAnywayButtonLabel": "Опубликовать пост в любом случае",
"@postAnywayButtonLabel": {
"description": "Used in confirmation dialogs"
},
"createButtonLabel": "Создать",
"@createButtonLabel": {},
"misskeyCalendarMonth": "Месяц",
"@misskeyCalendarMonth": {},
"homeTab": "Домашняя",
"@homeTab": {},
"missingDescriptionDialogTitle": "У вашего вложения отсутствует описание",
"@missingDescriptionDialogTitle": {},
"prideFlag": "Флаг гордости",
"@prideFlag": {},
"renameButtonLabel": "Переименовать",
"@renameButtonLabel": {},
"pollTotalVotes": "{voteCount, plural, =1 {1 голос} other {{voteCount} голосов}} total",
"@pollTotalVotes": {},
"retryButtonLabel": "Попробовать снова",
"@retryButtonLabel": {},
"exceptionReasonServerError": "Ошибка внутреннего сервера",
"@exceptionReasonServerError": {},
"pollTotalVotesMultiple": "{voteCount, plural, =1 {1 голос} other {{voteCount} голосов}} total from {voterCount, plural, =1 {1 человек} other {{voterCount} людей}}",
"@pollTotalVotesMultiple": {},
"noRecentlyUsedEmojis": "Тут пока нету эмодзи...",
"@noRecentlyUsedEmojis": {},
"exceptionReasonUnauthorized": "Произошла ошибка",
"@exceptionReasonUnauthorized": {},
"messagesTab": "Сообщения",
"@messagesTab": {},
"copyToClipboardButtonTooltip": "Скопировать в буфер обмена",
"@copyToClipboardButtonTooltip": {},
"userBirthDate": "Родились {date}",
"@userBirthDate": {
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMMMMd"
}
}
},
"exceptionReasonParseError": "Не смог бы оценить ответ",
"@exceptionReasonParseError": {},
"chatPreviewAttachments": "{attachmentCount, plural, =1 {1 вложение} other {{attachmentCount} вложений}}",
"@chatPreviewAttachments": {},
"customEmojisTab": "Пользовательские",
"@customEmojisTab": {},
"proceedButtonLabel": "Завершить",
"@proceedButtonLabel": {},
"exceptionReasonGeneric": "Произошла ошибка",
"@exceptionReasonGeneric": {},
"postLengthExceededDialogTitle": "Ваш пост слишком длинный",
"@postLengthExceededDialogTitle": {},
"enablePrideFlag": "Включить прайд",
"@enablePrideFlag": {},
"shareSheetFormatLink": "Ссылка",
"@shareSheetFormatLink": {},
"findUserDialogTitle": "Найти пользователя",
"@findUserDialogTitle": {},
"missingDescriptionDialogDescription": "Описания помогают людям которые не могут видеть вложение понять о чём оно.",
"@missingDescriptionDialogDescription": {},
"userJoinDate": "Присоеденились {date}",
"@userJoinDate": {
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMMMMd"
}
}
},
"showDetailsButtonLabel": "Показать больше",
"@showDetailsButtonLabel": {},
"misskeyCalendarYear": "Год",
"@misskeyCalendarYear": {},
"followButtonLabel": "Начать читать",
"@followButtonLabel": {},
"misskeyCalendarToday": "Сегодня",
"@misskeyCalendarToday": {},
"attachmentAltTextFallback": "Без описания",
"@attachmentAltTextFallback": {},
"removeAttachmentButtonLabel": "Удалить вложение",
"@removeAttachmentButtonLabel": {},
"exceptionReasonForbidden": "Запрещено",
"@exceptionReasonForbidden": {},
"prideSettingsHeader": "Прайд",
"@prideSettingsHeader": {},
"themeSpirit": "Воля",
"@themeSpirit": {},
"themeCare": "Забота",
"@themeCare": {},
"themeComfort": "Комфорт",
"@themeComfort": {},
"themeAffection": "Нежность",
"@themeAffection": {},
"settingsTweaks": "Другие настройки",
"@settingsTweaks": {},
"themeJoy": "Радость",
"@themeJoy": {},
"themeCompassion": "Симпатия",
"@themeCompassion": {},
"themeSerenity": "Безмятежносиь",
"@themeSerenity": {},
"pendingFollowRequestButtonLabel": "В ожидании",
"@pendingFollowRequestButtonLabel": {}
}