Skip to content

Commit

Permalink
Cập nhật tiếng Việt. build 2406231
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnguyendev committed Jun 23, 2024
1 parent 869c8c1 commit a043547
Show file tree
Hide file tree
Showing 11 changed files with 20,433 additions and 20,400 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// version code in format yymmddb (b = language build)
// b = 0 EN; b = 1 VN

#### Build 2406231
- ARGB 1.0.0 - 🇻🇳 release - porting from WLED 0.14.4 release
- bangnguyendev updated Web UI

#### Build 2406201
- ARGB 1.0.0 - 🇻🇳 release - porting from WLED 0.14.4 release
- bangnguyendev updated Web UI
Expand Down
4 changes: 2 additions & 2 deletions wled00/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function presetError(empty)
if (empty)
cn += `Bạn chưa có Preset nào!`;
else
cn += `Sorry, there was an issue loading your presets!`;
cn += `Rất tiếc, đã xảy ra sự cố khi tải Presets của bạn !`;

if (hasBackup) {
cn += `<br><br>`;
Expand Down Expand Up @@ -2009,7 +2009,7 @@ function makePlEntry(p,i)
function makePlUtil()
{
if (pNum < 2) {
showToast("You need at least 2 presets to make a playlist!"); //return;
showToast("Bạn cần ít nhất 2 Preset để tạo danh sách phát!"); //return;
}
let p = gId('putil');
p.classList.remove('staybot');
Expand Down
24 changes: 12 additions & 12 deletions wled00/data/settings_ui.htm

Large diffs are not rendered by default.

626 changes: 314 additions & 312 deletions wled00/html_cpal.h

Large diffs are not rendered by default.

8,991 changes: 4,489 additions & 4,502 deletions wled00/html_other.h

Large diffs are not rendered by default.

1,053 changes: 529 additions & 524 deletions wled00/html_pixart.h

Large diffs are not rendered by default.

1,104 changes: 553 additions & 551 deletions wled00/html_pxmagic.h

Large diffs are not rendered by default.

17,790 changes: 8,908 additions & 8,882 deletions wled00/html_settings.h

Large diffs are not rendered by default.

6,000 changes: 2,997 additions & 3,003 deletions wled00/html_simple.h

Large diffs are not rendered by default.

5,233 changes: 2,623 additions & 2,610 deletions wled00/html_ui.h

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions wled00/wled.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// version code in format yymmddb (b = language build)
// b = 0 EN; b = 1 VN
#define VERSION 2406201
#define VERSION 2406231

//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG
Expand Down Expand Up @@ -471,7 +471,7 @@ WLED_GLOBAL char last_signal_src[13] _INIT("");
#endif

// Time CONFIG
WLED_GLOBAL bool ntpEnabled _INIT(false); // get internet time. Only required if you use clock overlays or time-activated macros
WLED_GLOBAL bool ntpEnabled _INIT(true); // get internet time. Only required if you use clock overlays or time-activated macros
WLED_GLOBAL bool useAMPM _INIT(false); // 12h/24h clock format
WLED_GLOBAL byte currentTimezone _INIT(0); // Timezone ID. Refer to timezones array in wled10_ntp.ino
WLED_GLOBAL int utcOffsetSecs _INIT(0); // Seconds to offset from UTC before timzone calculation
Expand Down

0 comments on commit a043547

Please sign in to comment.