Skip to content

Commit 7adf998

Browse files
authored
Merge pull request #177 from wvxwxvw/patch-1
Update messages.json RUS
2 parents 60260d8 + c27e619 commit 7adf998

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

_locales/ru/messages.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
},
66
"browserActionLabelOff": {
77
"description": "Label of the button when the extension is disabled.",
8-
"message": "Skip Redirect отключен. Нажмите для включения"
8+
"message": "Skip Redirect отключен"
99
},
1010
"browserActionLabelOn": {
1111
"description": "Label of the button when the extension is enabled.",
12-
"message": "Skip Redirect включен. Нажмите для отключения"
12+
"message": "Skip Redirect включен"
1313
},
1414
"browserActionLabelOnSkipped": {
1515
"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$",
1717
"placeholders": {
1818
"sourceUrl": {
1919
"content": "$1",
@@ -27,7 +27,7 @@
2727
},
2828
"contextMenuLabel": {
2929
"description": "Label of the context menu entry to copy last URL.",
30-
"message": "Скопировать последний пропущенный URL"
30+
"message": "Копировать последний пропущенный URL"
3131
},
3232
"extensionDescription": {
3333
"description": "Description of the extension in the add-on manager.",
@@ -39,23 +39,23 @@
3939
},
4040
"optionsModeNoSkipUrlsList": {
4141
"description": "The choice that sets the extension into no-skip-urls-list mode.",
42-
"message": "Пропускать все перенаправления, за исключением URL, находящихся в черном списке."
42+
"message": "Пропускать перенаправления, за исключением списка 'Непропускаемые URL'."
4343
},
4444
"optionsModeOff": {
4545
"description": "The choice that disables the extension.",
4646
"message": "Отключить"
4747
},
4848
"optionsModeSkipUrlsList": {
4949
"description": "The choice that sets the extension into skip-urls-list mode.",
50-
"message": "Пропускать перенаправления только URL, находящихся в белом списке."
50+
"message": "Пропускать перенаправления, только списка 'Пропускаемые URL'."
5151
},
5252
"optionsNoSkipParametersListContent": {
5353
"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": "Непропускаемые параметры (поддерживает регулярные выражения)"
5555
},
5656
"optionsNoSkipUrlsListContent": {
5757
"description": "Label of the text area to edit the no-skip-urls-list.",
58-
"message": "Черный список (вы можете использовать регулярные выражения)"
58+
"message": "Непропускаемые URL (поддерживает регулярные выражения)"
5959
},
6060
"optionsNotificationsDuration": {
6161
"description": "Label of the input field to specify how long notifications are shown.",
@@ -75,31 +75,31 @@
7575
},
7676
"optionsSectionSync": {
7777
"description": "Title of the options section allowing to control Sync.",
78-
"message": "Sync"
78+
"message": "Синхронизация"
7979
},
8080
"optionsSkipRedirectsToSameDomain": {
8181
"description": "Label of the checkbox that toggles skipping to the same public domain.",
82-
"message": "Пропускать перенаправления URL в том же домене"
82+
"message": "Пропускать перенаправления в том же домене"
8383
},
8484
"optionsSkipUrlsListContent": {
8585
"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>)"
8787
},
8888
"optionsSyncExplanation": {
8989
"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": "Синхронизация связана с синхронизацией учетной записи вашего браузера. Браузер контролирует график синхронизации, и изменения могут быть потеряны при недостаточном времени прошедшем после изменений."
9191
},
9292
"optionsSyncListsEnable": {
9393
"description": "Label of the checkbox to toggle Sync.",
94-
"message": "Sync lists"
94+
"message": "Синхронизировать списки"
9595
},
9696
"optionsTitle": {
9797
"description": "Title of the options view.",
98-
"message": "Параметры"
98+
"message": "Настройки"
9999
},
100100
"redirectSkippedBrowserActionBadge": {
101101
"description": "Text of the badge shown on the button after a redirect was skipped.",
102-
"message": "Пропуск"
102+
"message": "Skip"
103103
},
104104
"redirectSkippedNotificationMessage": {
105105
"description": "Content of the notification about skipped redirect.",
@@ -117,6 +117,6 @@
117117
},
118118
"redirectSkippedNotificationTitle": {
119119
"description": "Title of the notification about skipped redirect.",
120-
"message": "Пропущенное перенаправление"
120+
"message": "Пропущено перенаправление"
121121
}
122122
}

0 commit comments

Comments
 (0)