luci-app: fixed typos

This commit is contained in:
gSpot
2023-01-15 02:27:23 +03:00
parent 574fa6c4d4
commit 2402497d3e
3 changed files with 10 additions and 10 deletions
@@ -279,8 +279,8 @@ return view.extend({
// BLLIST_FQDN_FILTER_TYPE // BLLIST_FQDN_FILTER_TYPE
o = s.taboption('parser_settings_tab', form.ListValue, 'bllist_fqdn_filter_type', o = s.taboption('parser_settings_tab', form.ListValue, 'bllist_fqdn_filter_type',
_('FQDN filter type')); _('FQDN filter type'));
o.value('0', _('All entries except matching expressions')); o.value('0', _('All entries except matching patterns'));
o.value('1', _('Only entries matching expressions')); o.value('1', _('Only entries matching patterns'));
// BLLIST_FQDN_FILTER_FILE edit dialog // BLLIST_FQDN_FILTER_FILE edit dialog
o = s.taboption('parser_settings_tab', form.Button, '_fqdn_filter_btn', o = s.taboption('parser_settings_tab', form.Button, '_fqdn_filter_btn',
@@ -328,8 +328,8 @@ return view.extend({
// BLLIST_IP_FILTER_TYPE // BLLIST_IP_FILTER_TYPE
o = s.taboption('parser_settings_tab', form.ListValue, 'bllist_ip_filter_type', o = s.taboption('parser_settings_tab', form.ListValue, 'bllist_ip_filter_type',
_('IP filter type')); _('IP filter type'));
o.value('0', _('All entries except matching expressions')); o.value('0', _('All entries except matching patterns'));
o.value('1', _('Only entries matching expressions')); o.value('1', _('Only entries matching patterns'));
// BLLIST_IP_FILTER_FILE edit dialog // BLLIST_IP_FILTER_FILE edit dialog
o = s.taboption('parser_settings_tab', form.Button, '_ip_filter_btn', o = s.taboption('parser_settings_tab', form.Button, '_ip_filter_btn',
+4 -4
View File
@@ -25,8 +25,8 @@ msgstr "Тревога"
msgid "All" msgid "All"
msgstr "Все" msgstr "Все"
msgid "All entries except matching expressions" msgid "All entries except matching patterns"
msgstr "Все записи, кроме соответствующих выражениям" msgstr "Все записи, кроме соответствующих шаблонам"
msgid "All hosts except listed" msgid "All hosts except listed"
msgstr "Все хосты, кроме перечисленных" msgstr "Все хосты, кроме перечисленных"
@@ -273,8 +273,8 @@ msgstr ""
msgid "One of the following:" msgid "One of the following:"
msgstr "Одно из следующих значений:" msgstr "Одно из следующих значений:"
msgid "Only entries matching expressions" msgid "Only entries matching patterns"
msgstr "Только записи, соответствующие выражениям" msgstr "Только записи, соответствующие шаблонам"
msgid "Only listed hosts" msgid "Only listed hosts"
msgstr "Только перечисленные хосты" msgstr "Только перечисленные хосты"
@@ -13,7 +13,7 @@ msgstr ""
msgid "All" msgid "All"
msgstr "" msgstr ""
msgid "All entries except matching expressions" msgid "All entries except matching patterns"
msgstr "" msgstr ""
msgid "All hosts except listed" msgid "All hosts except listed"
@@ -250,7 +250,7 @@ msgstr ""
msgid "One of the following:" msgid "One of the following:"
msgstr "" msgstr ""
msgid "Only entries matching expressions" msgid "Only entries matching patterns"
msgstr "" msgstr ""
msgid "Only listed hosts" msgid "Only listed hosts"