summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/ui.js1
-rw-r--r--modules/luci-base/po/ar/base.po55
-rw-r--r--modules/luci-base/po/bg/base.po55
-rw-r--r--modules/luci-base/po/bn_BD/base.po55
-rw-r--r--modules/luci-base/po/ca/base.po55
-rw-r--r--modules/luci-base/po/cs/base.po55
-rw-r--r--modules/luci-base/po/da/base.po59
-rw-r--r--modules/luci-base/po/de/base.po59
-rw-r--r--modules/luci-base/po/el/base.po55
-rw-r--r--modules/luci-base/po/en/base.po55
-rw-r--r--modules/luci-base/po/es/base.po78
-rw-r--r--modules/luci-base/po/fi/base.po55
-rw-r--r--modules/luci-base/po/fr/base.po172
-rw-r--r--modules/luci-base/po/he/base.po55
-rw-r--r--modules/luci-base/po/hi/base.po55
-rw-r--r--modules/luci-base/po/hu/base.po55
-rw-r--r--modules/luci-base/po/it/base.po55
-rw-r--r--modules/luci-base/po/ja/base.po55
-rw-r--r--modules/luci-base/po/ko/base.po55
-rw-r--r--modules/luci-base/po/mr/base.po55
-rw-r--r--modules/luci-base/po/ms/base.po55
-rw-r--r--modules/luci-base/po/nb_NO/base.po55
-rw-r--r--modules/luci-base/po/nl/base.po205
-rw-r--r--modules/luci-base/po/pl/base.po63
-rw-r--r--modules/luci-base/po/pt/base.po55
-rw-r--r--modules/luci-base/po/pt_BR/base.po163
-rw-r--r--modules/luci-base/po/ro/base.po55
-rw-r--r--modules/luci-base/po/ru/base.po57
-rw-r--r--modules/luci-base/po/sk/base.po55
-rw-r--r--modules/luci-base/po/sv/base.po55
-rw-r--r--modules/luci-base/po/templates/base.pot55
-rw-r--r--modules/luci-base/po/tr/base.po55
-rw-r--r--modules/luci-base/po/uk/base.po55
-rw-r--r--modules/luci-base/po/ur/base.po55
-rw-r--r--modules/luci-base/po/vi/base.po55
-rw-r--r--modules/luci-base/po/zh_Hans/base.po83
-rw-r--r--modules/luci-base/po/zh_Hant/base.po55
-rw-r--r--modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js4
-rw-r--r--modules/luci-mod-dashboard/po/fr/dashboard.po8
-rw-r--r--modules/luci-mod-dashboard/po/nl/dashboard.po4
-rw-r--r--modules/luci-mod-dashboard/po/pl/dashboard.po8
-rw-r--r--modules/luci-mod-dashboard/po/pt_BR/dashboard.po6
-rw-r--r--modules/luci-mod-dsl/po/es/dsl.po5
-rw-r--r--modules/luci-mod-dsl/po/it/dsl.po10
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js4
45 files changed, 2202 insertions, 272 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/ui.js b/modules/luci-base/htdocs/luci-static/resources/ui.js
index 9ecadb0cf8..2e697aa190 100644
--- a/modules/luci-base/htdocs/luci-static/resources/ui.js
+++ b/modules/luci-base/htdocs/luci-static/resources/ui.js
@@ -374,6 +374,7 @@ var UITextfield = UIElement.extend(/** @lends LuCI.ui.Textfield.prototype */ {
'disabled': this.options.disabled ? '' : null,
'maxlength': this.options.maxlength,
'placeholder': this.options.placeholder,
+ 'autocomplete': this.options.password ? 'new-password' : null,
'value': this.value,
});
diff --git a/modules/luci-base/po/ar/base.po b/modules/luci-base/po/ar/base.po
index e8f201d468..8bab280d68 100644
--- a/modules/luci-base/po/ar/base.po
+++ b/modules/luci-base/po/ar/base.po
@@ -384,6 +384,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1040,6 +1041,7 @@ msgstr "مجموعة المصادقة"
msgid "Authentication"
msgstr "المصادقة"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1057,6 +1059,8 @@ msgstr "التفويض مطلوب"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1358,6 +1362,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr "شهادة CA إذا كانت فارغة سيتم حفظها بعد الاتصال الأول."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "فشل تكوين CLAT"
@@ -2277,6 +2285,8 @@ msgstr "تعطيل هذه الشبكة"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2693,6 +2703,7 @@ msgstr "تفعيل تحديث نقطة النهاية الديناميكية ل
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "قم بتمكين مفاوضات IPv6"
@@ -2832,6 +2843,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "مفعل"
@@ -3849,6 +3862,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3928,6 +3942,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4 / IPv6 (كلاهما - الافتراضيات إلى IPv4)"
@@ -3948,6 +3966,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4129,12 +4148,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "إذا لم يتم تحديده ، فلن يتم تكوين مسار افتراضي"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4442,6 +4463,7 @@ msgid "Invalid"
msgstr "غير صالح"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5088,6 +5110,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "قاعدة MAP غير صالحة"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5183,6 +5209,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "الحجم الأقصى المسموح به لحزم EDNS.0 UDP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "الحد الأقصى لعدد الثواني التي يجب انتظارها حتى يصبح المودم جاهزًا"
@@ -5350,6 +5377,7 @@ msgid "Modem default"
msgstr "المودم الافتراضي"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5366,6 +5394,7 @@ msgid "Modem information query failed"
msgstr "فشل الاستعلام عن معلومات المودم"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5822,6 +5851,7 @@ msgstr "غير البدل"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "لاشيء"
@@ -6225,6 +6255,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6298,11 +6329,20 @@ msgstr ""
msgid "Owner"
msgstr "مالك"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP / CHAP (كلاهما)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6316,6 +6356,7 @@ msgid "PAP/CHAP password"
msgstr "كلمة مرور PAP / CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6328,6 +6369,7 @@ msgstr "كلمة مرور PAP / CHAP"
msgid "PAP/CHAP username"
msgstr "اسم مستخدم PAP / CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "نوع PDP"
@@ -6337,6 +6379,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9564,6 +9607,10 @@ msgstr "مدة التشغيل"
msgid "Use <code>/etc/ethers</code>"
msgstr "استخدم <code> / etc / ethers </code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "استخدم خوادم DHCP المعلن عنها"
@@ -9572,7 +9619,12 @@ msgstr "استخدم خوادم DHCP المعلن عنها"
msgid "Use DHCP gateway"
msgstr "استخدم بوابة DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9631,16 +9683,19 @@ msgid "Use builtin IPv6-management"
msgstr "استخدم إدارة IPv6 المدمجة"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "استخدم خوادم DNS المخصصة"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "استخدم العبارة الافتراضية"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po
index f169beb4bb..195e202ac2 100644
--- a/modules/luci-base/po/bg/base.po
+++ b/modules/luci-base/po/bg/base.po
@@ -378,6 +378,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1027,6 +1028,7 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1044,6 +1046,8 @@ msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1345,6 +1349,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2241,6 +2249,8 @@ msgstr "Забраняване на тази мрежа"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2664,6 +2674,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr "Разрешаване на IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Разрешаване на iPv6 договаряне"
@@ -2802,6 +2813,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Разрешен"
@@ -3813,6 +3826,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3892,6 +3906,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3912,6 +3930,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4088,12 +4107,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4391,6 +4412,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5020,6 +5042,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5113,6 +5139,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5279,6 +5306,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5295,6 +5323,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5750,6 +5779,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6141,6 +6171,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6212,11 +6243,20 @@ msgstr ""
msgid "Owner"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6230,6 +6270,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6242,6 +6283,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6251,6 +6293,7 @@ msgid "PID"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9374,6 +9417,10 @@ msgstr "Ъптайм"
msgid "Use <code>/etc/ethers</code>"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9382,7 +9429,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9439,16 +9491,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/bn_BD/base.po b/modules/luci-base/po/bn_BD/base.po
index 4a4d7de074..88efbae1d3 100644
--- a/modules/luci-base/po/bn_BD/base.po
+++ b/modules/luci-base/po/bn_BD/base.po
@@ -377,6 +377,7 @@ msgid "ANSI T1.413"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1026,6 +1027,7 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1043,6 +1045,8 @@ msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1339,6 +1343,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2216,6 +2224,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2617,6 +2627,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2754,6 +2765,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "সক্রিয়"
@@ -3757,6 +3770,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr ""
@@ -3836,6 +3850,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3856,6 +3874,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4032,12 +4051,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4335,6 +4356,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4962,6 +4984,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr ""
@@ -5053,6 +5079,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5219,6 +5246,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5235,6 +5263,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5687,6 +5716,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6078,6 +6108,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6149,11 +6180,20 @@ msgstr ""
msgid "Owner"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6167,6 +6207,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6179,6 +6220,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6188,6 +6230,7 @@ msgid "PID"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9303,6 +9346,10 @@ msgstr ""
msgid "Use <code>/etc/ethers</code>"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9311,7 +9358,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9368,16 +9420,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po
index 55fdcb8a87..9bb0633cc4 100644
--- a/modules/luci-base/po/ca/base.po
+++ b/modules/luci-base/po/ca/base.po
@@ -386,6 +386,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1058,6 +1059,7 @@ msgstr "Grup d'autenticació"
msgid "Authentication"
msgstr "Autenticació"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1075,6 +1077,8 @@ msgstr "Es requereix autenticació"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1376,6 +1380,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"Certificat CA; si ho deixeu buit es desarà després de la primera connexió."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Ha fallat la configuració de CLAT"
@@ -2291,6 +2299,8 @@ msgstr "Deshabilita aquesta xarxa"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2707,6 +2717,7 @@ msgstr "Habilita l'actualització dinàmica del punt final de HE.net"
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Habilita la negociació d'IPv6"
@@ -2844,6 +2855,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Activat"
@@ -3866,6 +3879,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3945,6 +3959,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3965,6 +3983,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4141,12 +4160,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4450,6 +4471,7 @@ msgid "Invalid"
msgstr "Invàlid"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5082,6 +5104,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5177,6 +5203,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5343,6 +5370,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5359,6 +5387,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5814,6 +5843,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Cap"
@@ -6205,6 +6235,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6276,11 +6307,20 @@ msgstr ""
msgid "Owner"
msgstr "Propietari"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6294,6 +6334,7 @@ msgid "PAP/CHAP password"
msgstr "Contrasenya PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6306,6 +6347,7 @@ msgstr "Contrasenya PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Nom d'usuari PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6315,6 +6357,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9467,6 +9510,10 @@ msgstr "Temps en marxa"
msgid "Use <code>/etc/ethers</code>"
msgstr "Fes servir <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9475,7 +9522,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9532,16 +9584,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po
index b118fb2552..29a681afb0 100644
--- a/modules/luci-base/po/cs/base.po
+++ b/modules/luci-base/po/cs/base.po
@@ -380,6 +380,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1045,6 +1046,7 @@ msgstr "Autorizační skupina"
msgid "Authentication"
msgstr "Ověřování se"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1062,6 +1064,8 @@ msgstr "Vyžadováno ověření se"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1367,6 +1371,10 @@ msgstr ""
"Certifikát cert. autority; pokud je prázdné, bude uloženo po prvním "
"připojení."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Nastavení CLAT se nezdařilo"
@@ -2273,6 +2281,8 @@ msgstr "Vypnout tuto síť"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2691,6 +2701,7 @@ msgstr "Povolit dynamickou aktualizaci koncového bodu HE.net"
msgid "Enable IPv6"
msgstr "Povolit IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Povolit vyjednávání IPv6"
@@ -2828,6 +2839,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Zapnuto"
@@ -3852,6 +3865,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3931,6 +3945,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (obojí - výchozí IPv4)"
@@ -3951,6 +3969,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4130,12 +4149,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Pokud není povoleno, není nastaven žádný výchozí směrovací záznam"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4444,6 +4465,7 @@ msgid "Invalid"
msgstr "Neplatná vstupní hodnota"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5099,6 +5121,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "Pravidlo MAP je neplatné"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5197,6 +5223,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Nejvyšší povolená velikost EDNS0 UDP paketů."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Nejvyšší počet sekund čekání, než bude modem připraven"
@@ -5366,6 +5393,7 @@ msgid "Modem default"
msgstr "Výchozí nastavení modemu"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5382,6 +5410,7 @@ msgid "Modem information query failed"
msgstr "Dotaz na informace o modemu selhal"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5841,6 +5870,7 @@ msgstr "Bez zástupných znaků"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Žádný"
@@ -6251,6 +6281,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6324,11 +6355,20 @@ msgstr ""
msgid "Owner"
msgstr "Vlastník"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "Protokol PAP/CHAP (obojí)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6342,6 +6382,7 @@ msgid "PAP/CHAP password"
msgstr "Heslo PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6354,6 +6395,7 @@ msgstr "Heslo PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Uživatelské jméno PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Typ PDP"
@@ -6363,6 +6405,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9585,6 +9628,10 @@ msgstr "Doba běhu"
msgid "Use <code>/etc/ethers</code>"
msgstr "Použít <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Používat servery inzerované z DHCP"
@@ -9593,7 +9640,12 @@ msgstr "Používat servery inzerované z DHCP"
msgid "Use DHCP gateway"
msgstr "Použít DHCP bránu"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9650,16 +9702,19 @@ msgid "Use builtin IPv6-management"
msgstr "Použít vestavěnou správu IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Použít vlastní DNS servery"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Použít výchozí bránu"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/da/base.po b/modules/luci-base/po/da/base.po
index a2598fac62..375be00bb2 100644
--- a/modules/luci-base/po/da/base.po
+++ b/modules/luci-base/po/da/base.po
@@ -393,6 +393,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1077,6 +1078,7 @@ msgstr "Auth gruppe"
msgid "Authentication"
msgstr "Godkendelse"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1094,6 +1096,8 @@ msgstr "Autorisation påkrævet"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1408,6 +1412,10 @@ msgstr ""
"CA-certifikat; hvis det er tomt, vil det blive gemt efter den første "
"forbindelse."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT-konfiguration mislykkedes"
@@ -2344,6 +2352,8 @@ msgstr "Deaktivere dette netværk"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2773,6 +2783,7 @@ msgstr "Aktiver dynamisk opdatering af HE.net-slutpunktet"
msgid "Enable IPv6"
msgstr "Aktiver IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Aktiver IPv6-forhandling"
@@ -2917,6 +2928,8 @@ msgstr "Aktiver unicast-flooding"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Aktiver"
@@ -3957,6 +3970,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4036,6 +4050,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-i-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (begge - standardindstillingen er IPv4)"
@@ -4056,6 +4074,7 @@ msgstr "IPv4/IPv6 trafik tabel \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4244,12 +4263,14 @@ msgstr ""
"ændringerne blive annulleret."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Hvis ikke markeret, er der ikke konfigureret nogen standardrute"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4566,6 +4587,7 @@ msgid "Invalid"
msgstr "Ugyldig"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5219,6 +5241,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "MAP-reglen er ugyldig"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5312,6 +5338,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Maksimal tilladt størrelse af EDNS0 UDP-pakker."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Maksimalt antal sekunder, som modemet skal vente på at blive klar"
@@ -5486,6 +5513,7 @@ msgid "Modem default"
msgstr "Modem standard"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5502,6 +5530,7 @@ msgid "Modem information query failed"
msgstr "Forespørgsel om modemoplysninger mislykkedes"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5961,6 +5990,7 @@ msgstr "Ikke-wildcard"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Ingen"
@@ -6392,6 +6422,7 @@ msgstr "Tilsidesætter IPv6-routingtabel"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6468,11 +6499,20 @@ msgstr ""
msgid "Owner"
msgstr "Ejer"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (begge)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6486,6 +6526,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP adgangskode"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6498,6 +6539,7 @@ msgstr "PAP/CHAP adgangskode"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP brugernavn"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDP Type"
@@ -6507,6 +6549,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9922,6 +9965,10 @@ msgstr "Oppetid"
msgid "Use <code>/etc/ethers</code>"
msgstr "Brug <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Brug DHCP-annoncerede servere"
@@ -9930,7 +9977,12 @@ msgstr "Brug DHCP-annoncerede servere"
msgid "Use DHCP gateway"
msgstr "Brug DHCP-gateway"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9989,16 +10041,19 @@ msgid "Use builtin IPv6-management"
msgstr "Brug indbygget IPv6-administration"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Brug brugerdefinerede DNS-servere"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Brug standardgateway"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
@@ -11099,8 +11154,8 @@ msgid ""
"valid network device name between 1 and 15 characters not containing \":\", "
"\"/\", \"%\" or spaces"
msgstr ""
-"gyldigt netværksenhedsnavn mellem 1 og 15 tegn, der ikke indeholder \":\", \""
-"/\", \"%\" eller mellemrum"
+"gyldigt netværksenhedsnavn mellem 1 og 15 tegn, der ikke indeholder \":\", "
+"\"/\", \"%\" eller mellemrum"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:433
msgid "valid network device name, not \".\" or \"..\""
diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po
index 8912bb482b..0b8e79c3f2 100644
--- a/modules/luci-base/po/de/base.po
+++ b/modules/luci-base/po/de/base.po
@@ -397,6 +397,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1089,6 +1090,7 @@ msgstr "Berechtigungsgruppe"
msgid "Authentication"
msgstr "Authentifizierung"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1106,6 +1108,8 @@ msgstr "Autorisierung benötigt"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1429,6 +1433,10 @@ msgstr ""
"CA-Zertifikat (wird beim ersten Verbindungsaufbau automatisch gespeichert "
"wenn leer)."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT-Konfiguration fehlgeschlagen"
@@ -2370,6 +2378,8 @@ msgstr "Dieses Netzwerk deaktivieren"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2812,6 +2822,7 @@ msgstr "Dynamisches HE.net IP-Adress-Update aktivieren"
msgid "Enable IPv6"
msgstr "IPv6 aktivieren"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "IPv6 anfordern"
@@ -2956,6 +2967,8 @@ msgstr "Unicast-Flooding aktivieren"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Aktiviert"
@@ -4004,6 +4017,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4083,6 +4097,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (beide - standardmäßig IPv4)"
@@ -4103,6 +4121,7 @@ msgstr "IPv4/IPv6-Tabelle \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4293,12 +4312,14 @@ msgstr ""
"Andernfalls werden die Änderungen automatisch zurückgerollt."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Wenn deaktiviert, wird keine Default-Route gesetzt"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4619,6 +4640,7 @@ msgid "Invalid"
msgstr "Ungültige Eingabe"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5285,6 +5307,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "MAP-Regel ist ungültig"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5380,6 +5406,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Maximal zulässige Größe von EDNS0 UDP Paketen."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Maximale Zeit die gewartet wird bis das Modem bereit ist (in Sekunden)"
@@ -5556,6 +5583,7 @@ msgid "Modem default"
msgstr "Modem-Grundeinstellung"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5572,6 +5600,7 @@ msgid "Modem information query failed"
msgstr "Modem-Informationsabfrage fehlgeschlagen"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -6035,6 +6064,7 @@ msgstr "An Schnittstellen binden"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Keine"
@@ -6473,6 +6503,7 @@ msgstr "IPv6-Routing-Tabelle festlegen"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6550,11 +6581,20 @@ msgstr ""
msgid "Owner"
msgstr "Besitzer"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (beide)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6568,6 +6608,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP Passwort"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6580,6 +6621,7 @@ msgstr "PAP/CHAP Passwort"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP Benutzername"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDP-Typ"
@@ -6589,6 +6631,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -10068,6 +10111,10 @@ msgstr "Laufzeit"
msgid "Use <code>/etc/ethers</code>"
msgstr "Verwende <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "DHCP beworbene Server verwenden"
@@ -10076,7 +10123,12 @@ msgstr "DHCP beworbene Server verwenden"
msgid "Use DHCP gateway"
msgstr "Benutze DHCP-Gateway"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10136,16 +10188,19 @@ msgid "Use builtin IPv6-management"
msgstr "Eingebautes IPv6-Management nutzen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Benutze eigene DNS-Server"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Benutze Standard-Gateway"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
@@ -11254,8 +11309,8 @@ msgid ""
"valid network device name between 1 and 15 characters not containing \":\", "
"\"/\", \"%\" or spaces"
msgstr ""
-"gültiger Netzgerätename zwischen 1 und 15 Zeichen, der weder \":\", \"/\", \""
-"%\", noch Leerzeichen enthält"
+"gültiger Netzgerätename zwischen 1 und 15 Zeichen, der weder \":\", \"/\", "
+"\"%\", noch Leerzeichen enthält"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:433
msgid "valid network device name, not \".\" or \"..\""
diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po
index fab8910292..8dab194ba8 100644
--- a/modules/luci-base/po/el/base.po
+++ b/modules/luci-base/po/el/base.po
@@ -392,6 +392,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1072,6 +1073,7 @@ msgstr ""
msgid "Authentication"
msgstr "Εξουσιοδότηση"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1089,6 +1091,8 @@ msgstr "Απαιτείται Εξουσιοδότηση"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1389,6 +1393,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2281,6 +2289,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2696,6 +2706,7 @@ msgstr "Ενεργοποίηση ενημέρωσης δυναμικού τερ
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2833,6 +2844,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Ενεργοποιήθηκε"
@@ -3847,6 +3860,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3926,6 +3940,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3946,6 +3964,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4126,12 +4145,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4435,6 +4456,7 @@ msgid "Invalid"
msgstr "Άκυρη τιμή εισόδου"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5065,6 +5087,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5160,6 +5186,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Μέγιστο επιτρεπόμενο μέγεθος EDNS.0 UDP πακέτων"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5327,6 +5354,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5343,6 +5371,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5798,6 +5827,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Κανένα"
@@ -6189,6 +6219,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6260,11 +6291,20 @@ msgstr ""
msgid "Owner"
msgstr "Κάτοχος"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6278,6 +6318,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6290,6 +6331,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6299,6 +6341,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9441,6 +9484,10 @@ msgstr "Χρόνος λειτουργίας"
msgid "Use <code>/etc/ethers</code>"
msgstr "Χρήση <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9449,7 +9496,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr "Χρήση πύλης DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9506,16 +9558,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Χρήση προεπιλεγμένης πύλης"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po
index 018c9d5f35..c122f51553 100644
--- a/modules/luci-base/po/en/base.po
+++ b/modules/luci-base/po/en/base.po
@@ -381,6 +381,7 @@ msgid "ANSI T1.413"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1030,6 +1031,7 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1047,6 +1049,8 @@ msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1343,6 +1347,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2221,6 +2229,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2622,6 +2632,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2759,6 +2770,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr ""
@@ -3762,6 +3775,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr ""
@@ -3841,6 +3855,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3861,6 +3879,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr ""
@@ -4037,12 +4056,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4340,6 +4361,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4967,6 +4989,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr ""
@@ -5058,6 +5084,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5224,6 +5251,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5240,6 +5268,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5691,6 +5720,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6082,6 +6112,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6153,11 +6184,20 @@ msgstr ""
msgid "Owner"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6171,6 +6211,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6183,6 +6224,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6192,6 +6234,7 @@ msgid "PID"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9305,6 +9348,10 @@ msgstr ""
msgid "Use <code>/etc/ethers</code>"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9313,7 +9360,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9370,16 +9422,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po
index 901a2223ea..66fa0e3ab6 100644
--- a/modules/luci-base/po/es/base.po
+++ b/modules/luci-base/po/es/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:41+0200\n"
-"PO-Revision-Date: 2023-05-13 04:25+0000\n"
-"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
+"PO-Revision-Date: 2023-06-11 03:31+0000\n"
+"Last-Translator: who cares? <facevedo@disroot.org>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/luci/es/>"
"\n"
"Language: es\n"
@@ -401,6 +401,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -875,9 +876,8 @@ msgid "An optional, short description for this device"
msgstr "Una breve descripción opcional de este dispositivo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
-#, fuzzy
msgid "Annex"
-msgstr "Annex"
+msgstr "Anexo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1505
msgid "Annex A + L + M (all)"
@@ -1091,6 +1091,7 @@ msgstr "Grupo de autenticaciones"
msgid "Authentication"
msgstr "Autenticación"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1108,6 +1109,8 @@ msgstr "Autorización requerida"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1289,9 +1292,8 @@ msgstr ""
"el usuario."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:287
-#, fuzzy
msgid "Bind NTP server"
-msgstr "Vincular servidor NTP"
+msgstr "Vincular a servidor NTP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:336
msgid "Bind dynamically to interfaces rather than wildcard address."
@@ -1311,20 +1313,18 @@ msgid "Bind interface"
msgstr "Interfaz de enlace"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:671
-#, fuzzy
msgid ""
"Bind service records to a domain name: specify the location of services."
msgstr ""
-"Vincular los registros de servicios a un nombre de dominio: especifique la "
+"Vincular registros de servicios a un nombre de dominio: especifique la "
"ubicación de los servicios."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:632
-#, fuzzy
msgid ""
"Bind service records to a domain name: specify the location of services. See "
"<a href=\"%s\">RFC2782</a>."
msgstr ""
-"Vincular los registros de servicios a un nombre de dominio: especifique la "
+"Vincular registros de servicios a un nombre de dominio: especifique la "
"ubicación de los servicios. Consulte <a href=\"%s\">RFC2782</a>."
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:59
@@ -1354,9 +1354,9 @@ msgid "Bonding Policy"
msgstr "Política de vinculación"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:404
-#, fuzzy
msgid "Both Listen addr and Relay To must be specified."
-msgstr "Se deben especificar tanto Escuchar dirección como Relé a."
+msgstr ""
+"Se deben especificar tanto la `Dirección de escucha` como el como `Relé a`."
#: modules/luci-base/htdocs/luci-static/resources/network.js:2995
#: modules/luci-compat/luasrc/model/network.lua:1421
@@ -1437,6 +1437,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"Certificado de CA; Si está vacío se guardará después de la primera conexión."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr "CHAP"
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Configuración CLAT fallida"
@@ -2384,6 +2388,8 @@ msgstr "Desactivar esta red"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2825,6 +2831,7 @@ msgstr "Activar actualización dinámica de punto final HE.net"
msgid "Enable IPv6"
msgstr "Activar IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Activar negociación IPv6"
@@ -2970,6 +2977,8 @@ msgstr "Activar inundación unidifusión"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Activado"
@@ -4028,6 +4037,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4107,6 +4117,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4 en IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr "IPv4/IPv6"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (ambos: el valor predeterminado es IPv4)"
@@ -4127,6 +4141,7 @@ msgstr "Tabla de tráfico IPv4/IPv6 \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4315,12 +4330,14 @@ msgstr ""
"modificaciones."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Si no está marcado, no se configurará ninguna ruta predeterminada"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4644,6 +4661,7 @@ msgid "Invalid"
msgstr "Inválido"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5044,7 +5062,7 @@ msgstr "Lista de resolutores ascendentes a los que reenviar consultas."
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:176
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:38
msgid "Listen Port"
-msgstr "Puerto de escucha"
+msgstr "Puerto de Escucha"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:375
msgid "Listen address"
@@ -5302,6 +5320,11 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "La regla MAP no es válida"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+#, fuzzy
+msgid "MBIM Cellular"
+msgstr "MBIM móvil"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5395,6 +5418,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Tamaño máximo permitido de paquetes UDP EDNS0."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Segundos máximos de espera a que el módem esté activo"
@@ -5572,6 +5596,7 @@ msgid "Modem default"
msgstr "Módem predeterminado"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5588,6 +5613,7 @@ msgid "Modem information query failed"
msgstr "Error en la consulta de información del módem"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -6055,6 +6081,7 @@ msgstr "Sin comodín"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Ninguno"
@@ -6499,6 +6526,7 @@ msgstr "Anular la tabla de enrutamiento IPv6"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6574,11 +6602,20 @@ msgstr "¿Sobrescribir la configuración actual con la configuración importada?
msgid "Owner"
msgstr "Propietario"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr "PAP"
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr "PAP/CHAP"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (ambos)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6592,6 +6629,7 @@ msgid "PAP/CHAP password"
msgstr "Contraseña PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6604,6 +6642,7 @@ msgstr "Contraseña PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Nombre de usuario PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Tipo de PDP"
@@ -6613,6 +6652,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -10096,6 +10136,10 @@ msgstr "Tiempo de actividad"
msgid "Use <code>/etc/ethers</code>"
msgstr "Usar <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr "Usar DHCP"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Usar servidores anunciados por DHCP"
@@ -10104,7 +10148,12 @@ msgstr "Usar servidores anunciados por DHCP"
msgid "Use DHCP gateway"
msgstr "Usar puerta de enlace DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr "Usar DHCPv6"
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
#, fuzzy
@@ -10164,16 +10213,19 @@ msgid "Use builtin IPv6-management"
msgstr "Utilizar la gestión integrada de IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Usar servidores DNS personalizados"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Utilizar la puerta de enlace predeterminada"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/fi/base.po b/modules/luci-base/po/fi/base.po
index 1d15ba70a5..ffb1cb9e7b 100644
--- a/modules/luci-base/po/fi/base.po
+++ b/modules/luci-base/po/fi/base.po
@@ -378,6 +378,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1045,6 +1046,7 @@ msgstr "Auth-ryhmä"
msgid "Authentication"
msgstr "Todennus"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1062,6 +1064,8 @@ msgstr "Valtuutus vaaditaan"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1365,6 +1369,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr "CA-varmenne; jos tyhjä, se tallennetaan ensimmäisen yhteyden jälkeen."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT-määritys epäonnistui"
@@ -2284,6 +2292,8 @@ msgstr "Poista tämä verkko käytöstä"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2703,6 +2713,7 @@ msgstr "Ota HE.net dynaaminen päätepisteen päivitys käyttöön"
msgid "Enable IPv6"
msgstr "Käytä IPv6:tta"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Käytä IPv6-neuvottelua"
@@ -2845,6 +2856,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Käytössä"
@@ -3867,6 +3880,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3946,6 +3960,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (molemmat - oletuksena IPv4)"
@@ -3966,6 +3984,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4143,12 +4162,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Jos valitsematta, oletusreittiä ei ole määritetty"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4458,6 +4479,7 @@ msgid "Invalid"
msgstr "Virheellinen"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5111,6 +5133,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "MAP-sääntö on virheellinen"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5208,6 +5234,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "EDNS.0 UDP -pakettien suurin sallittu koko"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Enimmäisaika sekunteina, jona odotetaan modeemin valmistumista"
@@ -5376,6 +5403,7 @@ msgid "Modem default"
msgstr "Modeemin oletus"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5392,6 +5420,7 @@ msgid "Modem information query failed"
msgstr "Modeemitietojen kysely epäonnistui"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5849,6 +5878,7 @@ msgstr "Ei-yleismerkki"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Ei mikään"
@@ -6258,6 +6288,7 @@ msgstr "Ohita IPv6-reititystaulu"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6331,11 +6362,20 @@ msgstr ""
msgid "Owner"
msgstr "Omistaja"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (molemmat)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6349,6 +6389,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP-salasana"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6361,6 +6402,7 @@ msgstr "PAP/CHAP-salasana"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP-käyttäjänimi"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDP-tyyppi"
@@ -6370,6 +6412,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9643,6 +9686,10 @@ msgstr "Toiminta-aika"
msgid "Use <code>/etc/ethers</code>"
msgstr "Käytä <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Käytä DHCP-mainostettuja palvelimia"
@@ -9651,7 +9698,12 @@ msgstr "Käytä DHCP-mainostettuja palvelimia"
msgid "Use DHCP gateway"
msgstr "Käytä DHCP-yhdyskäytävää"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9710,16 +9762,19 @@ msgid "Use builtin IPv6-management"
msgstr "Käytä sisäistä IPv6-hallintaa"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Käytä mukautettuja DNS-palvelimia"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Käytä oletusyhdyskäytävää"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po
index 065e4153e3..2e5213df31 100644
--- a/modules/luci-base/po/fr/base.po
+++ b/modules/luci-base/po/fr/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2023-01-13 20:18+0000\n"
-"Last-Translator: slundi <slundi@gmail.com>\n"
+"PO-Revision-Date: 2023-06-11 16:07+0000\n"
+"Last-Translator: viking76 <liaudetgael@gmail.com>\n"
"Language-Team: French <https://hosted.weblate.org/projects/openwrt/luci/fr/>"
"\n"
"Language: fr\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 4.15.1-dev\n"
+"X-Generator: Weblate 4.18-dev\n"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:649
msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
@@ -178,15 +178,15 @@ msgstr "Identifiant hexadécimal sur 6 octets (sans ':')"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1613
msgid "802.11k RRM"
-msgstr ""
+msgstr "RRM 802.11k"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1622
msgid "802.11k: Enable beacon report via radio measurements."
-msgstr ""
+msgstr "802.11k : Activation du rapport sur les balises via les mesures radio."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1618
msgid "802.11k: Enable neighbor report via radio measurements."
-msgstr ""
+msgstr "802.11k : Activer le rapport voisin par des mesures radio."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1550
msgid "802.11r Fast Transition"
@@ -194,36 +194,43 @@ msgstr "Transition rapide 802.11r"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1182
msgid "802.11v: BSS Max Idle. Units: seconds."
-msgstr ""
+msgstr "802.11v : BSS max inactif. Unités : secondes."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1648
msgid "802.11v: Basic Service Set (BSS) transition management."
msgstr ""
+"802.11v : gestion de la transition de l'ensemble de services de base (BSS)."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1637
msgid "802.11v: Local Time Zone Advertisement in management frames."
-msgstr ""
+msgstr "802.11v : annonce du fuseau horaire local dans les trames de gestion."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1652
msgid ""
"802.11v: Proxy ARP enables non-AP STA to remain in power-save for longer."
msgstr ""
+"802.11v : Proxy ARP permet à la STA non-AP de rester en mode d'économie "
+"d'énergie plus longtemps."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1628
msgid "802.11v: Time Advertisement in management frames."
-msgstr ""
+msgstr "802.11v : Annonce de temps dans les cadres de gestion."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1641
msgid ""
"802.11v: Wireless Network Management (WNM) Sleep Mode (extended sleep mode "
"for stations)."
msgstr ""
+"802.11v : mode veille de gestion de réseau sans fil (WNM) (mode veille "
+"étendu pour les stations)."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1645
msgid ""
"802.11v: Wireless Network Management (WNM) Sleep Mode Fixes: Prevents "
"reinstallation attacks."
msgstr ""
+"802.11v : Correctifs du mode veille de la gestion de réseau sans fil (WNM) : "
+"empêche les attaques de réinstallation."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1795
msgid "802.11w Association SA Query maximum timeout"
@@ -300,12 +307,16 @@ msgid ""
"<code>/#/</code> matches any domain. <code>/example.com/</code> returns "
"NXDOMAIN."
msgstr ""
+"<code>/#/</code> correspond à tout domaine. <code>/example.com/</code> "
+"returns NXDOMAIN."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:300
msgid ""
"<code>/example.com/#</code> returns NULL addresses (<code>0.0.0.0</code> and "
"<code>::</code>) for example.com and its subdomains."
msgstr ""
+"<code>/example.com/#</code> renvoie des adresses NULL (<code>0.0.0.0</code> "
+"et <code> : :</code>) pour example.com et ses sous-domaines."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:87
msgctxt "nft relational \">\" operator expression"
@@ -395,6 +406,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -440,6 +452,10 @@ msgid ""
"to the STA MAC address. Note: This is not Directed Multicast Service (DMS) "
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
+"ARP, IPv4 et IPv6 (même 802.1Q) avec destination multicast Les MAC sont "
+"diffusés à l'adresse STA MAC. Note : Ce n'est pas le Service Multicast "
+"Direct (DMS) en 802.11v. Note : peut briser les attentes de récepteur STA "
+"multicast."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ATM (Asynchronous Transfer Mode)"
@@ -452,16 +468,12 @@ msgstr "Ponts ATM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1584
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
-msgstr ""
-"Identifiant de canal virtuel (<abbr title=\"Identifiant de canal "
-"virtuel\">VCI</abbr>) ATM"
+msgstr "Identifiant de canal virtuel ATM (VCI)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
-msgstr ""
-"Identifiant de chemin virtuel (<abbr title=\"Virtual Path Identifier\">VPI</"
-"abbr>) ATM"
+msgstr "Identificateur de chemin virtuel ATM (VPI)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid ""
@@ -863,7 +875,7 @@ msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
msgid "Amount of seconds to wait for the modem to become ready"
-msgstr ""
+msgstr "Nombre de secondes à attendre pour que le modem soit prêt"
#: modules/luci-base/htdocs/luci-static/resources/form.js:608
msgid "An error occurred while saving the form:"
@@ -1088,6 +1100,7 @@ msgstr "Groupe d'authentification"
msgid "Authentication"
msgstr "Authentification"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1105,6 +1118,8 @@ msgstr "Autorisation requise"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1150,7 +1165,7 @@ msgstr "Swap Automount"
#: protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js:6
msgid "Avahi IPv4LL"
-msgstr ""
+msgstr "Avahi IPv4LL"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:193
msgid "Available"
@@ -1188,7 +1203,7 @@ msgstr "BR / DMR / AFTR"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1648
msgid "BSS Transition"
-msgstr ""
+msgstr "Transition BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
@@ -1270,7 +1285,7 @@ msgstr "Intervalle entre les balises"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1622
msgid "Beacon Report"
-msgstr ""
+msgstr "Rapport Beacon"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:352
msgid ""
@@ -1308,12 +1323,16 @@ msgstr "Lier à l’interface"
msgid ""
"Bind service records to a domain name: specify the location of services."
msgstr ""
+"Lier les enregistrements de service à un nom de domaine : spécifiez "
+"l'emplacement des services."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:632
msgid ""
"Bind service records to a domain name: specify the location of services. See "
"<a href=\"%s\">RFC2782</a>."
msgstr ""
+"Lier les enregistrements de service à un nom de domaine : spécifiez "
+"l'emplacement des services. Voir <a href=\"%s\">RFC2782</a>."
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:59
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:64
@@ -1364,7 +1383,7 @@ msgstr "Filtre de passerelle-VLAN"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1427
msgid "Bridge device"
-msgstr "Passerelle"
+msgstr "Pont matériel"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:392
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:497
@@ -1420,6 +1439,10 @@ msgstr ""
"Certificat CA ; s'il est vide, il sera sauvegardé après la première "
"connexion."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "La configuration de CLAT a échoué"
@@ -2010,7 +2033,7 @@ msgstr "Secret DAE"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:606
msgid "DHCP Options"
-msgstr "Options DHCP"
+msgstr "DHCP Options"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:500
msgid "DHCP Server"
@@ -2029,7 +2052,7 @@ msgstr "client DHCP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:724
msgid "DHCP-Options"
-msgstr "Options DHCP"
+msgstr "DHCP-Options"
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
@@ -2054,8 +2077,7 @@ msgstr "transmissions DNS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:526
msgid "DNS query port"
-msgstr ""
-"Port des requêtes <abbr title=\"Système de noms de domaines\">DNS</abbr>"
+msgstr "DNS requête port"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "DNS search domains"
@@ -2063,7 +2085,7 @@ msgstr "Domaines de recherche DNS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:519
msgid "DNS server port"
-msgstr "Port du serveur <abbr title=\"Système de noms de domaines\">DNS</abbr>"
+msgstr "Port du serveur DNS"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:292
msgid "DNS setting is invalid"
@@ -2363,6 +2385,8 @@ msgstr "Désactiver ce réseau"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2791,6 +2815,7 @@ msgstr "Activer la mise à jour dynamique de l'extrémité du tunnel chez HE.net
msgid "Enable IPv6"
msgstr "Activer IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Activer la négociation d'IPv6"
@@ -2935,6 +2960,8 @@ msgstr "Activer l’inondation unicast"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Activé"
@@ -2960,9 +2987,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:572
msgid "Enables the Spanning Tree Protocol on this bridge"
-msgstr ""
-"Active le protocole <abbr title=\"Spanning Tree Protocol\">STP</abbr> sur ce "
-"bridge"
+msgstr "Active le protocole Spanning Tree sur ce pont"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:59
msgid "Encapsulation limit"
@@ -3240,9 +3265,7 @@ msgstr "Fichier non accessible"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:419
msgid "File to store DHCP lease information."
-msgstr ""
-"Fichier dans lequel les baux <abbr title=\"Dynamic Host Configuration "
-"Protocol\">DHCP</abbr> seront stockés."
+msgstr "Fichier pour stocker les informations de bail DHCP."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:427
msgid "File with upstream resolvers."
@@ -3980,6 +4003,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4059,6 +4083,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4 en IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (les deux - par défaut IPv4)"
@@ -4079,6 +4107,7 @@ msgstr "Table de trafic IPv4/IPv6 « %h »"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4179,9 +4208,7 @@ msgstr "Suffixe IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:853
msgid "IPv6 suffix (hex)"
-msgstr ""
-"Suffixe <abbr title=\"Internet Protocol Version 6\">IPv6</abbr> (en "
-"hexadécimal)"
+msgstr "Suffixe IPv6 (hex)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51
msgid "IPv6 support"
@@ -4267,12 +4294,14 @@ msgstr ""
"pour confirmer les paramètres, sinon les modifications seront annulées."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Aucune route par défaut ne sera configurée si cette case est décochée"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4472,15 +4501,13 @@ msgid "Instance"
msgstr "Occurrence"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:125
-#, fuzzy
msgctxt "WireGuard instance heading"
msgid "Instance \"%h\""
-msgstr "Occurrence"
+msgstr "Instance \"%h\""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:34
-#, fuzzy
msgid "Instance Details"
-msgstr "Occurrence"
+msgstr "Détails de l'instance"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2125
msgid ""
@@ -4593,6 +4620,7 @@ msgid "Invalid"
msgstr "Erreur : donnée entrée invalide"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4989,9 +5017,7 @@ msgstr "Liste des domaines où sont permises les réponses de type RFC1918."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:290
msgid "List of upstream resolvers to forward queries to."
-msgstr ""
-"Liste des serveurs auquels sont transmis les requêtes <abbr title=\"Domain "
-"Name System\">DNS</abbr>."
+msgstr "Liste des résolveurs en amont pour transmettre les requêtes."
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:176
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:38
@@ -5253,6 +5279,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "La règle MAP est invalide"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5315,15 +5345,11 @@ msgstr "Intervalle maximal <abbr title=\"Annonce de routeur\">RA</abbr>"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:533
msgid "Max. DHCP leases"
-msgstr ""
-"Nombre maximal de baux <abbr title=\"Dynamic Host Configuration "
-"Protocol\">DHCP</abbr>"
+msgstr "Baux DHCP max"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:540
msgid "Max. EDNS0 packet size"
-msgstr ""
-"Taille maximale des paquets <abbr title=\"Extension Mechanisms for Domain "
-"Name System\">EDNS0</abbr>"
+msgstr "Taille max. du paquet EDNS0"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:547
msgid "Max. concurrent queries"
@@ -5350,6 +5376,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Taille maximale autorisée des paquets UDP de l'EDNS0."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Délai d'attente maximum que le modem soit prêt"
@@ -5526,6 +5553,7 @@ msgid "Modem default"
msgstr "Modem par défaut"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5542,6 +5570,7 @@ msgid "Modem information query failed"
msgstr "Échec de la requête d'informations sur le modem"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5792,7 +5821,6 @@ msgid "Never"
msgstr "Jamais"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:16
-#, fuzzy
msgctxt "No WireGuard peer handshake yet"
msgid "Never"
msgstr "Jamais"
@@ -5952,9 +5980,8 @@ msgid "No password set!"
msgstr "Pas de mot de passe positionné !"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:84
-#, fuzzy
msgid "No peers connected"
-msgstr "Non connecté"
+msgstr "Aucun pair connecté"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:510
msgid "No peers defined yet."
@@ -6005,6 +6032,7 @@ msgstr "Non-wildcard"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Rien"
@@ -6436,6 +6464,7 @@ msgstr "Remplacer la table de routage IPv6"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6511,11 +6540,20 @@ msgstr "Remplacer les paramètres actuels par la configuration importée ?"
msgid "Owner"
msgstr "Utilisateur"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (les deux)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6529,6 +6567,7 @@ msgid "PAP/CHAP password"
msgstr "Mot de passe PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6541,6 +6580,7 @@ msgstr "Mot de passe PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Identifiant PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Type de PDP"
@@ -6550,6 +6590,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -6862,7 +6903,6 @@ msgid "Port"
msgstr "Port"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:137
-#, fuzzy
msgctxt "WireGuard listen port"
msgid "Port %d"
msgstr "Port %d"
@@ -7085,9 +7125,7 @@ msgstr "Qualité"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:509
msgid "Query all available upstream resolvers."
-msgstr ""
-"Interroger tous les serveurs <abbr title=\"Système de noms de domaine\">DNS</"
-"abbr> disponibles en amont."
+msgstr "Interrogez tous les résolveurs en amont disponibles."
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:610
msgid "Query interval"
@@ -7236,9 +7274,8 @@ msgid "Receive"
msgstr "Reçoit"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:57
-#, fuzzy
msgid "Received Data"
-msgstr "Reçoit"
+msgstr "Données reçues"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:181
msgid "Recommended. IP addresses of the WireGuard interface."
@@ -9490,9 +9527,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:273
msgid "This is the only DHCP server in the local network."
-msgstr ""
-"C'est le seul serveur <abbr title=\"Protocole de Configuration Dynamique des "
-"Hôtes\">DHCP</abbr> sur le réseau local."
+msgstr "C'est le seul serveur DHCP du réseau local."
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:73
msgid "This is the plain username for logging into the account"
@@ -9660,9 +9695,8 @@ msgid "Transmit Hash Policy"
msgstr "Transmettre la politique de hachage"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:58
-#, fuzzy
msgid "Transmitted Data"
-msgstr "Antenne émettrice"
+msgstr "Données transmises"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:79
msgctxt "nft @th,off,len"
@@ -9990,9 +10024,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:504
msgid "Upstream resolvers will be queried in the order of the resolv file."
-msgstr ""
-"Les serveurs <abbr title=\"Domain Name System\">DNS</abbr> seront interrogés "
-"dans l'ordre du fichier de résolution."
+msgstr "Les résolveurs en amont seront saisis dans l'ordre du fichier résolv."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:82
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:62
@@ -10003,6 +10035,10 @@ msgstr "Durée de fonctionnement"
msgid "Use <code>/etc/ethers</code>"
msgstr "Utilisez <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Utiliser des serveurs annoncés DHCP"
@@ -10011,7 +10047,12 @@ msgstr "Utiliser des serveurs annoncés DHCP"
msgid "Use DHCP gateway"
msgstr "Utiliser la passerelle DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10071,16 +10112,19 @@ msgid "Use builtin IPv6-management"
msgstr "Utilisez la gestion IPv6 intégrée"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Utiliser des serveurs DNS spécifiques"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Utiliser la passerelle par défaut"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po
index f9dfcfac6b..205651a1eb 100644
--- a/modules/luci-base/po/he/base.po
+++ b/modules/luci-base/po/he/base.po
@@ -379,6 +379,7 @@ msgid "ANSI T1.413"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1039,6 +1040,7 @@ msgstr ""
msgid "Authentication"
msgstr "אימות"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1056,6 +1058,8 @@ msgstr "דרוש אימות"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1356,6 +1360,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2237,6 +2245,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2640,6 +2650,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2777,6 +2788,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "אפשר"
@@ -3780,6 +3793,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr ""
@@ -3859,6 +3873,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3879,6 +3897,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr ""
@@ -4055,12 +4074,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4358,6 +4379,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4985,6 +5007,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5076,6 +5102,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5242,6 +5269,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5258,6 +5286,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5711,6 +5740,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6102,6 +6132,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6173,11 +6204,20 @@ msgstr ""
msgid "Owner"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6191,6 +6231,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6203,6 +6244,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6212,6 +6254,7 @@ msgid "PID"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9332,6 +9375,10 @@ msgstr ""
msgid "Use <code>/etc/ethers</code>"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9340,7 +9387,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9397,16 +9449,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "השתמש בשרתי DNS מותאמים אישית"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po
index 62f335a83d..82372c1e65 100644
--- a/modules/luci-base/po/hi/base.po
+++ b/modules/luci-base/po/hi/base.po
@@ -376,6 +376,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1028,6 +1029,7 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1045,6 +1047,8 @@ msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1341,6 +1345,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2218,6 +2226,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2619,6 +2629,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2756,6 +2767,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr ""
@@ -3759,6 +3772,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3838,6 +3852,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3858,6 +3876,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr ""
@@ -4034,12 +4053,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4337,6 +4358,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4964,6 +4986,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5055,6 +5081,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5221,6 +5248,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5237,6 +5265,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5688,6 +5717,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6079,6 +6109,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6150,11 +6181,20 @@ msgstr ""
msgid "Owner"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6168,6 +6208,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6180,6 +6221,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6189,6 +6231,7 @@ msgid "PID"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9300,6 +9343,10 @@ msgstr ""
msgid "Use <code>/etc/ethers</code>"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9308,7 +9355,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9365,16 +9417,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po
index f858a02b3a..de49999927 100644
--- a/modules/luci-base/po/hu/base.po
+++ b/modules/luci-base/po/hu/base.po
@@ -382,6 +382,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1052,6 +1053,7 @@ msgstr "Hitelesítési csoport"
msgid "Authentication"
msgstr "Hitelesítés"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1069,6 +1071,8 @@ msgstr "Hitelesítés szükséges"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1373,6 +1377,10 @@ msgstr ""
"Hitelesítésszolgáltató tanúsítványa. Ha üres, akkor mentésre kerül az első "
"kapcsolat után."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "A CLAT beállítása nem sikerült"
@@ -2291,6 +2299,8 @@ msgstr "Hálózat letiltása"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2709,6 +2719,7 @@ msgstr "HE.net dinamikus végpont frissítésének engedélyezése"
msgid "Enable IPv6"
msgstr "IPv6 engedélyezése"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "IPv6 egyeztetés engedélyezése"
@@ -2846,6 +2857,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Engedélyezve"
@@ -3869,6 +3882,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3948,6 +3962,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4 az IPv4-ben (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (mindkettő – alapértelmezetten IPv4)"
@@ -3968,6 +3986,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4148,12 +4167,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Ha nincs bejelölve, akkor nincs alapértelmezett útvonal beállítva"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4465,6 +4486,7 @@ msgid "Invalid"
msgstr "Érvénytelen"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5115,6 +5137,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "A MAP szabály érvénytelen"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5212,6 +5238,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "EDNS.0 UDP csomagok legnagyobb megengedett mérete."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Legnagyobb várakozási idő a modem kész állapotára másodpercben"
@@ -5380,6 +5407,7 @@ msgid "Modem default"
msgstr "Modem alapértelmezett"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5396,6 +5424,7 @@ msgid "Modem information query failed"
msgstr "A modem információinak lekérdezése nem sikerült"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5855,6 +5884,7 @@ msgstr "Nincs helyettesítő karakter"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Nincs"
@@ -6267,6 +6297,7 @@ msgstr "IPv6 routing tábla feloldása"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6340,11 +6371,20 @@ msgstr ""
msgid "Owner"
msgstr "Tulajdonos"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (mindkettő)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6358,6 +6398,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP jelszó"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6370,6 +6411,7 @@ msgstr "PAP/CHAP jelszó"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP felhasználónév"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDP típus"
@@ -6379,6 +6421,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9628,6 +9671,10 @@ msgstr "Futási idő"
msgid "Use <code>/etc/ethers</code>"
msgstr "<code>/etc/ethers</code> használata"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "DHCP által meghirdetett kiszolgálók használata"
@@ -9636,7 +9683,12 @@ msgstr "DHCP által meghirdetett kiszolgálók használata"
msgid "Use DHCP gateway"
msgstr "DHCP-átjáró használata"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9693,16 +9745,19 @@ msgid "Use builtin IPv6-management"
msgstr "Beépített IPv6-kezelés használata"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Egyedi DNS-kiszolgálók használata"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Alapértelmezett átjáró használata"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po
index ab6c4d2b32..20f81fc788 100644
--- a/modules/luci-base/po/it/base.po
+++ b/modules/luci-base/po/it/base.po
@@ -389,6 +389,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1052,6 +1053,7 @@ msgstr ""
msgid "Authentication"
msgstr "Autenticazione"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1069,6 +1071,8 @@ msgstr "Autorizzazione Richiesta"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1370,6 +1374,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2294,6 +2302,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2710,6 +2720,7 @@ msgstr "Abilita aggiornamento dinamico endpoint HE.net"
msgid "Enable IPv6"
msgstr "Abilita IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Abilita negoziazione IPv6"
@@ -2849,6 +2860,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Abilitato"
@@ -3866,6 +3879,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3945,6 +3959,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3965,6 +3983,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4147,12 +4166,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Se deselezionata, non è configurato alcun percorso predefinito"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4459,6 +4480,7 @@ msgid "Invalid"
msgstr "Valore immesso non valido"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5093,6 +5115,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5188,6 +5214,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5360,6 +5387,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5376,6 +5404,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5833,6 +5862,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Nessuno"
@@ -6229,6 +6259,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6302,11 +6333,20 @@ msgstr ""
msgid "Owner"
msgstr "Proprietario"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6320,6 +6360,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6332,6 +6373,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6341,6 +6383,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9589,6 +9632,10 @@ msgstr "Tempo di attività"
msgid "Use <code>/etc/ethers</code>"
msgstr "Usa <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Utilizza server suggeriti dal DHCP"
@@ -9597,7 +9644,12 @@ msgstr "Utilizza server suggeriti dal DHCP"
msgid "Use DHCP gateway"
msgstr "Usa il DHCP del gateway"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9654,16 +9706,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Usa server DNS personalizzati"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Usa il gateway predefinito"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po
index 9991516bd3..e1f6b5bfe3 100644
--- a/modules/luci-base/po/ja/base.po
+++ b/modules/luci-base/po/ja/base.po
@@ -384,6 +384,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1053,6 +1054,7 @@ msgstr "認証グループ"
msgid "Authentication"
msgstr "認証"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1070,6 +1072,8 @@ msgstr "ログイン"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1371,6 +1375,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr "CA証明書(空白の場合、最初の接続後に保存されます。)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLATの構成に失敗しました"
@@ -2300,6 +2308,8 @@ msgstr "このネットワークを無効化"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2718,6 +2728,7 @@ msgstr "HE.netの動的エンドポイント更新を有効化"
msgid "Enable IPv6"
msgstr "IPv6 を有効化"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "IPv6ネゴシエーションを有効化"
@@ -2863,6 +2874,8 @@ msgstr "ユニキャスト フラッディングを有効化"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "有効"
@@ -3892,6 +3905,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3971,6 +3985,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4(RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6(両方 - デフォルトはIPv4)"
@@ -3991,6 +4009,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4170,12 +4189,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "チェックが付いていない場合、デフォルトルートは構成されません"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4483,6 +4504,7 @@ msgid "Invalid"
msgstr "無効"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5139,6 +5161,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "無効なMAPルールです"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5234,6 +5260,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "許容される最大EDNS.0 UDPパケットサイズ"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "モデムの準備が完了するまでの最大の待ち時間(秒)"
@@ -5403,6 +5430,7 @@ msgid "Modem default"
msgstr "モデムデフォルト"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5419,6 +5447,7 @@ msgid "Modem information query failed"
msgstr "モデム情報の問い合わせに失敗しました"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5879,6 +5908,7 @@ msgstr "非ワイルドカード"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "なし"
@@ -6289,6 +6319,7 @@ msgstr "IPv6 ルーティング テーブルのオーバーライド"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6362,11 +6393,20 @@ msgstr ""
msgid "Owner"
msgstr "オーナー"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP(両方)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6380,6 +6420,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAPパスワード"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6392,6 +6433,7 @@ msgstr "PAP/CHAPパスワード"
msgid "PAP/CHAP username"
msgstr "PAP/CHAPユーザー名"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDPタイプ"
@@ -6401,6 +6443,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9680,6 +9723,10 @@ msgstr "稼働時間"
msgid "Use <code>/etc/ethers</code>"
msgstr "<code>/etc/ethers</code>を使用"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "DHCPから通知されたサーバを使用"
@@ -9688,7 +9735,12 @@ msgstr "DHCPから通知されたサーバを使用"
msgid "Use DHCP gateway"
msgstr "DHCPゲートウェイを使用"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9747,16 +9799,19 @@ msgid "Use builtin IPv6-management"
msgstr "ビルトインIPv6管理を使用"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "カスタムDNSサーバーを使用"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "デフォルトゲートウェイを使用"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po
index 3e870bf5ee..079fa5ed9f 100644
--- a/modules/luci-base/po/ko/base.po
+++ b/modules/luci-base/po/ko/base.po
@@ -390,6 +390,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1065,6 +1066,7 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1082,6 +1084,8 @@ msgstr "인증이 필요합니다"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1381,6 +1385,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2277,6 +2285,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2685,6 +2695,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2825,6 +2836,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "활성화"
@@ -3835,6 +3848,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3915,6 +3929,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3935,6 +3953,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4112,12 +4131,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "체크하지 않을 경우, 기본 route 가 설정되지 않습니다"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4415,6 +4436,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5044,6 +5066,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5139,6 +5165,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "최대 허용 EDNS.0 UDP 패킷 크기"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5305,6 +5332,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5321,6 +5349,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5774,6 +5803,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6165,6 +6195,7 @@ msgstr "IPv6 라우팅 테이블 덮어쓰기"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6240,11 +6271,20 @@ msgstr ""
msgid "Owner"
msgstr "소유자"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6258,6 +6298,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6270,6 +6311,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6279,6 +6321,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9460,6 +9503,10 @@ msgstr "가동 시간"
msgid "Use <code>/etc/ethers</code>"
msgstr "<code>/etc/ethers</code> 사용"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "DHCP advertised된 서버 사용"
@@ -9468,7 +9515,12 @@ msgstr "DHCP advertised된 서버 사용"
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9525,16 +9577,19 @@ msgid "Use builtin IPv6-management"
msgstr "자체 내장 IPv6-관리 기능 사용"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "임의의 DNS 서버 사용"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Default gateway 사용"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po
index 999a2ca7ee..513dc9d795 100644
--- a/modules/luci-base/po/mr/base.po
+++ b/modules/luci-base/po/mr/base.po
@@ -377,6 +377,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1026,6 +1027,7 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1043,6 +1045,8 @@ msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1339,6 +1343,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2216,6 +2224,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2617,6 +2627,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2754,6 +2765,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "सक्षम केले"
@@ -3757,6 +3770,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3836,6 +3850,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3856,6 +3874,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr ""
@@ -4032,12 +4051,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4335,6 +4356,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4962,6 +4984,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5053,6 +5079,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5219,6 +5246,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5235,6 +5263,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5686,6 +5715,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "एकही नाही"
@@ -6077,6 +6107,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6148,11 +6179,20 @@ msgstr ""
msgid "Owner"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6166,6 +6206,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6178,6 +6219,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6187,6 +6229,7 @@ msgid "PID"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9299,6 +9342,10 @@ msgstr ""
msgid "Use <code>/etc/ethers</code>"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9307,7 +9354,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9364,16 +9416,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po
index 06da586215..68074a6a65 100644
--- a/modules/luci-base/po/ms/base.po
+++ b/modules/luci-base/po/ms/base.po
@@ -380,6 +380,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1029,6 +1030,7 @@ msgstr ""
msgid "Authentication"
msgstr "Authentifizierung"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1046,6 +1048,8 @@ msgstr "Otorisasi Diperlukan"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1342,6 +1346,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2221,6 +2229,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2628,6 +2638,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2765,6 +2776,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr ""
@@ -3770,6 +3783,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3849,6 +3863,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3869,6 +3887,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "Konfigurasi IPv6"
@@ -4045,12 +4064,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4353,6 +4374,7 @@ msgid "Invalid"
msgstr "Tak Sah"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4984,6 +5006,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5075,6 +5101,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5241,6 +5268,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5257,6 +5285,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5711,6 +5740,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6102,6 +6132,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6173,11 +6204,20 @@ msgstr ""
msgid "Owner"
msgstr "Pemilik"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6191,6 +6231,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6203,6 +6244,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6212,6 +6254,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9343,6 +9386,10 @@ msgstr "Masa Aktif"
msgid "Use <code>/etc/ethers</code>"
msgstr "Guna /etc/ethers"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9351,7 +9398,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9408,16 +9460,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/nb_NO/base.po b/modules/luci-base/po/nb_NO/base.po
index c291c2d089..ba63d5aa19 100644
--- a/modules/luci-base/po/nb_NO/base.po
+++ b/modules/luci-base/po/nb_NO/base.po
@@ -377,6 +377,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1042,6 +1043,7 @@ msgstr ""
msgid "Authentication"
msgstr "Godkjenning"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1059,6 +1061,8 @@ msgstr "Autorisasjon er nødvendig"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1358,6 +1362,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2258,6 +2266,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2674,6 +2684,7 @@ msgstr "Aktiver HE,net dynamisk endepunkt oppdatering"
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2811,6 +2822,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Påskrudd"
@@ -3825,6 +3838,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3904,6 +3918,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3924,6 +3942,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4100,12 +4119,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Dersom ikke avmerket blir ingen standard rute konfigurert"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4407,6 +4428,7 @@ msgid "Invalid"
msgstr "Ugyldig"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5040,6 +5062,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5135,6 +5161,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Maksimal tillatt størrelse på EDNS.0 UDP-pakker"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Maksimalt antall sekunder å vente på at modemet skal bli klart"
@@ -5301,6 +5328,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5317,6 +5345,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5775,6 +5804,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Ingen"
@@ -6166,6 +6196,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6239,11 +6270,20 @@ msgstr ""
msgid "Owner"
msgstr "Eier"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6257,6 +6297,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP passord"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6269,6 +6310,7 @@ msgstr "PAP/CHAP passord"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP brukernavn"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6278,6 +6320,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9445,6 +9488,10 @@ msgstr "Oppetid"
msgid "Use <code>/etc/ethers</code>"
msgstr "Bruk <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9453,7 +9500,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr "Bruk DHCP gateway"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9510,16 +9562,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Bruk egendefinerte DNS servere"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Bruk standard gateway"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/nl/base.po b/modules/luci-base/po/nl/base.po
index c040613810..5b01521642 100644
--- a/modules/luci-base/po/nl/base.po
+++ b/modules/luci-base/po/nl/base.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-05-09 01:42+0000\n"
+"PO-Revision-Date: 2023-06-11 03:31+0000\n"
"Last-Translator: xtz1983 <xtz1983@gmail.com>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/openwrt/luci/nl/>\n"
"Language: nl\n"
@@ -392,6 +392,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1081,6 +1082,7 @@ msgstr "Authenticatie Groep"
msgid "Authentication"
msgstr "Authenticatie"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1098,6 +1100,8 @@ msgstr "Autorisatie Vereist"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1416,6 +1420,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"CA-certificaat; indien leeg, wordt het na de eerste verbinding opgeslagen."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr "CHAP"
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT configuratie mislukt"
@@ -1525,8 +1533,8 @@ msgid ""
"Certificate constraint substring - e.g. /CN=wifi.mycompany.com<br />See "
"`logread -f` during handshake for actual values"
msgstr ""
-"Certificaatbeperking subtekenreeks - bijv. /CN=wifi.mycompany.com<br />Zie `"
-"logread -f` tijdens de handshake voor de werkelijke waarden"
+"Certificaatbeperking subtekenreeks - bijv. /CN=wifi.mycompany.com<br />Zie "
+"`logread -f` tijdens de handshake voor de werkelijke waarden"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1689
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1747
@@ -1552,8 +1560,8 @@ msgid ""
"Certificate constraint(s) via Subject Alternate Name values<br />(supported "
"attributes: EMAIL, DNS, URI) - e.g. DNS:wifi.mycompany.com"
msgstr ""
-"Certificaatbeperking(en) via alternatieve naamwaarden voor onderwerp<br />("
-"ondersteunde kenmerken: E-MAIL, DNS, URI) - bijv. DNS:wifi.mijnbedrijf.com"
+"Certificaatbeperking(en) via alternatieve naamwaarden voor onderwerp<br /"
+">(ondersteunde kenmerken: E-MAIL, DNS, URI) - bijv. DNS:wifi.mijnbedrijf.com"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:54
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:57
@@ -1796,8 +1804,8 @@ msgid ""
"Configures the operation mode of the <abbr title=\"Router "
"Advertisement\">RA</abbr> service on this interface."
msgstr ""
-"Configureert de werkingsmodus van de <abbr title=\"Router Advertisement\""
-">RA</abbr> dienst op deze interface."
+"Configureert de werkingsmodus van de <abbr title=\"Router "
+"Advertisement\">RA</abbr> dienst op deze interface."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:896
msgid "Configures the operation mode of the DHCPv6 service on this interface."
@@ -1806,7 +1814,8 @@ msgstr "Configureert de werkingsmodus van de DHCPv6-dienst op deze interface."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:932
msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
-msgstr "Configureert de werkingsmodus van de NDP-proxydienst op deze interface."
+msgstr ""
+"Configureert de werkingsmodus van de NDP-proxydienst op deze interface."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1315
msgid "Configure…"
@@ -1979,8 +1988,8 @@ msgid ""
"Customizes the behaviour of the device <abbr title=\"Light Emitting "
"Diode\">LED</abbr>s if possible."
msgstr ""
-"Past indien mogelijk het gedrag van de <abbr title=\"Light Emitting Diode\""
-">LED</abbr>s van het apparaat aan."
+"Past indien mogelijk het gedrag van de <abbr title=\"Light Emitting "
+"Diode\">LED</abbr>s van het apparaat aan."
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:741
msgid "DAD transmits"
@@ -2044,7 +2053,7 @@ msgstr "DNS forwardings"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:526
msgid "DNS query port"
-msgstr "<abbr title=\"Domain Name System\">DNS</abbr> verzoekpoort"
+msgstr "DNS verzoekpoort"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "DNS search domains"
@@ -2052,7 +2061,7 @@ msgstr "DNS-zoekdomeinen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:519
msgid "DNS server port"
-msgstr "<abbr title=\"Domain Name System\">DNS</abbr> serverpoort"
+msgstr "DNS serverpoort"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:292
msgid "DNS setting is invalid"
@@ -2136,8 +2145,8 @@ msgid ""
"\"<code>6,192.168.2.1,192.168.2.2</code>\" which advertises different DNS "
"servers to clients."
msgstr ""
-"Definieer extra DHCP-opties, bijvoorbeeld \"<code>6,192.168.2.1,192.168.2."
-"2</code>\" die verschillende DNS-servers adverteert aan cliënten."
+"Definieer extra DHCP-opties, bijvoorbeeld \"<code>6,192.168.2.1,192.168.2.2</"
+"code>\" die verschillende DNS-servers adverteert aan cliënten."
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:516
msgid ""
@@ -2350,6 +2359,8 @@ msgstr "Dit netwerk uitschakelen"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2785,6 +2796,7 @@ msgstr "HE.net dynamische eindpuntupdate inschakelen"
msgid "Enable IPv6"
msgstr "IPv6 inschakelen"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "IPv6-onderhandeling inschakelen"
@@ -2841,8 +2853,8 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
"Automatische omleiding van <abbr title=\"Hypertext Transfer Protocol\">HTTP</"
-"abbr> verzoeken naar <abbr title=\"Hypertext Transfer Protocol Secure\""
-">HTTPS</abbr> poort inschakelen."
+"abbr> verzoeken naar <abbr title=\"Hypertext Transfer Protocol "
+"Secure\">HTTPS</abbr> poort inschakelen."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
@@ -2929,6 +2941,8 @@ msgstr "Unicast-flooding inschakelen"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Ingeschakeld"
@@ -3125,7 +3139,8 @@ msgstr "Verloopt"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:696
msgid ""
"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
-msgstr "Vervaltijd van gehuurde adressen, minimaal 2 minuten (<code>2m</code>)."
+msgstr ""
+"Vervaltijd van gehuurde adressen, minimaal 2 minuten (<code>2m</code>)."
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:19
msgid "External"
@@ -3185,7 +3200,8 @@ msgstr "Kan modem niet configureren"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4548
msgid "Failed to confirm apply within %ds, waiting for rollback…"
-msgstr "Kan de toepassing niet bevestigen binnen %ds, wachtend op terugdraaien…"
+msgstr ""
+"Kan de toepassing niet bevestigen binnen %ds, wachtend op terugdraaien…"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:22
msgid "Failed to connect"
@@ -3242,7 +3258,8 @@ msgstr "Bestandsnaam"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:574
msgid "Filename of the boot image advertised to clients."
-msgstr "Bestandsnaam van het boot image dat aan de cliënten wordt geadverteerd."
+msgstr ""
+"Bestandsnaam van het boot image dat aan de cliënten wordt geadverteerd."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:191
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:315
@@ -3419,10 +3436,10 @@ msgid ""
"title=\"Neighbour Advertisement, Type 136\">NA</abbr> messages between the "
"designated master interface and downstream interfaces."
msgstr ""
-"Forward <abbr title=\"Neighbour Discovery Protocol\">NDP</abbr> <abbr title="
-"\"Neighbour Solicitation, Type 135\">NS</abbr> en <abbr title=\"Neighbour "
-"Advertisement, Type 136\">NA</abbr> berichten tussen de aangewezen "
-"masterinterface en downstream interfaces."
+"Forward <abbr title=\"Neighbour Discovery Protocol\">NDP</abbr> <abbr "
+"title=\"Neighbour Solicitation, Type 135\">NS</abbr> en <abbr "
+"title=\"Neighbour Advertisement, Type 136\">NA</abbr> berichten tussen de "
+"aangewezen masterinterface en downstream interfaces."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:787
msgid ""
@@ -3460,7 +3477,8 @@ msgstr "Forward mesh peer-verkeer"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:779
msgid "Forward multicast packets as unicast packets on this device."
-msgstr "Forward multicast-pakketten door als unicast-pakketten op dit apparaat."
+msgstr ""
+"Forward multicast-pakketten door als unicast-pakketten op dit apparaat."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1594
msgid "Forwarding mode"
@@ -3484,8 +3502,8 @@ msgid ""
"Further information about WireGuard interfaces and peers at <a href='http://"
"wireguard.com'>wireguard.com</a>."
msgstr ""
-"Meer informatie over WireGuard interfaces en peers op <a "
-"href='http://wireguard.com'>wireguard.com</a>."
+"Meer informatie over WireGuard interfaces en peers op <a href='http://"
+"wireguard.com'>wireguard.com</a>."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
@@ -3547,7 +3565,7 @@ msgstr "Algemene instellingen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
-msgstr "Algemene installatie/instellingen"
+msgstr "Algemene instellingen"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:390
msgid "General device options"
@@ -3969,6 +3987,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4048,6 +4067,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr "IPv4/IPv6"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (beide - standaard ingesteld op IPv4)"
@@ -4068,6 +4091,7 @@ msgstr "IPv4/IPv6-verkeerstabel \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4168,8 +4192,7 @@ msgstr "IPv6 suffix"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:853
msgid "IPv6 suffix (hex)"
-msgstr ""
-"<abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Achtervoegsel (hex)"
+msgstr "IPv6 Achtervoegsel (hex)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51
msgid "IPv6 support"
@@ -4256,12 +4279,14 @@ msgstr ""
"worden wijzigingen teruggedraaid."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Indien niet aangevinkt, is er geen standaardroute geconfigureerd"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4580,6 +4605,7 @@ msgid "Invalid"
msgstr "Ongeldig"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4607,7 +4633,8 @@ msgstr "Ongeldige waarde voor verkeersklasse, verwacht 00..FF of overnemen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:285
msgid "Invalid VLAN ID given! Only IDs between %d and %d are allowed."
-msgstr "Ongeldige VLAN ID gegeven! Alleen ID's tussen %d en %d zijn toegestaan."
+msgstr ""
+"Ongeldige VLAN ID gegeven! Alleen ID's tussen %d en %d zijn toegestaan."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:294
msgid "Invalid VLAN ID given! Only unique IDs are allowed"
@@ -4876,8 +4903,8 @@ msgid ""
"interoperate. Airtime efficiency may be significantly reduced where these "
"are used. It is recommended to not allow 802.11b rates where possible."
msgstr ""
-"Voor verouderde of zich slecht gedragende apparaten kunnen verouderde 802."
-"11b-snelheden nodig zijn om te kunnen samenwerken. Waar deze worden "
+"Voor verouderde of zich slecht gedragende apparaten kunnen verouderde "
+"802.11b-snelheden nodig zijn om te kunnen samenwerken. Waar deze worden "
"gebruikt, kan de airtime-efficiëntie aanzienlijk afnemen. Aanbevolen wordt "
"waar mogelijk geen 802.11b-snelheden toe te staan."
@@ -5237,6 +5264,10 @@ msgstr "KAART / LW4over6"
msgid "MAP rule is invalid"
msgstr "MAP-regel is ongeldig"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr "MBIM mobiel"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5299,19 +5330,15 @@ msgstr "Max <abbr title=\"Router Advertisement\">RA</abbr> interval"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:533
msgid "Max. DHCP leases"
-msgstr ""
-"<abbr title=\"maximal\">Max.</abbr> <abbr title=\"Dynamic Host Configuration "
-"Protocol\">DHCP</abbr> toewijzingen"
+msgstr "Max. DHCP toewijzingen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:540
msgid "Max. EDNS0 packet size"
-msgstr ""
-"<abbr title=\"maximale\">Max.</abbr> <abbr title=\"Extension Mechanisms for "
-"Domain Name System\">EDNS0</abbr> packetgrootte"
+msgstr "Max. EDNS0 pakketgrootte"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:547
msgid "Max. concurrent queries"
-msgstr "<abbr title=\"maximaal aantal\">Max.</abbr> gelijktijdige verzoeken"
+msgstr "Max. gelijktijdige verzoeken"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:586
msgid "Maximum age"
@@ -5334,6 +5361,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Maximaal toegestane grootte van EDNS0 UDP-pakketten."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Maximum aantal seconden om te wachten tot de modem klaar is"
@@ -5351,8 +5379,8 @@ msgid ""
"Maximum time allowed between sending unsolicited <abbr title=\"Router "
"Advertisement, ICMPv6 Type 134\">RA</abbr>. Default is 600 seconds."
msgstr ""
-"Maximale toegestane tijd tussen het verzenden van ongevraagde <abbr title="
-"\"Router Advertisement, ICMPv6 Type 134\">RA</abbr>. Standaard is 600 "
+"Maximale toegestane tijd tussen het verzenden van ongevraagde <abbr "
+"title=\"Router Advertisement, ICMPv6 Type 134\">RA</abbr>. Standaard is 600 "
"seconden."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:941
@@ -5457,8 +5485,8 @@ msgid ""
"Minimum time allowed between sending unsolicited <abbr title=\"Router "
"Advertisement, ICMPv6 Type 134\">RA</abbr>. Default is 200 seconds."
msgstr ""
-"Minimum toegestane tijd tussen het verzenden van ongevraagde <abbr title="
-"\"Router Advertisement, ICMPv6 Type 134\">RA</abbr>. Standaard is 200 "
+"Minimum toegestane tijd tussen het verzenden van ongevraagde <abbr "
+"title=\"Router Advertisement, ICMPv6 Type 134\">RA</abbr>. Standaard is 200 "
"seconden."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:204
@@ -5508,6 +5536,7 @@ msgid "Modem default"
msgstr "Modem standaard"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5524,6 +5553,7 @@ msgid "Modem information query failed"
msgstr "Het opvragen van modemgegevens is mislukt"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5984,6 +6014,7 @@ msgstr "Niet-wildcard"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Geen"
@@ -6149,8 +6180,8 @@ msgstr ""
msgid ""
"Only if current active slave fails and the primary slave is up (failure, 2)"
msgstr ""
-"Alleen als de huidige actieve slave uitvalt en de primaire slave actief is ("
-"storing, 2)"
+"Alleen als de huidige actieve slave uitvalt en de primaire slave actief is "
+"(storing, 2)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:682
msgid "Open iptables rules overview…"
@@ -6246,8 +6277,8 @@ msgid ""
"server, use the suffix (like '::1') to form the IPv6 address ('a:b:c:d::1') "
"for the interface."
msgstr ""
-"Optioneel. Toegestane waarden: 'eui64', 'willekeurig', vaste waarde zoals '::"
-"1' of '::1:2'. Wanneer het IPv6-voorvoegsel (zoals 'a:b:c:d::') wordt "
+"Optioneel. Toegestane waarden: 'eui64', 'willekeurig', vaste waarde zoals "
+"'::1' of '::1:2'. Wanneer het IPv6-voorvoegsel (zoals 'a:b:c:d::') wordt "
"ontvangen van een delegerende server, gebruikt u het achtervoegsel (zoals "
"'::1') om het IPv6-adres te vormen ('a:b:c:d: :1') voor de interface."
@@ -6339,10 +6370,10 @@ msgid ""
"code>\" for default route. <code>0.0.0.0</code> means \"the address of the "
"system running dnsmasq\"."
msgstr ""
-"Opties voor de netwerk-ID. (Opmerking: heeft ook netwerk-ID nodig.) Bijv. \""
-"<code>42,192.168.1.4</code>\" voor NTP-server, \"<code>3,192.168.4.4</code>\""
-" voor standaardroute. <code>0.0.0.0</code> betekent \"het adres van het "
-"systeem waarop dnsmasq draait\"."
+"Opties voor de netwerk-ID. (Opmerking: heeft ook netwerk-ID nodig.) Bijv. "
+"\"<code>42,192.168.1.4</code>\" voor NTP-server, \"<code>3,192.168.4.4</"
+"code>\" voor standaardroute. <code>0.0.0.0</code> betekent \"het adres van "
+"het systeem waarop dnsmasq draait\"."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:125
msgid "Options:"
@@ -6422,6 +6453,7 @@ msgstr "IPv6-routingtabel overschrijven"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6498,11 +6530,20 @@ msgstr ""
msgid "Owner"
msgstr "Eigenaar"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr "PAP"
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr "PAP/CHAP"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (beide)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6516,6 +6557,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP-wachtwoord"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6528,6 +6570,7 @@ msgstr "PAP/CHAP-wachtwoord"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP gebruikersnaam"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDP-type"
@@ -6537,6 +6580,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -6913,8 +6957,8 @@ msgid ""
"packets without any VLAN tag (untagged packets)."
msgstr ""
"Voorkomt dat de ene draadloze client met de andere communiceert. Deze "
-"instelling is alleen van invloed op pakketten zonder enige VLAN-tag ("
-"ongetagde pakketten)."
+"instelling is alleen van invloed op pakketten zonder enige VLAN-tag "
+"(ongetagde pakketten)."
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:213
msgid "Primary Slave"
@@ -8212,11 +8256,13 @@ msgstr "Specificeert de TOS-waarde die moet overeenkomen in IP-headers"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:261
msgid "Specifies the aggregation selection logic to use"
-msgstr "Specificeert de logica voor aggregatieselectie die moet worden gebruikt"
+msgstr ""
+"Specificeert de logica voor aggregatieselectie die moet worden gebruikt"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:159
msgid "Specifies the destination subnet to match (CIDR notation)"
-msgstr "Specificeert het bestemmingssubnet dat moet overeenkomen (CIDR-notatie)"
+msgstr ""
+"Specificeert het bestemmingssubnet dat moet overeenkomen (CIDR-notatie)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:293
msgid "Specifies the directory the device is attached to"
@@ -8530,16 +8576,16 @@ msgid ""
"Specify an MTU (Maximum Transmission Unit) other than the default (1280 "
"bytes) (optional)."
msgstr ""
-"Geef een andere MTU (Maximum Transmission Unit) op dan de standaardwaarde ("
-"1280 bytes) (optioneel)."
+"Geef een andere MTU (Maximum Transmission Unit) op dan de standaardwaarde "
+"(1280 bytes) (optioneel)."
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
msgid ""
"Specify an MTU (Maximum Transmission Unit) other than the default (1280 "
"bytes)."
msgstr ""
-"Geef een andere MTU (Maximum Transmission Unit) op dan de standaardwaarde ("
-"1280 bytes)."
+"Geef een andere MTU (Maximum Transmission Unit) op dan de standaardwaarde "
+"(1280 bytes)."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2118
msgid "Specify the secret encryption key here."
@@ -8844,8 +8890,8 @@ msgid ""
"Minimum is 1280 bytes."
msgstr ""
"De <abbr title=\"Maximum Transmission Unit\">MTU</abbr> die moet worden "
-"gepubliceerd in <abbr title=\"Router Advertisement, ICMPv6 Type 134\""
-">RA</abbr>-berichten. Het minimum is 1280 bytes."
+"gepubliceerd in <abbr title=\"Router Advertisement, ICMPv6 Type 134\">RA</"
+"abbr>-berichten. Het minimum is 1280 bytes."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:811
msgid ""
@@ -8981,7 +9027,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:640
msgid "The MTU must not exceed the parent device MTU of %d bytes"
-msgstr "De MTU mag de MTU van het ouderapparaat van %d bytes niet overschrijden"
+msgstr ""
+"De MTU mag de MTU van het ouderapparaat van %d bytes niet overschrijden"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:942
msgid "The VLAN ID must be unique"
@@ -9141,8 +9188,8 @@ msgid ""
"The length of the IPv4 prefix in bits, the remainder is used in the IPv6 "
"addresses."
msgstr ""
-"De lengte van het IPv4-prefix in bits, de rest wordt gebruikt in de "
-"IPv6-adressen."
+"De lengte van het IPv4-prefix in bits, de rest wordt gebruikt in de IPv6-"
+"adressen."
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:57
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:63
@@ -9204,8 +9251,8 @@ msgid ""
"The maximum hops to be published in <abbr title=\"Router Advertisement\">RA</"
"abbr> messages. Maximum is 255 hops."
msgstr ""
-"Het maximale aantal hops dat moet worden gepubliceerd in <abbr title=\"Router"
-" Advertisement\">RA</abbr>-berichten. Maximaal is 255 hops."
+"Het maximale aantal hops dat moet worden gepubliceerd in <abbr "
+"title=\"Router Advertisement\">RA</abbr>-berichten. Maximaal is 255 hops."
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4691
msgid ""
@@ -9555,7 +9602,8 @@ msgstr "Time-out in seconden"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:567
msgid "Timeout in seconds for learned MAC addresses in the forwarding database"
-msgstr "Time-out in seconden voor geleerde MAC-adressen in de doorstuurdatabase"
+msgstr ""
+"Time-out in seconden voor geleerde MAC-adressen in de doorstuurdatabase"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:586
msgid "Timeout in seconds until topology updates on link loss"
@@ -9571,8 +9619,8 @@ msgid ""
"provider supplied) configuration file, use the <strong><a class=\"full-"
"import\" href=\"#\">configuration import</a></strong> instead."
msgstr ""
-"Gebruik in plaats daarvan de <strong><a class=\"full-import\" href"
-"=\"#\">configuratie-import</a></strong> om de lokale WireGuard-interface "
+"Gebruik in plaats daarvan de <strong><a class=\"full-import\" "
+"href=\"#\">configuratie-import</a></strong> om de lokale WireGuard-interface "
"volledig te configureren vanuit een bestaand (bijv. door de provider "
"geleverd) configuratiebestand."
@@ -9981,6 +10029,10 @@ msgstr "Bedrijfstijd"
msgid "Use <code>/etc/ethers</code>"
msgstr "Gebruik <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr "Gebruik DHCP"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Gebruik DHCP geadverteerde servers"
@@ -9989,7 +10041,12 @@ msgstr "Gebruik DHCP geadverteerde servers"
msgid "Use DHCP gateway"
msgstr "Gebruik de DHCP-gateway"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr "Gebruik DHCPv6"
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10048,16 +10105,19 @@ msgid "Use builtin IPv6-management"
msgstr "Gebruik ingebouwd IPv6-beheer"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Aangepaste DNS-servers gebruiken"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Gebruik de standaardgateway"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
@@ -10290,7 +10350,8 @@ msgstr "Leverancier"
#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:40
msgid "Vendor Class to send when requesting DHCP"
-msgstr "Leveranciersklasse die moet worden verzonden bij het aanvragen van DHCP"
+msgstr ""
+"Leveranciersklasse die moet worden verzonden bij het aanvragen van DHCP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:484
msgid "Verify unsigned domain responses really come from unsigned domains."
@@ -10587,8 +10648,8 @@ msgid ""
"scripts like \"network\", your device might become inaccessible!</strong>"
msgstr ""
"U kunt geïnstalleerde init-scripts hier in- of uitschakelen. Wijzigingen "
-"worden toegepast nadat het apparaat opnieuw is opgestart.<br "
-"/><strong>Waarschuwing: als u essentiële init-scripts zoals \"netwerk\" "
+"worden toegepast nadat het apparaat opnieuw is opgestart.<br /"
+"><strong>Waarschuwing: als u essentiële init-scripts zoals \"netwerk\" "
"uitschakelt, kan uw apparaat ontoegankelijk worden!</strong>"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:635
diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po
index e8706aefab..4a124667a1 100644
--- a/modules/luci-base/po/pl/base.po
+++ b/modules/luci-base/po/pl/base.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: LuCI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-04-20 09:40+0200\n"
-"PO-Revision-Date: 2023-05-14 10:50+0000\n"
+"PO-Revision-Date: 2023-06-03 11:51+0000\n"
"Last-Translator: Matthaiks <kitynska@gmail.com>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/luci/pl/>"
"\n"
@@ -398,6 +398,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1086,6 +1087,7 @@ msgstr "Grupa autoryzacji"
msgid "Authentication"
msgstr "Uwierzytelnienie"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1103,6 +1105,8 @@ msgstr "Wymagana autoryzacja"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1418,6 +1422,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"CA certificate; jeśli jest pusta, zostanie zapisana po pierwszym połączeniu."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr "CHAP"
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT konfiguracja nie powiodła się"
@@ -2352,6 +2360,8 @@ msgstr "Wyłącz tę sieć"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2788,6 +2798,7 @@ msgstr "Włącz dynamiczną aktualizację punktu końcowego sieci HE.net"
msgid "Enable IPv6"
msgstr "Włącz IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Włącz negocjację IPv6"
@@ -2932,6 +2943,8 @@ msgstr "Włącz unicast flooding"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Włączone"
@@ -3979,6 +3992,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4058,6 +4072,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-w-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr "IPv4/IPv6"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (oba - domyślnie IPv4)"
@@ -4078,6 +4096,7 @@ msgstr "Tabela ruchu IPv4/IPv6 \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4265,12 +4284,14 @@ msgstr ""
"modyfikacje zostaną cofnięte."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Jeśli odznaczone, nie ma zdefiniowanej domyślnej trasy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4588,6 +4609,7 @@ msgid "Invalid"
msgstr "Niewłaściwy"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5243,6 +5265,10 @@ msgstr "MAP/LW4over6"
msgid "MAP rule is invalid"
msgstr "Reguła MAP jest nieprawidłowa"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr "Komórkowy MBIM"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5340,6 +5366,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Maksymalny dozwolony rozmiar pakietów UDP EDNS0."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Maksymalny czas podany w sekundach do pełnej gotowości modemu"
@@ -5516,6 +5543,7 @@ msgid "Modem default"
msgstr "Domyślny modem"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5532,6 +5560,7 @@ msgid "Modem information query failed"
msgstr "Zapytanie dotyczące modemu nie powiodło się"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5992,6 +6021,7 @@ msgstr "Bez symboli wieloznacznych"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Brak"
@@ -6431,6 +6461,7 @@ msgstr "Zastąp tablicę trasowania IPv6"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6506,11 +6537,20 @@ msgstr "Zastąpić bieżące ustawienia zaimportowaną konfiguracją?"
msgid "Owner"
msgstr "Właściciel"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr "PAP"
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr "PAP/CHAP"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (oba)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6524,6 +6564,7 @@ msgid "PAP/CHAP password"
msgstr "Hasło PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6536,6 +6577,7 @@ msgstr "Hasło PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Nazwa użytkownika PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Rodzaj PDP"
@@ -6545,6 +6587,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -8152,7 +8195,7 @@ msgstr "Źródłowy adres IP"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:47
msgctxt "nft ip6 saddr"
msgid "Source IPv6"
-msgstr "Źródłowy IPv6"
+msgstr "Źródłowy adres IPv6"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:57
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:57
@@ -9975,6 +10018,10 @@ msgstr "Czas pracy"
msgid "Use <code>/etc/ethers</code>"
msgstr "Użyj <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr "Użyj DHCP"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Użyj dedykowanych serwerów DHCP"
@@ -9983,7 +10030,12 @@ msgstr "Użyj dedykowanych serwerów DHCP"
msgid "Use DHCP gateway"
msgstr "Użyj bramy DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr "Użyj DHCPv6"
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10042,16 +10094,19 @@ msgid "Use builtin IPv6-management"
msgstr "Skorzystaj z wbudowanego zarządzania protokołem IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Użyj własnych serwerów DNS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Użyj domyślnej bramy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
@@ -11162,8 +11217,8 @@ msgid ""
"valid network device name between 1 and 15 characters not containing \":\", "
"\"/\", \"%\" or spaces"
msgstr ""
-"prawidłowa nazwa urządzenia sieciowego od 1 do 15 znaków, niezawierająca „:”"
-", „/”, „%” ani spacji"
+"prawidłowa nazwa urządzenia sieciowego od 1 do 15 znaków, niezawierająca "
+"„:”, „/”, „%” ani spacji"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:433
msgid "valid network device name, not \".\" or \"..\""
diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po
index ae3f4404ef..f2a36d656a 100644
--- a/modules/luci-base/po/pt/base.po
+++ b/modules/luci-base/po/pt/base.po
@@ -400,6 +400,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1090,6 +1091,7 @@ msgstr "Grupo de Autenticação"
msgid "Authentication"
msgstr "Autenticação"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1107,6 +1109,8 @@ msgstr "Autorização Requerida"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1430,6 +1434,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"Certificado da CA; se em branco, será salvo depois da primeira ligação."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Configuração CLAT falhou"
@@ -2368,6 +2376,8 @@ msgstr "Desativar esta rede"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2802,6 +2812,7 @@ msgstr "Ativar a atualização dinâmica do endpoint HE.net"
msgid "Enable IPv6"
msgstr "Ativar o IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Ativar a negociação de IPv6"
@@ -2944,6 +2955,8 @@ msgstr "Ative a inundação unicast"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Ativado"
@@ -3993,6 +4006,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4072,6 +4086,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (ambos - predefinição é IPv4)"
@@ -4092,6 +4110,7 @@ msgstr "Tabela de tráfego IPv4/IPv6 \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4278,12 +4297,14 @@ msgstr ""
"confirmar as configurações, caso contrário, as alterações serão revertidas."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Se desmarcado, não é configurada uma rota pré-definida"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4601,6 +4622,7 @@ msgid "Invalid"
msgstr "Inválido"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5254,6 +5276,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "A regra MAC é inválida"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5352,6 +5378,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Tamanho máximo permitido dos pacotes UDP EDNS0."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5529,6 +5556,7 @@ msgid "Modem default"
msgstr "Predefinição do modem"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5545,6 +5573,7 @@ msgid "Modem information query failed"
msgstr "A consulta das informações do modem falhou"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -6005,6 +6034,7 @@ msgstr "Sem caracter curinga"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Nenhum"
@@ -6440,6 +6470,7 @@ msgstr "Substitua a tabela de roteamento IPv6"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6519,11 +6550,20 @@ msgstr ""
msgid "Owner"
msgstr "Dono"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (ambos)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6537,6 +6577,7 @@ msgid "PAP/CHAP password"
msgstr "Password PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6549,6 +6590,7 @@ msgstr "Password PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Utilizador PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Tipo de PDP"
@@ -6558,6 +6600,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -10002,6 +10045,10 @@ msgstr "Tempo de atividade"
msgid "Use <code>/etc/ethers</code>"
msgstr "Usar <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Usar servidores DHCP anunciados"
@@ -10010,7 +10057,12 @@ msgstr "Usar servidores DHCP anunciados"
msgid "Use DHCP gateway"
msgstr "Usar a gateway do DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10071,16 +10123,19 @@ msgid "Use builtin IPv6-management"
msgstr "Use o gestão do IPv6 embarcado"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Usar servidores DNS personalizados"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Usar gateway pre-definida"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/pt_BR/base.po b/modules/luci-base/po/pt_BR/base.po
index 6ff72777b6..eb3783d473 100644
--- a/modules/luci-base/po/pt_BR/base.po
+++ b/modules/luci-base/po/pt_BR/base.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:41+0200\n"
-"PO-Revision-Date: 2023-04-29 21:44+0000\n"
+"PO-Revision-Date: 2023-06-05 03:51+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
"openwrt/luci/pt_BR/>\n"
@@ -105,9 +105,7 @@ msgstr "-- casar por rótulo --"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:257
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:363
msgid "-- match by uuid --"
-msgstr ""
-"-- casar por <abbr title=\"Universal Unique IDentifier/Identificador Único "
-"Universal\">UUID</abbr> --"
+msgstr "-- correspondência por uuid --"
#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:27
#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:44
@@ -396,20 +394,19 @@ msgstr "A43C + J43 + A43 + V43"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
msgid "ADSL"
-msgstr ""
-"<abbr title=\"Assymetrical Digital Subscriber Line/Linha Digital Assimétrica "
-"para Assinante\">ADSL</abbr>"
+msgstr "ADSL"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
msgid "APN"
-msgstr "<abbr title=\"Access Point Name\">APN</abbr>"
+msgstr "APN"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:353
msgid "ARP"
@@ -437,9 +434,7 @@ msgstr "O monitoramento ARP não é compatível com a política selecionada!"
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:175
msgid "ARP retry threshold"
-msgstr ""
-"Limite de retentativas do <abbr title=\"Address Resolution Protocol\">ARP</"
-"abbr>"
+msgstr "Limite de repetição ARP"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:637
msgid "ARP traffic table \"%h\""
@@ -467,16 +462,12 @@ msgstr "Ponte ATM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1584
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
-msgstr ""
-"Identificador de Canal Virtual ATM (<abbr title=\"Virtual Channel "
-"Identifier\">VCI</abbr>)"
+msgstr "Identificador de Canal Virtual ATM (VCI)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
-msgstr ""
-"Identificador de Caminho Virtual ATM (<abbr title=\"Virtual Path "
-"Identifier\">VPI</abbr>)"
+msgstr "Identificador de caminho virtual ATM (VPI)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid ""
@@ -559,8 +550,7 @@ msgstr "Rotas IPv4 ativas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:258
msgid "Active IPv4 Rules"
-msgstr ""
-"Ative as regras <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>"
+msgstr "Regras IPv4 ativas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:265
msgid "Active IPv6 Routes"
@@ -568,8 +558,7 @@ msgstr "Rotas IPv6 ativas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:268
msgid "Active IPv6 Rules"
-msgstr ""
-"Ative as regras <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>"
+msgstr "Regras de IPv6 ativas"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:205
msgid "Active-Backup policy (active-backup, 1)"
@@ -1103,6 +1092,7 @@ msgstr "Grupo de Autenticação"
msgid "Authentication"
msgstr "Autenticação"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1120,6 +1110,8 @@ msgstr "Autenticação Obrigatória"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1132,9 +1124,7 @@ msgstr "Automático"
#: modules/luci-compat/luasrc/model/network/proto_hnet.lua:7
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:7
msgid "Automatic Homenet (HNCP)"
-msgstr ""
-"Rede Doméstica Automática (<abbr title=\"Homenet Control Protocol\">HNCP</"
-"abbr>)"
+msgstr "Homenet automático (HNCP)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:174
msgid "Automatically check filesystem for errors before mounting"
@@ -1445,6 +1435,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"Certificado da AC; se em branco, será salvo depois da primeira conexão."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr "CHAP"
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Configuração CLAT falhou"
@@ -2081,8 +2075,7 @@ msgstr "Encaminhamentos do DNS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:526
msgid "DNS query port"
-msgstr ""
-"Porta de consulta <abbr title=\"Sistema de Nomes de Domínios\">DNS</abbr>"
+msgstr "Porta de consulta no DNS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "DNS search domains"
@@ -2090,8 +2083,7 @@ msgstr "Domínios de pesquisa do DNS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:519
msgid "DNS server port"
-msgstr ""
-"Porta do servidor <abbr title=\"Sistema de Nomes de Domínios\">DNS</abbr>"
+msgstr "Porta do servidor DNS"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:292
msgid "DNS setting is invalid"
@@ -2136,9 +2128,7 @@ msgstr "Modo de linha DSL"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1168
msgid "DTIM Interval"
-msgstr ""
-"Intervalo <abbr title=\"Mensagem Indicativa de Envio de Tráfego/Delivery "
-"Traffic Indication Message\">DTIM</abbr>"
+msgstr "Intervalo DTIM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:59
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:847
@@ -2393,6 +2383,8 @@ msgstr "Desabilitar esta rede"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2591,9 +2583,7 @@ msgstr "Baixar o bloco mtd"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "Downstream SNR offset"
-msgstr ""
-"Deslocamento <abbr title=\"Razão entre Sinal e Ruído/Signal to Noise "
-"Ratio\">SNR</abbr> do sinal recebido"
+msgstr "Compensação SNR do downstream"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:435
msgid ""
@@ -2833,6 +2823,7 @@ msgstr "Ativar a atualização de ponto final dinâmico HE.net"
msgid "Enable IPv6"
msgstr "Ative o IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Ative a negociação IPv6"
@@ -2860,7 +2851,7 @@ msgstr "Ative a aprendizagem de endereço MAC"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:257
msgid "Enable NTP client"
-msgstr "Ative o cliente <abbr title=\"Network Time Protocol\">NTP</abbr>"
+msgstr "Ativar cliente NTP"
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96
msgid "Enable Single DES"
@@ -2976,6 +2967,8 @@ msgstr "Ative a inundação unicast"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Ativado"
@@ -3613,9 +3606,7 @@ msgstr "Gerar Configuração"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1579
msgid "Generate PMK locally"
-msgstr ""
-"Gerar a <abbr title=\"Chave mestre do emparelhamento/Pairwise Master "
-"Key\">PMK</abbr> localmente"
+msgstr "Gerar PMK localmente"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:396
msgid "Generate archive"
@@ -4025,6 +4016,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4104,6 +4096,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4 e IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr "IPv4/IPv6"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (ambos - padrão é IPv4)"
@@ -4124,6 +4120,7 @@ msgstr "Tabela de tráfego IPv4/IPv6 \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4158,9 +4155,7 @@ msgstr "Configurações IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1493
msgid "IPv6 ULA-Prefix"
-msgstr ""
-"Prefixo <abbr title=\"Unique Local Address/Endereço Local Único\">ULA</abbr> "
-"IPv6"
+msgstr "Prefixo IPv6 ULA"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:29
msgid "IPv6 Upstream"
@@ -4226,9 +4221,7 @@ msgstr "Sufixo IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:853
msgid "IPv6 suffix (hex)"
-msgstr ""
-"<abbr title=\"Internet Protocol Version 6/Protocolo Internet Versão "
-"6\">IPv6</abbr>-Suffix (hex)"
+msgstr "Sufixo IPv6 (hex)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51
msgid "IPv6 support"
@@ -4313,12 +4306,14 @@ msgstr ""
"confirmar as configurações, caso contrário, as alterações serão revertidas."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Se desmarcado, nenhuma rota padrão será configurada"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4553,7 +4548,8 @@ msgstr "A interface \"%h\" já está marcada como mestre designado."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:62
msgid "Interface %q device auto-migrated from %q to %q."
-msgstr "Dispositivo da interface %q foi migrada automaticamente de %q para &q."
+msgstr ""
+"O dispositivo %q da interface foi migrado automaticamente de %q para %q."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:975
msgid "Interface Configuration"
@@ -4638,6 +4634,7 @@ msgid "Invalid"
msgstr "Valor inválido"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5296,6 +5293,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "A regra MAC é inválida"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr "Celular MBIM"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5358,15 +5359,11 @@ msgstr "Intervalo máximo <abbr title=\"Router Advertisement\">RA</abbr>"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:533
msgid "Max. DHCP leases"
-msgstr ""
-"Numero máximo de concessões <abbr title=\"Protocolo de Configuração Dinâmica "
-"de Equipamentos\">DHCP</abbr>"
+msgstr "Máximas concessões do DHCP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:540
msgid "Max. EDNS0 packet size"
-msgstr ""
-"Tamanho máximo do pacote do <abbr title=\"Extension Mechanisms for Domain "
-"Name System\">EDNS0</abbr>"
+msgstr "Tamanho máximo do pacote EDNS0"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:547
msgid "Max. concurrent queries"
@@ -5393,6 +5390,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "O tamanho máximo permitido dos pacotes UDP EDNS.0."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Tempo máximo, em segundos, para esperar que o modem fique pronto"
@@ -5569,6 +5567,7 @@ msgid "Modem default"
msgstr "Padrão do modem"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5585,6 +5584,7 @@ msgid "Modem information query failed"
msgstr "A consulta das informações do modem falhou"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -6045,6 +6045,7 @@ msgstr "Sem caracter curinga"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Nenhum"
@@ -6482,6 +6483,7 @@ msgstr "Substitua a tabela de roteamento IPv6"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6493,9 +6495,7 @@ msgstr "Substitua a tabela de roteamento IPv6"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:62
#: protocols/luci-proto-vti/htdocs/luci-static/resources/protocol/vti.js:55
msgid "Override MTU"
-msgstr ""
-"Sobrescrever o <abbr title=\"Maximum Transmission Unit/Unidade Máxima de "
-"Transmissão\">MTU</abbr>"
+msgstr "Substituir o MTU"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:74
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:79
@@ -6561,11 +6561,20 @@ msgstr ""
msgid "Owner"
msgstr "Dono"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr "PAP"
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr "PAP/CHAP"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (ambos)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6579,6 +6588,7 @@ msgid "PAP/CHAP password"
msgstr "Senha do PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6591,6 +6601,7 @@ msgstr "Senha do PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Usuário do PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Tipo de PDP"
@@ -6600,6 +6611,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -7047,7 +7059,7 @@ msgstr "Protocolo"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:282
msgid "Provide NTP server"
-msgstr "Fornecer serviço <abbr title=\"Network Time Protocol\">NTP</abbr>"
+msgstr "Fornecer um servidor NTP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:900
msgid ""
@@ -7071,7 +7083,7 @@ msgstr ""
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:155
msgid "Proxy Server"
-msgstr "Servidor proxy"
+msgstr "Servidor de proxy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1652
msgid "ProxyARP"
@@ -7131,9 +7143,7 @@ msgstr "Qualidade"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:509
msgid "Query all available upstream resolvers."
-msgstr ""
-"Consulte todos os servidores <abbr title=\"Domain Name System\">DNS</abbr> "
-"disponíveis."
+msgstr "Consulte todos os resolvedores disponíveis."
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:610
msgid "Query interval"
@@ -8062,9 +8072,7 @@ msgstr "Configurar Servidor DHCP"
#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:55
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:23
msgid "Setting PLMN failed"
-msgstr ""
-"A configuração da <abbr title=\"Public Land Mobile Network\">PLNM</abbr> "
-"falhou"
+msgstr "A configuração do PLMN falhou"
#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:68
msgid "Setting operation mode failed"
@@ -8589,8 +8597,8 @@ msgid ""
"Specify a TTL (Time to Live) for the encapsulating packet other than the "
"default (64)."
msgstr ""
-"Especifica o tempo de vida (<abbr title=\"Time to Live\">TTL</abbr>) para os "
-"pacotes encapsulados ao invés do padrão (64)."
+"Especifique um TTL (tempo de vida) diferente para o pacote de encapsulamento "
+"do padrão (64)."
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:84
msgid ""
@@ -8618,8 +8626,8 @@ msgid ""
"Specify an MTU (Maximum Transmission Unit) other than the default (1280 "
"bytes)."
msgstr ""
-"Especifica a unidade máxima de transmissão (<abbr title=\"Maximum "
-"Transmission Unit\">MTU</abbr>) ao invés do valor padrão (1280 bytes)."
+"Especifique uma MTU (unidade máxima de transmissão) diferente da padrão ("
+"1280 bytes)."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2118
msgid "Specify the secret encryption key here."
@@ -9563,8 +9571,7 @@ msgstr "Este é o sistema de agendamento de tarefas."
msgid ""
"This is usually the address of the nearest PoP operated by the tunnel broker"
msgstr ""
-"Este é normalmente o endereço do <abbr title=\"Point of Presence, Ponto de "
-"Presença\">PoP</abbr> mais próximo operado pelo agente de túnel"
+"Geralmente, é o endereço do PoP mais próximo operado pelo agente do túnel"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:65
msgid ""
@@ -9936,9 +9943,7 @@ msgstr "Erro não especificado"
#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:64
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:9
msgid "Unsupported MAP type"
-msgstr ""
-"Tipo de <abbr title=\"Mapeamento de Endereço e Porta/Mapping of Address and "
-"Port\">MAP</abbr> não suportado"
+msgstr "Tipo MAP não suportado"
#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:69
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:31
@@ -10051,6 +10056,10 @@ msgstr "Tempo de atividade"
msgid "Use <code>/etc/ethers</code>"
msgstr "Usar <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr "Usar o DHCP"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Use servidores anunciados pelo DHCP"
@@ -10059,7 +10068,12 @@ msgstr "Use servidores anunciados pelo DHCP"
msgid "Use DHCP gateway"
msgstr "Use o roteador do DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr "Usar o DHCPv6"
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10076,9 +10090,7 @@ msgstr "Usar códigos de países ISO/IEC 3166 alpha2."
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dslite.js:67
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:84
msgid "Use MTU on tunnel interface"
-msgstr ""
-"Use o <abbr title=\"Maximum Transmission Unit/Unidade Máxima de "
-"Transmissão\">MTU</abbr> na interface do túnel"
+msgstr "Usar o MTU na interface do túnel"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:85
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:65
@@ -10120,16 +10132,19 @@ msgid "Use builtin IPv6-management"
msgstr "Use o gerenciamento do IPv6 embarcado"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Use servidores DNS personalizados"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Use o roteador padrão"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po
index 07ff570637..f0746dbf69 100644
--- a/modules/luci-base/po/ro/base.po
+++ b/modules/luci-base/po/ro/base.po
@@ -400,6 +400,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1090,6 +1091,7 @@ msgstr "Grup de autentificare"
msgid "Authentication"
msgstr "Autentificare"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1107,6 +1109,8 @@ msgstr "Autorizație Necesară"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1425,6 +1429,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"Certificat CA; dacă este gol, acesta va fi salvat după prima conexiune."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Configurarea CLAT a eșuat"
@@ -2365,6 +2373,8 @@ msgstr "Dezactivați această rețea"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2799,6 +2809,7 @@ msgstr "Activați actualizarea dinamică a punctelor finale HE.net"
msgid "Enable IPv6"
msgstr "Activați IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Activați negocierea IPv6"
@@ -2943,6 +2954,8 @@ msgstr "Activați inundarea unicast"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "activat"
@@ -3987,6 +4000,7 @@ msgstr "IP sec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4066,6 +4080,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-în-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (ambele - valoarea implicită este IPv4)"
@@ -4086,6 +4104,7 @@ msgstr "Tabelul de trafic IPv4/IPv6 \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4271,12 +4290,14 @@ msgstr ""
"pentru a confirma setările, în caz contrar modificările vor fi anulate."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Dacă nu este bifat, nu este configurată nicio rută implicită"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4593,6 +4614,7 @@ msgid "Invalid"
msgstr "Nu este valid"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5254,6 +5276,10 @@ msgstr "MAP / LW4peste6"
msgid "MAP rule is invalid"
msgstr "Regula MAP nu este valabilă"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5347,6 +5373,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Dimensiunea maximă permisă a pachetelor UDP EDNS0."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5522,6 +5549,7 @@ msgid "Modem default"
msgstr "Modem implicit"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5538,6 +5566,7 @@ msgid "Modem information query failed"
msgstr "Interogarea informațiilor privind modemul a eșuat"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5999,6 +6028,7 @@ msgstr "Fără-wildcard"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Nici unul"
@@ -6436,6 +6466,7 @@ msgstr "Suprascrie tabelul de rutare IPv6"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6511,11 +6542,20 @@ msgstr "Suprascrieți setările curente cu configurația importată?"
msgid "Owner"
msgstr "Proprietar"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (ambele)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6529,6 +6569,7 @@ msgid "PAP/CHAP password"
msgstr "Parola PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6541,6 +6582,7 @@ msgstr "Parola PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Nume de utilizator PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Tip PDP"
@@ -6550,6 +6592,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -10013,6 +10056,10 @@ msgstr "Timp de funcționare"
msgid "Use <code>/etc/ethers</code>"
msgstr "Folosește <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Utilizați serverele DHCP anunțate"
@@ -10021,7 +10068,12 @@ msgstr "Utilizați serverele DHCP anunțate"
msgid "Use DHCP gateway"
msgstr "Utilizați poarta de acces a DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10080,16 +10132,19 @@ msgid "Use builtin IPv6-management"
msgstr "Utilizați managementul IPv6 încorporat"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Utilizați servere DNS personalizate"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Utilizați poarta de acces implicită"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po
index 1c21793a4a..d436f258f4 100644
--- a/modules/luci-base/po/ru/base.po
+++ b/modules/luci-base/po/ru/base.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LuCI: base\n"
"POT-Creation-Date: 2010-05-09 01:01+0300\n"
-"PO-Revision-Date: 2023-04-29 21:44+0000\n"
+"PO-Revision-Date: 2023-06-05 03:51+0000\n"
"Last-Translator: st7105 <st7105@gmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/luci/ru/>"
"\n"
@@ -403,6 +403,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1092,6 +1093,7 @@ msgstr "Группа аутентификации"
msgid "Authentication"
msgstr "Аутентификация"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1109,6 +1111,8 @@ msgstr "Веб-интерфейс"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1431,6 +1435,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"CA сертификат; если отсутствует, будет сохранен после первого соединения."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr "CHAP"
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Ошибка конфигурации CLAT"
@@ -2369,6 +2377,8 @@ msgstr "Отключить данную сеть"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2805,6 +2815,7 @@ msgstr "Включить динамическое обновление окон
msgid "Enable IPv6"
msgstr "Включить IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Включить IPv6 negotiation"
@@ -2949,6 +2960,8 @@ msgstr "Включить юникаст-флудинг (unicast flooding)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Включен"
@@ -3990,6 +4003,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4069,6 +4083,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-в-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr "IPv4/IPv6"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (оба, по умолчанию IPv4)"
@@ -4089,6 +4107,7 @@ msgstr "Таблица IPv4/IPv6 трафика «%h»"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4275,12 +4294,14 @@ msgstr ""
"противном случае изменения будут автоматически отменены."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Если не выбрано, то маршрут по умолчанию не настраивается"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4597,6 +4618,7 @@ msgid "Invalid"
msgstr "Неверно"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5258,6 +5280,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "Неверное MAP правило"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr "Сотовая связь MBIM"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5358,6 +5384,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Максимально допустимый размер UDP пакетов EDNS0."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Максимальное время ожидания готовности модема (секунды)"
@@ -5535,6 +5562,7 @@ msgid "Modem default"
msgstr "Настройки модема по умолчанию"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5551,6 +5579,7 @@ msgid "Modem information query failed"
msgstr "Ошибка запроса информации о модеме"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -6012,6 +6041,7 @@ msgstr "Не использовать wildcard"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Ничего"
@@ -6449,6 +6479,7 @@ msgstr "Переопределить таблицу маршрутизации I
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6524,11 +6555,20 @@ msgstr "Переписать текущие настройки импортир
msgid "Owner"
msgstr "Владелец"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr "PAP"
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr "PAP/CHAP"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (оба)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6542,6 +6582,7 @@ msgid "PAP/CHAP password"
msgstr "Пароль PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6554,6 +6595,7 @@ msgstr "Пароль PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Имя пользователя PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Тип PDP"
@@ -6563,6 +6605,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9991,6 +10034,10 @@ msgstr "Время работы"
msgid "Use <code>/etc/ethers</code>"
msgstr "Использовать <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr "Использовать DHCP"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Использовать серверы, объявленные через DHCP"
@@ -9999,7 +10046,12 @@ msgstr "Использовать серверы, объявленные чере
msgid "Use DHCP gateway"
msgstr "Использовать шлюз DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr "Использовать DHCPv6"
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10058,16 +10110,19 @@ msgid "Use builtin IPv6-management"
msgstr "Использовать встроенный IPv6-менеджмент"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Использовать собственные DNS сервера"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Использовать шлюз по умолчанию"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po
index f5c6aec2b8..f3880340c9 100644
--- a/modules/luci-base/po/sk/base.po
+++ b/modules/luci-base/po/sk/base.po
@@ -383,6 +383,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1035,6 +1036,7 @@ msgstr ""
msgid "Authentication"
msgstr "Overenie totožnosti"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1052,6 +1054,8 @@ msgstr "Vyžaduje sa overenie totožnosti"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1348,6 +1352,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2239,6 +2247,8 @@ msgstr "Zakázať túto sieť"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2642,6 +2652,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2779,6 +2790,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Zapnuté"
@@ -3788,6 +3801,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3868,6 +3882,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3888,6 +3906,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4065,12 +4084,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4368,6 +4389,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5000,6 +5022,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr "Pravidlo MAP je neplatné"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5095,6 +5121,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5261,6 +5288,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5277,6 +5305,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5730,6 +5759,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Žiadny"
@@ -6121,6 +6151,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6192,11 +6223,20 @@ msgstr ""
msgid "Owner"
msgstr "Vlastník"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (oba)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6210,6 +6250,7 @@ msgid "PAP/CHAP password"
msgstr "Heslo PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6222,6 +6263,7 @@ msgstr "Heslo PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Používateľské meno PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Typ PDP"
@@ -6231,6 +6273,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9380,6 +9423,10 @@ msgstr "Doba spustenia"
msgid "Use <code>/etc/ethers</code>"
msgstr "Použiť súbor <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Použiť servery inzerované DHCP"
@@ -9388,7 +9435,12 @@ msgstr "Použiť servery inzerované DHCP"
msgid "Use DHCP gateway"
msgstr "Použiť bránu DHCP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9445,16 +9497,19 @@ msgid "Use builtin IPv6-management"
msgstr "Použiť zabudovanú správu IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Použiť vlastné servery DNS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po
index f306c20cda..68cbcb22e0 100644
--- a/modules/luci-base/po/sv/base.po
+++ b/modules/luci-base/po/sv/base.po
@@ -384,6 +384,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1050,6 +1051,7 @@ msgstr "Autentiseringsgrupp"
msgid "Authentication"
msgstr "Autentisering"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1067,6 +1069,8 @@ msgstr "Tillstånd krävs"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1364,6 +1368,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"CA-certifikat; om tom så kommer den att sparas efter första anslutningen."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT konfiguration misslyckades"
@@ -2245,6 +2253,8 @@ msgstr "Inaktivera det här nätverket"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2649,6 +2659,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr "Aktivera IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2786,6 +2797,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Aktiverad"
@@ -3791,6 +3804,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3870,6 +3884,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-i-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3890,6 +3908,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4066,12 +4085,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4369,6 +4390,7 @@ msgid "Invalid"
msgstr "Ogiltig"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4999,6 +5021,10 @@ msgstr "MAP / LW4över6"
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5092,6 +5118,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5258,6 +5285,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5274,6 +5302,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5727,6 +5756,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Ingen"
@@ -6118,6 +6148,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6189,11 +6220,20 @@ msgstr ""
msgid "Owner"
msgstr "Ägare"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6207,6 +6247,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP-lösenord"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6219,6 +6260,7 @@ msgstr "PAP/CHAP-lösenord"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP-användarnamn"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6228,6 +6270,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9346,6 +9389,10 @@ msgstr "Upptid"
msgid "Use <code>/etc/ethers</code>"
msgstr "Använd <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9354,7 +9401,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr "Använd DHCP-gateway"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9411,16 +9463,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Använd anpassade DNS-servrar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Använd standard-gateway"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot
index 2e9f3c3c23..4bbdea44b7 100644
--- a/modules/luci-base/po/templates/base.pot
+++ b/modules/luci-base/po/templates/base.pot
@@ -368,6 +368,7 @@ msgid "ANSI T1.413"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1017,6 +1018,7 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1034,6 +1036,8 @@ msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1330,6 +1334,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2207,6 +2215,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2608,6 +2618,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2745,6 +2756,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr ""
@@ -3748,6 +3761,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr ""
@@ -3827,6 +3841,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3847,6 +3865,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr ""
@@ -4023,12 +4042,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4326,6 +4347,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4953,6 +4975,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr ""
@@ -5044,6 +5070,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5210,6 +5237,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5226,6 +5254,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5677,6 +5706,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6068,6 +6098,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6139,11 +6170,20 @@ msgstr ""
msgid "Owner"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6157,6 +6197,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6169,6 +6210,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6178,6 +6220,7 @@ msgid "PID"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9289,6 +9332,10 @@ msgstr ""
msgid "Use <code>/etc/ethers</code>"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9297,7 +9344,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9354,16 +9406,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po
index b999883f98..c0e1479a22 100644
--- a/modules/luci-base/po/tr/base.po
+++ b/modules/luci-base/po/tr/base.po
@@ -388,6 +388,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1073,6 +1074,7 @@ msgstr "Kimlik Doğrulama Grubu"
msgid "Authentication"
msgstr "Kimlik Doğrulama"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1090,6 +1092,8 @@ msgstr "İzin Gerekli"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1404,6 +1408,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr "CA sertifikası; boşsa, ilk bağlantıdan sonra kaydedilecektir."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT yapılandırması başarısız oldu"
@@ -2335,6 +2343,8 @@ msgstr "Bu ağı devre dışı bırak"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2761,6 +2771,7 @@ msgstr "HE.net dinamik uç nokta güncellemesini etkinleştirin"
msgid "Enable IPv6"
msgstr "IPv6'yı etkinleştir"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "IPv6 anlaşmasını etkinleştir"
@@ -2904,6 +2915,8 @@ msgstr "Tek noktaya yayın taşmasını etkinleştir"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Etkin"
@@ -3938,6 +3951,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4017,6 +4031,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (her ikisi - varsayılan olarak IPv4'tür)"
@@ -4037,6 +4055,7 @@ msgstr "IPv4/IPv6 trafik tablosu \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4222,12 +4241,14 @@ msgstr ""
"gerekir, aksi takdirde değişiklikler geri alınır."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "İşaretli değilse, hiçbir varsayılan yol yapılandırılmaz"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4547,6 +4568,7 @@ msgid "Invalid"
msgstr "Geçersiz"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5200,6 +5222,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "MAP kuralı geçersiz"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5297,6 +5323,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "EDNS.0 UDP paketlerinin izin verilen azami boyutu."
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Modemin hazır hale gelmesi için beklenecek maksimum saniye"
@@ -5471,6 +5498,7 @@ msgid "Modem default"
msgstr "Modem varsayılanı"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5487,6 +5515,7 @@ msgid "Modem information query failed"
msgstr "Modem bilgisi sorgusu başarısız oldu"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5949,6 +5978,7 @@ msgstr "Joker karakter içermeyen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Yok"
@@ -6378,6 +6408,7 @@ msgstr "IPv6 yönlendirme tablosunu geçersiz kıl"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6453,11 +6484,20 @@ msgstr "İçe aktarılan yapılandırmayla mevcut ayarların üzerine yazılsın
msgid "Owner"
msgstr "Sahip"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (her ikisi de)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6471,6 +6511,7 @@ msgid "PAP/CHAP password"
msgstr "PAP / CHAP şifresi"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6483,6 +6524,7 @@ msgstr "PAP / CHAP şifresi"
msgid "PAP/CHAP username"
msgstr "PAP / CHAP kullanıcı adı"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDP Türü"
@@ -6492,6 +6534,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9899,6 +9942,10 @@ msgstr "Çalışma süresi"
msgid "Use <code>/etc/ethers</code>"
msgstr "<code>/etc/ethers</code> kullanın"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "DHCP duyurusu yapılan sunucuları kullan"
@@ -9907,7 +9954,12 @@ msgstr "DHCP duyurusu yapılan sunucuları kullan"
msgid "Use DHCP gateway"
msgstr "DHCP ağ geçidini kullan"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9966,16 +10018,19 @@ msgid "Use builtin IPv6-management"
msgstr "Yerleşik IPv6 yönetimini kullanın"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Özel DNS sunucularını kullan"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Varsayılan ağ geçidini kullan"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po
index dfcf775c6e..00f4b4b28b 100644
--- a/modules/luci-base/po/uk/base.po
+++ b/modules/luci-base/po/uk/base.po
@@ -398,6 +398,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1088,6 +1089,7 @@ msgstr "Група автентифікації"
msgid "Authentication"
msgstr "Автентифікація"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1105,6 +1107,8 @@ msgstr "Потрібна авторизація"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1412,6 +1416,10 @@ msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
"Сертифікат CA; якщо порожньо, його буде збережено після першого підключення."
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Помилка конфігурації <abbr title=\"464XLAT\">CLAT</abbr>"
@@ -2353,6 +2361,8 @@ msgstr "Вимкнути цю мережу"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2787,6 +2797,7 @@ msgstr "Увімкнути динамічне оновлення кінцево
msgid "Enable IPv6"
msgstr "Увімкнути IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Увімкнути узгодження IPv6"
@@ -2929,6 +2940,8 @@ msgstr "Увімкнути одноадресне затоплення (flooding
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Увімкнено"
@@ -3969,6 +3982,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -4048,6 +4062,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4 у IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (обидва - типово для IPv4)"
@@ -4068,6 +4086,7 @@ msgstr "Таблиця IPv4/IPv6 трафіка \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4257,12 +4276,14 @@ msgstr ""
"секунд для підтвердження налаштувань, інакше зміни буде скасовано."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "Якщо не позначено, типовий маршрут не налаштовано"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4580,6 +4601,7 @@ msgid "Invalid"
msgstr "Неприпустимо"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5249,6 +5271,10 @@ msgstr "MAP / LW4over6"
msgid "MAP rule is invalid"
msgstr "Неприпустиме правило MAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5350,6 +5376,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Максимально допустимий розмір UDP-пакетів EDNS.0"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Максимальний час очікування готовності модему (секунд)"
@@ -5528,6 +5555,7 @@ msgid "Modem default"
msgstr "Типові налаштування модема"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5544,6 +5572,7 @@ msgid "Modem information query failed"
msgstr "Помилка запиту інформації про модем"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -6005,6 +6034,7 @@ msgstr "Без шаблону заміни"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Жоден"
@@ -6431,6 +6461,7 @@ msgstr "Перевизначити таблицю маршрутизації IPv
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6505,11 +6536,20 @@ msgstr ""
msgid "Owner"
msgstr "Власник"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (обидва)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6523,6 +6563,7 @@ msgid "PAP/CHAP password"
msgstr "Пароль PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6535,6 +6576,7 @@ msgstr "Пароль PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Ім'я користувача PAP/CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "Тип PDP"
@@ -6544,6 +6586,7 @@ msgid "PID"
msgstr "<abbr title=\"Process Identifier — Ідентифікатор процесу\">PID</abbr>"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9946,6 +9989,10 @@ msgstr "Час безвідмовної роботи"
msgid "Use <code>/etc/ethers</code>"
msgstr "Використовувати <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Використовувати сервери, оголошені DHCP"
@@ -9954,7 +10001,12 @@ msgstr "Використовувати сервери, оголошені DHCP"
msgid "Use DHCP gateway"
msgstr "Використовувати DHCP-шлюз"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -10013,16 +10065,19 @@ msgid "Use builtin IPv6-management"
msgstr "Використовувати вбудоване керування IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Використовувати особливі DNS-сервери"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "Використовувати типовий шлюз"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/ur/base.po b/modules/luci-base/po/ur/base.po
index 82e4559b87..640ee643ff 100644
--- a/modules/luci-base/po/ur/base.po
+++ b/modules/luci-base/po/ur/base.po
@@ -376,6 +376,7 @@ msgid "ANSI T1.413"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1025,6 +1026,7 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1042,6 +1044,8 @@ msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1338,6 +1342,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr ""
@@ -2215,6 +2223,8 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2616,6 +2626,7 @@ msgstr ""
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr ""
@@ -2753,6 +2764,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr ""
@@ -3756,6 +3769,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr ""
@@ -3835,6 +3849,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3855,6 +3873,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr ""
@@ -4031,12 +4050,14 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4334,6 +4355,7 @@ msgid "Invalid"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -4961,6 +4983,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
#, fuzzy
msgid "MD5"
@@ -5053,6 +5079,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
@@ -5219,6 +5246,7 @@ msgid "Modem default"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5235,6 +5263,7 @@ msgid "Modem information query failed"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5686,6 +5715,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr ""
@@ -6077,6 +6107,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6148,11 +6179,20 @@ msgstr ""
msgid "Owner"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6166,6 +6206,7 @@ msgid "PAP/CHAP password"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6178,6 +6219,7 @@ msgstr ""
msgid "PAP/CHAP username"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6187,6 +6229,7 @@ msgid "PID"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9299,6 +9342,10 @@ msgstr ""
msgid "Use <code>/etc/ethers</code>"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr ""
@@ -9307,7 +9354,12 @@ msgstr ""
msgid "Use DHCP gateway"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9364,16 +9416,19 @@ msgid "Use builtin IPv6-management"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po
index adc775dcba..42d5f87754 100644
--- a/modules/luci-base/po/vi/base.po
+++ b/modules/luci-base/po/vi/base.po
@@ -382,6 +382,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1045,6 +1046,7 @@ msgstr "Nhóm xác thực"
msgid "Authentication"
msgstr "Xác thực"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1062,6 +1064,8 @@ msgstr "Yêu cầu ủy quyền"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1364,6 +1368,10 @@ msgstr ""
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr "Chứng chỉ CA; nếu trống sẽ được lưu sau kết nối đầu tiên"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "Cài đặt CLAT thất bại"
@@ -2264,6 +2272,8 @@ msgstr "Vô hiệu hóa mạng này"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2681,6 +2691,7 @@ msgstr "Kích hoạt cập nhật động những trang có đuôi HE.net"
msgid "Enable IPv6"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "Kích hoạt IPv6"
@@ -2818,6 +2829,8 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "Bật"
@@ -3834,6 +3847,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3913,6 +3927,10 @@ msgstr ""
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr ""
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr ""
@@ -3933,6 +3951,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4112,6 +4131,7 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
@@ -4119,6 +4139,7 @@ msgstr ""
"Nếu không được chỉ định, không có tuyến mạng mặc định nào được cấu hình"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4424,6 +4445,7 @@ msgid "Invalid"
msgstr "Giá trị nhập vào không hợp lí"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5066,6 +5088,10 @@ msgstr ""
msgid "MAP rule is invalid"
msgstr "Luật MAP không hợp lệ"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5163,6 +5189,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "Kích thước tối đa được phép của gói UDP EDNS.0"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "Thời gian (giây) tối đa để chờ modem sẵn sàng"
@@ -5329,6 +5356,7 @@ msgid "Modem default"
msgstr "Mô hình mặc định"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5345,6 +5373,7 @@ msgid "Modem information query failed"
msgstr "Truy vấn thông tin modem không thành công"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5802,6 +5831,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "Không"
@@ -6208,6 +6238,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6281,11 +6312,20 @@ msgstr ""
msgid "Owner"
msgstr "Chủ sở hữu"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr ""
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6299,6 +6339,7 @@ msgid "PAP/CHAP password"
msgstr "Mật khẩu PAP/CHAP"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6311,6 +6352,7 @@ msgstr "Mật khẩu PAP/CHAP"
msgid "PAP/CHAP username"
msgstr "Tên đăng nhập PAP?CHAP"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr ""
@@ -6320,6 +6362,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9530,6 +9573,10 @@ msgstr "Uptime"
msgid "Use <code>/etc/ethers</code>"
msgstr "Dùng <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "Dùng máy chủ quảng bá HDCP"
@@ -9538,7 +9585,12 @@ msgstr "Dùng máy chủ quảng bá HDCP"
msgid "Use DHCP gateway"
msgstr "Dùng DHCP gateway"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9595,16 +9647,19 @@ msgid "Use builtin IPv6-management"
msgstr "Sử dụng trình quản lý IPv6 đã được tích hợp và hệ thống"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Sử dụng máy chủ DNS tự tạo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-base/po/zh_Hans/base.po b/modules/luci-base/po/zh_Hans/base.po
index 2c519579c4..72b87a3f1c 100644
--- a/modules/luci-base/po/zh_Hans/base.po
+++ b/modules/luci-base/po/zh_Hans/base.po
@@ -4,8 +4,8 @@
#
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-05-12 16:28+0000\n"
-"Last-Translator: mewsf <w1sh2f3@gmail.com>\n"
+"PO-Revision-Date: 2023-06-11 13:51+0000\n"
+"Last-Translator: Eric <hamburger2048@users.noreply.hosted.weblate.org>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"openwrt/luci/zh_Hans/>\n"
"Language: zh_Hans\n"
@@ -386,6 +386,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1051,6 +1052,7 @@ msgstr "认证组"
msgid "Authentication"
msgstr "身份验证"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1068,6 +1070,8 @@ msgstr "需要授权"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1370,6 +1374,10 @@ msgstr "CA 证书(PEM 编码;而不是使用系统范围的存储来验证
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr "CA 证书,如果留空,则证书将在第一次连接后被保存。"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr "CHAP"
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT 配置失败"
@@ -1968,7 +1976,7 @@ msgstr "DNS 转发"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:526
msgid "DNS query port"
-msgstr "<abbr title=\"域名系统\">DNS</abbr> 查询端口"
+msgstr "DNS 查询端口"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "DNS search domains"
@@ -1976,7 +1984,7 @@ msgstr "DNS 搜索域名"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:519
msgid "DNS server port"
-msgstr "<abbr title=\"域名系统\">DNS</abbr> 服务器端口"
+msgstr "DNS 服务器端口"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:292
msgid "DNS setting is invalid"
@@ -2268,6 +2276,8 @@ msgstr "禁用此网络"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2682,6 +2692,7 @@ msgstr "启用 HE.net 动态终端更新"
msgid "Enable IPv6"
msgstr "启用 IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "启用 IPv6 协商"
@@ -2821,6 +2832,8 @@ msgstr "启用单播泛洪"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "启用"
@@ -3019,11 +3032,11 @@ msgstr "外部"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1601
msgid "External R0 Key Holder List"
-msgstr "外部 <abbr title=\"R0 Key Holder\">R0KH</abbr> 列表"
+msgstr "外部 R0 密钥持有者列表"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1605
msgid "External R1 Key Holder List"
-msgstr "外部 <abbr title=\"R1 Key Holder\">R1KH</abbr> 列表"
+msgstr "外部 R1 密钥持有者列表"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
msgid "External system log server"
@@ -3840,6 +3853,7 @@ msgstr "IPsec XFRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4"
@@ -3919,6 +3933,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-in-IPv4(RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr "IPv4/IPv6"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6(双栈 - 默认 IPv4)"
@@ -3939,6 +3957,7 @@ msgstr "IPv4/IPv6 流量表 \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4008,7 +4027,7 @@ msgstr "仅 IPv6"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1046
msgid "IPv6 preference"
-msgstr "IPv6 首选项"
+msgstr "IPv6 优先级"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59
@@ -4039,7 +4058,7 @@ msgstr "IPv6 后缀"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:853
msgid "IPv6 suffix (hex)"
-msgstr "<abbr title=\"互联网协议第 6 版\">IPv6</abbr> 后缀(十六进制)"
+msgstr "IPv6 后缀(十六进制)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51
msgid "IPv6 support"
@@ -4117,12 +4136,14 @@ msgstr ""
"确认设置,否则修改将被还原。"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "留空则不配置默认路由"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4429,6 +4450,7 @@ msgid "Invalid"
msgstr "无效"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5067,6 +5089,10 @@ msgstr "MAP / LW4over6配置"
msgid "MAP rule is invalid"
msgstr "MAP 规则无效"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr "MBIM 蜂窝网络"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5127,19 +5153,15 @@ msgstr "最长 <abbr title=\"路由器通告\">RA</abbr> 间隔"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:533
msgid "Max. DHCP leases"
-msgstr ""
-"<abbr title=\"maximal\">最大</abbr> <abbr title=\"动态主机配置协议\">DHCP</"
-"abbr> 租约数量"
+msgstr "最大 DHCP 租期"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:540
msgid "Max. EDNS0 packet size"
-msgstr ""
-"<abbr title=\"maximal\">最大</abbr> <abbr title=\"域名系统的扩展机制"
-"\">EDNS0</abbr> 数据包大小"
+msgstr "最大 EDNS0 数据包大小"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:547
msgid "Max. concurrent queries"
-msgstr "<abbr title=\"maximal\">最大</abbr>并发查询数"
+msgstr "最大并发查询数"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:586
msgid "Maximum age"
@@ -5162,6 +5184,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "EDNS0 UDP 数据包的最大允许大小。"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "调制解调器就绪的最大等待时间(秒)"
@@ -5332,6 +5355,7 @@ msgid "Modem default"
msgstr "调制解调器默认"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5348,6 +5372,7 @@ msgid "Modem information query failed"
msgstr "调制解调器信息查询失败"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5801,6 +5826,7 @@ msgstr "非全部地址"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "无"
@@ -6216,6 +6242,7 @@ msgstr "覆盖 IPv6 路由表"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6287,11 +6314,20 @@ msgstr "用导入的配置覆盖当前设置?"
msgid "Owner"
msgstr "用户名"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr "PAP"
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr "PAP/CHAP"
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP(均使用)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6305,6 +6341,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP 密码"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6317,6 +6354,7 @@ msgstr "PAP/CHAP 密码"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP 用户名"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDP 类型"
@@ -6326,6 +6364,7 @@ msgid "PID"
msgstr "PID"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9550,6 +9589,10 @@ msgstr "运行时间"
msgid "Use <code>/etc/ethers</code>"
msgstr "使用 <code>/etc/ethers</code> 配置"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr "使用 DHCP"
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "使用 DHCP 通告的服务器"
@@ -9558,7 +9601,12 @@ msgstr "使用 DHCP 通告的服务器"
msgid "Use DHCP gateway"
msgstr "使用 DHCP 网关"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr "使用 DHCPv6"
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9615,16 +9663,19 @@ msgid "Use builtin IPv6-management"
msgstr "使用内置的 IPv6 管理"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "使用自定义的 DNS 服务器"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "使用默认网关"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
@@ -10023,7 +10074,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm:166
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:513
msgid "Width"
-msgstr "带宽"
+msgstr "通道宽度"
#: protocols/luci-proto-wireguard/root/usr/share/luci/menu.d/luci-proto-wireguard.json:3
msgid "WireGuard"
diff --git a/modules/luci-base/po/zh_Hant/base.po b/modules/luci-base/po/zh_Hant/base.po
index c53570df9b..3710b3bf55 100644
--- a/modules/luci-base/po/zh_Hant/base.po
+++ b/modules/luci-base/po/zh_Hant/base.po
@@ -386,6 +386,7 @@ msgid "ANSI T1.413"
msgstr "ANSI T1.413"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:95
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:65
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:94
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:91
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:68
@@ -1047,6 +1048,7 @@ msgstr "認證群組"
msgid "Authentication"
msgstr "認證"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:76
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:108
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:82
msgid "Authentication Type"
@@ -1064,6 +1066,8 @@ msgstr "需要授權"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:120
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:24
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:107
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:116
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:113
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:51
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:96
@@ -1368,6 +1372,10 @@ msgstr "CA 證書 (PEM 編碼;而不是使用系統範圍的儲存來驗證閘
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr "CA 憑證;如果留空會在第一次連線後儲存。"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:79
+msgid "CHAP"
+msgstr ""
+
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:7
msgid "CLAT configuration failed"
msgstr "CLAT 組態失敗"
@@ -2273,6 +2281,8 @@ msgstr "停用此網路"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:121
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:108
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:117
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:114
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:52
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:97
@@ -2687,6 +2697,7 @@ msgstr "啟用HE.net服務代管動態更新"
msgid "Enable IPv6"
msgstr "啟用IPv6"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:101
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
msgid "Enable IPv6 negotiation"
msgstr "啟用 IPv6 協商"
@@ -2827,6 +2838,8 @@ msgstr "啟用單播泛洪"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:243
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:353
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:66
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:118
msgid "Enabled"
msgstr "啟用"
@@ -3845,6 +3858,7 @@ msgstr "IPsec XFRM協定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:89
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:90
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:96
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:87
msgid "IPv4"
msgstr "IPv4 地址"
@@ -3924,6 +3938,10 @@ msgstr "IPv4+IPv6"
msgid "IPv4-in-IPv4 (RFC2003)"
msgstr "IPv4-包裹-IPv4 (RFC2003)"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:95
+msgid "IPv4/IPv6"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:127
msgid "IPv4/IPv6 (both - defaults to IPv4)"
msgstr "IPv4/IPv6 (雙啟 - 預設到IPv4)"
@@ -3944,6 +3962,7 @@ msgstr "IPv4/IPv6 流量表 \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:98
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:99
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:100
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:97
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:89
msgid "IPv6"
msgstr "IPv6"
@@ -4123,12 +4142,14 @@ msgstr ""
"strong>確認設定,否則修改將被還原。"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:122
msgid "If unchecked, no default route is configured"
msgstr "如果沒勾選, 將不會設置預設路由"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
msgid "If unchecked, the advertised DNS server addresses are ignored"
@@ -4436,6 +4457,7 @@ msgid "Invalid"
msgstr "無效"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:100
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:74
@@ -5073,6 +5095,10 @@ msgstr "MAP / LW4over6 (IPv6群播技術)"
msgid "MAP rule is invalid"
msgstr "MAP 規則無效"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
+msgid "MBIM Cellular"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:223
msgid "MD5"
msgstr "MD5"
@@ -5168,6 +5194,7 @@ msgid "Maximum allowed size of EDNS0 UDP packets."
msgstr "允許EDNS.0 協定的UDP封包最大數量。"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr "等待數據機待命的最大秒數"
@@ -5338,6 +5365,7 @@ msgid "Modem default"
msgstr "預設數據機"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:82
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:65
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
@@ -5354,6 +5382,7 @@ msgid "Modem information query failed"
msgstr "數據機資訊查詢失敗"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:126
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:124
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:106
msgid "Modem init timeout"
@@ -5810,6 +5839,7 @@ msgstr "非-萬用字元"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:159
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:183
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:80
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
msgstr "無"
@@ -6219,6 +6249,7 @@ msgstr "覆蓋 IPv6 路由表"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:74
#: protocols/luci-proto-ipip/htdocs/luci-static/resources/protocol/ipip.js:53
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:128
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:132
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:194
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:57
@@ -6290,11 +6321,20 @@ msgstr "用匯入的設定覆蓋目前設定?"
msgid "Owner"
msgstr "持有者"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
+msgid "PAP"
+msgstr ""
+
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
+msgid "PAP/CHAP"
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:109
msgid "PAP/CHAP (both)"
msgstr "PAP/CHAP (並用)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:120
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:107
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:45
@@ -6308,6 +6348,7 @@ msgid "PAP/CHAP password"
msgstr "PAP/CHAP驗證密碼"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:115
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:105
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/l2tp.js:43
@@ -6320,6 +6361,7 @@ msgstr "PAP/CHAP驗證密碼"
msgid "PAP/CHAP username"
msgstr "PAP/CHAP驗證用戶名稱"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:114
msgid "PDP Type"
msgstr "PDP類型"
@@ -6329,6 +6371,7 @@ msgid "PID"
msgstr "PID碼"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:105
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:79
@@ -9565,6 +9608,10 @@ msgstr "上線時間"
msgid "Use <code>/etc/ethers</code>"
msgstr "採用 <code>/etc/ethers</code>"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:106
+msgid "Use DHCP"
+msgstr ""
+
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:295
msgid "Use DHCP advertised servers"
msgstr "使用 DHCP 通告的伺服器"
@@ -9573,7 +9620,12 @@ msgstr "使用 DHCP 通告的伺服器"
msgid "Use DHCP gateway"
msgstr "使用DHCP的閘道"
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:115
+msgid "Use DHCPv6"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:957
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:132
msgid "Use DNS servers advertised by peer"
@@ -9630,16 +9682,19 @@ msgid "Use builtin IPv6-management"
msgstr "使用內建的IPv6管理功能"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:961
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "使用自訂的 DNS 伺服器"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:953
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
msgid "Use default gateway"
msgstr "使用預設閘道"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:975
+#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:126
msgid "Use gateway metric"
diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js
index f48622fd66..318c3abf87 100644
--- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js
+++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js
@@ -262,6 +262,8 @@ return baseclass.extend({
this.renderUpdateData(data[0], data[1], data[2]);
- return this.renderHtml();
+ if (this.params.wifi.radios.length)
+ return this.renderHtml();
+ return E([]);
}
});
diff --git a/modules/luci-mod-dashboard/po/fr/dashboard.po b/modules/luci-mod-dashboard/po/fr/dashboard.po
index a17fb7b66d..b394ddff82 100644
--- a/modules/luci-mod-dashboard/po/fr/dashboard.po
+++ b/modules/luci-mod-dashboard/po/fr/dashboard.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2022-07-29 19:23+0000\n"
-"Last-Translator: Christophe Blancon <christophe.blancon@gmail.com>\n"
+"PO-Revision-Date: 2023-06-11 13:51+0000\n"
+"Last-Translator: Edouard Choinière <e-c@live.ca>\n"
"Language-Team: French <https://hosted.weblate.org/projects/openwrt/"
"lucimodulesluci-mod-dashboard/fr/>\n"
"Language: fr\n"
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 4.14-dev\n"
+"X-Generator: Weblate 4.18-dev\n"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:163
msgid "Active"
@@ -41,7 +41,7 @@ msgstr "Connecté"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js:13
msgid "DHCP Devices"
-msgstr "Périphériques DHCP"
+msgstr "Appareils DHCP"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js:207
msgid "DNSv4"
diff --git a/modules/luci-mod-dashboard/po/nl/dashboard.po b/modules/luci-mod-dashboard/po/nl/dashboard.po
index b27618f22b..6b516f9d85 100644
--- a/modules/luci-mod-dashboard/po/nl/dashboard.po
+++ b/modules/luci-mod-dashboard/po/nl/dashboard.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2023-05-01 17:39+0000\n"
+"PO-Revision-Date: 2023-06-11 03:31+0000\n"
"Last-Translator: xtz1983 <xtz1983@gmail.com>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/openwrt/"
"lucimodulesluci-mod-dashboard/nl/>\n"
@@ -53,7 +53,7 @@ msgstr "DNSv6"
#: modules/luci-mod-dashboard/root/usr/share/luci/menu.d/luci-mod-dashboard.json:3
msgid "Dashboard"
-msgstr "Overzichtspaneel"
+msgstr "Dashboard"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js:134
msgid "Devices"
diff --git a/modules/luci-mod-dashboard/po/pl/dashboard.po b/modules/luci-mod-dashboard/po/pl/dashboard.po
index 97d8c03aaf..91c205b750 100644
--- a/modules/luci-mod-dashboard/po/pl/dashboard.po
+++ b/modules/luci-mod-dashboard/po/pl/dashboard.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2021-06-26 18:17+0000\n"
-"Last-Translator: Adam Stańczyk <a.stanczyk@onet.pl>\n"
+"PO-Revision-Date: 2023-06-03 11:51+0000\n"
+"Last-Translator: Matthaiks <kitynska@gmail.com>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/"
"lucimodulesluci-mod-dashboard/pl/>\n"
"Language: pl\n"
@@ -11,7 +11,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 4.7.1-dev\n"
+"X-Generator: Weblate 4.18-dev\n"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:163
msgid "Active"
@@ -70,7 +70,7 @@ msgstr "Pobieranie"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js:129
msgid "Download"
-msgstr "Pobieranie"
+msgstr "Pobierz"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:187
msgid "Encryption"
diff --git a/modules/luci-mod-dashboard/po/pt_BR/dashboard.po b/modules/luci-mod-dashboard/po/pt_BR/dashboard.po
index d6b38c27c8..95d5235126 100644
--- a/modules/luci-mod-dashboard/po/pt_BR/dashboard.po
+++ b/modules/luci-mod-dashboard/po/pt_BR/dashboard.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2021-04-01 17:27+0000\n"
+"PO-Revision-Date: 2023-06-05 03:51+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
"openwrt/lucimodulesluci-mod-dashboard/pt_BR/>\n"
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 4.6-dev\n"
+"X-Generator: Weblate 4.18-dev\n"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:163
msgid "Active"
@@ -69,7 +69,7 @@ msgstr "Baix."
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js:129
msgid "Download"
-msgstr "Download"
+msgstr "Baixar"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:187
msgid "Encryption"
diff --git a/modules/luci-mod-dsl/po/es/dsl.po b/modules/luci-mod-dsl/po/es/dsl.po
index 866e09b894..0f1f4fd5be 100644
--- a/modules/luci-mod-dsl/po/es/dsl.po
+++ b/modules/luci-mod-dsl/po/es/dsl.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-04 20:04+0000\n"
-"PO-Revision-Date: 2023-05-13 04:25+0000\n"
+"PO-Revision-Date: 2023-05-15 17:51+0000\n"
"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/"
"luci_modules_luci-mod-dsl/es/>\n"
@@ -27,9 +27,8 @@ msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:95
-#, fuzzy
msgid "Annex"
-msgstr "Annex"
+msgstr "Anexo"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:112
msgid "Attainable Data Rate (ATTNDR)"
diff --git a/modules/luci-mod-dsl/po/it/dsl.po b/modules/luci-mod-dsl/po/it/dsl.po
index 7e43613f2d..07db85d7c9 100644
--- a/modules/luci-mod-dsl/po/it/dsl.po
+++ b/modules/luci-mod-dsl/po/it/dsl.po
@@ -1,18 +1,18 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-04-03 07:17+0000\n"
-"Last-Translator: Francesco <formido82@gmail.com>\n"
+"PO-Revision-Date: 2023-05-17 11:53+0000\n"
+"Last-Translator: Daniele Olivo <daniele.olivo1996@gmail.com>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/"
"luci_modules_luci-mod-dsl/it/>\n"
"Language: it\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.17-dev\n"
+"X-Generator: Weblate 4.18-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)"
-msgstr ""
+msgstr "Codice di errore nell'intestazione ATM (HEC-P)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111
msgid "Actual Data Rate"
@@ -28,7 +28,7 @@ msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:112
msgid "Attainable Data Rate (ATTNDR)"
-msgstr ""
+msgstr "Velocità dati raggiungibile (ATTNDR)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:118
msgid "Bitswap"
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js
index 8e400fb46b..1bfa95501a 100644
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js
@@ -76,7 +76,7 @@ return view.extend({
var table = E('table', { 'class': 'table' }, [
E('tr', { 'class': 'tr' }, [
- E('td', { 'class': 'td left' }, [
+ E('td', { 'class': 'td left', 'style': 'overflow:initial' }, [
E('input', {
'style': 'margin:5px 0',
'type': 'text',
@@ -99,7 +99,7 @@ return view.extend({
])
]),
- E('td', { 'class': 'td left' }, [
+ E('td', { 'class': 'td left', 'style': 'overflow:initial' }, [
E('input', {
'style': 'margin:5px 0',
'type': 'text',