Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

feat: New Crowdin translations (auto-merging 🤖) #1315

Merged
merged 3 commits into from
May 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/6-1-x/vi-VN/docs/tutorial/online-offline-events.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cách phát hiện sự kiện Online/Offline xảy ra trong ứng dụng

[Online and offline event](https://developer.mozilla.org/en-US/docs/Online_and_offline_events) detection can be implemented in the renderer process using the [`navigator.onLine`](http://html5index.org/Offline%20-%20NavigatorOnLine.html) attribute, part of standard HTML5 API. The `navigator.onLine` attribute returns `false` if any network requests are guaranteed to fail i.e. definitely offline (disconnected from the network). It returns `true` in all other cases. Since all other conditions return `true`, one has to be mindful of getting false positives, as we cannot assume `true` value necessarily means that Electron can access the internet. Such as in cases where the computer is running a virtualization software that has virtual ethernet adapters that are always “connected.” Therefore, if you really want to determine the internet access status of Electron, you should develop additional means for checking.
Có thể triển khai phát hiện [sự kiện trực tuyến và ngoại tuyến](https://developer.mozilla.org/en-US/docs/Online_and_offline_events) trong quá trình tái tạo bằng cách sử dụng thuộc tính [`Navigator. Online`](http://html5index.org/Offline%20-%20NavigatorOnLine.html) , một phần của API HTML5 tiêu chuẩn. Có thể triển khai phát hiện `sự kiện trực tuyến và ngoại tuyến` trong quá trình tái tạo bằng cách sử dụng thuộc tính <1>Navigator. Online</1> , một phần của API HTML5 tiêu chuẩnpitml It returns `true` in all other cases. Since all other conditions return `true`, one has to be mindful of getting false positives, as we cannot assume `true` value necessarily means that Electron can access the internet. Such as in cases where the computer is running a virtualization software that has virtual ethernet adapters that are always “connected.” Therefore, if you really want to determine the internet access status of Electron, you should develop additional means for checking.

Ví dụ:

Expand Down
2 changes: 1 addition & 1 deletion content/9-x-y/vi-VN/docs/tutorial/online-offline-events.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cách phát hiện sự kiện Online/Offline xảy ra trong ứng dụng

[Online and offline event](https://developer.mozilla.org/en-US/docs/Online_and_offline_events) detection can be implemented in the renderer process using the [`navigator.onLine`](http://html5index.org/Offline%20-%20NavigatorOnLine.html) attribute, part of standard HTML5 API. The `navigator.onLine` attribute returns `false` if any network requests are guaranteed to fail i.e. definitely offline (disconnected from the network). It returns `true` in all other cases. Since all other conditions return `true`, one has to be mindful of getting false positives, as we cannot assume `true` value necessarily means that Electron can access the internet. Such as in cases where the computer is running a virtualization software that has virtual ethernet adapters that are always “connected.” Therefore, if you really want to determine the internet access status of Electron, you should develop additional means for checking.
Có thể triển khai phát hiện [sự kiện trực tuyến và ngoại tuyến](https://developer.mozilla.org/en-US/docs/Online_and_offline_events) trong quá trình tái tạo bằng cách sử dụng thuộc tính [`Navigator. Online`](http://html5index.org/Offline%20-%20NavigatorOnLine.html) , một phần của API HTML5 tiêu chuẩn. Có thể triển khai phát hiện `sự kiện trực tuyến và ngoại tuyến` trong quá trình tái tạo bằng cách sử dụng thuộc tính <1>Navigator. Online</1> , một phần của API HTML5 tiêu chuẩnpitml It returns `true` in all other cases. Since all other conditions return `true`, one has to be mindful of getting false positives, as we cannot assume `true` value necessarily means that Electron can access the internet. Such as in cases where the computer is running a virtualization software that has virtual ethernet adapters that are always “connected.” Therefore, if you really want to determine the internet access status of Electron, you should develop additional means for checking.

Ví dụ:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cách phát hiện sự kiện Online/Offline xảy ra trong ứng dụng

[Online and offline event](https://developer.mozilla.org/en-US/docs/Online_and_offline_events) detection can be implemented in the renderer process using the [`navigator.onLine`](http://html5index.org/Offline%20-%20NavigatorOnLine.html) attribute, part of standard HTML5 API. The `navigator.onLine` attribute returns `false` if any network requests are guaranteed to fail i.e. definitely offline (disconnected from the network). It returns `true` in all other cases. Since all other conditions return `true`, one has to be mindful of getting false positives, as we cannot assume `true` value necessarily means that Electron can access the internet. Such as in cases where the computer is running a virtualization software that has virtual ethernet adapters that are always “connected.” Therefore, if you really want to determine the internet access status of Electron, you should develop additional means for checking.
Có thể triển khai phát hiện [sự kiện trực tuyến và ngoại tuyến](https://developer.mozilla.org/en-US/docs/Online_and_offline_events) trong quá trình tái tạo bằng cách sử dụng thuộc tính [`Navigator. Online`](http://html5index.org/Offline%20-%20NavigatorOnLine.html) , một phần của API HTML5 tiêu chuẩn. Có thể triển khai phát hiện `sự kiện trực tuyến và ngoại tuyến` trong quá trình tái tạo bằng cách sử dụng thuộc tính <1>Navigator. Online</1> , một phần của API HTML5 tiêu chuẩnpitml It returns `true` in all other cases. Since all other conditions return `true`, one has to be mindful of getting false positives, as we cannot assume `true` value necessarily means that Electron can access the internet. Such as in cases where the computer is running a virtualization software that has virtual ethernet adapters that are always “connected.” Therefore, if you really want to determine the internet access status of Electron, you should develop additional means for checking.

Ví dụ:

Expand Down