From d527d47d926b8ff165c47b8be7b95ce6c9265209 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sat, 20 Mar 2021 13:22:35 +0300 Subject: Unify Russian translation for callback word (#226) * Unify Russian translation for callback word * Apply suggestions from code review Co-authored-by: Sasha Sushko * Fixes Co-authored-by: Sasha Sushko --- files/ru/web/api/geolocation/getcurrentposition/index.html | 4 ++-- files/ru/web/api/geolocation/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/geolocation') diff --git a/files/ru/web/api/geolocation/getcurrentposition/index.html b/files/ru/web/api/geolocation/getcurrentposition/index.html index 6fc61cf3a7..bc53dade5b 100644 --- a/files/ru/web/api/geolocation/getcurrentposition/index.html +++ b/files/ru/web/api/geolocation/getcurrentposition/index.html @@ -13,9 +13,9 @@ translation_of: Web/API/Geolocation/getCurrentPosition
success
-
Функция обратного вызова, которая принимает объект {{domxref("Position")}} в качестве единственного входного параметра.
+
Колбэк-функция, которая принимает объект {{domxref("Position")}} в качестве единственного входного параметра.
error {{optional_inline}}
-
Необязательная функция обратного вызова, принимающая объект {{domxref("PositionError")}} как единственный входной параметр.
+
Необязательная колбэк-функция, принимающая объект {{domxref("PositionError")}} как единственный входной параметр.
options {{optional_inline}}
Необязательный объект {{domxref("PositionOptions")}}.
Включает в себя diff --git a/files/ru/web/api/geolocation/index.html b/files/ru/web/api/geolocation/index.html index 1e532a6bfe..17f5d493ff 100644 --- a/files/ru/web/api/geolocation/index.html +++ b/files/ru/web/api/geolocation/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Geolocation
{{domxref("Geolocation.getCurrentPosition()")}} {{securecontext_inline}}
Определяет местоположение устройства и возвращает объект {{domxref("Position")}} с данными.
{{domxref("Geolocation.watchPosition()")}} {{securecontext_inline}}
-
Возвращает long значение, предоставляет вновь созданную callback-функцию, вызываемую при изменении местоположения устройства.
+
Возвращает long значение, предоставляет вновь созданную колбэк-функцию, вызываемую при изменении местоположения устройства.
{{domxref("Geolocation.clearWatch()")}} {{securecontext_inline}}
Удаляет обработчик, созданный с помощью watchPosition().
-- cgit v1.2.3-54-g00ecf