diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-25 01:13:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 01:13:29 +0300 |
| commit | f7f5454b72bd74808d1a9cf8cbaf69d8d0b378b9 (patch) | |
| tree | d371d06cc1187b568c3b31bea3f8c4b65f22ff4f /files/ru/web/api/formdata | |
| parent | b7001d616903bbb2a9e8099757a4ff0b103539c3 (diff) | |
| download | translated-content-f7f5454b72bd74808d1a9cf8cbaf69d8d0b378b9.tar.gz translated-content-f7f5454b72bd74808d1a9cf8cbaf69d8d0b378b9.tar.bz2 translated-content-f7f5454b72bd74808d1a9cf8cbaf69d8d0b378b9.zip | |
Unify Russian translation of "notes" (#302)
* Remove all mentions of EmbedTest262ReportResultsTable
Part of #297
* Unify Russian translation of "notes"
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/ru/web/api/formdata')
| -rw-r--r-- | files/ru/web/api/formdata/append/index.html | 2 | ||||
| -rw-r--r-- | files/ru/web/api/formdata/getall/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/formdata/append/index.html b/files/ru/web/api/formdata/append/index.html index dcaf2440f4..81490c0a42 100644 --- a/files/ru/web/api/formdata/append/index.html +++ b/files/ru/web/api/formdata/append/index.html @@ -64,7 +64,7 @@ formData.append('userpic[]', myFileInput2.files[0], 'chris2.jpg');</pre> <tr> <th scope="col">Спецификация</th> <th scope="col">Состояние</th> - <th scope="col">Заметки</th> + <th scope="col">Примечания</th> </tr> <tr> <td>{{SpecName('XMLHttpRequest','#dom-formdata-append','append()')}}</td> diff --git a/files/ru/web/api/formdata/getall/index.html b/files/ru/web/api/formdata/getall/index.html index e2294811bf..75193d921f 100644 --- a/files/ru/web/api/formdata/getall/index.html +++ b/files/ru/web/api/formdata/getall/index.html @@ -8,7 +8,7 @@ translation_of: Web/API/FormData/getAll <p><code><strong>getAll()</strong></code> - метод объекта {{domxref("FormData")}}, который возвращает все значения, связанные с ключом в объекте FormData.</p> <div class="note"> -<p><span style="font-size: 14px;"><strong>Заметка</strong></span>: Этот метод доступен в <a href="/en-US/docs/Web/API/Web_Workers_API">Web Workers</a>.</p> +<p><span style="font-size: 14px;"><strong>Примечание</strong></span>: Этот метод доступен в <a href="/en-US/docs/Web/API/Web_Workers_API">Web Workers</a>.</p> </div> <h2 id="Синтаксис">Синтаксис</h2> |
