aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http/methods
diff options
context:
space:
mode:
authorAlexey Istomin <webistomin@gmail.com>2021-03-21 11:18:00 +0300
committerGitHub <noreply@github.com>2021-03-21 11:18:00 +0300
commit8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (patch)
treeac6698d151c498a70fd834db06b575fadd2c2535 /files/ru/web/http/methods
parent0e03ba431ff64f6203db81de570dae6c84cddf49 (diff)
downloadtranslated-content-8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870.tar.gz
translated-content-8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870.tar.bz2
translated-content-8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870.zip
Uniqy "cache" word in Russian translation (#261)
* docs(ru): uniqy cache word * revert(redirects): revert redirects
Diffstat (limited to 'files/ru/web/http/methods')
-rw-r--r--files/ru/web/http/methods/connect/index.html2
-rw-r--r--files/ru/web/http/methods/delete/index.html2
-rw-r--r--files/ru/web/http/methods/get/index.html2
-rw-r--r--files/ru/web/http/methods/head/index.html2
-rw-r--r--files/ru/web/http/methods/index.html2
-rw-r--r--files/ru/web/http/methods/options/index.html2
-rw-r--r--files/ru/web/http/methods/patch/index.html2
-rw-r--r--files/ru/web/http/methods/post/index.html2
-rw-r--r--files/ru/web/http/methods/put/index.html2
-rw-r--r--files/ru/web/http/methods/trace/index.html2
10 files changed, 10 insertions, 10 deletions
diff --git a/files/ru/web/http/methods/connect/index.html b/files/ru/web/http/methods/connect/index.html
index 21693bb37a..19631473e1 100644
--- a/files/ru/web/http/methods/connect/index.html
+++ b/files/ru/web/http/methods/connect/index.html
@@ -30,7 +30,7 @@ translation_of: Web/HTTP/Methods/CONNECT
<td>Нет</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Кешируемый")}}</th>
<td>Нет</td>
</tr>
<tr>
diff --git a/files/ru/web/http/methods/delete/index.html b/files/ru/web/http/methods/delete/index.html
index 912bdd96e1..4f4183df12 100644
--- a/files/ru/web/http/methods/delete/index.html
+++ b/files/ru/web/http/methods/delete/index.html
@@ -31,7 +31,7 @@ translation_of: Web/HTTP/Methods/DELETE
<td>Да</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Cacheable","Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Cacheable","Кешируемый")}}</th>
<td>Нет</td>
</tr>
<tr>
diff --git a/files/ru/web/http/methods/get/index.html b/files/ru/web/http/methods/get/index.html
index e2601b1361..599d5e137c 100644
--- a/files/ru/web/http/methods/get/index.html
+++ b/files/ru/web/http/methods/get/index.html
@@ -30,7 +30,7 @@ translation_of: Web/HTTP/Methods/GET
<td>Да</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Cacheable", "Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Cacheable", "Кешируемый")}}</th>
<td>Да</td>
</tr>
<tr>
diff --git a/files/ru/web/http/methods/head/index.html b/files/ru/web/http/methods/head/index.html
index 13bfe278a6..cd8e1f5e40 100644
--- a/files/ru/web/http/methods/head/index.html
+++ b/files/ru/web/http/methods/head/index.html
@@ -34,7 +34,7 @@ translation_of: Web/HTTP/Methods/HEAD
<td>Да</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Cacheable", "Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Cacheable", "Кешируемый")}}</th>
<td>Да</td>
</tr>
<tr>
diff --git a/files/ru/web/http/methods/index.html b/files/ru/web/http/methods/index.html
index 67369bdad6..0200b591eb 100644
--- a/files/ru/web/http/methods/index.html
+++ b/files/ru/web/http/methods/index.html
@@ -9,7 +9,7 @@ translation_of: Web/HTTP/Methods
---
<p>{{HTTPSidebar}}</p>
-<p>HTTP определяет множество <strong>методов запроса</strong>, которые указывают, какое желаемое действие выполнится для данного ресурса. Несмотря на то, что их названия могут быть существительными, эти методы запроса иногда называются <em>HTTP глаголами</em>. Каждый реализует свою семантику, но каждая группа команд разделяет общие свойства: так, методы могут быть {{glossary("safe", "безопасными")}}, {{glossary("idempotent", "идемпотентными")}} или {{glossary("cacheable", "кэшируемыми")}}.</p>
+<p>HTTP определяет множество <strong>методов запроса</strong>, которые указывают, какое желаемое действие выполнится для данного ресурса. Несмотря на то, что их названия могут быть существительными, эти методы запроса иногда называются <em>HTTP глаголами</em>. Каждый реализует свою семантику, но каждая группа команд разделяет общие свойства: так, методы могут быть {{glossary("safe", "безопасными")}}, {{glossary("idempotent", "идемпотентными")}} или {{glossary("cacheable", "кешируемыми")}}.</p>
<dl>
<dt><code><a href="/ru/docs/Web/HTTP/Methods/GET">GET</a></code></dt>
diff --git a/files/ru/web/http/methods/options/index.html b/files/ru/web/http/methods/options/index.html
index 48dbde81de..116e10c178 100644
--- a/files/ru/web/http/methods/options/index.html
+++ b/files/ru/web/http/methods/options/index.html
@@ -30,7 +30,7 @@ translation_of: Web/HTTP/Methods/OPTIONS
<td>Да</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Cacheable", "Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Cacheable", "Кешируемый")}}</th>
<td>Нет</td>
</tr>
<tr>
diff --git a/files/ru/web/http/methods/patch/index.html b/files/ru/web/http/methods/patch/index.html
index 63c8ce82aa..06700f5653 100644
--- a/files/ru/web/http/methods/patch/index.html
+++ b/files/ru/web/http/methods/patch/index.html
@@ -41,7 +41,7 @@ translation_of: Web/HTTP/Methods/PATCH
<td>Нет</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Cacheable", "Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Cacheable", "Кешируемый")}}</th>
<td>Нет</td>
</tr>
<tr>
diff --git a/files/ru/web/http/methods/post/index.html b/files/ru/web/http/methods/post/index.html
index 697b705b8f..74b4481d3b 100644
--- a/files/ru/web/http/methods/post/index.html
+++ b/files/ru/web/http/methods/post/index.html
@@ -50,7 +50,7 @@ translation_of: Web/HTTP/Methods/POST
<td>Нет</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Cacheable", "Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Cacheable", "Кешируемый")}}</th>
<td>Только если включена информация о свежести сообщения</td>
</tr>
<tr>
diff --git a/files/ru/web/http/methods/put/index.html b/files/ru/web/http/methods/put/index.html
index 60a1d0df58..be2552bcbe 100644
--- a/files/ru/web/http/methods/put/index.html
+++ b/files/ru/web/http/methods/put/index.html
@@ -35,7 +35,7 @@ translation_of: Web/HTTP/Methods/PUT
<td>Да</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Cacheable", "Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Cacheable", "Кешируемый")}}</th>
<td>Нет</td>
</tr>
<tr>
diff --git a/files/ru/web/http/methods/trace/index.html b/files/ru/web/http/methods/trace/index.html
index 9bf1686106..d75b9ff20f 100644
--- a/files/ru/web/http/methods/trace/index.html
+++ b/files/ru/web/http/methods/trace/index.html
@@ -32,7 +32,7 @@ translation_of: Web/HTTP/Methods/TRACE
<td>Да</td>
</tr>
<tr>
- <th scope="row">{{Glossary("Cacheable", "Кэшируемый")}}</th>
+ <th scope="row">{{Glossary("Cacheable", "Кешируемый")}}</th>
<td>Нет</td>
</tr>
<tr>