Skip to content

Commit

Permalink
Fix some typo - thanks @kondorzs
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Jun 11, 2020
1 parent 069771a commit f137b71
Show file tree
Hide file tree
Showing 18 changed files with 6,041 additions and 5 deletions.
Binary file modified index.html.gz
Binary file not shown.
Binary file modified languages/de/index.html.gz
Binary file not shown.
Binary file modified languages/en/index.html.gz
Binary file not shown.
Binary file modified languages/es/index.html.gz
Binary file not shown.
Binary file modified languages/fr/index.html.gz
Binary file not shown.
Binary file modified languages/hu/index.html.gz
Binary file not shown.
Binary file modified languages/it/index.html.gz
Binary file not shown.
Binary file modified languages/multi/index.html.gz
Binary file not shown.
Binary file modified languages/pl/index.html.gz
Binary file not shown.
Binary file modified languages/ptbr/index.html.gz
Binary file not shown.
Binary file modified languages/ru/index.html.gz
Binary file not shown.
Binary file modified languages/uk/index.html.gz
Binary file not shown.
Binary file modified languages/zh_CN/index.html.gz
Binary file not shown.
6,033 changes: 6,033 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion www/js/language/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ var hungariantrans = {
"Time Server 2":"Idő Szerver 2",
"Time Server 3":"Idő Szerver 3",
"TargetFW":"Cél FW",
"Target FW":"Cél FW",
"Direct SD access":"Közvetlen SD hozzáférés",
"Direct SD Boot Check":"Közvetlen SD indítási ellenőrzés",
"Primary SD":"Elsődleges SD",
Expand Down Expand Up @@ -414,6 +415,7 @@ var hungariantrans = {
"X Max travel, mm":"X Max utazás, mm",
"Y Max travel, mm":"Y Max utazás, mm",
"Z Max travel, mm":"Z Max utazás, mm",
"File extensions (use ; to separate):":"Fájl kiterjesztések (használja; szétválasztáshoz):"
"File extensions (use ; to separate)":"Fájl kiterjesztések (használja; szétválasztáshoz)",
"Web Socket":"Web modulon"
};
//endRemoveIf(hu_lang_disabled)
3 changes: 2 additions & 1 deletion www/js/language/lang.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -413,5 +413,6 @@ var langtrans = {
"X Max travel, mm":"X Max travel, mm",
"Y Max travel, mm":"Y Max travel, mm",
"Z Max travel, mm":"Z Max travel, mm",
"File extensions (use ; to separate):":"File extensions (use ; to separate):"
"File extensions (use ; to separate)":"File extensions (use ; to separate)",
"Web Socket":"Web Socket"
};
2 changes: 1 addition & 1 deletion www/js/language/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,6 @@ var zh_CN_trans = {
"X Max travel, mm":"X轴最大行程,毫米",
"Y Max travel, mm":"Y轴最大行程,毫米",
"Z Max travel, mm":"Z轴最大行程,毫米",
"File extensions (use ; to separate):":"文件扩展名 (使用 ; 分隔):"
"File extensions (use ; to separate)":"文件扩展名 (使用 ; 分隔)"
};
//endRemoveIf(zh_cn_lang_disabled)
4 changes: 2 additions & 2 deletions www/sub/preferencesdlg.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ <h3>
<table>
<tr>
<td>
<span><span translate>File extensions (use <b>;</b> to separate)</span>:&nbsp;</span>
<span><span translate>File extensions (use ; to separate)</span>:&nbsp;</span>
</td>
<td>
<div class="input-group has-control">
Expand Down Expand Up @@ -492,7 +492,7 @@ <h3>
<div id="verbose_mode_prefs_check" class="checkbox">
<label>
<input type="checkbox" id="preferences_verbose_mode" />
<span translate>Verbose Mode</span>
<span translate>Verbose mode</span>
</label>
</div>
</div>
Expand Down

0 comments on commit f137b71

Please sign in to comment.