|
5 | 5 | },
|
6 | 6 | "browserActionLabelOff": {
|
7 | 7 | "description": "Label of the button when the extension is disabled.",
|
8 |
| - "message": "Skip Redirect отключен. Нажмите для включения" |
| 8 | + "message": "Skip Redirect отключен" |
9 | 9 | },
|
10 | 10 | "browserActionLabelOn": {
|
11 | 11 | "description": "Label of the button when the extension is enabled.",
|
12 |
| - "message": "Skip Redirect включен. Нажмите для отключения" |
| 12 | + "message": "Skip Redirect включен" |
13 | 13 | },
|
14 | 14 | "browserActionLabelOnSkipped": {
|
15 | 15 | "description": "Label of the button when the extension is enabled and there was a redirect.",
|
16 |
| - "message": "Skip Redirect включен. Нажмите для отключения\n\nПоследнее перенаправление:\n\n$sourceUrl$\n➔\n$targetUrl$", |
| 16 | + "message": "Skip Redirect включен\n\nПоследнее перенаправление:\n\n$sourceUrl$\n➔\n$targetUrl$", |
17 | 17 | "placeholders": {
|
18 | 18 | "sourceUrl": {
|
19 | 19 | "content": "$1",
|
|
27 | 27 | },
|
28 | 28 | "contextMenuLabel": {
|
29 | 29 | "description": "Label of the context menu entry to copy last URL.",
|
30 |
| - "message": "Скопировать последний пропущенный URL" |
| 30 | + "message": "Копировать последний пропущенный URL" |
31 | 31 | },
|
32 | 32 | "extensionDescription": {
|
33 | 33 | "description": "Description of the extension in the add-on manager.",
|
|
39 | 39 | },
|
40 | 40 | "optionsModeNoSkipUrlsList": {
|
41 | 41 | "description": "The choice that sets the extension into no-skip-urls-list mode.",
|
42 |
| - "message": "Пропускать все перенаправления, за исключением URL, находящихся в черном списке." |
| 42 | + "message": "Пропускать перенаправления, за исключением списка 'Непропускаемые URL'." |
43 | 43 | },
|
44 | 44 | "optionsModeOff": {
|
45 | 45 | "description": "The choice that disables the extension.",
|
46 | 46 | "message": "Отключить"
|
47 | 47 | },
|
48 | 48 | "optionsModeSkipUrlsList": {
|
49 | 49 | "description": "The choice that sets the extension into skip-urls-list mode.",
|
50 |
| - "message": "Пропускать перенаправления только URL, находящихся в белом списке." |
| 50 | + "message": "Пропускать перенаправления, только списка 'Пропускаемые URL'." |
51 | 51 | },
|
52 | 52 | "optionsNoSkipParametersListContent": {
|
53 | 53 | "description": "Label of the text area to edit the no-skip-parameters-list.",
|
54 |
| - "message": "No-skip-parameters-list (you may use regular expressions)" |
| 54 | + "message": "Непропускаемые параметры (поддерживает регулярные выражения)" |
55 | 55 | },
|
56 | 56 | "optionsNoSkipUrlsListContent": {
|
57 | 57 | "description": "Label of the text area to edit the no-skip-urls-list.",
|
58 |
| - "message": "Черный список (вы можете использовать регулярные выражения)" |
| 58 | + "message": "Непропускаемые URL (поддерживает регулярные выражения)" |
59 | 59 | },
|
60 | 60 | "optionsNotificationsDuration": {
|
61 | 61 | "description": "Label of the input field to specify how long notifications are shown.",
|
|
75 | 75 | },
|
76 | 76 | "optionsSectionSync": {
|
77 | 77 | "description": "Title of the options section allowing to control Sync.",
|
78 |
| - "message": "Sync" |
| 78 | + "message": "Синхронизация" |
79 | 79 | },
|
80 | 80 | "optionsSkipRedirectsToSameDomain": {
|
81 | 81 | "description": "Label of the checkbox that toggles skipping to the same public domain.",
|
82 |
| - "message": "Пропускать перенаправления URL в том же домене" |
| 82 | + "message": "Пропускать перенаправления в том же домене" |
83 | 83 | },
|
84 | 84 | "optionsSkipUrlsListContent": {
|
85 | 85 | "description": "Label of the text area to edit the skip-urls-list.",
|
86 |
| - "message": "Белый список (каждая строка должна соответствовать этому <a href=\"https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns\">шаблону</a>)" |
| 86 | + "message": "Пропускаемые URL (строки должны соответствовать <a href=\"https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns\">шаблону</a>)" |
87 | 87 | },
|
88 | 88 | "optionsSyncExplanation": {
|
89 | 89 | "description": "Details about how Sync works.",
|
90 |
| - "message": "Sync uses your browser's sync account and you need to enable sync for extensions/add-ons in your browser's preferences before enabling it here. The browser controls when data is actually synced and modifications on different devices might get lost if they happen over a short period." |
| 90 | + "message": "Синхронизация связана с синхронизацией учетной записи вашего браузера. Браузер контролирует график синхронизации, и изменения могут быть потеряны при недостаточном времени прошедшем после изменений." |
91 | 91 | },
|
92 | 92 | "optionsSyncListsEnable": {
|
93 | 93 | "description": "Label of the checkbox to toggle Sync.",
|
94 |
| - "message": "Sync lists" |
| 94 | + "message": "Синхронизировать списки" |
95 | 95 | },
|
96 | 96 | "optionsTitle": {
|
97 | 97 | "description": "Title of the options view.",
|
98 |
| - "message": "Параметры" |
| 98 | + "message": "Настройки" |
99 | 99 | },
|
100 | 100 | "redirectSkippedBrowserActionBadge": {
|
101 | 101 | "description": "Text of the badge shown on the button after a redirect was skipped.",
|
102 |
| - "message": "Пропуск" |
| 102 | + "message": "Skip" |
103 | 103 | },
|
104 | 104 | "redirectSkippedNotificationMessage": {
|
105 | 105 | "description": "Content of the notification about skipped redirect.",
|
|
117 | 117 | },
|
118 | 118 | "redirectSkippedNotificationTitle": {
|
119 | 119 | "description": "Title of the notification about skipped redirect.",
|
120 |
| - "message": "Пропущенное перенаправление" |
| 120 | + "message": "Пропущено перенаправление" |
121 | 121 | }
|
122 | 122 | }
|
0 commit comments