aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/tools_and_testing
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-23 11:33:33 +0300
committerGitHub <noreply@github.com>2021-03-23 11:33:33 +0300
commit72768788322a74945d377831c0481b53e3aed9f8 (patch)
tree1ec79cecac096025179931b3a785148647577b40 /files/ru/learn/tools_and_testing
parent3ca809a38e141d7818fc4123b84d55adf3daccc9 (diff)
downloadtranslated-content-72768788322a74945d377831c0481b53e3aed9f8.tar.gz
translated-content-72768788322a74945d377831c0481b53e3aed9f8.tar.bz2
translated-content-72768788322a74945d377831c0481b53e3aed9f8.zip
Unify Russian translation of "functionality" (#289)
* Unify Russian translation of "functionality" * Apply suggestions from code review Co-authored-by: Sasha Sushko <sushko@outlook.com> * Update files/ru/learn/server-side/django/forms/index.html Co-authored-by: Sasha Sushko <sushko@outlook.com> Co-authored-by: Sasha Sushko <sushko@outlook.com>
Diffstat (limited to 'files/ru/learn/tools_and_testing')
-rw-r--r--files/ru/learn/tools_and_testing/cross_browser_testing/introduction/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/tools_and_testing/cross_browser_testing/introduction/index.html b/files/ru/learn/tools_and_testing/cross_browser_testing/introduction/index.html
index 58bd03c0c6..ce4f9c288d 100644
--- a/files/ru/learn/tools_and_testing/cross_browser_testing/introduction/index.html
+++ b/files/ru/learn/tools_and_testing/cross_browser_testing/introduction/index.html
@@ -80,7 +80,7 @@ translation_of: Learn/Tools_and_testing/Cross_browser_testing/Introduction
<h3 id="Начальное_планирование">Начальное планирование</h3>
-<p>На этом этапе у вас, возможно, будет несколько встреч с владельцем/заказчиком сайта (это может быть ваш босс или кто-то из другой компании, для кого вы пишете сайт), чтобы точно определить, каким должен быть сайт - какой контент и функционал должен быть на сайте, как сайт должен выглядеть и т.д. На этом этапе вы также хотите знать сколько времени у вас есть на разработку и цену работы. Не хочется углубляться в детали, но такое планирование  оказывает большое влияние на кросс-браузерное тестирование.</p>
+<p>На этом этапе у вас, возможно, будет несколько встреч с владельцем/заказчиком сайта (это может быть ваш босс или кто-то из другой компании, для кого вы пишете сайт), чтобы точно определить, каким должен быть сайт - какой контент и функциональность должны быть на сайте, как сайт должен выглядеть и т.д. На этом этапе вы также хотите знать сколько времени у вас есть на разработку и цену работы. Не хочется углубляться в детали, но такое планирование  оказывает большое влияние на кросс-браузерное тестирование.</p>
<p>Once you've got an idea of the required featureset, and what technologies you will likely build these features with, you should start exploring the target audience — what browsers, devices, etc. will the target audience for this site be using? The client might already have data about this from previous research they've done, e.g. from other web sites they own, or from previous versions of the web site you are now working on. If not, you will be able to get a good idea by looking at other sources, such as usage stats for competitors, or countries the site will be serving. You can also use a bit of intuition.</p>