Skip to content

Commit 1886454

Browse files
authored
TILES-7820: Более мягкое сообщение о нужности ключа (#600)
* fix message * rm quote
1 parent 76e96f7 commit 1886454

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/DGAttribution/lang/ar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DG.Control.Attribution.Dictionary.ar = {
22
license_agreement: 'إتفاقية ترخيص',
33
work_on: 'يعمل بتطبيق 2GIS',
4-
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
4+
has_no_key: 'مطلوب مفتاح للتشغيل الصحيح لـ Raster JS API. المساعدة: api@2gis.ru',
55
open_on: 'Open in 2GIS',
66
route_on: 'Route on 2GIS'
77
};

src/DGAttribution/lang/cs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DG.Control.Attribution.Dictionary.cs = {
22
license_agreement: 'Licenční smlouva',
3-
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
3+
has_no_key: 'Pro správnou funkci Raster JS API je vyžadován klíč. Pomoc: api@2gis.ru',
44
work_on: 'Pracuje na API 2GIS'
55
};

src/DGAttribution/lang/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DG.Control.Attribution.Dictionary.en = {
22
license_agreement: 'License agreement',
3-
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
3+
has_no_key: 'A key is required for proper operation of Raster JS API. Help: api@2gis.ru',
44
work_on: 'Uses 2GIS API'
55
};

src/DGAttribution/lang/es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DG.Control.Attribution.Dictionary.es = {
22
license_agreement : 'Acuerdo de licencia',
3-
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
3+
has_no_key: 'Se requiere una clave para el funcionamiento correcto de Raster JS API. Ayuda: api@2gis.ru',
44
work_on: '2GIS API'
55
};

src/DGAttribution/lang/it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DG.Control.Attribution.Dictionary.it = {
22
license_agreement : 'Accordo di licenza',
3-
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
3+
has_no_key: 'È richiesta una chiave per il corretto funzionamento di Raster JS API. Aiuto: api@2gis.ru',
44
work_on: '2GIS API'
55
};

src/DGAttribution/lang/ru.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DG.Control.Attribution.Dictionary.ru = {
22
license_agreement: 'Лицензионное соглашение',
33
work_on: 'Работает на API 2ГИС',
4-
has_no_key: 'С 1 июля RasterJS API станет платным. Для работы нужен ключ. Помощь: api@2gis.ru',
4+
has_no_key: 'Для корректной работы Raster JS API нужен ключ. Помощь: api@2gis.ru',
55
open_on: 'Открыть в 2ГИС',
66
route_on: 'Доехать с 2ГИС'
77
};

0 commit comments

Comments
 (0)