Skip to content

Commit

Permalink
update translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Aug 15, 2023
1 parent 5061538 commit 3adf189
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 33 deletions.
2 changes: 1 addition & 1 deletion layout/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
function isLimitedNetwork() {
var connection = navigator.connection ||
navigator.mozConnection ||
navigator.webkitConnection || { tyep: "unknown" };
navigator.webkitConnection || { type: "unknown" };
const notLimitTypes = ["ethernet", "wifi", "wimax"];
const limitTypes = ["bluetooth", "cellular"];
var system = {
Expand Down
39 changes: 7 additions & 32 deletions layout/locales/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ msgid ""
msgstr ""

#: home.html:93
#, fuzzy
msgid "/static/home/licheepi4a_post.jpg"
msgstr "/static/home/maixiii_axpi_en.jpg"
msgstr ""

#: home.html:96 home.html:109 home.html:122 licheepi.html:132 licheepi.html:148
#: licheepi.html:164 licheepi.html:180 maix.html:110 maix.html:127
Expand All @@ -27,33 +26,31 @@ msgstr "/static/home/maixiii_axpi_en.jpg"

#: home.html:135
msgid "分享广场"
msgstr ""
msgstr "Share Center"

#: home.html:139
msgid "MaixHub 官网"
msgstr ""
msgstr "MaixHub"

#: home.html:149
msgid "产品动态"
msgstr ""
msgstr "Product News"

#: home.html:153
#, fuzzy
msgid "Maix AI 视觉"
msgstr "Maix AI Vision"

#: home.html:165
#, fuzzy
msgid "MaixSense 传感器"
msgstr "MaixSense Sensor Module"
msgstr "MaixSense Sensor"

#: home.html:169
msgid "其它"
msgstr ""
msgstr "Others"

#: licheepi.html:4
msgid "Linux SBC 系列"
msgstr ""
msgstr "Linux SBC Series"

#: licheepi.html:25
msgid "Lichee SBC 系列产品参数对比"
Expand Down Expand Up @@ -269,25 +266,3 @@ msgstr "MCU inside Chip FPGA Board"
#: tang.html:85
msgid "自带多种外设接口的 FPGA 开发板"
msgstr "Mutiple interfaces FPGA board"

#~ msgid "/static/home/licheepi4a_post.jpg"
#~ msgstr ""

#~ msgid "分享广场"
#~ msgstr "Share Center"

#~ msgid "MaixHub 官网"
#~ msgstr "MaixHub"

#~ msgid "产品动态"
#~ msgstr "Product News"

#~ msgid "Maix AI 视觉"
#~ msgstr "Maix AI Vision"

#~ msgid "MaixSense 传感器"
#~ msgstr "MaixSense Sensor"

#~ msgid "其它"
#~ msgstr "Others"

0 comments on commit 3adf189

Please sign in to comment.