aboutsummaryrefslogtreecommitdiff
path: root/files/ru
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2022-03-03 00:14:36 +0000
committerMDN <actions@users.noreply.github.com>2022-03-03 00:14:36 +0000
commit60e68bc9b4fc796aaea41a8c56ec02ad3b6ee618 (patch)
tree2ca36213a68164fdd9f790708256ef72f2eb520e /files/ru
parent25415714270338d7fb3090918348748dd35a7ccd (diff)
downloadtranslated-content-60e68bc9b4fc796aaea41a8c56ec02ad3b6ee618.tar.gz
translated-content-60e68bc9b4fc796aaea41a8c56ec02ad3b6ee618.tar.bz2
translated-content-60e68bc9b4fc796aaea41a8c56ec02ad3b6ee618.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r--files/ru/_redirects.txt1
-rw-r--r--files/ru/_wikihistory.json14
-rw-r--r--files/ru/web/api/filereader/abort_event/index.html (renamed from files/ru/web/api/filereader/onabort/index.html)3
3 files changed, 10 insertions, 8 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt
index 2f010dde80..aa50f26b06 100644
--- a/files/ru/_redirects.txt
+++ b/files/ru/_redirects.txt
@@ -329,6 +329,7 @@
/ru/docs/Web/API/Element/accessKey /ru/docs/Web/API/HTMLElement/accessKey
/ru/docs/Web/API/EventTarget.addEventListener /ru/docs/Web/API/EventTarget/addEventListener
/ru/docs/Web/API/File/fileName /ru/docs/conflicting/Web/API/File/name
+/ru/docs/Web/API/FileReader/onabort /ru/docs/Web/API/FileReader/abort_event
/ru/docs/Web/API/File_and_Directory_Entries_API/Введение /ru/docs/Web/API/File_and_Directory_Entries_API/Introduction
/ru/docs/Web/API/Geolocation/Using_geolocation /ru/docs/Web/API/Geolocation_API
/ru/docs/Web/API/Geolocation/Using_geolocation/Using_the_Geolocation_API /ru/docs/Web/API/Geolocation_API/Using_the_Geolocation_API
diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json
index a46230ec2c..4a8d00b762 100644
--- a/files/ru/_wikihistory.json
+++ b/files/ru/_wikihistory.json
@@ -7987,19 +7987,19 @@
"Excent163"
]
},
- "Web/API/FileReader/error": {
- "modified": "2020-10-15T22:09:49.214Z",
- "contributors": [
- "A-Mikhail"
- ]
- },
- "Web/API/FileReader/onabort": {
+ "Web/API/FileReader/abort_event": {
"modified": "2020-05-07T08:21:21.125Z",
"contributors": [
"Excent163",
"SpaceMotion"
]
},
+ "Web/API/FileReader/error": {
+ "modified": "2020-10-15T22:09:49.214Z",
+ "contributors": [
+ "A-Mikhail"
+ ]
+ },
"Web/API/FileReader/readAsArrayBuffer": {
"modified": "2019-03-23T22:44:45.661Z",
"contributors": [
diff --git a/files/ru/web/api/filereader/onabort/index.html b/files/ru/web/api/filereader/abort_event/index.html
index cf9d62c646..5db067d02c 100644
--- a/files/ru/web/api/filereader/onabort/index.html
+++ b/files/ru/web/api/filereader/abort_event/index.html
@@ -1,7 +1,8 @@
---
title: FileReader.onabort
-slug: Web/API/FileReader/onabort
+slug: Web/API/FileReader/abort_event
translation_of: Web/API/FileReader/onabort
+original_slug: Web/API/FileReader/onabort
---
<p>Значением свойства <strong><code>FileReader.onabort</code></strong> является функция которая вызывается в случае если срабатывает событие <a href="/ru/docs/Web/Events/abort">abort</a>, например когда процесс чтения файла прерывается по каким-либо причинам.  </p>