Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DGAttribution/lang/ar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DG.Control.Attribution.Dictionary.ar = {
license_agreement: 'إتفاقية ترخيص',
work_on: 'يعمل بتطبيق 2GIS',
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
has_no_key: 'مطلوب مفتاح للتشغيل الصحيح لـ Raster JS API. المساعدة: api@2gis.ru',
open_on: 'Open in 2GIS',
route_on: 'Route on 2GIS'
};
2 changes: 1 addition & 1 deletion src/DGAttribution/lang/cs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DG.Control.Attribution.Dictionary.cs = {
license_agreement: 'Licenční smlouva',
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
has_no_key: 'Pro správnou funkci Raster JS API je vyžadován klíč. Pomoc: api@2gis.ru',
work_on: 'Pracuje na API 2GIS'
};
2 changes: 1 addition & 1 deletion src/DGAttribution/lang/en.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DG.Control.Attribution.Dictionary.en = {
license_agreement: 'License agreement',
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
has_no_key: 'A key is required for proper operation of Raster JS API. Help: api@2gis.ru',
work_on: 'Uses 2GIS API'
};
2 changes: 1 addition & 1 deletion src/DGAttribution/lang/es.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DG.Control.Attribution.Dictionary.es = {
license_agreement : 'Acuerdo de licencia',
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
has_no_key: 'Se requiere una clave para el funcionamiento correcto de Raster JS API. Ayuda: api@2gis.ru',
work_on: '2GIS API'
};
2 changes: 1 addition & 1 deletion src/DGAttribution/lang/it.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DG.Control.Attribution.Dictionary.it = {
license_agreement : 'Accordo di licenza',
has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key',
has_no_key: 'È richiesta una chiave per il corretto funzionamento di Raster JS API. Aiuto: api@2gis.ru',
work_on: '2GIS API'
};
2 changes: 1 addition & 1 deletion src/DGAttribution/lang/ru.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DG.Control.Attribution.Dictionary.ru = {
license_agreement: 'Лицензионное соглашение',
work_on: 'Работает на API 2ГИС',
has_no_key: 'С 1 июля RasterJS API станет платным. Для работы нужен ключ. Помощь: api@2gis.ru',
has_no_key: 'Для корректной работы Raster JS API нужен ключ. Помощь: api@2gis.ru"',
open_on: 'Открыть в 2ГИС',
route_on: 'Доехать с 2ГИС'
};
Loading