forked from TypesettingTools/Aegisub
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathru.po
More file actions
7479 lines (5729 loc) · 215 KB
/
Copy pathru.po
File metadata and controls
7479 lines (5729 loc) · 215 KB
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
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Aegisub Arch1t3cht v9643\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-30 03:10+0200\n"
"PO-Revision-Date: 2023-09-14 12:42+0300\n"
"Last-Translator: xetrin <https://t.me/repacks_by_xetrin>\n"
"Language-Team: \n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 3.3.2\n"
#: ../automation/autoload/cleantags-autoload.lua:31
msgid "Clean Tags"
msgstr "Очистить теги"
#: ../automation/autoload/cleantags-autoload.lua:32
msgid ""
"Clean subtitle lines by re-arranging ASS tags and override blocks within the "
"lines"
msgstr ""
"Очистить строки субтитров перестановкой ASS-тегов и блоков переопределения "
"внутри строк"
#: ../automation/autoload/kara-templater.lua:36
msgid "Karaoke Templater"
msgstr "Шаблонизатор караоке"
#: ../automation/autoload/kara-templater.lua:37
msgid ""
"Macro and export filter to apply karaoke effects using the template language"
msgstr ""
"Макрос и фильтр экспорта для создания эффектов караоке с помощью языка "
"шаблонов"
#: ../automation/autoload/kara-templater.lua:860
msgid "Applies karaoke effects from templates"
msgstr "Применяет эффекты караоке из шаблонов"
#: ../automation/autoload/kara-templater.lua:860
msgid "Apply karaoke template"
msgstr "Применить шаблон караоке"
#: ../automation/autoload/kara-templater.lua:861
msgid ""
"Apply karaoke effect templates to the subtitles.\n"
"\n"
"See the help file for information on how to use this."
msgstr ""
"Применяет шаблоны эффектов караоке к субтитрам.\n"
"\n"
"См. файл помощи для сведений о способе применения."
#: ../automation/autoload/kara-templater.lua:861
msgid "Karaoke template"
msgstr "Шаблон караоке"
#: ../automation/autoload/karaoke-auto-leadin.lua:32
msgid "Automatic karaoke lead-in"
msgstr "Автоматическое вступление для караоке"
#: ../automation/autoload/karaoke-auto-leadin.lua:33
msgid "Join up the ends of selected lines and add \\k tags to shift karaoke"
msgstr "Объединить выделенные строки и добавить теги \\k для смещения караоке"
#: ../automation/autoload/macro-1-edgeblur.lua:6
msgid "Add edgeblur"
msgstr "Добавить размытие краёв"
#: ../automation/autoload/macro-1-edgeblur.lua:7
msgid "A demo macro showing how to do simple line modification in Automation 4"
msgstr "Пример макроса автоматизации 4 версии для простой модификации строк"
#: ../automation/autoload/macro-1-edgeblur.lua:21
msgid "Adds \\be1 tags to all selected lines"
msgstr "Добавляет \\be1 ко всем выбранным строкам"
#: ../automation/autoload/macro-2-mkfullwitdh.lua:77
msgid "Make fullwidth"
msgstr "Сделать полноширинным"
#: ../automation/autoload/macro-2-mkfullwitdh.lua:80
msgid "Convert Latin letters to SJIS fullwidth letters"
msgstr "Преобразовать латиницу в полноширинную латиницу SJIS"
#: ../automation/autoload/strip-tags.lua:17
msgid "Strip tags"
msgstr "Удаление тегов"
#: ../automation/autoload/strip-tags.lua:18
msgid "Remove all override tags from selected lines"
msgstr "Убрать все теги из выделенных строк"
#: ../automation/autoload/strip-tags.lua:28
msgid "strip tags"
msgstr "удаление тегов"
#: ../packages/desktop/aegisub.appdata.xml.in.in:6
#: ../packages/desktop/aegisub.desktop.in.in:5
msgid "Aegisub"
msgstr "Aegisub"
#: ../packages/desktop/aegisub.appdata.xml.in.in:7
msgid ""
"A free, cross-platform open source tool for creating and modifying subtitles"
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:9
msgid ""
"Aegisub is a free, cross-platform open source tool for creating and "
"modifying subtitles. Aegisub makes it quick and easy to time subtitles to "
"audio, and features many powerful tools for styling them, including a built-"
"in real-time video preview."
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:10
msgid ""
"Aegisub was originally created as a tool to make typesetting, particularly "
"in anime fansubs, a less painful experience. At the time of the start of the "
"project, many other programs that supported the Advanced Substation Alpha "
"format lacked (and in many cases, still lack; development on several "
"competing programs have since been dropped for various reasons completely "
"unrelated to Aegisub) many vital functions, or were too buggy and/or "
"unreliable to be really useful."
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:11
msgid ""
"Since then, Aegisub has grown into a fully fledged, highly customizable "
"subtitle editor. It features a lot of convenient tools to help you with "
"timing, typesetting, editing and translating subtitles, as well as a "
"powerful scripting environment called Automation (originally mostly intended "
"for creating karaoke effects, Automation can now be used much else, "
"including creating macros and various other convenient tools)."
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:12
msgid "Some highlights of Aegisub:"
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:14
msgid "Simple and intuitive yet powerful interface for editing subtitles"
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:15
msgid "Support for many formats and character sets"
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:16
msgid "Powerful video mode"
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:17
msgid "Visual typesetting tools"
msgstr "Инструменты визуального оформления"
#: ../packages/desktop/aegisub.appdata.xml.in.in:18
msgid "Intuitive and customizable audio timing mode"
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:19
msgid "Fully scriptable through the Automation module"
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:32
msgid "Typesetting"
msgstr ""
#: ../packages/desktop/aegisub.appdata.xml.in.in:36
msgid "Audio video"
msgstr "Звук видео"
#: ../packages/desktop/aegisub.appdata.xml.in.in:40
msgid "Audio timing"
msgstr "Тайминг звука"
#: ../packages/desktop/aegisub.appdata.xml.in.in:44
msgid "Aegisub Group"
msgstr ""
#: ../packages/desktop/aegisub.desktop.in.in:6
msgid "Subtitle Editor"
msgstr "Редактор субтитров"
#: ../packages/desktop/aegisub.desktop.in.in:7
msgid "Create and edit subtitles for film and videos."
msgstr "Создание и редактирование субтитров для видео."
#: ../packages/desktop/aegisub.desktop.in.in:13
msgid "subtitles;subtitle;captions;captioning;video;audio;"
msgstr ""
#: ../src/ass_style.cpp:195
msgid "ANSI"
msgstr "ANSI"
#: ../src/ass_style.cpp:196 ../src/command/video.cpp:146
msgid "Default"
msgstr "По умолчанию"
#: ../src/ass_style.cpp:197
msgid "Symbol"
msgstr "Символы"
#: ../src/ass_style.cpp:198
msgid "Mac"
msgstr "Mac"
#: ../src/ass_style.cpp:199
msgid "Shift_JIS"
msgstr "Японская (Shift_JIS)"
#: ../src/ass_style.cpp:200
msgid "Hangeul"
msgstr "Хангыль"
#: ../src/ass_style.cpp:201
msgid "Johab"
msgstr "Корейская (Johab)"
#: ../src/ass_style.cpp:202
msgid "GB2312"
msgstr "Упрощённая китайская (GB2312)"
#: ../src/ass_style.cpp:203
msgid "Chinese BIG5"
msgstr "Традиционная китайская (BIG5)"
#: ../src/ass_style.cpp:204
msgid "Greek"
msgstr "Греческая"
#: ../src/ass_style.cpp:205
msgid "Turkish"
msgstr "Турецкая"
#: ../src/ass_style.cpp:206
msgid "Vietnamese"
msgstr "Вьетнамская"
#: ../src/ass_style.cpp:207
msgid "Hebrew"
msgstr "Иврит"
#: ../src/ass_style.cpp:208
msgid "Arabic"
msgstr "Арабская"
#: ../src/ass_style.cpp:209
msgid "Baltic"
msgstr "Балтийская"
#: ../src/ass_style.cpp:210
msgid "Russian"
msgstr "Русская"
#: ../src/ass_style.cpp:211
msgid "Thai"
msgstr "Тайская"
#: ../src/ass_style.cpp:212
msgid "East European"
msgstr "Восточно-Европейская"
#: ../src/ass_style.cpp:213
msgid "OEM"
msgstr "OEM"
#: ../src/audio_box.cpp:73
msgid "Horizontal zoom"
msgstr "Горизонтальный масштаб"
#: ../src/audio_box.cpp:74
msgid "Vertical zoom"
msgstr "Вертикальный масштаб"
#: ../src/audio_box.cpp:75
msgid "Audio Volume"
msgstr "Громкость аудио"
#: ../src/audio_display.cpp:707
#, c-format
msgid "%d%%, %d pixel/second"
msgstr "%d%%, %d пикселей/сек"
#: ../src/audio_karaoke.cpp:72
msgid "Discard all uncommitted splits"
msgstr "Отменить все непринятые разбиения"
#: ../src/audio_karaoke.cpp:76
msgid "Commit splits"
msgstr "Принять разбиения"
#: ../src/audio_karaoke.cpp:239
msgid "Karaoke tag"
msgstr "Тег караоке"
#: ../src/audio_karaoke.cpp:242
msgid "Change karaoke tag to \\k"
msgstr "Изменить тег караоке на \\k"
#: ../src/audio_karaoke.cpp:243
msgid "Change karaoke tag to \\kf"
msgstr "Изменить тег караоке на \\kf"
#: ../src/audio_karaoke.cpp:244
msgid "Change karaoke tag to \\ko"
msgstr "Изменить тег караоке на \\ko"
#: ../src/audio_karaoke.cpp:421
msgid "karaoke split"
msgstr "караоке разбиения"
#: ../src/audio_provider_bestsource.cpp:59 ../src/ffmpegsource_common.cpp:77
#: ../src/video_provider_bestsource.cpp:118
msgid "Indexing"
msgstr "Индексирование"
#: ../src/audio_provider_bestsource.cpp:60
#: ../src/video_provider_bestsource.cpp:119
msgid "Creating cache... This can take a while!"
msgstr "Создание кэша... Это может занять некоторое время!"
#: ../src/audio_renderer_waveform.cpp:152
msgid "Maximum"
msgstr "Максимум"
#: ../src/audio_renderer_waveform.cpp:153
msgid "Maximum + Average"
msgstr "Максимум + Усреднённое"
#: ../src/audio_timing_dialogue.cpp:512 ../src/audio_timing_dialogue.cpp:518
#: ../src/command/time.cpp:177
msgid "timing"
msgstr "тайминг"
#: ../src/audio_timing_karaoke.cpp:241
msgid "karaoke timing"
msgstr "тайминг караоке"
#: ../src/auto4_base.cpp:451
#, c-format
msgid ""
"Failed to load Automation script '%s':\n"
"%s"
msgstr ""
#: ../src/auto4_base.cpp:458
#, c-format
msgid "The file was not recognised as an Automation script: %s"
msgstr "Файл не распознан как сценарий автоматизации: %s"
#: ../src/auto4_base.cpp:487 ../src/command/audio.cpp:85
#: ../src/command/keyframe.cpp:77 ../src/command/timecode.cpp:74
#: ../src/command/timecode.cpp:94 ../src/command/video.cpp:611
msgid "All Files"
msgstr "Все файлы"
#: ../src/auto4_base.cpp:493 ../src/command/keyframe.cpp:75
#: ../src/command/timecode.cpp:74 ../src/command/timecode.cpp:94
#: ../src/subtitle_format.cpp:315
msgid "All Supported Formats"
msgstr "Все поддерживаемые форматы"
#: ../src/auto4_base.cpp:499
msgid "File was not recognized as a script"
msgstr "Файл не распознан как сценарий"
#: ../src/charset_detect.cpp:55
msgid ""
"Aegisub could not narrow down the character set to a single one.\n"
"Please pick one below:"
msgstr ""
"Aegisub не может точно определить кодировку файла.\n"
"Выберите одну из списка:"
#: ../src/charset_detect.cpp:56
msgid "Choose character set"
msgstr "Выбрите кодировку"
#: ../src/command/app.cpp:57
msgid "&About"
msgstr "&О программе"
#: ../src/command/app.cpp:58
msgid "About"
msgstr "О программе"
#: ../src/command/app.cpp:59 ../src/dialog_about.cpp:44
msgid "About Aegisub"
msgstr "О программе"
#: ../src/command/app.cpp:68
msgid "&Audio+Subs View"
msgstr "&Аудио+субтитры"
#: ../src/command/app.cpp:69
msgid "Audio+Subs View"
msgstr "Аудио+субтитры"
#: ../src/command/app.cpp:70
msgid "Display audio and the subtitles grid only"
msgstr ""
#: ../src/command/app.cpp:88
msgid "&Full view"
msgstr "Показывать вс&ё"
#: ../src/command/app.cpp:89
msgid "Full view"
msgstr "Показывать всё"
#: ../src/command/app.cpp:90
msgid "Display audio, video and then subtitles grid"
msgstr ""
#: ../src/command/app.cpp:108
msgid "S&ubs Only View"
msgstr "Только &субтитры"
#: ../src/command/app.cpp:109
msgid "Subs Only View"
msgstr "Только субтитры"
#: ../src/command/app.cpp:110
msgid "Display the subtitles grid only"
msgstr ""
#: ../src/command/app.cpp:124
msgid "&Video+Subs View"
msgstr "&Видео+субтитры"
#: ../src/command/app.cpp:125
msgid "Video+Subs View"
msgstr "Видео+субтитры"
#: ../src/command/app.cpp:126
msgid "Display video and the subtitles grid only"
msgstr ""
#: ../src/command/app.cpp:144
msgid "E&xit"
msgstr "&Выход"
#: ../src/command/app.cpp:145
msgid "Exit"
msgstr "Выход"
#: ../src/command/app.cpp:146
msgid "Exit the application"
msgstr "Выход из приложения"
#: ../src/command/app.cpp:156
msgid "&Language..."
msgstr "&Язык (Language)"
#: ../src/command/app.cpp:157
msgid "Language"
msgstr "Язык"
#: ../src/command/app.cpp:158
msgid "Select Aegisub interface language"
msgstr "Выбрать язык интерфейса Aegisub"
#: ../src/command/app.cpp:181
msgid "&Log window"
msgstr "&Журнал"
#: ../src/command/app.cpp:182 ../src/dialog_log.cpp:100
msgid "Log window"
msgstr "Журнал"
#: ../src/command/app.cpp:183
msgid "View the event log"
msgstr "Просмотр журнала событий"
#: ../src/command/app.cpp:193
msgid "New &Window"
msgstr "Новое &окно"
#: ../src/command/app.cpp:194
msgid "New Window"
msgstr "Новое окно"
#: ../src/command/app.cpp:195
msgid "Open a new application window"
msgstr "Открывает новое окно приложения"
#: ../src/command/app.cpp:205
msgid "&Options..."
msgstr "&Настройки..."
#: ../src/command/app.cpp:206 ../src/dialog_properties.cpp:146
#: ../src/dialog_timing_processor.cpp:168 ../src/preferences.cpp:128
#: ../src/preferences.cpp:168
msgid "Options"
msgstr "Параметры"
#: ../src/command/app.cpp:207
msgid "Configure Aegisub"
msgstr "Настройка"
#: ../src/command/app.cpp:221 ../src/command/app.cpp:222
msgid "Toggle global hotkey overrides"
msgstr "Включить глобальные переопредления горячих клавиш"
#: ../src/command/app.cpp:223
msgid "Toggle global hotkey overrides (Medusa Mode)"
msgstr ""
#: ../src/command/app.cpp:238
msgid "Toggle the main toolbar"
msgstr "Переключить видимость главной панели инструментов"
#: ../src/command/app.cpp:243
msgid "Hide Toolbar"
msgstr "Скрыть панель инструментов"
#: ../src/command/app.cpp:244
msgid "Show Toolbar"
msgstr "Показать панель инструментов"
#: ../src/command/app.cpp:259
msgid "&Check for Updates..."
msgstr "&Проверить обновления..."
#: ../src/command/app.cpp:260
msgid "Check for Updates"
msgstr "Проверка обновлений"
#: ../src/command/app.cpp:261
msgid "Check to see if there is a new version of Aegisub available"
msgstr "Проверить, доступна ли новая версия Aegisub"
#: ../src/command/app.cpp:271 ../src/command/app.cpp:272
msgid "Minimize"
msgstr ""
#: ../src/command/app.cpp:273
msgid "Minimize the active window"
msgstr ""
#: ../src/command/app.cpp:282 ../src/command/app.cpp:283
msgid "Zoom"
msgstr ""
#: ../src/command/app.cpp:284
msgid "Maximize the active window"
msgstr ""
#: ../src/command/app.cpp:293 ../src/command/app.cpp:294
msgid "Bring All to Front"
msgstr ""
#: ../src/command/app.cpp:295
msgid "Bring forward all open documents to the front"
msgstr ""
#: ../src/command/audio.cpp:66
msgid "&Close Audio"
msgstr "&Закрыть аудио"
#: ../src/command/audio.cpp:67
msgid "Close Audio"
msgstr "Закрыть аудио"
#: ../src/command/audio.cpp:68
msgid "Close the currently open audio file"
msgstr ""
#: ../src/command/audio.cpp:78
msgid "&Open Audio File..."
msgstr "&Oткрыть аудиофайл..."
#: ../src/command/audio.cpp:79 ../src/command/audio.cpp:86
msgid "Open Audio File"
msgstr "Oткрыть аудиофайл"
#: ../src/command/audio.cpp:80
msgid "Open an audio file"
msgstr ""
#: ../src/command/audio.cpp:83
msgid "Audio Formats"
msgstr "Форматы аудио"
#: ../src/command/audio.cpp:84 ../src/command/video.cpp:610
msgid "Video Formats"
msgstr "Форматы видео"
#: ../src/command/audio.cpp:94 ../src/command/audio.cpp:95
msgid "Open 2h30 Blank Audio"
msgstr "Открыть пустой аудиотрек на 2ч30м"
#: ../src/command/audio.cpp:96
msgid "Open a 150 minutes blank audio clip, for debugging"
msgstr "Открыть 150-минутный пустой аудиотрек; для отладки"
#: ../src/command/audio.cpp:105 ../src/command/audio.cpp:106
msgid "Open 2h30 Noise Audio"
msgstr "Открыть трек шумов на 2ч30м"
#: ../src/command/audio.cpp:107
msgid "Open a 150 minutes noise-filled audio clip, for debugging"
msgstr "Открыть 150-минутный заполненный шумом аудиотрек; для отладки"
#: ../src/command/audio.cpp:117
msgid "Open Audio from &Video"
msgstr "Открыть аудио из &видео"
#: ../src/command/audio.cpp:118
msgid "Open Audio from Video"
msgstr "Открыть звук из видео"
#: ../src/command/audio.cpp:119
msgid "Open the audio from the current video file"
msgstr ""
#: ../src/command/audio.cpp:133 ../src/command/audio.cpp:134
msgid "Reload Audio"
msgstr ""
#: ../src/command/audio.cpp:135
msgid "Reload the current audio file"
msgstr ""
#: ../src/command/audio.cpp:144
msgid "&Spectrum Display"
msgstr "&Спектрограмма"
#: ../src/command/audio.cpp:145
msgid "Spectrum Display"
msgstr "Спектрограмма"
#: ../src/command/audio.cpp:146
msgid "Display audio as a frequency-power spectrograph"
msgstr "Показывать звук как спектрограмму по частоте-амплитуде"
#: ../src/command/audio.cpp:160
msgid "&Waveform Display"
msgstr "&Осциллограмма"
#: ../src/command/audio.cpp:161
msgid "Waveform Display"
msgstr "Осциллограмма"
#: ../src/command/audio.cpp:162
msgid "Display audio as a linear amplitude graph"
msgstr "Показывать звук как линейный график амплитуды"
#: ../src/command/audio.cpp:176 ../src/command/audio.cpp:177
msgid "Create audio clip"
msgstr "Создать отрезок аудио"
#: ../src/command/audio.cpp:178
msgid "Save an audio clip of the selected line"
msgstr ""
#: ../src/command/audio.cpp:189
msgid "Save audio clip"
msgstr "Сохранить отрезок аудио"
#: ../src/command/audio.cpp:204 ../src/command/audio.cpp:205
msgid "Play current audio selection"
msgstr "Воспроизвести выделенный звук"
#: ../src/command/audio.cpp:206
msgid "Play the current audio selection, ignoring changes made while playing"
msgstr ""
"Воспроизвести звук в текущем выделении без учёта проведённых в процессе "
"изменений"
#: ../src/command/audio.cpp:217 ../src/command/audio.cpp:218
#: ../src/command/video.cpp:688
msgid "Play current line"
msgstr "Воспроизвести текущую строку"
#: ../src/command/audio.cpp:219
msgid "Play the audio for the current line"
msgstr ""
#: ../src/command/audio.cpp:232 ../src/command/audio.cpp:233
msgid "Play audio selection"
msgstr "Воспроизвести выделенный звук"
#: ../src/command/audio.cpp:234
msgid "Play audio until the end of the selection is reached"
msgstr "Воспроизвести звук до конца выделения"
#: ../src/command/audio.cpp:244 ../src/command/audio.cpp:245
msgid "Play audio selection or stop"
msgstr "Воспроизвести звук в выделении или остановить"
#: ../src/command/audio.cpp:246
msgid "Play selection, or stop playback if it's already playing"
msgstr ""
#: ../src/command/audio.cpp:261 ../src/command/audio.cpp:262
msgid "Stop playing"
msgstr "Остановить воспроизведение"
#: ../src/command/audio.cpp:263
msgid "Stop audio and video playback"
msgstr ""
#: ../src/command/audio.cpp:279 ../src/command/audio.cpp:280
#: ../src/command/audio.cpp:281
msgid "Play 500 ms before selection"
msgstr "Воспроизвести 500 мс перед выделением"
#: ../src/command/audio.cpp:293 ../src/command/audio.cpp:294
#: ../src/command/audio.cpp:295
msgid "Play 500 ms after selection"
msgstr "Воспроизвести 500 мс после выделения"
#: ../src/command/audio.cpp:307 ../src/command/audio.cpp:308
#: ../src/command/audio.cpp:309
msgid "Play last 500 ms of selection"
msgstr "Воспроизвести последние 500 мс выделения"
#: ../src/command/audio.cpp:321 ../src/command/audio.cpp:322
#: ../src/command/audio.cpp:323
msgid "Play first 500 ms of selection"
msgstr "Воспроизвести первые 500 мс выделения"
#: ../src/command/audio.cpp:337 ../src/command/audio.cpp:338
#: ../src/command/audio.cpp:339
msgid "Play from selection start to end of file"
msgstr "Воспроизвести от начала выделения до конца файла"
#: ../src/command/audio.cpp:350 ../src/command/audio.cpp:351
msgid "Commit"
msgstr "Принять"
#: ../src/command/audio.cpp:352
msgid "Commit any pending audio timing changes"
msgstr "Принять все отложенные изменения тайминга звука"
#: ../src/command/audio.cpp:366 ../src/command/audio.cpp:367
msgid "Commit and use default timing for next line"
msgstr "Принять, но использовать тайминг по умолчанию для следующей строки"
#: ../src/command/audio.cpp:368
msgid ""
"Commit any pending audio timing changes and reset the next line's times to "
"the default"
msgstr ""
"Принять все отложенные изменения тайминга звука и сбросить тайминг следующей "
"строки к умолчаниям"
#: ../src/command/audio.cpp:381 ../src/command/audio.cpp:382
msgid "Commit and move to next line"
msgstr "Принять и перейти к следующей строке"
#: ../src/command/audio.cpp:383
msgid "Commit any pending audio timing changes and move to the next line"
msgstr ""
"Принять все отложенные изменения тайминга звука и перейти к следующей строке"
#: ../src/command/audio.cpp:396 ../src/command/audio.cpp:397
msgid "Commit and stay on current line"
msgstr "Сохранить и остаться на текущей строке"
#: ../src/command/audio.cpp:398
msgid "Commit any pending audio timing changes and stay on the current line"
msgstr ""
"Принять все отложенные изменения тайминга звука и остаться на текущей строке"
#: ../src/command/audio.cpp:409 ../src/command/audio.cpp:410
msgid "Go to selection"
msgstr "Перейти к выделению"
#: ../src/command/audio.cpp:411
msgid "Scroll the audio display to center on the current audio selection"
msgstr ""
#: ../src/command/audio.cpp:420 ../src/command/audio.cpp:421
msgid "Scroll left"
msgstr "Промотать влево"
#: ../src/command/audio.cpp:422
msgid "Scroll the audio display left"
msgstr "Промотать окно аудио влево"
#: ../src/command/audio.cpp:431 ../src/command/audio.cpp:432
msgid "Scroll right"
msgstr "Промотать вправо"
#: ../src/command/audio.cpp:433
msgid "Scroll the audio display right"
msgstr "Промотать окно аудио вправо"
#: ../src/command/audio.cpp:447 ../src/command/audio.cpp:448
#: ../src/command/audio.cpp:449
msgid "Auto scroll audio display to selected line"
msgstr ""
#: ../src/command/audio.cpp:464 ../src/command/audio.cpp:465
#: ../src/command/audio.cpp:466
msgid "Automatically commit all changes"
msgstr "Автоматически фиксировать все изменения"
#: ../src/command/audio.cpp:481 ../src/command/audio.cpp:482
msgid "Auto go to next line on commit"
msgstr ""
#: ../src/command/audio.cpp:483
msgid "Automatically go to next line on commit"
msgstr ""
#: ../src/command/audio.cpp:498 ../src/command/audio.cpp:499
#: ../src/command/audio.cpp:500
msgid "Spectrum analyzer mode"
msgstr "Режим отображения аудиодорожки"
#: ../src/command/audio.cpp:515 ../src/command/audio.cpp:516
#: ../src/command/audio.cpp:517
msgid "Link vertical zoom and volume sliders"
msgstr "Связать ползунки вертикального масштаба и громкости"
#: ../src/command/audio.cpp:532 ../src/command/audio.cpp:533
#: ../src/command/audio.cpp:534
msgid "Toggle karaoke mode"
msgstr "Выбор между простым режимом и караоке"
#: ../src/command/automation.cpp:48
msgid "&Reload Automation scripts"
msgstr "&Перезагрузить все сценарии автоматизации"
#: ../src/command/automation.cpp:49
msgid "Reload Automation scripts"
msgstr "Перезагрузить все сценарии автоматизации"
#: ../src/command/automation.cpp:50
msgid "Reload all Automation scripts and rescan the autoload folder"
msgstr ""
"Перезагрузить все сценарии автоматизации и пересканировать папку автозагрузки"
#: ../src/command/automation.cpp:55
msgid "Reloaded all Automation scripts"
msgstr "Все скрипты автоматизации перезагружены"
#: ../src/command/automation.cpp:61
msgid "R&eload autoload Automation scripts"
msgstr "Перезагрузить автоматически загруженные сценарии"
#: ../src/command/automation.cpp:62
msgid "Reload autoload Automation scripts"
msgstr "Перезагрузить автоматически загруженные сценарии"
#: ../src/command/automation.cpp:63
msgid "Rescan the Automation autoload folder"
msgstr "Пересканировать папку автозагрузки Автоматизации"
#: ../src/command/automation.cpp:67
msgid "Reloaded autoload Automation scripts"
msgstr "Сценарии автоматизации для автозагрузки перезаагружены"
#: ../src/command/automation.cpp:74 ../src/command/automation.cpp:86
msgid "&Automation..."
msgstr "&Aвтоматизация..."
#: ../src/command/automation.cpp:75 ../src/command/automation.cpp:87
#: ../src/preferences.cpp:341
msgid "Automation"
msgstr "Автоматизация"
#: ../src/command/automation.cpp:76
msgid "Open automation manager"
msgstr "Открыть менеджер автоматизации"
#: ../src/command/automation.cpp:88
msgid ""
"Open automation manager. Ctrl: Rescan autoload folder. Ctrl+Shift: Rescan "
"autoload folder and reload all automation scripts"
msgstr ""
#: ../src/command/command.cpp:34
#, c-format
msgid "'%s' is not a valid command name"
msgstr "'%s' — недопустимое имя команды"
#: ../src/command/edit.cpp:134 ../src/command/edit.cpp:842
msgid "paste"
msgstr "вставку"
#: ../src/command/edit.cpp:375
msgid "set color"
msgstr "изменение цвета"
#: ../src/command/edit.cpp:389
msgid "Primary Color..."
msgstr ""
#: ../src/command/edit.cpp:390
msgid "Primary Color"
msgstr ""
#: ../src/command/edit.cpp:391
msgid "Set the primary fill color (\\c) at the cursor position"
msgstr ""
#: ../src/command/edit.cpp:401
msgid "Secondary Color..."
msgstr ""
#: ../src/command/edit.cpp:402
msgid "Secondary Color"
msgstr ""
#: ../src/command/edit.cpp:403
msgid "Set the secondary (karaoke) fill color (\\2c) at the cursor position"
msgstr ""
#: ../src/command/edit.cpp:413
msgid "Outline Color..."
msgstr ""
#: ../src/command/edit.cpp:414
msgid "Outline Color"
msgstr ""
#: ../src/command/edit.cpp:415
msgid "Set the outline color (\\3c) at the cursor position"
msgstr ""
#: ../src/command/edit.cpp:425
msgid "Shadow Color..."
msgstr ""
#: ../src/command/edit.cpp:426
msgid "Shadow Color"
msgstr ""
#: ../src/command/edit.cpp:427
msgid "Set the shadow color (\\4c) at the cursor position"
msgstr ""
#: ../src/command/edit.cpp:437 ../src/command/edit.cpp:438
msgid "Toggle Bold"
msgstr ""
#: ../src/command/edit.cpp:439
msgid ""
"Toggle bold (\\b) for the current selection or at the current cursor position"
msgstr ""
#: ../src/command/edit.cpp:442
msgid "toggle bold"
msgstr "изменение жирности"
#: ../src/command/edit.cpp:449 ../src/command/edit.cpp:450
msgid "Toggle Italics"
msgstr ""
#: ../src/command/edit.cpp:451
msgid ""
"Toggle italics (\\i) for the current selection or at the current cursor "
"position"
msgstr ""
#: ../src/command/edit.cpp:454
msgid "toggle italic"
msgstr "изменение курсива"
#: ../src/command/edit.cpp:461 ../src/command/edit.cpp:462
msgid "Toggle Underline"
msgstr ""
#: ../src/command/edit.cpp:463
msgid ""
"Toggle underline (\\u) for the current selection or at the current cursor "
"position"
msgstr ""
#: ../src/command/edit.cpp:466
msgid "toggle underline"
msgstr "изменение подчёркивания"
#: ../src/command/edit.cpp:473 ../src/command/edit.cpp:474
msgid "Toggle Strikeout"
msgstr ""
#: ../src/command/edit.cpp:475
msgid ""
"Toggle strikeout (\\s) for the current selection or at the current cursor "
"position"
msgstr ""
#: ../src/command/edit.cpp:478
msgid "toggle strikeout"
msgstr "изменение зачёркивания"