diff options
author | MDN <actions@users.noreply.github.com> | 2021-12-14 00:54:59 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-12-14 00:54:59 +0000 |
commit | b70e1c5047a716aa587abd786a6aa1d197140f5d (patch) | |
tree | 5c7a4c345b594b5d39ea51456714ef33d125faf9 /files/ru/web | |
parent | 70879fc7f55b999a7f5591415c356ca9f0c2cca6 (diff) | |
download | translated-content-b70e1c5047a716aa587abd786a6aa1d197140f5d.tar.gz translated-content-b70e1c5047a716aa587abd786a6aa1d197140f5d.tar.bz2 translated-content-b70e1c5047a716aa587abd786a6aa1d197140f5d.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ru/web')
-rw-r--r-- | files/ru/web/api/usb/connect_event/index.html (renamed from files/ru/web/api/usb/onconnect/index.html) | 3 | ||||
-rw-r--r-- | files/ru/web/api/usb/disconnect_event/index.html (renamed from files/ru/web/api/usb/ondisconnect/index.html) | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/ru/web/api/usb/onconnect/index.html b/files/ru/web/api/usb/connect_event/index.html index 8b60c4b889..b296f6b974 100644 --- a/files/ru/web/api/usb/onconnect/index.html +++ b/files/ru/web/api/usb/connect_event/index.html @@ -1,6 +1,6 @@ --- title: USB.onconnect -slug: Web/API/USB/onconnect +slug: Web/API/USB/connect_event tags: - API - Method @@ -10,6 +10,7 @@ tags: - WebUSB API - onconnect translation_of: Web/API/USB/onconnect +original_slug: Web/API/USB/onconnect --- <p>{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}</p> diff --git a/files/ru/web/api/usb/ondisconnect/index.html b/files/ru/web/api/usb/disconnect_event/index.html index d9e18286f0..06e850bb5f 100644 --- a/files/ru/web/api/usb/ondisconnect/index.html +++ b/files/ru/web/api/usb/disconnect_event/index.html @@ -1,6 +1,6 @@ --- title: USB.ondisconnect -slug: Web/API/USB/ondisconnect +slug: Web/API/USB/disconnect_event tags: - API - Method @@ -10,6 +10,7 @@ tags: - WebUSB API - ondisconnect translation_of: Web/API/USB/ondisconnect +original_slug: Web/API/USB/ondisconnect --- <p>{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}</p> |