├── images ├── Globe.png ├── check.png ├── item.png ├── US_Map.png ├── default.png ├── delete.png ├── global.png ├── loading.gif ├── off-btn.png ├── on-btn.png ├── select.png ├── uncheck.png ├── business.png ├── color-code.png ├── deselect.png ├── households.png ├── population.png ├── DrivingTime.png ├── add-variable.png ├── ajax-loader.gif ├── bottomArrow.png ├── edit_pencil.png ├── enrich-layer.png ├── busyIndicator.gif ├── global-select.png ├── loading-small.gif ├── selected-arrow.png ├── apple-touch-icon.png ├── selected-up-arrow.png ├── StraightLineDistance.png ├── Impact_Summery_App_Households.svg └── Impact_Summery_App_Population.svg ├── font ├── fontello.eot ├── fontello.ttf └── fontello.woff ├── user-guide-readme.pdf ├── .jshintrc ├── resources └── fontello-9bb2ebe7.zip ├── js ├── nls │ ├── ko │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ ├── Geoenrichment.js │ │ └── TemplateBuilder.js │ ├── ja │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ ├── Geoenrichment.js │ │ └── TemplateBuilder.js │ ├── zh-cn │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ ├── Geoenrichment.js │ │ └── TemplateBuilder.js │ ├── zh-hk │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ ├── Geoenrichment.js │ │ └── TemplateBuilder.js │ ├── zh-tw │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ ├── Geoenrichment.js │ │ └── TemplateBuilder.js │ ├── he │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── us.stackdump │ │ ├── resources.js │ │ └── Geoenrichment.js │ ├── da │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ └── Geoenrichment.js │ ├── nb │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ └── Geoenrichment.js │ ├── th │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── ar │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ └── Geoenrichment.js │ ├── cs │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── de │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── et │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ └── Geoenrichment.js │ ├── hu │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── it │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── nl │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── pl │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── ru │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── sv │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ └── Geoenrichment.js │ ├── tr │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── uk │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── vi │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ ├── resources.js │ │ └── Geoenrichment.js │ ├── bs │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── ca │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── es │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── fi │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── hr │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── id │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── lv │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── pt-br │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── ro │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── sl │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── sr │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── fr │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── lt │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── pt-pt │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── el │ │ ├── StatsBlock.js │ │ ├── AboutDialog.js │ │ ├── ShareDialog.js │ │ └── resources.js │ ├── StatsBlock.js │ ├── AboutDialog.js │ ├── ShareDialog.js │ └── resources.js ├── dijit │ └── templates │ │ ├── DrawerMenu.html │ │ ├── StatsBlock.html │ │ ├── BrowseIdDlg.html │ │ └── ShareDialog.html ├── ConfigDefaultVariables.js ├── signInHelper.js ├── RefreshMixin.js └── PortalItemStore.js ├── oauth-callback.html ├── css ├── geocoder.css ├── HomeButton.css ├── LocateButton.css ├── ShareDialog.css ├── SimpleSlider.css └── browseDialog.css └── config └── templateConfig.js /images/Globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/Globe.png -------------------------------------------------------------------------------- /images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/check.png -------------------------------------------------------------------------------- /images/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/item.png -------------------------------------------------------------------------------- /font/fontello.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/font/fontello.eot -------------------------------------------------------------------------------- /font/fontello.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/font/fontello.ttf -------------------------------------------------------------------------------- /font/fontello.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/font/fontello.woff -------------------------------------------------------------------------------- /images/US_Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/US_Map.png -------------------------------------------------------------------------------- /images/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/default.png -------------------------------------------------------------------------------- /images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/delete.png -------------------------------------------------------------------------------- /images/global.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/global.png -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/loading.gif -------------------------------------------------------------------------------- /images/off-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/off-btn.png -------------------------------------------------------------------------------- /images/on-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/on-btn.png -------------------------------------------------------------------------------- /images/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/select.png -------------------------------------------------------------------------------- /images/uncheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/uncheck.png -------------------------------------------------------------------------------- /images/business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/business.png -------------------------------------------------------------------------------- /images/color-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/color-code.png -------------------------------------------------------------------------------- /images/deselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/deselect.png -------------------------------------------------------------------------------- /images/households.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/households.png -------------------------------------------------------------------------------- /images/population.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/population.png -------------------------------------------------------------------------------- /user-guide-readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/user-guide-readme.pdf -------------------------------------------------------------------------------- /images/DrivingTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/DrivingTime.png -------------------------------------------------------------------------------- /images/add-variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/add-variable.png -------------------------------------------------------------------------------- /images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/ajax-loader.gif -------------------------------------------------------------------------------- /images/bottomArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/bottomArrow.png -------------------------------------------------------------------------------- /images/edit_pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/edit_pencil.png -------------------------------------------------------------------------------- /images/enrich-layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/enrich-layer.png -------------------------------------------------------------------------------- /images/busyIndicator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/busyIndicator.gif -------------------------------------------------------------------------------- /images/global-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/global-select.png -------------------------------------------------------------------------------- /images/loading-small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/loading-small.gif -------------------------------------------------------------------------------- /images/selected-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/selected-arrow.png -------------------------------------------------------------------------------- /images/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/apple-touch-icon.png -------------------------------------------------------------------------------- /images/selected-up-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/selected-up-arrow.png -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "undef": true, 3 | "browser":true, 4 | "devel":true, 5 | "globals": { "require": false, "define":false } 6 | } -------------------------------------------------------------------------------- /images/StraightLineDistance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/images/StraightLineDistance.png -------------------------------------------------------------------------------- /resources/fontello-9bb2ebe7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/impact-summary-map-template-js/HEAD/resources/fontello-9bb2ebe7.zip -------------------------------------------------------------------------------- /js/nls/ko/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "닫기", 4 | "next": "다음", 5 | "previous": "이전", 6 | "source": "데이터 원본" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/ja/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "閉じる", 4 | "next": "次へ", 5 | "previous": "前へ", 6 | "source": "データ ソース" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/zh-cn/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "关闭", 4 | "next": "下一步", 5 | "previous": "上一步", 6 | "source": "数据源" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/zh-hk/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "關閉", 4 | "next": "下一步", 5 | "previous": "上一步", 6 | "source": "資料來源" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/zh-tw/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "關閉", 4 | "next": "下一步", 5 | "previous": "上一步", 6 | "source": "資料來源" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/he/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "סגור", 4 | "next": "הבא", 5 | "previous": "קודם", 6 | "source": "מקור הנתונים" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/da/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "luk", 4 | "next": "Næste", 5 | "previous": "Forrige", 6 | "source": "Datakilde" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/nb/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "lukk", 4 | "next": "Neste", 5 | "previous": "Forrige", 6 | "source": "Datakilde" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/th/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "ปิด", 4 | "next": "ถัดไป", 5 | "previous": "ก่อนหน้า", 6 | "source": "แหล่งข้อมูล" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/ar/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "إغلاق", 4 | "next": "التالي", 5 | "previous": "السابق", 6 | "source": "مصدر البيانات" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/cs/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "Zavřít", 4 | "next": "Další", 5 | "previous": "Předchozí", 6 | "source": "Datový zdroj" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/de/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "Schließen", 4 | "next": "Weiter", 5 | "previous": "Zurück", 6 | "source": "Datenquelle" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/et/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "sulge", 4 | "next": "Järgmine", 5 | "previous": "Eelmine", 6 | "source": "Andmeallikas" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/hu/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "bezárás", 4 | "next": "Következő", 5 | "previous": "Előző", 6 | "source": "Adatforrás" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/it/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "chiudi", 4 | "next": "Avanti", 5 | "previous": "Indietro", 6 | "source": "Origine dati" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/nl/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "sluiten", 4 | "next": "Volgende", 5 | "previous": "Vorige", 6 | "source": "Gegevensbron" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/pl/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "zamknij", 4 | "next": "Dalej", 5 | "previous": "Wstecz", 6 | "source": "Źródło danych" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/ru/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "закрыть", 4 | "next": "Далее", 5 | "previous": "Назад", 6 | "source": "Источник данных" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/sv/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "stäng", 4 | "next": "Nästa", 5 | "previous": "Föregående", 6 | "source": "Datakälla" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/tr/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "kapat", 4 | "next": "Sonraki", 5 | "previous": "Önceki", 6 | "source": "Veri kaynağı" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/uk/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "закрити", 4 | "next": "Далі", 5 | "previous": "Назад", 6 | "source": "Джерело даних" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/vi/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "đóng", 4 | "next": "Tiếp theo", 5 | "previous": "Trước", 6 | "source": "Nguồn dữ liệu" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/bs/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "zatvori", 4 | "next": "Sljedeće", 5 | "previous": "Prethodno", 6 | "source": "Izvor podataka" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/ca/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "Tanca", 4 | "next": "Següent", 5 | "previous": "Anterior", 6 | "source": "Origen de dades" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/es/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "cerrar", 4 | "next": "Siguiente", 5 | "previous": "Anterior", 6 | "source": "Origen de datos" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/fi/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "sulje", 4 | "next": "Seuraava", 5 | "previous": "Edellinen", 6 | "source": "Aineistolähde" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/hr/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "zatvori", 4 | "next": "Sljedeće", 5 | "previous": "Prethodno", 6 | "source": "Izvor podataka" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/id/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "tutup", 4 | "next": "Berikutnya", 5 | "previous": "Sebelumnya", 6 | "source": "Sumber data" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/lv/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "aizvērt", 4 | "next": "Tālāk", 5 | "previous": "Iepriekšējais", 6 | "source": "Datu avots" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/pt-br/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "fechar", 4 | "next": "Avançar", 5 | "previous": "Anterior", 6 | "source": "Fonte de dados" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/ro/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "închidere", 4 | "next": "Următor", 5 | "previous": "Anterior", 6 | "source": "Sursă de date" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/sl/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "zapri", 4 | "next": "Naslednji", 5 | "previous": "Prejšnji", 6 | "source": "Vir podatkov" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/sr/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "zatvori", 4 | "next": "Sledeće", 5 | "previous": "Prethodno", 6 | "source": "Izvor podataka" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/fr/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "fermer", 4 | "next": "Suivant", 5 | "previous": "Précédent", 6 | "source": "Source de données" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/lt/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "uždaryti", 4 | "next": "Kitas", 5 | "previous": "Ankstesnis", 6 | "source": "Duomenų šaltinis" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/pt-pt/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "fechar", 4 | "next": "Seguinte", 5 | "previous": "Anterior", 6 | "source": "Fonte de Dados" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/nls/el/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "StatsBlock": { 3 | "close": "κλείσιμο", 4 | "next": "Επόμενο", 5 | "previous": "Προηγούμενο", 6 | "source": "Προέλευση δεδομένων" 7 | } 8 | }); -------------------------------------------------------------------------------- /js/dijit/templates/DrawerMenu.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
-------------------------------------------------------------------------------- /js/nls/ja/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "情報", 5 | "itemInfo": "このアイテムを表示", 6 | "itemInfoLink": "ArcGIS Online で", 7 | "licenseHeader": "ライセンス", 8 | "dateCreated": "作成日:", 9 | "dateModified": "最終更新日", 10 | "moreInfoHeader": "詳細情報" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/zh-cn/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "关于", 5 | "itemInfo": "查看此项目", 6 | "itemInfoLink": "在 ArcGIS Online 上。", 7 | "licenseHeader": "许可", 8 | "dateCreated": "创建日期:", 9 | "dateModified": "上次修改时间", 10 | "moreInfoHeader": "详细信息" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/zh-hk/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "關於", 5 | "itemInfo": "查看此項目", 6 | "itemInfoLink": "在 ArcGIS Online 上。", 7 | "licenseHeader": "授權", 8 | "dateCreated": "建立日期:", 9 | "dateModified": "上次修改時間", 10 | "moreInfoHeader": "更多資訊" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/zh-tw/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "關於", 5 | "itemInfo": "查看此項目", 6 | "itemInfoLink": "在 ArcGIS Online 上。", 7 | "licenseHeader": "授權", 8 | "dateCreated": "建立日期:", 9 | "dateModified": "上次修改時間", 10 | "moreInfoHeader": "更多資訊" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/ko/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "정보", 5 | "itemInfo": "ArcGIS Online에서", 6 | "itemInfoLink": "이 항목을 봅니다.", 7 | "licenseHeader": "라이선스", 8 | "dateCreated": "생성된 날짜:", 9 | "dateModified": "마지막으로 수정된 날짜", 10 | "moreInfoHeader": "추가 정보" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/he/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "אודות", 5 | "itemInfo": "הצג פריט זה", 6 | "itemInfoLink": "על ArcGIS Online.", 7 | "licenseHeader": "רשיון", 8 | "dateCreated": "נוצרה:", 9 | "dateModified": "שונה לאחרונה", 10 | "moreInfoHeader": "מידע נוסף" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/ar/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "نبذة عن", 5 | "itemInfo": "عرض هذا العنصر", 6 | "itemInfoLink": "على ArcGIS Online", 7 | "licenseHeader": "ترخيص", 8 | "dateCreated": "تم الإنشاء:", 9 | "dateModified": "آخر تعديل", 10 | "moreInfoHeader": "المزيد من المعلومات" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/da/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Om", 5 | "itemInfo": "Vis dette element", 6 | "itemInfoLink": "på ArcGIS Online.", 7 | "licenseHeader": "Licens", 8 | "dateCreated": "Oprettet:", 9 | "dateModified": "Senest ændret", 10 | "moreInfoHeader": "Flere oplysninger" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/fi/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Tietoja", 5 | "itemInfo": "Näytä tämä kohde", 6 | "itemInfoLink": "ArcGIS Onlinessa.", 7 | "licenseHeader": "Lisenssi", 8 | "dateCreated": "Luotu:", 9 | "dateModified": "Viimeksi muokattu", 10 | "moreInfoHeader": "Lisätietoja" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/nb/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Om", 5 | "itemInfo": "Vis dette elementet", 6 | "itemInfoLink": "på ArcGIS Online.", 7 | "licenseHeader": "Lisens", 8 | "dateCreated": "Opprettet:", 9 | "dateModified": "Sist endret", 10 | "moreInfoHeader": "Mer informasjon" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/sv/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Om", 5 | "itemInfo": "Visa det här objektet", 6 | "itemInfoLink": "på ArcGIS Online.", 7 | "licenseHeader": "Licens", 8 | "dateCreated": "Skapad:", 9 | "dateModified": "Senast ändrad", 10 | "moreInfoHeader": "Mer information" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/th/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "เกี่ยวกับ", 5 | "itemInfo": "ดูรายการ", 6 | "itemInfoLink": "บน ArcGIS Online.", 7 | "licenseHeader": "ใบอนุญาต", 8 | "dateCreated": "สร้าง:", 9 | "dateModified": "ปรับปรุงครั้งสุดท้าย", 10 | "moreInfoHeader": "ข้อมูลเพิ่มเติม" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/vi/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Về", 5 | "itemInfo": "Xem mục này", 6 | "itemInfoLink": "trên ArcGIS Online.", 7 | "licenseHeader": "Giấy phép", 8 | "dateCreated": "Đã tạo:", 9 | "dateModified": "Chỉnh sửa lần cuối", 10 | "moreInfoHeader": "Thông tin khác" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/et/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Info", 5 | "itemInfo": "Vaata objekti", 6 | "itemInfoLink": "ArcGIS Online keskkonnas.", 7 | "licenseHeader": "Litsents", 8 | "dateCreated": "Loodud:", 9 | "dateModified": "Viimati muudetud", 10 | "moreInfoHeader": "Rohkem infot" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/es/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Acerca de", 5 | "itemInfo": "Ver este elemento", 6 | "itemInfoLink": "en ArcGIS Online.", 7 | "licenseHeader": "Licencia", 8 | "dateCreated": "Creado:", 9 | "dateModified": "Última modificación", 10 | "moreInfoHeader": "Más información" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/id/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Tentang", 5 | "itemInfo": "Tampilkan item ini", 6 | "itemInfoLink": "di ArcGIS Online.", 7 | "licenseHeader": "Lisensi", 8 | "dateCreated": "Dibuat:", 9 | "dateModified": "Terakhir diubah", 10 | "moreInfoHeader": "Informasi Selengkapnya" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/nl/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Informatie", 5 | "itemInfo": "Bekijk dit item", 6 | "itemInfoLink": "op ArcGIS Online.", 7 | "licenseHeader": "Licentie", 8 | "dateCreated": "Gemaakt:", 9 | "dateModified": "Laatst gewijzigd", 10 | "moreInfoHeader": "Meer informatie" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/pt-br/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Sobre", 5 | "itemInfo": "Visualizar este item", 6 | "itemInfoLink": "no ArcGIS Online.", 7 | "licenseHeader": "Licença", 8 | "dateCreated": "Criado:", 9 | "dateModified": "Última modificação", 10 | "moreInfoHeader": "Mais Informações" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/pt-pt/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Sobre", 5 | "itemInfo": "Visualizar este item", 6 | "itemInfoLink": "no ArcGIS Online.", 7 | "licenseHeader": "Licença", 8 | "dateCreated": "Criado:", 9 | "dateModified": "Ultima modificação", 10 | "moreInfoHeader": "Mais Informações" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/sl/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Več o tem", 5 | "itemInfo": "Ogled elementa", 6 | "itemInfoLink": "na ArcGIS Online.", 7 | "licenseHeader": "Licenca", 8 | "dateCreated": "Ustvarjeno:", 9 | "dateModified": "Nazadnje spremenjeno", 10 | "moreInfoHeader": "Več informacij" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/bs/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Informacije", 5 | "itemInfo": "Prikaži ovu stavku", 6 | "itemInfoLink": "na ArcGIS Online.", 7 | "licenseHeader": "Licencija", 8 | "dateCreated": "Stvoreno:", 9 | "dateModified": "Posljednja izmjena", 10 | "moreInfoHeader": "Više informacija" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/ca/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Quant a", 5 | "itemInfo": "Visualitza aquest element", 6 | "itemInfoLink": "a l'ArcGIS Online.", 7 | "licenseHeader": "Llicència", 8 | "dateCreated": "Creat:", 9 | "dateModified": "Darrera modificació", 10 | "moreInfoHeader": "Més informació" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/cs/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "O programu", 5 | "itemInfo": "Zobrazit tuto položku", 6 | "itemInfoLink": "v ArcGIS Online.", 7 | "licenseHeader": "Licence", 8 | "dateCreated": "Vytvořeno:", 9 | "dateModified": "Naposledy upraveno", 10 | "moreInfoHeader": "Další informace" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/de/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Info", 5 | "itemInfo": "Dieses Element", 6 | "itemInfoLink": "auf ArcGIS Online anzeigen.", 7 | "licenseHeader": "Lizenz", 8 | "dateCreated": "Erstellt:", 9 | "dateModified": "Zuletzt geändert", 10 | "moreInfoHeader": "Weitere Informationen" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/hr/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Informacije", 5 | "itemInfo": "Prikaži ovu stavku", 6 | "itemInfoLink": "na ArcGIS Online.", 7 | "licenseHeader": "Licencija", 8 | "dateCreated": "Stvoreno:", 9 | "dateModified": "Posljednja izmjena", 10 | "moreInfoHeader": "Više informacija" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/lv/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Par", 5 | "itemInfo": "Skatīt šo vienību", 6 | "itemInfoLink": "vietnē ArcGIS Online.", 7 | "licenseHeader": "Licence", 8 | "dateCreated": "Izveidots:", 9 | "dateModified": "Pēdējoreiz modificēts", 10 | "moreInfoHeader": "Papildinformācija" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/fr/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "A propos", 5 | "itemInfo": "Afficher cet élément", 6 | "itemInfoLink": "sur ArcGIS Online.", 7 | "licenseHeader": "Licence", 8 | "dateCreated": "Création :", 9 | "dateModified": "Dernière modification", 10 | "moreInfoHeader": "Plus d'informations" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/lt/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Apie", 5 | "itemInfo": "Peržiūrėti šį elementą", 6 | "itemInfoLink": "ArcGIS Online.", 7 | "licenseHeader": "Licencija", 8 | "dateCreated": "Sukurta:", 9 | "dateModified": "Paskutinio pakeitimo data", 10 | "moreInfoHeader": "Daugiau informacijos" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/pl/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Informacje o", 5 | "itemInfo": "Wyświetl ten element", 6 | "itemInfoLink": "w ArcGIS Online.", 7 | "licenseHeader": "Licencja", 8 | "dateCreated": "Utworzono:", 9 | "dateModified": "Ostatnia modyfikacja", 10 | "moreInfoHeader": "Więcej informacji" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/ru/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Об элементе", 5 | "itemInfo": "Просмотр элемента", 6 | "itemInfoLink": "в ArcGIS Online.", 7 | "licenseHeader": "Лицензия", 8 | "dateCreated": "Создано:", 9 | "dateModified": "Последнее изменение", 10 | "moreInfoHeader": "Дополнительные сведения" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/sr/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Više informacija", 5 | "itemInfo": "Prikaži ovu stavku", 6 | "itemInfoLink": "na ArcGIS Online.", 7 | "licenseHeader": "Licenca", 8 | "dateCreated": "Kreirano:", 9 | "dateModified": "Poslednja izmena", 10 | "moreInfoHeader": "Više informacija" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/ro/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Despre", 5 | "itemInfo": "Vizualizare acest element", 6 | "itemInfoLink": "în ArcGIS Online.", 7 | "licenseHeader": "Licenţă", 8 | "dateCreated": "Creat:", 9 | "dateModified": "Data ultimei modificări", 10 | "moreInfoHeader": "Mai multe informaţii" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/tr/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Hakkında", 5 | "itemInfo": "Bu öğeyi şurada görüntüle:", 6 | "itemInfoLink": "ArcGIS Online.", 7 | "licenseHeader": "Lisans", 8 | "dateCreated": "Oluşturma:", 9 | "dateModified": "En son değiştirilme tarihi", 10 | "moreInfoHeader": "Daha Fazla Bilgi" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/el/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Πληροφορίες", 5 | "itemInfo": "Προβολή αντικειμένου", 6 | "itemInfoLink": "στο ArcGIS Online.", 7 | "licenseHeader": "Άδεια", 8 | "dateCreated": "Δημιουργία:", 9 | "dateModified": "Τελευταία τροποποίηση", 10 | "moreInfoHeader": "Περισσότερες πληροφορίες" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/uk/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Про програму", 5 | "itemInfo": "Переглянути цей елемент", 6 | "itemInfoLink": "на ArcGIS Online.", 7 | "licenseHeader": "Ліцензія", 8 | "dateCreated": "Створено:", 9 | "dateModified": "Змінено останній раз", 10 | "moreInfoHeader": "Додаткова інформація" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/hu/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "További információ", 5 | "itemInfo": "Elem megtekintése", 6 | "itemInfoLink": "az ArcGIS Online portálon.", 7 | "licenseHeader": "Licenc", 8 | "dateCreated": "Létrehozva:", 9 | "dateModified": "Utoljára módosítva:", 10 | "moreInfoHeader": "További információ" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/dijit/templates/StatsBlock.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 |
6 |
7 | 8 |
9 |
10 |
-------------------------------------------------------------------------------- /js/nls/it/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "AboutDialog": { 4 | "title": "Informazioni", 5 | "itemInfo": "Visualizza questo elemento", 6 | "itemInfoLink": "in ArcGIS Online.", 7 | "licenseHeader": "Licenza", 8 | "dateCreated": "Data creazione:", 9 | "dateModified": "Data ultima modifica", 10 | "moreInfoHeader": "Ulteriori informazioni" 11 | } 12 | } 13 | }); -------------------------------------------------------------------------------- /js/nls/ko/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "공유", 5 | "heading": "이 맵 공유", 6 | "url": "맵 링크", 7 | "embed": "맵 포함", 8 | "extent": "현재 맵 범위 공유", 9 | "size": "크기(너비/높이):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "이메일" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/zh-cn/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "共享", 5 | "heading": "共享此地图", 6 | "url": "地图链接", 7 | "embed": "嵌入地图", 8 | "extent": "共享当前地图范围", 9 | "size": "大小(宽度/高度):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "电子邮件" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/zh-hk/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "分享", 5 | "heading": "分享此地圖", 6 | "url": "地圖連結", 7 | "embed": "嵌入地圖", 8 | "extent": "分享目前地圖範圍", 9 | "size": "大小(寬度/高度):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "電子郵件" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/zh-tw/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "分享", 5 | "heading": "分享此地圖", 6 | "url": "地圖連結", 7 | "embed": "嵌入地圖", 8 | "extent": "分享目前地圖範圍", 9 | "size": "大小(寬度/高度):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "電子郵件" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/ja/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "共有", 5 | "heading": "このマップを共有", 6 | "url": "マップ リンク", 7 | "embed": "マップの埋め込み", 8 | "extent": "現在のマップ表示範囲の共有", 9 | "size": "サイズ (幅/高さ):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google+", 13 | "emailTooltip": "電子メール" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/he/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "שתף", 5 | "heading": "שתף מפה זו", 6 | "url": "קישור מפה", 7 | "embed": "הטמע את המפה", 8 | "extent": "שתף את תיחום המפה הנוכחי", 9 | "size": "גודל (רוחב/גובה):", 10 | "facebookTooltip": "פייסבוק", 11 | "twitterTooltip": "טוויטר", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Email" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/da/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Del", 5 | "heading": "Del dette kort", 6 | "url": "Kort-link", 7 | "embed": "Integrér kort", 8 | "extent": "Del aktuelt kortområde", 9 | "size": "Størrelse (bredde/højde):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/sl/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Deli", 5 | "heading": "Deli to karto", 6 | "url": "Povezava karte", 7 | "embed": "Vdelana karta", 8 | "extent": "Deli trenutni obseg karte", 9 | "size": "Velikost (širina/višina):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google+", 13 | "emailTooltip": "E-pošta" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/th/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "แชร์", 5 | "heading": "แชร์แผนที่นี้", 6 | "url": "เชื่อมโยงแผนที่", 7 | "embed": "ผูกติดกับแผนที่", 8 | "extent": "แชร์ขอบเขตแผนที่ปัจจุบัน", 9 | "size": "ขนาด (กว้าง/สูง):", 10 | "facebookTooltip": "เฟสบุ๊ค", 11 | "twitterTooltip": "ทวิตเตอร์", 12 | "gplusTooltip": "กูเกิ้ลพลัส", 13 | "emailTooltip": "อีเมล์" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/cs/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Sdílet", 5 | "heading": "Sdílet tuto mapu", 6 | "url": "Odkaz na mapu", 7 | "embed": "Vložit mapu", 8 | "extent": "Sdílet současný rozsah mapy", 9 | "size": "Velikost (šířka/výška):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/et/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Jaga", 5 | "heading": "Jaga seda kaarti", 6 | "url": "Kaardi link", 7 | "embed": "Lisa kaart", 8 | "extent": "Jaga praeguse kaardi kuvaulatust", 9 | "size": "Suurus (laius/kõrgus):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/fi/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Jaa", 5 | "heading": "Jaa tämä kartta", 6 | "url": "Karttalinkki", 7 | "embed": "Upota kartta", 8 | "extent": "Jaa nykyisen kartan laajuus", 9 | "size": "Koko (leveys/korkeus):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Sähköposti" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/sv/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Dela", 5 | "heading": "Dela den här kartan", 6 | "url": "Kartlänk", 7 | "embed": "Bädda in karta", 8 | "extent": "Dela aktuell kartutbredning", 9 | "size": "Storlek (bredd/höjd):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-post" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/id/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Bagikan", 5 | "heading": "Bagikan peta ini", 6 | "url": "Tautan Peta", 7 | "embed": "Sematkan Peta", 8 | "extent": "Bagikan jangkauan peta saat ini", 9 | "size": "Ukuran (lebar/tinggi):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Email" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/nb/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Del", 5 | "heading": "Del dette kartet", 6 | "url": "Kartkobling", 7 | "embed": "Bygg inn kart", 8 | "extent": "Del gjeldende kartutstrekning", 9 | "size": "Størrelse (bredde/høyde):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-post" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/nl/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Delen", 5 | "heading": "Deze kaart delen", 6 | "url": "Kaartkoppeling", 7 | "embed": "Kaart inbedden", 8 | "extent": "Huidige kaartextent delen", 9 | "size": "Grootte (breedte/hoogte):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/sr/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Podeli", 5 | "heading": "Podeli ovu mapu", 6 | "url": "Link ka mapi", 7 | "embed": "Ugradi mapu", 8 | "extent": "Podeli trenutni obuhvat mape", 9 | "size": "Veličina (širina/visina):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-pošta" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/ar/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "مشاركة", 5 | "heading": "مشاركة هذه الخريطة", 6 | "url": "رابط الخريطة", 7 | "embed": "تضمين الخريطة", 8 | "extent": "مشاركة نطاق الخريطة الحالي", 9 | "size": "الحجم (الاتساع/الارتفاع):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "البريد الإلكتروني" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/bs/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Podijeli", 5 | "heading": "Podijeli kartu", 6 | "url": "Poveznica karte", 7 | "embed": "Ugradi kartu", 8 | "extent": "Podijeli trenutačni obuhvat karte", 9 | "size": "Veličina (širina/visina):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-pošta" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/de/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Freigeben", 5 | "heading": "Diese Karte freigeben", 6 | "url": "Karten-Link", 7 | "embed": "Karte einbetten", 8 | "extent": "Aktuelle Kartenausdehnung freigeben", 9 | "size": "Größe (Breite/Höhe):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-Mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/hr/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Podijeli", 5 | "heading": "Podijeli kartu", 6 | "url": "Poveznica karte", 7 | "embed": "Ugradi kartu", 8 | "extent": "Podijeli trenutačni obuhvat karte", 9 | "size": "Veličina (širina/visina):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-pošta" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/pl/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Udostępnij", 5 | "heading": "Udostępnij tę mapę", 6 | "url": "Łącze do mapy", 7 | "embed": "Osadź mapę", 8 | "extent": "Udostępnij zasięg bieżącej mapy", 9 | "size": "Rozmiar (szerokość/wysokość):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Email" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/tr/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Paylaş", 5 | "heading": "Bu haritayı paylaş", 6 | "url": "Harita Bağlantısı", 7 | "embed": "Haritayı Ekle", 8 | "extent": "Geçerli harita uzantısını paylaş", 9 | "size": "Boyut (genişlik/yükseklik):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-posta" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/vi/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Chia sẻ", 5 | "heading": "Chia sẻ bản đồ này", 6 | "url": "Liên kết Bản đồ", 7 | "embed": "Nhúng Bản đồ", 8 | "extent": "Chia sẻ phạm vi bản đồ hiện tại", 9 | "size": "Kích thước (chiều rộng/chiều cao):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Email" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/ru/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Общий доступ", 5 | "heading": "Общий доступ к карте", 6 | "url": "Ссылка на карту", 7 | "embed": "Внедрить карту", 8 | "extent": "Опубликовать текущий экстент карты", 9 | "size": "Размер (ширина/высота):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Email" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/el/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Κοινοποίηση", 5 | "heading": "Κοινοποίηση αυτού του χάρτη", 6 | "url": "Σύνδεσμος χάρτη", 7 | "embed": "Ενσωμάτωση χάρτη", 8 | "extent": "Κοινοποίηση τρέχουσας έκτασης χάρτη", 9 | "size": "Μέγεθος (πλάτος/ύψος):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Email" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/es/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Compartir", 5 | "heading": "Compartir este mapa", 6 | "url": "Enlace del mapa", 7 | "embed": "Integrar mapa", 8 | "extent": "Compartir la extensión del mapa actual", 9 | "size": "Tamaño (ancho/alto):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Correo electrónico" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/hu/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Megosztás", 5 | "heading": "A térkép megosztása", 6 | "url": "Térkép hivatkozása", 7 | "embed": "Térkép beágyazása", 8 | "extent": "Aktuális térképkiterjedés megosztása", 9 | "size": "Méret (szélesség/magasság):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/lt/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Bendrinti", 5 | "heading": "Bendrinti šį žemėlapį", 6 | "url": "Žemėlapio nuoroda", 7 | "embed": "Įterpti žemėlapį", 8 | "extent": "Bendrinti esamo žemėlapio aprėptį", 9 | "size": "Dydis (plotis / aukštis):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "El. paštas" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/lv/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Koplietošana", 5 | "heading": "Koplietot šo karti", 6 | "url": "Kartes saite", 7 | "embed": "Iedarināt karti", 8 | "extent": "Koplietot pašreizējo kartes pārklājumu", 9 | "size": "Izmērs (platums/augstums):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-pasts" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/pt-br/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Compartilhar", 5 | "heading": "Compartilhar este mapa", 6 | "url": "Link do Mapa", 7 | "embed": "Mapa Embutido", 8 | "extent": "Compartilhar extensão do mapa atual", 9 | "size": "Tamanho (largura/altura):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/uk/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Поділитися", 5 | "heading": "Поділитися цією картою", 6 | "url": "Посилання на карту", 7 | "embed": "Вбудувати карту", 8 | "extent": "Поділитися поточним екстентом карти", 9 | "size": "Розмір (ширина/висота)", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Ел. пошта" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /oauth-callback.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /js/nls/it/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Condividi", 5 | "heading": "Condividi la mappa", 6 | "url": "Collegamento a mappa", 7 | "embed": "Incorpora mappa", 8 | "extent": "Condividi estensione mappa corrente", 9 | "size": "Dimensioni (larghezza/altezza):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/pt-pt/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Partilhar", 5 | "heading": "Partilhar este mapa", 6 | "url": "Ligação de Mapa", 7 | "embed": "Integrar Mapa", 8 | "extent": "Partilhar a atual extensão do mapa", 9 | "size": "Tamanho (largura/altura):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Correio Eletrónico" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/ca/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Comparteix", 5 | "heading": "Comparteix aquest mapa", 6 | "url": "Enllaç del mapa", 7 | "embed": "Incrusta el mapa", 8 | "extent": "Comparteix l'extensió de mapa actual", 9 | "size": "Mida (amplada/altura):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Correu electrònic" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/ro/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Partajare", 5 | "heading": "Se partajează această hartă", 6 | "url": "Link către hartă", 7 | "embed": "Încorporare hartă", 8 | "extent": "Partajare extindere curentă a hărţii", 9 | "size": "Dimensiune (lăţime/înălţime):", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "E-mail" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /js/nls/fr/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "ShareDialog": { 4 | "title": "Partager", 5 | "heading": "Partager cette carte", 6 | "url": "Lien de la carte", 7 | "embed": "Intégrer la carte", 8 | "extent": "Partager l'étendue actuelle de la carte", 9 | "size": "Taille (largeur/hauteur) :", 10 | "facebookTooltip": "Facebook", 11 | "twitterTooltip": "Twitter", 12 | "gplusTooltip": "Google Plus", 13 | "emailTooltip": "Messagerie électronique" 14 | } 15 | } 16 | }); -------------------------------------------------------------------------------- /css/geocoder.css: -------------------------------------------------------------------------------- 1 | .locate-box { 2 | float: right; 3 | padding: 0; 4 | margin: 5px 0 5px 0; 5 | } 6 | 7 | .esriRTL .locate-box { 8 | float: left; 9 | } 10 | 11 | .arcgisSearch .searchBtn, 12 | .arcgisSearch .searchGroup .searchInput, 13 | .dj_rtl .arcgisSearch .searchGroup .searchInput, 14 | .arcgisSearch .searchMenu { 15 | border-color: #ccc; 16 | } 17 | 18 | .arcgisSearch .searchGroup, 19 | .arcgisSearch .searchGroup .searchInput { 20 | color: #999; 21 | } 22 | 23 | #geocoderMobile { 24 | float: left; 25 | margin: 0 10px 0 0; 26 | } 27 | 28 | .dj_rtl #geocoderMobile { 29 | float: right; 30 | margin: 0 0 0 10px; 31 | } 32 | 33 | .arcgisSearch .searchGroup .searchInput { 34 | width: 150px; 35 | } -------------------------------------------------------------------------------- /js/nls/StatsBlock.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | "StatsBlock": { 4 | "close": "close", 5 | "next": "Next", 6 | "previous": "Previous", 7 | "source": "Data source" 8 | } 9 | }), 10 | "ar": 1, 11 | "bs": 1, 12 | "ca": 1, 13 | "cs": 1, 14 | "da": 1, 15 | "de": 1, 16 | "el": 1, 17 | "es": 1, 18 | "et": 1, 19 | "fi": 1, 20 | "fr": 1, 21 | "he": 1, 22 | "hr": 1, 23 | "hu": 1, 24 | "id": 1, 25 | "it": 1, 26 | "ja": 1, 27 | "ko": 1, 28 | "lt": 1, 29 | "lv": 1, 30 | "nb": 1, 31 | "nl": 1, 32 | "pl": 1, 33 | "pt-br": 1, 34 | "pt-pt": 1, 35 | "ro": 1, 36 | "ru": 1, 37 | "sl": 1, 38 | "sr": 1, 39 | "sv": 1, 40 | "th": 1, 41 | "tr": 1, 42 | "uk": 1, 43 | "vi": 1, 44 | "zh-cn": 1, 45 | "zh-hk": 1, 46 | "zh-tw": 1 47 | }); 48 | -------------------------------------------------------------------------------- /js/nls/AboutDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | "widgets": { 4 | "AboutDialog": { 5 | "title": "About", 6 | "itemInfo": "View this item", 7 | "itemInfoLink": "on ArcGIS Online.", 8 | "licenseHeader": "License", 9 | "dateCreated": "Created:", 10 | "dateModified": "Last modified", 11 | "moreInfoHeader": "More Information" 12 | } 13 | } 14 | }), 15 | "ar": 1, 16 | "bs": 1, 17 | "ca": 1, 18 | "cs": 1, 19 | "da": 1, 20 | "de": 1, 21 | "el": 1, 22 | "es": 1, 23 | "et": 1, 24 | "fi": 1, 25 | "fr": 1, 26 | "he": 1, 27 | "hr": 1, 28 | "hu": 1, 29 | "id": 1, 30 | "it": 1, 31 | "ja": 1, 32 | "ko": 1, 33 | "lt": 1, 34 | "lv": 1, 35 | "nb": 1, 36 | "nl": 1, 37 | "pl": 1, 38 | "pt-br": 1, 39 | "pt-pt": 1, 40 | "ro": 1, 41 | "ru": 1, 42 | "sl": 1, 43 | "sr": 1, 44 | "sv": 1, 45 | "th": 1, 46 | "tr": 1, 47 | "uk": 1, 48 | "vi": 1, 49 | "zh-cn": 1, 50 | "zh-hk": 1, 51 | "zh-tw": 1 52 | }); 53 | -------------------------------------------------------------------------------- /js/ConfigDefaultVariables.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "US": { 3 | "Population": [{ 4 | "value": "populationtotals.TOTPOP_CY", 5 | "label": "2013 Total Population" 6 | }, { "value": "populationtotals.TOTPOP_FY", 7 | "label": "2012 Total Population" 8 | }], 9 | "Business": [{ 10 | "value": "industrybysiccode.DS01_BUS", 11 | "label": "2013 Total Population " 12 | }, { 13 | "value": "sales.DS01_SALES", 14 | "label": "2014 Total Population " 15 | }], 16 | "Household": [{ 17 | "value": "householdtotals.TOTHH_CY", 18 | "label": "2013 Total Population " 19 | }, { "value": "householdtotals.AVGHHSZ_CY", 20 | "label": "2013 Total Population " 21 | }] 22 | }, 23 | "": { "Population": [{ 24 | "value": "KeyGlobalFacts.TOTPOP", 25 | "label": "2013 Total Population" 26 | }, { "value": "KeyGlobalFacts.AVGHHSZ", 27 | "label": "2013 Total Population" 28 | }], 29 | "Household": [{ 30 | "value": "KeyGlobalFacts.TOTPOP", 31 | "label": "2013 Total Population " 32 | }] 33 | } 34 | }); 35 | -------------------------------------------------------------------------------- /js/nls/ShareDialog.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | "widgets": { 4 | "ShareDialog": { 5 | "title": "Share", 6 | "heading": "Share this map", 7 | "url": "Map Link", 8 | "embed": "Embed Map", 9 | "extent": "Share current map extent", 10 | "size": "Size (width/height):", 11 | "facebookTooltip": "Facebook", 12 | "twitterTooltip": "Twitter", 13 | "gplusTooltip": "Google Plus", 14 | "emailTooltip": "Email" 15 | } 16 | } 17 | }), 18 | "ar": 1, 19 | "bs": 1, 20 | "ca": 1, 21 | "cs": 1, 22 | "da": 1, 23 | "de": 1, 24 | "el": 1, 25 | "es": 1, 26 | "et": 1, 27 | "fi": 1, 28 | "fr": 1, 29 | "he": 1, 30 | "hr": 1, 31 | "hu": 1, 32 | "id": 1, 33 | "it": 1, 34 | "ja": 1, 35 | "ko": 1, 36 | "lt": 1, 37 | "lv": 1, 38 | "nb": 1, 39 | "nl": 1, 40 | "pl": 1, 41 | "pt-br": 1, 42 | "pt-pt": 1, 43 | "ro": 1, 44 | "ru": 1, 45 | "sl": 1, 46 | "sr": 1, 47 | "sv": 1, 48 | "th": 1, 49 | "tr": 1, 50 | "uk": 1, 51 | "vi": 1, 52 | "zh-cn": 1, 53 | "zh-hk": 1, 54 | "zh-tw": 1 55 | }); 56 | -------------------------------------------------------------------------------- /js/nls/he/us.stackdump: -------------------------------------------------------------------------------- 1 | MSYS-1.0.12 Build:2012-07-05 14:56 2 | Exception: STATUS_ACCESS_VIOLATION at eip=7736D968 3 | eax=0043B1B8 ebx=FFFFFFFA ecx=FFFFFFFE edx=00000004 esi=00320114 edi=00320118 4 | ebp=0028F2F0 esp=0028F2A0 program=us 5 | cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B 6 | Stack trace: 7 | Frame Function Args 8 | 0028F2F0 7736D968 (00000000, 00000000, 00330F38, 68037457) 9 | 0028F318 7736D877 (00320114, 0050005C, 006F0072, 00720067) 10 | 0028F588 6803B77B (00320000, 00330F38, 68037457, 00000022) 11 | 0028FC38 6803AF8F (00320000, 00380030, 006D002E, 00790073) 12 | 0028FCD8 6803ADC4 (00320000, 0028FD20, 0028FD28, 6803B334) 13 | 0028FD28 6803B33E (00320000, 0028FD88, 00000000, 68029DE3) 14 | 0028FD48 68039AE6 (00320000, 680F7174, 00011044, 00000000) 15 | 0028FE98 68052117 (680A4C64, 00000064, 0028FEE8, 680044EA) 16 | 0028FEE8 68004709 (00000000, 00000000, 0028FF28, 00413CAC) 17 | 0028FF08 68004C5F (004039A0, 00000000, 00000000, 00000000) 18 | 0028FF28 68004C98 (00000000, 00000000, 00000000, 00000000) 19 | 0028FF58 00413BBC (004039A0, 00000000, 00000000, 00000000) 20 | 0028FF88 0040103D (7EFDE000, 0028FFD4, 77369882, 7EFDE000) 21 | 0028FF94 75FA338A (7EFDE000, 58068827, 00000000, 00000000) 22 | 0028FFD4 77369882 (00401000, 7EFDE000, 00000000, 00000000) 23 | 0028FFEC 77369855 (00401000, 7EFDE000, 00000000, 78746341) 24 | End of stack trace (more stack frames may be present) -------------------------------------------------------------------------------- /js/nls/zh-cn/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "无法创建地图", 4 | "licenseError": { 5 | "message": "您的帐户无权使用非公共的可配置应用程序。 请联系您的组织管理员为您分配包含基本应用程序或附加基本应用程序许可的用户类型。", 6 | "title": "未经许可" 7 | } 8 | }, 9 | "general": { 10 | "map": "地图", 11 | "mapInfo": "地图信息", 12 | "legend": "图例", 13 | "layers": "图层", 14 | "rendererTitle": "显示该区域的信息", 15 | "summarize": "整个区域", 16 | "summarizeTitle": "显示所有区域的汇总信息", 17 | "share": "共享", 18 | "about": "关于", 19 | "find": "邮政编码、城市等", 20 | "noSearchResult": "未找到结果", 21 | "impactArea": "影响区域", 22 | "dateModified": "修改日期", 23 | "moreInfo": "查找详细信息" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "我的组织", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "我的内容", 31 | "favoritesLabel": "我的收藏夹" 32 | }, 33 | "title": "选择 Web 地图", 34 | "searchTitle": "搜索", 35 | "ok": "确定", 36 | "cancel": "取消", 37 | "placeholder": "输入搜索词" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "我的组织", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "我的内容", 44 | "favoritesLabel": "我的收藏夹" 45 | }, 46 | "title": "选择群组", 47 | "searchTitle": "搜索", 48 | "ok": "确定", 49 | "cancel": "取消", 50 | "placeholder": "输入搜索词" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/zh-hk/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "無法建立地圖", 4 | "licenseError": { 5 | "message": "您的帳號未經授權,無法使用非公開的可配置應用程式。 請聯繫您的組織管理員,請其將包含基礎應用程式或附加元件基礎應用程式授權的使用者類型指派給您。", 6 | "title": "未經許可" 7 | } 8 | }, 9 | "general": { 10 | "map": "地圖", 11 | "mapInfo": "地圖資訊", 12 | "legend": "圖例", 13 | "layers": "圖層", 14 | "rendererTitle": "顯示該區域的資訊", 15 | "summarize": "整個區域", 16 | "summarizeTitle": "顯示所有區域的摘要資訊", 17 | "share": "分享", 18 | "about": "關於", 19 | "find": "郵遞區號、城市等", 20 | "noSearchResult": "未找到結果", 21 | "impactArea": "影響區域", 22 | "dateModified": "修改日期", 23 | "moreInfo": "查詢詳細資訊" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "我的組織", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "我的內容", 31 | "favoritesLabel": "我的最愛" 32 | }, 33 | "title": "選擇 Web 地圖", 34 | "searchTitle": "搜尋", 35 | "ok": "確定", 36 | "cancel": "取消", 37 | "placeholder": "輸入搜尋詞彙" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "我的組織", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "我的內容", 44 | "favoritesLabel": "我的最愛" 45 | }, 46 | "title": "選擇群組", 47 | "searchTitle": "搜尋", 48 | "ok": "確定", 49 | "cancel": "取消", 50 | "placeholder": "輸入搜尋詞彙" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/zh-tw/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "無法建立地圖", 4 | "licenseError": { 5 | "message": "您的帳號未經授權,無法使用非公開的可配置應用程式。 請聯繫您的組織管理員,請其將包含基礎應用程式或附加元件基礎應用程式授權的使用者類型指派給您。", 6 | "title": "未經許可" 7 | } 8 | }, 9 | "general": { 10 | "map": "地圖", 11 | "mapInfo": "地圖資訊", 12 | "legend": "圖例", 13 | "layers": "圖層", 14 | "rendererTitle": "顯示該區域的資訊", 15 | "summarize": "整個區域", 16 | "summarizeTitle": "顯示所有區域的摘要資訊", 17 | "share": "分享", 18 | "about": "關於", 19 | "find": "郵遞區號、城市等", 20 | "noSearchResult": "未找到結果", 21 | "impactArea": "影響區域", 22 | "dateModified": "修改日期", 23 | "moreInfo": "查詢詳細資訊" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "我的組織", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "我的內容", 31 | "favoritesLabel": "我的最愛" 32 | }, 33 | "title": "選擇 Web 地圖", 34 | "searchTitle": "搜尋", 35 | "ok": "確定", 36 | "cancel": "取消", 37 | "placeholder": "輸入搜尋詞彙" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "我的組織", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "我的內容", 44 | "favoritesLabel": "我的最愛" 45 | }, 46 | "title": "選擇群組", 47 | "searchTitle": "搜尋", 48 | "ok": "確定", 49 | "cancel": "取消", 50 | "placeholder": "輸入搜尋詞彙" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/signInHelper.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", 3 | "dojo/_base/lang", 4 | "dijit/_WidgetBase", 5 | "dojo/on", 6 | "esri/arcgis/utils", 7 | "esri/arcgis/Portal", 8 | "dojo/Deferred", 9 | "dojo/cookie" 10 | ], 11 | function (declare, lang, _WidgetBase, on, arcgisUtils, portal, Deferred, cookie) { 12 | var Widget = declare([_WidgetBase], { 13 | declaredClass: "application.signInHelper", 14 | _portal: null, 15 | cred: "esri_jsapi_id_manager_data", 16 | constructor: function () { 17 | this._portal = new portal.Portal(this._getPortalURL()); 18 | }, 19 | 20 | createPortal: function () { 21 | // create portal 22 | var deferred = new Deferred(); 23 | // portal loaded 24 | this.own(on(this._portal, "Load", lang.hitch(this, function () { 25 | this._portal.signIn().then(function (loggedInUser) { 26 | deferred.resolve(loggedInUser); 27 | }, function (err) { 28 | deferred.reject(err); 29 | }); 30 | }))); 31 | 32 | return deferred.promise; 33 | }, 34 | 35 | _getPortalURL: function () { 36 | return arcgisUtils.arcgisUrl.split('/sharing/')[0]; 37 | }, 38 | 39 | getPortal: function () { 40 | return this._portal; 41 | } 42 | }); 43 | return Widget; 44 | }); -------------------------------------------------------------------------------- /js/RefreshMixin.js: -------------------------------------------------------------------------------- 1 | define(["dojo/_base/declare", "dojo/_base/lang", "dojo/_base/Deferred", "dojo/on"], function (declare, lang, Deferred, listen) { 2 | function emitError(err) { 3 | if (typeof err !== "object") { 4 | err = new Error(err); 5 | } 6 | err.grid = this; 7 | if (listen.emit(this.domNode, "dgrid-error", { 8 | grid: this, 9 | error: err, 10 | cancelable: true, 11 | bubbles: true 12 | })) { 13 | console.error(err); 14 | } 15 | } 16 | 17 | var _RefreshMixin = declare(null, { 18 | 19 | _trackError: function (func) { 20 | var result; 21 | 22 | if (typeof func === "string") { 23 | func = lang.hitch(this, func); 24 | } 25 | 26 | try { 27 | result = func(); 28 | } catch (err) { 29 | emitError.call(this, err); 30 | } 31 | return Deferred.when( 32 | result, 33 | // success callback instead of `null` in _StoreMixin: 34 | lang.hitch(this, function () { 35 | // fire 'refresh' event 36 | listen.emit(this.domNode, "refresh", { 37 | cancelable: true, 38 | bubbles: true 39 | }); 40 | }), 41 | lang.hitch(this, emitError) 42 | ); 43 | } 44 | }); 45 | 46 | return _RefreshMixin; 47 | 48 | }); -------------------------------------------------------------------------------- /js/nls/ko/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "맵을 생성할 수 없음", 4 | "licenseError": { 5 | "message": "귀하의 계정에는 공개 상태가 아닌 구성 설정 앱을 사용할 수 있는 라이선스가 없습니다. 필수 앱 또는 애드온 필수 앱 라이선스가 포함된 사용자 유형을 업무 지시하려면 기관 관리자에게 문의하세요.", 6 | "title": "라이선스가 없음" 7 | } 8 | }, 9 | "general": { 10 | "map": "맵", 11 | "mapInfo": "맵 정보", 12 | "legend": "범례", 13 | "layers": "레이어", 14 | "rendererTitle": "이 영역의 정보 표시", 15 | "summarize": "전체 영역", 16 | "summarizeTitle": "모든 영역의 요약 정보 표시", 17 | "share": "공유", 18 | "about": "정보", 19 | "find": "우편 번호, 도시 등", 20 | "noSearchResult": "결과가 없음", 21 | "impactArea": "영향 영역", 22 | "dateModified": "수정된 날짜", 23 | "moreInfo": "자세히 알아보기" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "내 기관", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "내 컨텐츠", 31 | "favoritesLabel": "내 즐겨찾기" 32 | }, 33 | "title": "웹 맵 선택", 34 | "searchTitle": "검색", 35 | "ok": "확인", 36 | "cancel": "취소", 37 | "placeholder": "검색어 입력" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "내 기관", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "내 컨텐츠", 44 | "favoritesLabel": "내 즐겨찾기" 45 | }, 46 | "title": "그룹 선택", 47 | "searchTitle": "검색", 48 | "ok": "확인", 49 | "cancel": "취소", 50 | "placeholder": "검색어 입력" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/ja/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "マップを作成できません", 4 | "licenseError": { 5 | "message": "パブリックでないテンプレートを使用するためのライセンスがアカウントに付与されていません。 組織の管理者に Essential Apps またはアドオン Essential Apps ライセンスを含むユーザー タイプを割り当てるよう依頼してください。", 6 | "title": "ライセンスがありません。" 7 | } 8 | }, 9 | "general": { 10 | "map": "マップ", 11 | "mapInfo": "マップ情報", 12 | "legend": "凡例", 13 | "layers": "レイヤ", 14 | "rendererTitle": "このエリアの情報の表示", 15 | "summarize": "エリア全体", 16 | "summarizeTitle": "すべてのエリアの集計情報の表示", 17 | "share": "共有", 18 | "about": "情報", 19 | "find": "郵便番号、市区町村など。", 20 | "noSearchResult": "結果が見つかりません", 21 | "impactArea": "影響のあるエリア", 22 | "dateModified": "更新日", 23 | "moreInfo": "その他の検索" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "組織", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "マイ コンテンツ", 31 | "favoritesLabel": "お気に入り" 32 | }, 33 | "title": "Web マップの選択", 34 | "searchTitle": "検索", 35 | "ok": "OK", 36 | "cancel": "キャンセル", 37 | "placeholder": "検索語句の入力" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "組織", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "マイ コンテンツ", 44 | "favoritesLabel": "お気に入り" 45 | }, 46 | "title": "グループの選択", 47 | "searchTitle": "検索", 48 | "ok": "OK", 49 | "cancel": "キャンセル", 50 | "placeholder": "検索語句の入力" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /css/HomeButton.css: -------------------------------------------------------------------------------- 1 | .HomeButtonCalcite span { 2 | display: none; 3 | } 4 | .HomeButtonCalcite .homeContainer { 5 | text-align: center; 6 | background-color: #fff; 7 | -webkit-user-select: none; 8 | -moz-user-select: none; 9 | -ms-user-select: none; 10 | user-select: none; 11 | cursor: pointer; 12 | -webkit-border-radius: 1px; 13 | -moz-border-radius: 1px; 14 | -o-border-radius: 1px; 15 | border-radius: 1px; 16 | border: 1px solid #999; 17 | color: #999; 18 | } 19 | .HomeButtonCalcite .homeContainer:hover { 20 | background-color: #eee; 21 | color: #333; 22 | } 23 | .HomeButtonCalcite .homeContainer:active { 24 | color: #007ac2; 25 | background-color: #ddd; 26 | } 27 | .HomeButtonCalcite .homeContainer { 28 | width: 30px; 29 | height: 30px; 30 | overflow: hidden; 31 | } 32 | .HomeButtonCalcite .home { 33 | font-size: 21px; 34 | line-height: 22px; 35 | width: 22px; 36 | padding: 4px; 37 | font-family: "fontello"; 38 | font-style: normal; 39 | font-weight: 400; 40 | speak: none; 41 | display: inline-block; 42 | text-decoration: inherit; 43 | text-align: center; 44 | font-variant: normal; 45 | text-transform: none; 46 | } 47 | .HomeButtonCalcite .loading:before { 48 | content: ''; 49 | display: block; 50 | position: relative; 51 | width: 22px; 52 | height: 22px; 53 | padding: 0; 54 | margin: 0; 55 | overflow: hidden; 56 | background-position: center center; 57 | background-image: url(../images/ajax-loader.gif); 58 | background-repeat: no-repeat; 59 | } -------------------------------------------------------------------------------- /css/LocateButton.css: -------------------------------------------------------------------------------- 1 | .LocateButtonCalcite span { 2 | display: none; 3 | } 4 | .LocateButtonCalcite .locateContainer { 5 | text-align: center; 6 | background-color: #fff; 7 | -webkit-user-select: none; 8 | -moz-user-select: none; 9 | -ms-user-select: none; 10 | user-select: none; 11 | cursor: pointer; 12 | -webkit-border-radius: 1px; 13 | -moz-border-radius: 1px; 14 | -o-border-radius: 1px; 15 | border-radius: 1px; 16 | border: 1px solid #999; 17 | color: #999; 18 | } 19 | .LocateButtonCalcite .locateContainer:hover { 20 | background-color: #eee; 21 | color: #333; 22 | } 23 | .LocateButtonCalcite .locateContainer:active { 24 | color: #007ac2; 25 | background-color: #ddd; 26 | } 27 | .LocateButtonCalcite .locateContainer { 28 | width: 30px; 29 | height: 30px; 30 | overflow: hidden; 31 | } 32 | .LocateButtonCalcite .zoomLocateButton { 33 | font-size: 21px; 34 | line-height: 22px; 35 | width: 22px; 36 | padding: 4px; 37 | font-family: "fontello"; 38 | font-style: normal; 39 | font-weight: 400; 40 | speak: none; 41 | display: inline-block; 42 | text-decoration: inherit; 43 | text-align: center; 44 | font-variant: normal; 45 | text-transform: none; 46 | } 47 | .LocateButtonCalcite .loading:before { 48 | content: ''; 49 | display: block; 50 | position: relative; 51 | width: 22px; 52 | height: 22px; 53 | padding: 0; 54 | margin: 0; 55 | overflow: hidden; 56 | background-position: center center; 57 | background-image: url(../images/ajax-loader.gif); 58 | background-repeat: no-repeat; 59 | } -------------------------------------------------------------------------------- /js/nls/he/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "לא ניתן ליצור מפה", 4 | "licenseError": { 5 | "message": "החשבון שלך אינו מורשה להשתמש באפליקציות הניתנות להגדרה שאינן ציבוריות. בקש ממנהל המערכת בארגון שלך להקצות לך סוג משתמש שכולל את Essential Apps או רישיון הרחבה ל-Essential Apps.", 6 | "title": "ללא רישיון" 7 | } 8 | }, 9 | "general": { 10 | "map": "מפה", 11 | "mapInfo": "מידע על המפה", 12 | "legend": "מקרא", 13 | "layers": "שכבות", 14 | "rendererTitle": "הצג מידע לאזור זה", 15 | "summarize": "האזור כולו", 16 | "summarizeTitle": "הצג מידע מסוכם לכל האזורים", 17 | "share": "שיתוף", 18 | "about": "אודות", 19 | "find": "מיקוד, עיר ועוד.", 20 | "noSearchResult": "לא נמצאו תוצאות", 21 | "impactArea": "אזור השפעה", 22 | "dateModified": "שונה", 23 | "moreInfo": "למידע נוסף" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "הארגון שלי", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "התוכן שלי", 31 | "favoritesLabel": "המועדפים שלי" 32 | }, 33 | "title": "בחר מפת אינטרנט", 34 | "searchTitle": "חפש", 35 | "ok": "אישור", 36 | "cancel": "ביטול", 37 | "placeholder": "הכנס מונח לחיפוש" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "הארגון שלי", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "התוכן שלי", 44 | "favoritesLabel": "המועדפים שלי" 45 | }, 46 | "title": "בחר קבוצה", 47 | "searchTitle": "חפש", 48 | "ok": "אישור", 49 | "cancel": "ביטול", 50 | "placeholder": "הכנס מונח לחיפוש" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/ar/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "يتعذر إنشاء الخريطة", 4 | "licenseError": { 5 | "message": "حسابك غير مرخص لاستخدام التطبيقات القابلة للتكوين غير العامة. رجاءً اطلب من مسئولي المؤسسة تعيينك كنوع مستخدم يتضمن التطبيقات الأساسية أو ترخيص التطبيقات الأساسية المضافة.", 6 | "title": "غير مرخص" 7 | } 8 | }, 9 | "general": { 10 | "map": "خريطة", 11 | "mapInfo": "معلومات الخريطة", 12 | "legend": "مفتاح الخريطة", 13 | "layers": "طبقات", 14 | "rendererTitle": "عرض معلومات هذه المنطقة", 15 | "summarize": "المنطقة الكلية", 16 | "summarizeTitle": "عرض المعلومات المُلخصة لجميع المناطق", 17 | "share": "مشاركة", 18 | "about": "نبذة عن", 19 | "find": "كود Zip والمدينة، وغير ذلك.", 20 | "noSearchResult": "يتعذر إيجاد النتائج", 21 | "impactArea": "منطقة التأثير", 22 | "dateModified": "تم التعديل", 23 | "moreInfo": "إيجاد المزيد" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "المؤسسة", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "المحتوى", 31 | "favoritesLabel": "المُفضلة" 32 | }, 33 | "title": "تحديد خريطة الويب", 34 | "searchTitle": "بحث", 35 | "ok": "موافق", 36 | "cancel": "إلغاء الأمر", 37 | "placeholder": "أدخل مصطلح البحث" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "المؤسسة", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "المحتوى", 44 | "favoritesLabel": "المُفضلة" 45 | }, 46 | "title": "حدد مجموعة", 47 | "searchTitle": "بحث", 48 | "ok": "موافق", 49 | "cancel": "إلغاء الأمر", 50 | "placeholder": "أدخل مصطلح البحث" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /images/Impact_Summery_App_Households.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /js/nls/th/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "ไม่สามารถสร้างแผนที่", 4 | "licenseError": { 5 | "message": "บัญชีผู้ใช้ของคุณไม่มีใบอนุญาตในการใช้งานแอปที่กำหนดค่าได้ซึ่งไม่ใช่แบบสาธารณะ โปรดขอให้ผู้ดูแลองค์กรของคุณกำหนดประเภทผู้ใช้ที่มีใบอนุญาตแอป Essential หรือแอดออนแอป Essential ให้กับคุณ", 6 | "title": "ไม่มีใบอนุญาต" 7 | } 8 | }, 9 | "general": { 10 | "map": "แผนที่", 11 | "mapInfo": "ข้อมูลแผนที่", 12 | "legend": "สัญลักษณ์", 13 | "layers": "ชั้นข้อมูล", 14 | "rendererTitle": "แสดงข้อมูลของพื้นที่นี้", 15 | "summarize": "พื้นที่ทั้งหมด", 16 | "summarizeTitle": "แสดงข้อมูลสรุปสำหรับพื้นที่ทั้งหมด", 17 | "share": "แบ่งปัน", 18 | "about": "เกี่ยวกับ", 19 | "find": "รหัสไปรษณีย์ ชื่อเมือง เป็นต้น", 20 | "noSearchResult": "ไม่พบผลลัพธ์", 21 | "impactArea": "พื้นที่ที่ได้รับผลกระทบ", 22 | "dateModified": "ปรับปรุง", 23 | "moreInfo": "ค้นหาเพิ่มเติม" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "องค์กรของฉัน", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "เนื้อหาของฉัน", 31 | "favoritesLabel": "รายการโปรด" 32 | }, 33 | "title": "เลือกเว็บแมป", 34 | "searchTitle": "ค้นหา", 35 | "ok": "ตกลง", 36 | "cancel": "ยกเลิก", 37 | "placeholder": "ใส่คำค้นหา" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "องค์กรของฉัน", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "เนื้อหาของฉัน", 44 | "favoritesLabel": "รายการโปรด" 45 | }, 46 | "title": "เลือกกลุ่ม", 47 | "searchTitle": "ค้นหา", 48 | "ok": "ตกลง", 49 | "cancel": "ยกเลิก", 50 | "placeholder": "ใส่คำค้นหา" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /css/ShareDialog.css: -------------------------------------------------------------------------------- 1 | .calcite .icon-container { 2 | margin: 10px 0 20px; 3 | } 4 | .calcite .map-size-label { 5 | float: left; 6 | font-size: 15px; 7 | margin: 0 5px 0 0; 8 | } 9 | .esriRTL .calcite .map-size-label { 10 | float: right; 11 | margin: 0 0 0 5px; 12 | } 13 | .calcite .share-dialog-icon { 14 | font-size: 32px; 15 | line-height: 32px; 16 | float: left; 17 | color: #007ac2; 18 | cursor: pointer; 19 | margin: 0 10px 0 0; 20 | text-decoration: none; 21 | display: block; 22 | } 23 | .calcite .share-dialog-icon:visited{ 24 | color: #007ac2; 25 | } 26 | .esriRTL .calcite .share-dialog-icon { 27 | float: right; 28 | margin: 0 0 0 10px; 29 | } 30 | .calcite .share-dialog-icon:hover { 31 | color: #97cbec; 32 | } 33 | .calcite .share-dialog-icon:active { 34 | color: #555; 35 | } 36 | .calcite .share-map-url { 37 | width: 50%; 38 | min-width: 30%; 39 | max-width: 90%; 40 | height: 25px; 41 | font-size: 14px; 42 | color: #777; 43 | border: 1px solid #dcdcdc; 44 | margin: 0 0 20px; 45 | } 46 | .calcite .map-size-container { 47 | margin: 0; 48 | padding: 0 0 20px; 49 | } 50 | .calcite .embed-map-size-clear, 51 | .calcite .icon-clear { 52 | clear: both; 53 | } 54 | .calcite .embed-map-size-dropdown { 55 | float: left; 56 | } 57 | .esriRTL .calcite .embed-map-size-dropdown { 58 | float: right; 59 | } 60 | .calcite .share-dialog-subheader { 61 | font-size: 19px; 62 | margin: 0 0 5px; 63 | } 64 | .calcite .share-dialog-textarea { 65 | width: auto; 66 | max-width: 90%; 67 | width: 75%; 68 | height: 75px; 69 | font-size: 14px; 70 | color: #777; 71 | border: 1px solid #dcdcdc; 72 | margin: 0 0 20px; 73 | } 74 | .calcite .share-dialog-extent { 75 | margin: 0 0 15px 0; 76 | } -------------------------------------------------------------------------------- /js/nls/et/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Kaarti ei saa luua", 4 | "licenseError": { 5 | "message": "Teie kontol puudub litsents konfigureeritavate rakenduste kasutamiseks, mis ei ole avalikud. Paluge oma organisatsiooni administraatoril määrata teile kasutajatüüp, mis sisaldab olulisi rakendusi või oluliste rakenduse lisalitsentsi.", 6 | "title": "Litsents puudub" 7 | } 8 | }, 9 | "general": { 10 | "map": "Kaart", 11 | "mapInfo": "Kaardi info", 12 | "legend": "Legend", 13 | "layers": "Kihid", 14 | "rendererTitle": "Kuva selle ala kohta infot", 15 | "summarize": "Kogu ala", 16 | "summarizeTitle": "Kuva summeeritud info kõigi alade kohta", 17 | "share": "Jaga", 18 | "about": "Info", 19 | "find": "Postikood, linn jne.", 20 | "noSearchResult": "Tulemust ei leitud", 21 | "impactArea": "Mõjuala", 22 | "dateModified": "Muudetud", 23 | "moreInfo": "Rohkem infot" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Minu organisatsioon", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Minu sisu", 31 | "favoritesLabel": "Minu lemmikud" 32 | }, 33 | "title": "Vali veebikaart", 34 | "searchTitle": "Otsi", 35 | "ok": "Ok", 36 | "cancel": "Tühista", 37 | "placeholder": "Sisesta otsingutingimus" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Minu organisatsioon", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Minu sisu", 44 | "favoritesLabel": "Minu lemmikud" 45 | }, 46 | "title": "Vali rühm", 47 | "searchTitle": "Otsi", 48 | "ok": "Ok", 49 | "cancel": "Tühista", 50 | "placeholder": "Sisesta otsingutingimus" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/da/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Kan ikke oprette kort", 4 | "licenseError": { 5 | "message": "Din konto har ikke licens til at bruge Konfigurérbare apps, der ikke er offentlige. Bed din organisationsadministrator om at knytte dig til en brugertype, der omfatter Essential Apps eller en add-on Essential Apps-licens.", 6 | "title": "Ikke licenseret" 7 | } 8 | }, 9 | "general": { 10 | "map": "Kort", 11 | "mapInfo": "Kortoplysninger", 12 | "legend": "Signaturforklaring", 13 | "layers": "Lag", 14 | "rendererTitle": "Vis oplysninger for dette område", 15 | "summarize": "Hele området", 16 | "summarizeTitle": "Vis oversigtsoplysninger for alle områder", 17 | "share": "Del", 18 | "about": "Om", 19 | "find": "Postnummer, by osv.", 20 | "noSearchResult": "Intet resultat fundet", 21 | "impactArea": "Kollisionsområde", 22 | "dateModified": "Ændret", 23 | "moreInfo": "Flere oplysninger" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Min organisation", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Mit indhold", 31 | "favoritesLabel": "Mine favoritter" 32 | }, 33 | "title": "Vælg webkort", 34 | "searchTitle": "Søg", 35 | "ok": "OK", 36 | "cancel": "Annullér", 37 | "placeholder": "Angiv søgeterm" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Min organisation", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Mit indhold", 44 | "favoritesLabel": "Mine favoritter" 45 | }, 46 | "title": "Vælg gruppe", 47 | "searchTitle": "Søg", 48 | "ok": "OK", 49 | "cancel": "Annullér", 50 | "placeholder": "Angiv søgeterm" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/nb/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Kan ikke opprette kart", 4 | "licenseError": { 5 | "message": "Kontoen din er ikke lisensiert til å bruke konfigurerbare apper som ikke er offentlige. Be administratoren for organisasjonen om å tilordne deg en brukertype som omfatter Essential Apps eller en tilleggslisens for Essential Apps.", 6 | "title": "Ikke lisensiert" 7 | } 8 | }, 9 | "general": { 10 | "map": "Kart", 11 | "mapInfo": "Kartinformasjon", 12 | "legend": "Tegnforklaring", 13 | "layers": "Lag", 14 | "rendererTitle": "Vis informasjon for dette området", 15 | "summarize": "Hele området", 16 | "summarizeTitle": "Vis oppsummert informasjon for alle områder", 17 | "share": "Del", 18 | "about": "Om", 19 | "find": "Postnummer, by, osv.", 20 | "noSearchResult": "Fant ingen resultater", 21 | "impactArea": "Treffområde", 22 | "dateModified": "Endret", 23 | "moreInfo": "Mer informasjon" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Min organisasjon", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Mitt innhold", 31 | "favoritesLabel": "Mine favoritter" 32 | }, 33 | "title": "Velg webkart", 34 | "searchTitle": "Søk", 35 | "ok": "Ok", 36 | "cancel": "Avbryt", 37 | "placeholder": "Angi søkeord" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Min organisasjon", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Mitt innhold", 44 | "favoritesLabel": "Mine favoritter" 45 | }, 46 | "title": "Velg gruppe", 47 | "searchTitle": "Søk", 48 | "ok": "Ok", 49 | "cancel": "Avbryt", 50 | "placeholder": "Angi søkeord" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/PortalItemStore.js: -------------------------------------------------------------------------------- 1 | define(["dojo/_base/declare", "dojo/_base/lang", "esri/arcgis/Portal"], 2 | function (declare, lang, esriPortal) { 3 | return declare(null, { 4 | idProperty: "id", 5 | constructor: function (options) { 6 | declare.safeMixin(this, options); 7 | this.portalUrl = this.portal && this.portal.portalUrl; 8 | }, 9 | 10 | getIdentity: function (object) { 11 | return object[this.idProperty]; 12 | }, 13 | 14 | query: function (query, options) { 15 | var results, queryParams = lang.isObject(query) ? query : { 'q': query }; 16 | if (options) { 17 | queryParams = lang.mixin(queryParams, { 'num': options.count, 'start': ((options.start || 0) + 1) }); 18 | if (options.sort && options.sort.length) { 19 | var sort = options.sort[0]; 20 | queryParams = lang.mixin(queryParams, { 'sortField': encodeURIComponent((sort.attribute === "created") ? "uploaded" : sort.attribute), 'sortOrder': sort.descending ? 'desc' : 'asc' }); 21 | } 22 | } 23 | 24 | if (this.galleryType === "webmap") { 25 | results = this.portal.queryItems(queryParams).then(function (result) { 26 | result.results.total = result.total; 27 | return result.results; 28 | }); 29 | } else { //group 30 | results = this.portal.queryGroups(queryParams).then(function (result) { 31 | result.results.total = result.total; 32 | return result.results; 33 | }); 34 | } 35 | return esriPortal.PortalResult(results); 36 | } 37 | }); 38 | }); -------------------------------------------------------------------------------- /js/nls/fi/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Karttaa ei voi luoda", 4 | "licenseError": { 5 | "message": "Tiliäsi ei ole lisensoitu käyttämään muunneltavissa olevia sovelluksia, jotka eivät ole julkisia. Pyydä organisaatiosi pääkäyttäjää määrittämään sinulle käyttäjätyyppi, joka sisältää keskeiset sovellukset tai keskeisten sovellusten lisäosan lisenssin.", 6 | "title": "Ei lisenssiä" 7 | } 8 | }, 9 | "general": { 10 | "map": "Kartta", 11 | "mapInfo": "Kartan tiedot", 12 | "legend": "Selite", 13 | "layers": "Karttatasot", 14 | "rendererTitle": "Näytä tämän alueen tiedot", 15 | "summarize": "Koko alue", 16 | "summarizeTitle": "Näytä kaikkien alueiden yhteenvetotiedot", 17 | "share": "Jaa", 18 | "about": "Tietoja", 19 | "find": "Postinumero, kaupunki jne.", 20 | "noSearchResult": "Tulosta ei löytynyt", 21 | "impactArea": "Vaikutusalue", 22 | "dateModified": "Muokattu", 23 | "moreInfo": "Lisätietoja" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Oma organisaatio", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Oma sisältö", 31 | "favoritesLabel": "Omat suosikit" 32 | }, 33 | "title": "Valitse Web-kartta", 34 | "searchTitle": "Etsi", 35 | "ok": "OK", 36 | "cancel": "Peruuta", 37 | "placeholder": "Anna hakuehto" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Oma organisaatio", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Oma sisältö", 44 | "favoritesLabel": "Omat suosikit" 45 | }, 46 | "title": "Valitse ryhmä", 47 | "searchTitle": "Etsi", 48 | "ok": "OK", 49 | "cancel": "Peruuta", 50 | "placeholder": "Anna hakuehto" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/tr/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Harita oluşturulamıyor", 4 | "licenseError": { 5 | "message": "Hesabınız herkese açık olmayan Yapılandırılabilir Uygulamaları kullanmak için lisanslandırılmamış. Lütfen kuruluş yöneticinizden Temel Uygulamalar veya eklenti Temel Uygulamalar lisansı içeren bir kullanıcı türü atamasını isteyin.", 6 | "title": "Lisanslı Değil" 7 | } 8 | }, 9 | "general": { 10 | "map": "Harita", 11 | "mapInfo": "Harita Bilgileri", 12 | "legend": "Gösterim", 13 | "layers": "Katmanlar", 14 | "rendererTitle": "Bu alanla ilgili bilgileri görüntüle", 15 | "summarize": "Tüm Alan", 16 | "summarizeTitle": "Tüm alanlarla ilgili özet bilgileri görüntüle", 17 | "share": "Paylaş", 18 | "about": "Hakkında", 19 | "find": "Posta Kodu, şehir vb.", 20 | "noSearchResult": "Hiçbir sonuç bulunamadı", 21 | "impactArea": "Etki Alanı", 22 | "dateModified": "Değiştirilme", 23 | "moreInfo": "Daha fazlasını keşfedin" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Kuruluşum", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "İçeriğim", 31 | "favoritesLabel": "Favorilerim" 32 | }, 33 | "title": "Web Haritası Seç", 34 | "searchTitle": "Ara", 35 | "ok": "Tamam", 36 | "cancel": "İptal", 37 | "placeholder": "Aranacak terimi gir" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Kuruluşum", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "İçeriğim", 44 | "favoritesLabel": "Favorilerim" 45 | }, 46 | "title": "Grup Seç", 47 | "searchTitle": "Ara", 48 | "ok": "Tamam", 49 | "cancel": "İptal", 50 | "placeholder": "Aranacak terimi gir" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/sv/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Det gick inte att skapa kartan", 4 | "licenseError": { 5 | "message": "Ditt konto har ingen licens för att använda konfigurerbara appar som inte är tillgängliga för allmänheten. Be din organisations administratör att tilldela dig en användartyp som omfattar Essential Apps eller en tilläggslicens för Essential Apps.", 6 | "title": "Inte licensierad" 7 | } 8 | }, 9 | "general": { 10 | "map": "Karta", 11 | "mapInfo": "Kartinformation", 12 | "legend": "Teckenförklaring", 13 | "layers": "Lager", 14 | "rendererTitle": "Visa information för det här området", 15 | "summarize": "Hela området", 16 | "summarizeTitle": "Visa summerad information för alla områden", 17 | "share": "Dela", 18 | "about": "Om", 19 | "find": "Postnummer, ort osv.", 20 | "noSearchResult": "Inga resultat hittades", 21 | "impactArea": "Inverkansområde", 22 | "dateModified": "Ändrad", 23 | "moreInfo": "Ta reda på mer" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Min organisation", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Mitt innehåll", 31 | "favoritesLabel": "Mina favoriter" 32 | }, 33 | "title": "Välj webbkarta", 34 | "searchTitle": "Sök", 35 | "ok": "OK", 36 | "cancel": "Avbryt", 37 | "placeholder": "Ange sökterm" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Min organisation", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Mitt innehåll", 44 | "favoritesLabel": "Mina favoriter" 45 | }, 46 | "title": "Välj grupp", 47 | "searchTitle": "Sök", 48 | "ok": "OK", 49 | "cancel": "Avbryt", 50 | "placeholder": "Ange sökterm" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/nl/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Kan kaart niet maken", 4 | "licenseError": { 5 | "message": "Uw account heeft geen licentie om configureerbare apps te gebruiken die niet openbaar zijn. Vraag uw organisatiebeheerder om u een gebruikerstype toe te wijzen dat Essential Apps of een add-on Essential Apps-licentie bevat.", 6 | "title": "Geen licentie" 7 | } 8 | }, 9 | "general": { 10 | "map": "Kaart", 11 | "mapInfo": "Kaartinformatie", 12 | "legend": "Legenda", 13 | "layers": "Kaartlagen", 14 | "rendererTitle": "Informatie weergeven voor dit gebied", 15 | "summarize": "Volledig gebied", 16 | "summarizeTitle": "Samengevatte informatie weergeven voor alle gebieden", 17 | "share": "Delen", 18 | "about": "Over", 19 | "find": "Postcode, plaats enzovoort", 20 | "noSearchResult": "Geen resultaat gevonden", 21 | "impactArea": "Impactgebied", 22 | "dateModified": "Gewijzigd", 23 | "moreInfo": "Ontdek meer informatie" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Mijn Organisatie", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Mijn Content", 31 | "favoritesLabel": "Mijn Favorieten" 32 | }, 33 | "title": "Webmap selecteren", 34 | "searchTitle": "Zoeken", 35 | "ok": "OK", 36 | "cancel": "Annuleren", 37 | "placeholder": "Zoekterm invoeren" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Mijn Organisatie", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Mijn Content", 44 | "favoritesLabel": "Mijn Favorieten" 45 | }, 46 | "title": "Groep selecteren", 47 | "searchTitle": "Zoeken", 48 | "ok": "OK", 49 | "cancel": "Annuleren", 50 | "placeholder": "Zoekterm invoeren" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/ru/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Не удалось создать карту", 4 | "licenseError": { 5 | "message": "Ваша учетная запись не лицензирована на использование не публичных Настраиваемых приложений. Обратитесь к администратору организации, чтобы получить тип пользователя, в который входит Essential Apps или лицензия дополнительного модуля Essential Apps.", 6 | "title": "Не лицензировано" 7 | } 8 | }, 9 | "general": { 10 | "map": "Карта", 11 | "mapInfo": "Информация карты", 12 | "legend": "Легенда", 13 | "layers": "Слои", 14 | "rendererTitle": "Отобразить информацию для этой области", 15 | "summarize": "Вся область", 16 | "summarizeTitle": "Отобразить сводную информацию по всем областям", 17 | "share": "Предоставить доступ", 18 | "about": "О", 19 | "find": "Индекс, город и т.д.", 20 | "noSearchResult": "Результатов не найдено", 21 | "impactArea": "Область влияния", 22 | "dateModified": "Изменено", 23 | "moreInfo": "Узнать еще" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Моя организация", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Мои ресурсы", 31 | "favoritesLabel": "Мое избранное" 32 | }, 33 | "title": "Выбрать веб-карту", 34 | "searchTitle": "Поиск", 35 | "ok": "Ok", 36 | "cancel": "Отмена", 37 | "placeholder": "Введите текст поиска" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Моя организация", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Мои ресурсы", 44 | "favoritesLabel": "Мое избранное" 45 | }, 46 | "title": "Выбрать группу", 47 | "searchTitle": "Поиск", 48 | "ok": "Ok", 49 | "cancel": "Отмена", 50 | "placeholder": "Введите текст поиска" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/sl/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Karte ni mogoče ustvariti", 4 | "licenseError": { 5 | "message": "Vaš račun ni licenciran za uporabo konfigurabilnih aplikacij, ki niso javne. Prosite administratorja v vaši organizaciji, da vam dodeli tip uporabnika, ki vsebuje aplikacije Essential Apps ali licenco za dodatne aplikacije Essential Apps.", 6 | "title": "Brez licence" 7 | } 8 | }, 9 | "general": { 10 | "map": "Karta", 11 | "mapInfo": "Informacije o karti", 12 | "legend": "Legenda", 13 | "layers": "Sloji", 14 | "rendererTitle": "Prikaži informacije za to območje", 15 | "summarize": "Celotno območje", 16 | "summarizeTitle": "Prikaži povzete informacije za vsa območja", 17 | "share": "Deli", 18 | "about": "Več o tem", 19 | "find": "Poštna številka, mesto itd.", 20 | "noSearchResult": "Ni najdenih rezultatov", 21 | "impactArea": "Vplivno območje", 22 | "dateModified": "Spremenjeno", 23 | "moreInfo": "Več o tem" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Moja organizacija", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Moja vsebina", 31 | "favoritesLabel": "Moje priljubljene" 32 | }, 33 | "title": "Izberi spletno karto", 34 | "searchTitle": "Išči", 35 | "ok": "V redu", 36 | "cancel": "Prekliči", 37 | "placeholder": "Vnesi iskani izraz" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Moja organizacija", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Moja vsebina", 44 | "favoritesLabel": "Moje priljubljene" 45 | }, 46 | "title": "Izberi skupino", 47 | "searchTitle": "Išči", 48 | "ok": "V redu", 49 | "cancel": "Prekliči", 50 | "placeholder": "Vnesi iskani izraz" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/cs/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Nelze vytvořit mapu", 4 | "licenseError": { 5 | "message": "Váš účet nevlastní licenci k používání konfigurovatelných aplikací, které nejsou veřejné. Požádejte prosím správce své organizace, aby vám přidělil typ uživatele, jehož součástí jsou základní aplikace nebo doplňková licence základních aplikací.", 6 | "title": "Chybí licence" 7 | } 8 | }, 9 | "general": { 10 | "map": "Mapa", 11 | "mapInfo": "Informace o mapě", 12 | "legend": "Legenda", 13 | "layers": "Vrstvy", 14 | "rendererTitle": "Zobrazovat informace pro tuto oblast", 15 | "summarize": "Celá oblast", 16 | "summarizeTitle": "Zobrazovat souhrnné informace pro všechny oblasti", 17 | "share": "Sdílet", 18 | "about": "O aplikaci", 19 | "find": "PSČ, město atd.", 20 | "noSearchResult": "Nebyly nalezeny žádné výsledky", 21 | "impactArea": "Ovlivněná oblast", 22 | "dateModified": "Upraveno", 23 | "moreInfo": "Další informace" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Moje organizace", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Můj obsah", 31 | "favoritesLabel": "Moje oblíbené položky" 32 | }, 33 | "title": "Vybrat webovou mapu", 34 | "searchTitle": "Hledat", 35 | "ok": "OK", 36 | "cancel": "Storno", 37 | "placeholder": "Zadat vyhledávací výraz" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Moje organizace", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Můj obsah", 44 | "favoritesLabel": "Moje oblíbené položky" 45 | }, 46 | "title": "Vybrat skupinu", 47 | "searchTitle": "Hledat", 48 | "ok": "OK", 49 | "cancel": "Storno", 50 | "placeholder": "Zadat vyhledávací výraz" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/id/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Tidak dapat membuat peta", 4 | "licenseError": { 5 | "message": "Akun Anda tidak dilisensikan untuk menggunakan Aplikasi yang Dapat Dikonfigurasi yang bukan bersifat publik. Harap minta administrator organisasi Anda untuk menetapkan Anda jenis pengguna yang menyertakan lisensi Essential App atau add-on Essential App.", 6 | "title": "Tidak Dilisensikan" 7 | } 8 | }, 9 | "general": { 10 | "map": "Peta", 11 | "mapInfo": "Informasi Peta", 12 | "legend": "Legenda", 13 | "layers": "Lapisan", 14 | "rendererTitle": "Tampilkan informasi untuk area ini", 15 | "summarize": "Seluruh Area", 16 | "summarizeTitle": "Tampilkan informasi ringkas untuk semua area", 17 | "share": "Bagikan", 18 | "about": "Tentang", 19 | "find": "Kode Pos, kota, dll.", 20 | "noSearchResult": "Tidak ada hasil yang ditemukan", 21 | "impactArea": "Area Terdampak", 22 | "dateModified": "Dimodifikasi", 23 | "moreInfo": "Temukan lebih lanjut" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Organisasi Saya", 29 | "onlineLabel": "ArcGIS Daring", 30 | "contentLabel": "Konten Saya", 31 | "favoritesLabel": "Favorit Saya" 32 | }, 33 | "title": "Pilih Web Map", 34 | "searchTitle": "Cari", 35 | "ok": "Oke", 36 | "cancel": "Batal", 37 | "placeholder": "Masukkan istilah pencarian" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Organisasi Saya", 42 | "onlineLabel": "ArcGIS Daring", 43 | "contentLabel": "Konten Saya", 44 | "favoritesLabel": "Favorit Saya" 45 | }, 46 | "title": "Pilih Grup", 47 | "searchTitle": "Cari", 48 | "ok": "Oke", 49 | "cancel": "Batal", 50 | "placeholder": "Masukkan istilah pencarian" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/uk/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Неможливо створити карту", 4 | "licenseError": { 5 | "message": "Ваш обліковий запис не має ліцензії на використання настроюваних додатків, які не є публічними Попросіть адміністратора вашої організації призначити вам тип користувача, що включає основні додатки або додаткову ліцензію на основні додатки.", 6 | "title": "Немає ліцензії" 7 | } 8 | }, 9 | "general": { 10 | "map": "Карта", 11 | "mapInfo": "Інформація про карту", 12 | "legend": "Легенда", 13 | "layers": "Шари", 14 | "rendererTitle": "Відображати інформацію для цієї області", 15 | "summarize": "Вся область", 16 | "summarizeTitle": "Відображати узагальнену інформацію для всіх областей", 17 | "share": "Поділитися", 18 | "about": "Про програму", 19 | "find": "Поштовий індекс, місто і т. д.", 20 | "noSearchResult": "Результат не знайдено", 21 | "impactArea": "Область впливу", 22 | "dateModified": "Змінено", 23 | "moreInfo": "Дізнатись більше" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Моя організація", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Мій зміст", 31 | "favoritesLabel": "Моє обране" 32 | }, 33 | "title": "Вибрати веб-карту", 34 | "searchTitle": "Пошук", 35 | "ok": "Ok", 36 | "cancel": "Скасувати", 37 | "placeholder": "Введіть критерій пошуку" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Моя організація", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Мій зміст", 44 | "favoritesLabel": "Моє обране" 45 | }, 46 | "title": "Вибрати групу", 47 | "searchTitle": "Пошук", 48 | "ok": "Ok", 49 | "cancel": "Скасувати", 50 | "placeholder": "Введіть критерій пошуку" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/bs/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Nije moguće stvoriti kartu", 4 | "licenseError": { 5 | "message": "Vaš račun nije licenciran za upotrebu konfigurabilnih appova koji nisu javni. Obratite se administratoru svoje organizacije da vam dodijeli vrstu korisnika koja sadrži licencu za osnovne appove ili za dodatke za osnovne appove.", 6 | "title": "Nema licence" 7 | } 8 | }, 9 | "general": { 10 | "map": "Karta", 11 | "mapInfo": "Informacije o karti", 12 | "legend": "Legenda", 13 | "layers": "Slojevi", 14 | "rendererTitle": "Prikaz informacija za ovo područje", 15 | "summarize": "Čitavo područje", 16 | "summarizeTitle": "Prikaz sažetaka informacija za sva područja", 17 | "share": "Podijeli", 18 | "about": "Informacije", 19 | "find": "Poštanski broj, grad itd.", 20 | "noSearchResult": "Nema rezultata", 21 | "impactArea": "Područje utjecaja", 22 | "dateModified": "Izmijenjeno", 23 | "moreInfo": "Saznajte više" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Moja organizacija", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Moj sadržaj", 31 | "favoritesLabel": "Moji favoriti" 32 | }, 33 | "title": "Odaberite web-kartu", 34 | "searchTitle": "Pretraži", 35 | "ok": "U redu", 36 | "cancel": "Odustani", 37 | "placeholder": "Unesite termin za pretraživanje" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Moja organizacija", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Moj sadržaj", 44 | "favoritesLabel": "Moji favoriti" 45 | }, 46 | "title": "Odaberi grupu", 47 | "searchTitle": "Pretraži", 48 | "ok": "U redu", 49 | "cancel": "Odustani", 50 | "placeholder": "Unesite termin za pretraživanje" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/hr/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Nije moguće stvoriti kartu", 4 | "licenseError": { 5 | "message": "Vaš račun nije licenciran za upotrebu konfigurabilnih appova koji nisu javni. Obratite se administratoru svoje organizacije da vam dodijeli vrstu korisnika koja sadrži licencu za osnovne appove ili za dodatke za osnovne appove.", 6 | "title": "Nema licence" 7 | } 8 | }, 9 | "general": { 10 | "map": "Karta", 11 | "mapInfo": "Informacije o karti", 12 | "legend": "Legenda", 13 | "layers": "Slojevi", 14 | "rendererTitle": "Prikaz informacija za ovo područje", 15 | "summarize": "Čitavo područje", 16 | "summarizeTitle": "Prikaz sažetaka informacija za sva područja", 17 | "share": "Podijeli", 18 | "about": "Informacije", 19 | "find": "Poštanski broj, grad itd.", 20 | "noSearchResult": "Nema rezultata", 21 | "impactArea": "Područje utjecaja", 22 | "dateModified": "Izmijenjeno", 23 | "moreInfo": "Saznajte više" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Moja organizacija", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Moj sadržaj", 31 | "favoritesLabel": "Moji favoriti" 32 | }, 33 | "title": "Odaberite web-kartu", 34 | "searchTitle": "Pretraži", 35 | "ok": "U redu", 36 | "cancel": "Odustani", 37 | "placeholder": "Unesite termin za pretraživanje" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Moja organizacija", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Moj sadržaj", 44 | "favoritesLabel": "Moji favoriti" 45 | }, 46 | "title": "Odaberi grupu", 47 | "searchTitle": "Pretraži", 48 | "ok": "U redu", 49 | "cancel": "Odustani", 50 | "placeholder": "Unesite termin za pretraživanje" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/lt/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Žemėlapio sukurti nepavyko", 4 | "licenseError": { 5 | "message": "Jūsų paskyra nelicencijuota naudoti ne viešas konfigūruojamas aplikacijas. Kreipkitės į organizacijos administratorių, kad paskirtų jums naudotojo tipą, kuris turi svarbiausias aplikacijas, arba suteiktų jums papildomą svarbiausių aplikacijų licenciją.", 6 | "title": "Nelicencijuota" 7 | } 8 | }, 9 | "general": { 10 | "map": "Žemėlapis", 11 | "mapInfo": "Žemėlapio informacija", 12 | "legend": "Legenda", 13 | "layers": "Sluoksniai", 14 | "rendererTitle": "Rodyti šio ploto informaciją", 15 | "summarize": "Visas plotas", 16 | "summarizeTitle": "Rodyti visų plotų suvestinę informaciją", 17 | "share": "Bendrinti", 18 | "about": "Apie", 19 | "find": "Pašto kodas, miestas, kt.", 20 | "noSearchResult": "Rezultatų nerasta", 21 | "impactArea": "Poveikio plotas", 22 | "dateModified": "Pakeista", 23 | "moreInfo": "Sužinokite daugiau" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Organizacija", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Turinys", 31 | "favoritesLabel": "Mėgstamiausi" 32 | }, 33 | "title": "Pasirinkti internetinį žemėlapį", 34 | "searchTitle": "Ieškoti", 35 | "ok": "Gerai", 36 | "cancel": "Atšaukti", 37 | "placeholder": "Įveskite paieškos terminą" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Mano organizacija", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Turinys", 44 | "favoritesLabel": "Mėgstamiausi" 45 | }, 46 | "title": "Pasirinkite grupę", 47 | "searchTitle": "Ieškoti", 48 | "ok": "Gerai", 49 | "cancel": "Atšaukti", 50 | "placeholder": "Įveskite paieškos terminą" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/vi/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Không thể tạo bản đồ", 4 | "licenseError": { 5 | "message": "Tài khoản của bạn không được cấp phép để sử dụng ứng dụng có thể cấu hình mà không được công khai. Vui lòng yêu cầu quản trị viên của tổ chức bạn gán cho bạn loại người dùng nào có bao gồm các ứng dụng thiết yếu hoặc có giấy phép sử dụng các ứng dụng thiết yếu bổ trợ.", 6 | "title": "Không được cấp phép" 7 | } 8 | }, 9 | "general": { 10 | "map": "Bản đồ", 11 | "mapInfo": "Thông tin Bản đồ", 12 | "legend": "Chú giải", 13 | "layers": "Lớp", 14 | "rendererTitle": "Hiển thị thông tin cho khu vực này", 15 | "summarize": "Toàn bộ Khu vực", 16 | "summarizeTitle": "Hiển thị thông tin tóm tắt cho tất cả các khu vực", 17 | "share": "Chia sẻ", 18 | "about": "Về", 19 | "find": "Mã Zip, thành phố, v.v.", 20 | "noSearchResult": "Không tìm thấy kết quả", 21 | "impactArea": "Khu vực Ảnh hưởng", 22 | "dateModified": "Đã chỉnh sửa", 23 | "moreInfo": "Tìm hiểu thêm" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Tổ chức của tôi", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Nội dung của tôi", 31 | "favoritesLabel": "Yêu thích của tôi" 32 | }, 33 | "title": "Chọn Bản đồ Web", 34 | "searchTitle": "Tìm kiếm", 35 | "ok": "Ok", 36 | "cancel": "Hủy", 37 | "placeholder": "Nhập cụm từ tìm kiếm" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Tổ chức của tôi", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Nội dung của tôi", 44 | "favoritesLabel": "Yêu thích của tôi" 45 | }, 46 | "title": "Chọn Nhóm", 47 | "searchTitle": "Tìm kiếm", 48 | "ok": "Ok", 49 | "cancel": "Hủy", 50 | "placeholder": "Nhập cụm từ tìm kiếm" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/sr/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Kreiranje mape nije moguće", 4 | "licenseError": { 5 | "message": "Vaš nalog nema licencu za korišćenje aplikacija koje mogu da se konfigurišu i nisu javne. Zatražite od administratora organizacije da vam dodeli onaj tip korisnika koji uključuje osnovne aplikacije ili licencu za dodatne osnovne aplikacije.", 6 | "title": "Nema licencu" 7 | } 8 | }, 9 | "general": { 10 | "map": "Mapa", 11 | "mapInfo": "Informacije o mapi", 12 | "legend": "Legenda", 13 | "layers": "Slojevi", 14 | "rendererTitle": "Prikaži informacije za ovu površinu", 15 | "summarize": "Čitava površina", 16 | "summarizeTitle": "Prikaži sumirane informacije za sve površine", 17 | "share": "Podeli", 18 | "about": "Više informacija", 19 | "find": "Poštanski broj, grad, itd.", 20 | "noSearchResult": "Nema pronađenog rezultata", 21 | "impactArea": "Površina pod uticajem", 22 | "dateModified": "Izmenjeno", 23 | "moreInfo": "Saznaj više" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Moja organizacija", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Moj sadržaj", 31 | "favoritesLabel": "Moj omiljeni sadržaj" 32 | }, 33 | "title": "Izaberi veb mapu", 34 | "searchTitle": "Pretraži", 35 | "ok": "U redu", 36 | "cancel": "Otkaži", 37 | "placeholder": "Unesite pojam za pretragu" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Moja organizacija", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Moj sadržaj", 44 | "favoritesLabel": "Moj omiljeni sadržaj" 45 | }, 46 | "title": "Izaberite grupu", 47 | "searchTitle": "Pretraži", 48 | "ok": "U redu", 49 | "cancel": "Otkaži", 50 | "placeholder": "Unesite pojam za pretragu" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/de/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Karte kann nicht erstellt werden", 4 | "licenseError": { 5 | "message": "Ihr Konto ist nicht für die Verwendung von nicht öffentlichen konfigurierbaren Apps lizenziert. Bitten Sie den Administrator der Organisation, Ihnen einen Benutzertyp mit Essential Apps oder eine Add-On-Lizenz für Essential Apps zuzuweisen.", 6 | "title": "Nicht lizenziert" 7 | } 8 | }, 9 | "general": { 10 | "map": "Karte", 11 | "mapInfo": "Karteninformationen", 12 | "legend": "Legende", 13 | "layers": "Layer", 14 | "rendererTitle": "Informationen für diesen Bereich anzeigen", 15 | "summarize": "Gesamtfläche", 16 | "summarizeTitle": "Zusammenfassende Informationen für alle Bereiche anzeigen", 17 | "share": "Freigeben", 18 | "about": "Info", 19 | "find": "Postleitzahl, Stadt usw.", 20 | "noSearchResult": "Kein Ergebnis gefunden", 21 | "impactArea": "Betroffenes Gebiet", 22 | "dateModified": "Geändert", 23 | "moreInfo": "Weitere Informationen" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Eigene Organisation", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Eigene Inhalte", 31 | "favoritesLabel": "Eigene Favoriten" 32 | }, 33 | "title": "Webkarte auswählen", 34 | "searchTitle": "Suchen", 35 | "ok": "OK", 36 | "cancel": "Abbrechen", 37 | "placeholder": "Suchbegriff eingeben" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Eigene Organisation", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Eigene Inhalte", 44 | "favoritesLabel": "Eigene Favoriten" 45 | }, 46 | "title": "Gruppe auswählen", 47 | "searchTitle": "Suchen", 48 | "ok": "OK", 49 | "cancel": "Abbrechen", 50 | "placeholder": "Suchbegriff eingeben" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/lv/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Nevar izveidot karti", 4 | "licenseError": { 5 | "message": "Jūsu kontam nav licences, lai izmantotu konfigurējamās lietotnes, kas nav publiskas. Pieprasiet savas organizācijas administratoram piešķirt jums lietotāja veidu, kurā iekļauts lietotņu komplekts Essential Apps vai papildinājumlietotņu Essential Apps licence.", 6 | "title": "Nav licences" 7 | } 8 | }, 9 | "general": { 10 | "map": "Karte", 11 | "mapInfo": "Kartes informācija", 12 | "legend": "Apzīmējumi", 13 | "layers": "Slāņi", 14 | "rendererTitle": "Šīs teritorijas informācijas attēlojums", 15 | "summarize": "Viss laukums", 16 | "summarizeTitle": "Apkopotās informācijas attēlojums visām teritorijām", 17 | "share": "Koplietot", 18 | "about": "Par", 19 | "find": "Pasta indekss, pilsēta utt.", 20 | "noSearchResult": "Nav atrasts neviens rezultāts", 21 | "impactArea": "Ietekmētā zona", 22 | "dateModified": "Modificēts", 23 | "moreInfo": "Uzziniet vairāk" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Organizācija", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Mans saturs", 31 | "favoritesLabel": "Mani favorīti" 32 | }, 33 | "title": "Izvēlēties tīmekļa karti", 34 | "searchTitle": "Meklēšana", 35 | "ok": "Labi", 36 | "cancel": "Atcelt", 37 | "placeholder": "Ievadīt meklēšanas kritēriju" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Organizācija", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Mans saturs", 44 | "favoritesLabel": "Mani favorīti" 45 | }, 46 | "title": "Izvēlēties grupu", 47 | "searchTitle": "Meklēšana", 48 | "ok": "Labi", 49 | "cancel": "Atcelt", 50 | "placeholder": "Ievadīt meklēšanas kritēriju" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/pt-pt/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Não foi possível criar o mapa", 4 | "licenseError": { 5 | "message": "A sua conta não está licenciada para usar aplicações configuráveis não públicas. Peça ao administrador da sua organização para lhe atribuir um tipo de utilizador que inclua a licença para aplicações essenciais ou aplicações essenciais complementares.", 6 | "title": "Não licenciado" 7 | } 8 | }, 9 | "general": { 10 | "map": "Mapa", 11 | "mapInfo": "Informação do Mapa", 12 | "legend": "Legenda", 13 | "layers": "Camadas", 14 | "rendererTitle": "Exibir informação para esta área", 15 | "summarize": "Área Total", 16 | "summarizeTitle": "Exibir informação resumida para todas as áreas", 17 | "share": "Partilhar", 18 | "about": "Sobre", 19 | "find": "Código postal, cidade, etc.", 20 | "noSearchResult": "Não foram encontrados resultados", 21 | "impactArea": "Área de Impacto", 22 | "dateModified": "Modificado", 23 | "moreInfo": "Descobrir mais" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "A Organização", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "O Meu Conteúdo", 31 | "favoritesLabel": "Os Meus Favoritos" 32 | }, 33 | "title": "Seleccionar Mapa Web", 34 | "searchTitle": "Pesquisar", 35 | "ok": "OK", 36 | "cancel": "Cancelar", 37 | "placeholder": "Introduza o termo a pesquisar" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "A Organização", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "O Meu Conteúdo", 44 | "favoritesLabel": "Os Meus Favoritos" 45 | }, 46 | "title": "Selecionar Grupo", 47 | "searchTitle": "Pesquisar", 48 | "ok": "OK", 49 | "cancel": "Cancelar", 50 | "placeholder": "Introduza o termo a pesquisar" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/ro/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Nu se poate crea harta", 4 | "licenseError": { 5 | "message": "Contul dvs. nu este licențiat să utilizeze aplicații configurabile care nu sunt publice. Solicitați-i administratorului organizației să vă aloce un tip de utilizator care include aplicații esențiale sau o licență pentru aplicații esențiale de completare.", 6 | "title": "Nelicențiat" 7 | } 8 | }, 9 | "general": { 10 | "map": "Hartă", 11 | "mapInfo": "Informaţii hartă", 12 | "legend": "Legendă", 13 | "layers": "Straturi tematice", 14 | "rendererTitle": "Afişare informaţii pentru această suprafaţă", 15 | "summarize": "Întreaga zonă", 16 | "summarizeTitle": "Afişare informaţii rezumate pentru toate suprafeţele", 17 | "share": "Partajare", 18 | "about": "Despre", 19 | "find": "Cod zip, oraş etc.", 20 | "noSearchResult": "Niciun rezultat găsit", 21 | "impactArea": "Suprafaţă afectată", 22 | "dateModified": "Modificat", 23 | "moreInfo": "Găsire mai multe" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Organizaţia mea", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Resursele mele", 31 | "favoritesLabel": "Preferinţele mele" 32 | }, 33 | "title": "Selectare hartă web", 34 | "searchTitle": "Căutare", 35 | "ok": "OK", 36 | "cancel": "Anulare", 37 | "placeholder": "Introducere termen de căutat" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Organizaţia mea", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Resursele mele", 44 | "favoritesLabel": "Preferinţele mele" 45 | }, 46 | "title": "Selectare grup", 47 | "searchTitle": "Căutare", 48 | "ok": "OK", 49 | "cancel": "Anulare", 50 | "placeholder": "Introducere termen de căutat" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/pt-br/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Não foi possível criar o mapa", 4 | "licenseError": { 5 | "message": "Sua conta não está licenciada para utilizar Aplicativos Configuráveis que não sejam públicos. Solicite ao administrador da sua organização que lhe atribua um tipo de usuário que inclua os Aplicativos Fundamentais ou uma licença complementar dos Aplicativos Fundamentais.", 6 | "title": "Não Licenciado" 7 | } 8 | }, 9 | "general": { 10 | "map": "Mapa", 11 | "mapInfo": "Informações do Mapa", 12 | "legend": "Legenda", 13 | "layers": "Camadas", 14 | "rendererTitle": "Exibir informações desta área", 15 | "summarize": "Área Total", 16 | "summarizeTitle": "Exibir informações resumidas para todas as áreas", 17 | "share": "Compartilhar", 18 | "about": "Sobre", 19 | "find": "Código Postal, cidade, etc.", 20 | "noSearchResult": "Nenhum resultado encontrado", 21 | "impactArea": "Área de Impacto", 22 | "dateModified": "Modificado", 23 | "moreInfo": "Saiba mais" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Minha Organização", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Meu Conteúdo", 31 | "favoritesLabel": "Meus Favoritos" 32 | }, 33 | "title": "Selecionar Mapa da Web", 34 | "searchTitle": "Pesquisar", 35 | "ok": "Ok", 36 | "cancel": "Cancelar", 37 | "placeholder": "Inserir termo de pesquisa" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Minha Organização", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Meu Conteúdo", 44 | "favoritesLabel": "Meus Favoritos" 45 | }, 46 | "title": "Selecionar Grupo", 47 | "searchTitle": "Pesquisar", 48 | "ok": "Ok", 49 | "cancel": "Cancelar", 50 | "placeholder": "Inserir termo de pesquisa" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/pl/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Nie można utworzyć mapy", 4 | "licenseError": { 5 | "message": "Twoje konto nie jest licencjonowane do korzystania z aplikacji konfigurowalnych, które nie są publiczne. Poproś administratora instytucji o przypisanie typu użytkownika, który obejmuje licencję na kluczowe aplikacje lub licencję na kluczowe aplikacje dodatkowe.", 6 | "title": "Nie licencjonowano" 7 | } 8 | }, 9 | "general": { 10 | "map": "Mapa", 11 | "mapInfo": "Informacje o mapie", 12 | "legend": "Legenda", 13 | "layers": "Warstwy", 14 | "rendererTitle": "Wyświetl informacje dla tego obszaru", 15 | "summarize": "Cały obszar", 16 | "summarizeTitle": "Wyświetl podsumowanie informacji dla wszystkich obszarów", 17 | "share": "Udostępnij", 18 | "about": "Informacje o", 19 | "find": "Kod pocztowy, miasto itd.", 20 | "noSearchResult": "Nie znaleziono wyników", 21 | "impactArea": "Obszar wpływu", 22 | "dateModified": "Data modyfikacji", 23 | "moreInfo": "Dowiedz się więcej" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Moja instytucja", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Moje zasoby", 31 | "favoritesLabel": "Moje ulubione" 32 | }, 33 | "title": "Wybierz mapę internetową", 34 | "searchTitle": "Wyszukaj", 35 | "ok": "OK", 36 | "cancel": "Anuluj", 37 | "placeholder": "Wprowadź wyszukiwane wyrażenie" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Moja instytucja", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Moje zasoby", 44 | "favoritesLabel": "Moje ulubione" 45 | }, 46 | "title": "Wybierz grupę", 47 | "searchTitle": "Wyszukaj", 48 | "ok": "OK", 49 | "cancel": "Anuluj", 50 | "placeholder": "Wprowadź wyszukiwane wyrażenie" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/es/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "No se puede crear el mapa", 4 | "licenseError": { 5 | "message": "Su cuenta no tiene licencia para utilizar aplicaciones configurables que no son públicas. Pídale al administrador de su organización que le asigne un tipo de usuario que incluya aplicaciones esenciales o una licencia complementaria de aplicaciones esenciales.", 6 | "title": "Sin licencia" 7 | } 8 | }, 9 | "general": { 10 | "map": "Mapa", 11 | "mapInfo": "Información del mapa", 12 | "legend": "Leyenda", 13 | "layers": "Capas", 14 | "rendererTitle": "Mostrar información para esta área", 15 | "summarize": "Área completa", 16 | "summarizeTitle": "Mostrar información resumida para todas las áreas", 17 | "share": "Compartir", 18 | "about": "Acerca de", 19 | "find": "Código postal, ciudad, etc.", 20 | "noSearchResult": "No se ha encontrado ningún resultado", 21 | "impactArea": "Área de impacto", 22 | "dateModified": "Modificado", 23 | "moreInfo": "Más información" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Mi organización", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Mi contenido", 31 | "favoritesLabel": "Mis favoritos" 32 | }, 33 | "title": "Seleccionar mapa web", 34 | "searchTitle": "Buscar", 35 | "ok": "Aceptar", 36 | "cancel": "Cancelar", 37 | "placeholder": "Introducir término de búsqueda" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Mi organización", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Mi contenido", 44 | "favoritesLabel": "Mis favoritos" 45 | }, 46 | "title": "Seleccionar grupo", 47 | "searchTitle": "Buscar", 48 | "ok": "Aceptar", 49 | "cancel": "Cancelar", 50 | "placeholder": "Introducir término de búsqueda" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/ca/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "No es pot crear el mapa", 4 | "licenseError": { 5 | "message": "El vostre compte no té llicència per utilitzar aplicacions configurables que no siguin públiques. Demaneu a l'administrador de l'organització que us assigni un tipus d'usuari que inclogui les aplicacions bàsiques o una llicència d'aplicacions bàsiques de complement.", 6 | "title": "Sense llicència" 7 | } 8 | }, 9 | "general": { 10 | "map": "Mapa", 11 | "mapInfo": "Informació del mapa", 12 | "legend": "Llegenda", 13 | "layers": "Capes", 14 | "rendererTitle": "Mostra informació d'aquesta àrea", 15 | "summarize": "Tota l'àrea", 16 | "summarizeTitle": "Mostra informació resumida de totes les àrees", 17 | "share": "Comparteix", 18 | "about": "Quant a", 19 | "find": "Codi postal, ciutat, etc.", 20 | "noSearchResult": "No s'ha trobat cap resultat", 21 | "impactArea": "Àrea d'impacte", 22 | "dateModified": "Modificat", 23 | "moreInfo": "Més informació" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "La meva organització", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "El meu contingut", 31 | "favoritesLabel": "Els meus favorits" 32 | }, 33 | "title": "Seleccioneu un mapa web", 34 | "searchTitle": "Cerca", 35 | "ok": "D'acord", 36 | "cancel": "Cancel·la", 37 | "placeholder": "Introduïu un terme de cerca" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "La meva organització", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "El meu contingut", 44 | "favoritesLabel": "Els meus favorits" 45 | }, 46 | "title": "Seleccioneu un grup", 47 | "searchTitle": "Cerca", 48 | "ok": "D'acord", 49 | "cancel": "Cancel·la", 50 | "placeholder": "Introduïu un terme de cerca" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/fr/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Impossible de créer la carte", 4 | "licenseError": { 5 | "message": "La licence de votre compte ne permet pas d’utiliser des applications configurables non publiques. Demandez à l’administrateur de votre organisation de vous attribuer un type d’utilisateur qui inclut une licence Essential Apps ou une licence Essential Apps additionnelle.", 6 | "title": "Pas de licence" 7 | } 8 | }, 9 | "general": { 10 | "map": "Carte", 11 | "mapInfo": "Informations sur la carte", 12 | "legend": "Légende", 13 | "layers": "Couches", 14 | "rendererTitle": "Afficher des informations pour cette zone", 15 | "summarize": "Périmètre entier", 16 | "summarizeTitle": "Afficher des informations synthétisées pour toutes les zones", 17 | "share": "Partager", 18 | "about": "A propos", 19 | "find": "Code postal, ville, etc.", 20 | "noSearchResult": "Aucun résultat trouvé", 21 | "impactArea": "Zone d'impact", 22 | "dateModified": "Modifié", 23 | "moreInfo": "En savoir plus" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Mon organisation", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Mon contenu", 31 | "favoritesLabel": "Mes favoris" 32 | }, 33 | "title": "Sélectionner une carte Web", 34 | "searchTitle": "Rechercher", 35 | "ok": "OK", 36 | "cancel": "Annuler", 37 | "placeholder": "Saisir un terme de recherche" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Mon organisation", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Mon contenu", 44 | "favoritesLabel": "Mes favoris" 45 | }, 46 | "title": "Sélectionner le groupe", 47 | "searchTitle": "Rechercher", 48 | "ok": "OK", 49 | "cancel": "Annuler", 50 | "placeholder": "Saisir un terme de recherche" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/it/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Impossibile creare la mappa", 4 | "licenseError": { 5 | "message": "L’account non dispone della licenza per l’uso di app configurabili non pubbliche. È necessario richiedere all’amministratore dell'organizzazione l’assegnazione di un tipo di utente che includa le app essenziali o una licenza aggiuntiva per le app essenziali.", 6 | "title": "Non Licenziato" 7 | } 8 | }, 9 | "general": { 10 | "map": "Mappa", 11 | "mapInfo": "Informazioni mappa", 12 | "legend": "Legenda", 13 | "layers": "Layer", 14 | "rendererTitle": "Visualizza informazioni per l'area", 15 | "summarize": "Intera area", 16 | "summarizeTitle": "Visualizza il riepilogo delle informazioni per tutte le aree", 17 | "share": "Condividi", 18 | "about": "Informazioni", 19 | "find": "CAP, città e così via", 20 | "noSearchResult": "Nessun risultato trovato", 21 | "impactArea": "Area di impatto", 22 | "dateModified": "Data modifica", 23 | "moreInfo": "Ulteriori informazioni" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "La mia organizzazione", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "I miei contenuti", 31 | "favoritesLabel": "I miei preferiti" 32 | }, 33 | "title": "Seleziona mappa Web", 34 | "searchTitle": "Cerca", 35 | "ok": "OK", 36 | "cancel": "Annulla", 37 | "placeholder": "Immettere il termine da cercare" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "La mia organizzazione", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "I miei contenuti", 44 | "favoritesLabel": "I miei preferiti" 45 | }, 46 | "title": "Seleziona gruppo", 47 | "searchTitle": "Cerca", 48 | "ok": "OK", 49 | "cancel": "Annulla", 50 | "placeholder": "Immettere il termine da cercare" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/hu/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Nem sikerült létrehozni a térképet", 4 | "licenseError": { 5 | "message": "Az Ön fiókjának licence nem terjed ki a nem nyilvános konfigurálható alkalmazásokra. Igényelje a szervezete adminisztrátorától, hogy rendeljen Önhöz olyan felhasználótípust, amely tartalmazza az alapvető alkalmazásokat, vagy egy kiegészítő alapvető alkalmazásokra vonatkozó licencet.", 6 | "title": "Nincs licence" 7 | } 8 | }, 9 | "general": { 10 | "map": "Térkép", 11 | "mapInfo": "Térkép adatai", 12 | "legend": "Jelmagyarázat", 13 | "layers": "Rétegek", 14 | "rendererTitle": "Terület adatainak megjelenítése", 15 | "summarize": "Teljes terület", 16 | "summarizeTitle": "Összefoglaló információk megjelenítése az összes területről", 17 | "share": "Megosztás", 18 | "about": "További információ", 19 | "find": "Irányítószám, város stb.", 20 | "noSearchResult": "Nincs találat", 21 | "impactArea": "Hatásterület", 22 | "dateModified": "Módosítva", 23 | "moreInfo": "További tudnivalók" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Saját szervezet", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Saját tartalom", 31 | "favoritesLabel": "Saját kedvencek" 32 | }, 33 | "title": "Webtérkép kiválasztása", 34 | "searchTitle": "Keresés", 35 | "ok": "OK", 36 | "cancel": "Mégse", 37 | "placeholder": "Adjon meg egy keresőkifejezést" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Saját szervezet", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Saját tartalom", 44 | "favoritesLabel": "Saját kedvencek" 45 | }, 46 | "title": "Csoport kiválasztása", 47 | "searchTitle": "Keresés", 48 | "ok": "OK", 49 | "cancel": "Mégse", 50 | "placeholder": "Adjon meg egy keresőkifejezést" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /js/nls/el/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "map": { 3 | "error": "Δεν είναι δυνατή η δημιουργία χάρτη", 4 | "licenseError": { 5 | "message": "Ο λογαριασμός σας δεν διαθέτει άδεια χρήσης για Παραμετροποιήσιμες Εφαρμογές που δεν είναι δημόσιες. Ζητήστε από τον διαχειριστή του οργανισμού σας να σας εκχωρήσει τύπο χρήστη που να περιλαμβάνει Βασικές Εφαρμογές ή πρόσθετη άδεια χρήσης για Βασικές Εφαρμογές.", 6 | "title": "Χωρίς άδεια χρήσης" 7 | } 8 | }, 9 | "general": { 10 | "map": "Χάρτης", 11 | "mapInfo": "Πληροφορίες χάρτη", 12 | "legend": "Υπόμνημα", 13 | "layers": "Θεματικά επίπεδα", 14 | "rendererTitle": "Εμφάνιση πληροφοριών για αυτή την περιοχή", 15 | "summarize": "Ολόκληρη η περιοχή", 16 | "summarizeTitle": "Εμφάνιση συνοπτικών πληροφοριών για όλες τις περιοχές", 17 | "share": "Κοινοποίηση", 18 | "about": "Πληροφορίες", 19 | "find": "Ταχυδρομικός κώδικας, πόλη κ.λπ.", 20 | "noSearchResult": "Δεν βρέθηκε αποτέλεσμα", 21 | "impactArea": "Επηρεαζόμενη περιοχή", 22 | "dateModified": "Τροποποιήθηκε", 23 | "moreInfo": "Μάθετε περισσότερα" 24 | }, 25 | "configure": { 26 | "mapdlg": { 27 | "items": { 28 | "organizationLabel": "Ο Οργανισμός μου", 29 | "onlineLabel": "ArcGIS Online", 30 | "contentLabel": "Το Περιεχόμενό μου", 31 | "favoritesLabel": "Τα Αγαπημένα μου" 32 | }, 33 | "title": "Επιλογή web χάρτη", 34 | "searchTitle": "Αναζήτηση", 35 | "ok": "OK", 36 | "cancel": "Άκυρο", 37 | "placeholder": "Εισαγάγετε όρο αναζήτησης" 38 | }, 39 | "groupdlg": { 40 | "items": { 41 | "organizationLabel": "Ο Οργανισμός μου", 42 | "onlineLabel": "ArcGIS Online", 43 | "contentLabel": "Το Περιεχόμενό μου", 44 | "favoritesLabel": "Τα Αγαπημένα μου" 45 | }, 46 | "title": "Επιλογή ομάδας", 47 | "searchTitle": "Αναζήτηση", 48 | "ok": "OK", 49 | "cancel": "Άκυρο", 50 | "placeholder": "Εισαγάγετε όρο αναζήτησης" 51 | } 52 | } 53 | }); -------------------------------------------------------------------------------- /css/SimpleSlider.css: -------------------------------------------------------------------------------- 1 | .calcite .esriSimpleSlider { 2 | position: absolute; 3 | text-align: center; 4 | border: 1px solid #999; 5 | background-color: #FFF; 6 | color: #999; 7 | -webkit-user-select: none; 8 | -moz-user-select: none; 9 | -ms-user-select: none; 10 | user-select: none; 11 | -webkit-border-radius: 1px; 12 | -moz-border-radius: 1px; 13 | -o-border-radius: 1px; 14 | border-radius: 1px; 15 | } 16 | .calcite .esriSimpleSlider div { 17 | width: 22px; 18 | height: 22px; 19 | font-size: 22px; 20 | font-family: 'Lato', sans-serif; 21 | font-weight: 700; 22 | line-height: 22px; 23 | -webkit-user-select: none; 24 | -moz-user-select: none; 25 | -ms-user-select: none; 26 | user-select: none; 27 | cursor: pointer; 28 | padding: 4px; 29 | } 30 | .calcite .esriSimpleSliderVertical .esriSimpleSliderIncrementButton { 31 | border-bottom: 1px solid #999; 32 | -webkit-border-radius: 1px 1px 0 0; 33 | border-radius: 1px 1px 0 0; 34 | } 35 | .esriRTL .calcite .esriSimpleSliderVertical .esriSimpleSliderIncrementButton { 36 | -webkit-border-radius: 1px 0 0 1px; 37 | border-radius: 1px 0 0 1px; 38 | } 39 | .calcite .esriSimpleSliderVertical .esriSimpleSliderDecrementButton { 40 | -webkit-border-radius: 0 0 1px 1px; 41 | border-radius: 0 0 1px 1px; 42 | } 43 | .esriRTL .calcite .esriSimpleSliderVertical .esriSimpleSliderDecrementButton { 44 | -webkit-border-radius: 1px 0 0 1px; 45 | border-radius: 1px 0 0 1px; 46 | } 47 | .calcite .esriSimpleSliderDecrementButton:hover, 48 | .calcite .esriSimpleSliderIncrementButton:hover { 49 | background-color: #eee; 50 | color: #333; 51 | } 52 | .calcite .esriSimpleSliderDecrementButton:active, 53 | .calcite .esriSimpleSliderIncrementButton:active { 54 | background-color: #ddd; 55 | color: #007ac2; 56 | } 57 | .calcite .esriSimpleSliderDisabledButton, 58 | .calcite .esriSimpleSliderDisabledButton:active, 59 | .calcite .esriSimpleSliderDisabledButton:hover { 60 | cursor: default; 61 | background-color: #f4f4f4; 62 | color: #bbb; 63 | } 64 | .calcite .esriSimpleSliderTL { 65 | top: 65px; 66 | } 67 | .esriRTL .calcite .esriSimpleSliderTL { 68 | left: auto; 69 | right: 20px; 70 | } -------------------------------------------------------------------------------- /js/dijit/templates/BrowseIdDlg.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 25 |
26 | 28 | 30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /js/nls/zh-cn/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "输入距离", 6 | "layerName": "在此输入图层名称" 7 | }, 8 | "message": { 9 | "analysisFailed": "分析失败。", 10 | "errorOccurred": "出现错误。", 11 | "layerAdded": "已成功添加图层。 ", 12 | "enrichLayerNameError": "“结果图层名称”不应包含无效字符 (<、>、#、%、:、\"、?、&、+、/、\\)。", 13 | "creatingService": "正在创建服务... ", 14 | "starting": "开始", 15 | "performingAnalysis": "正在执行分析...", 16 | "checkLayerName": "正在检查图层名称... ", 17 | "addingLayer": "正在将图层添加到 Web 地图 ", 18 | "layerNameExist": "图层名称已存在。", 19 | "clickOnSave": " 单击“保存”按钮重新加载应用程序。", 20 | "clickOnOk": " 请单击“确定”按钮重试。", 21 | "enterNumbersOnly": "输入的值无效", 22 | "nofeatures": "当前范围内不存在任何要素", 23 | "selectData": "请选择要用于丰富图层的数据。", 24 | "resetVariableMessage": "是否确定要重置变量?", 25 | "emptyTextFieldLayerName": "输入结果图层名称", 26 | "createService": "图层未创建。", 27 | "sharingLayer": "正在共享图层...", 28 | "updateItemFailed": "更新失败。请重试。", 29 | "geoEnrichFailed": "丰富图层失败。请重试。", 30 | "shareFailed": "共享丰富图层失败。请重试。", 31 | "refreshServiceFailed": "刷新图层失败。请重试。", 32 | "layerJsonFailed": "为图层创建 JSON 失败。请重试。", 33 | "addToWebmapFailed": "向 Web 地图添加图层失败。请重试。", 34 | "bufferAreaHelpText": "请保证输入的值小于 ", 35 | "invalidBufferInput": "输入的值无效。", 36 | "emptyBufferInput": "请输入有效值。" 37 | }, 38 | "populationText": "人口", 39 | "housingText": "家庭", 40 | "businessText": "商业", 41 | "variableListText": " 变量在此处列出:", 42 | "countrySelectTitle": "1. 选择数据位置", 43 | "unitedStates": "美国", 44 | "global": "全球", 45 | "geoenrichDialogText": "Geoenrichment 变量", 46 | "viewVariablestext": "查看变量", 47 | "backButtonText": "返回", 48 | "customizeVariables": "自定义变量", 49 | "resetVariables": "重置", 50 | "defineAreaTitle": "3. 定义要丰富的区域", 51 | "currentMapExtent": "使用当前地图范围", 52 | "enrichLayerName": "4. 结果图层名称", 53 | "lineDistanceText": "直线距离", 54 | "drivingTime": "行驶时间", 55 | "enrichButtonText": "丰富图层", 56 | "selectDataText": "2. 选择数据", 57 | "showCreditsText": "显示配额", 58 | "variableCount": "变量总计数 ", 59 | "totalRecords": "总记录数:", 60 | "cost": "成本:", 61 | "showCreditsDialogText": "显示配额", 62 | "nextButtonText": "下一页", 63 | "prevButtonText": "上一页", 64 | "saveButtonText": "保存", 65 | "ok": "确定" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/zh-hk/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "輸入距離", 6 | "layerName": "在此輸入圖層名稱" 7 | }, 8 | "message": { 9 | "analysisFailed": "分析失敗。", 10 | "errorOccurred": "出現錯誤。", 11 | "layerAdded": "已成功新增圖層。 ", 12 | "enrichLayerNameError": "「結果層名稱」不應包含無效的字元 (<,>,#,%,:,\",?,&,+,/,\\)。", 13 | "creatingService": "正在建立服務... ", 14 | "starting": "開始", 15 | "performingAnalysis": "正在執行分析...", 16 | "checkLayerName": "正在檢查圖層名稱... ", 17 | "addingLayer": "正在將圖層新增到 Web 地圖 ", 18 | "layerNameExist": "圖層名稱已存在。", 19 | "clickOnSave": " 按一下“儲存”按鈕重新載入應用程式。", 20 | "clickOnOk": " 請按一下“確定”按鈕重試。", 21 | "enterNumbersOnly": "輸入的值無效", 22 | "nofeatures": "目前範圍內不存在任何圖徵", 23 | "selectData": "請選擇要用於豐富圖層的資料。", 24 | "resetVariableMessage": "是否確定要重設變數?", 25 | "emptyTextFieldLayerName": "輸入結果圖層名稱", 26 | "createService": "圖層未建立。", 27 | "sharingLayer": "正在分享圖層...", 28 | "updateItemFailed": "更新失敗。請重試。", 29 | "geoEnrichFailed": "豐富圖層失敗。請重試。", 30 | "shareFailed": "分享豐富圖層失敗。請重試。", 31 | "refreshServiceFailed": "刷新圖層失敗。請重試。", 32 | "layerJsonFailed": "為圖層建立 JSON 失敗。請重試。", 33 | "addToWebmapFailed": "向 Web 地圖新增圖層失敗。請重試。", 34 | "bufferAreaHelpText": "請保證輸入的值小於 ", 35 | "invalidBufferInput": "輸入的值無效。", 36 | "emptyBufferInput": "請輸入有效值。" 37 | }, 38 | "populationText": "人口", 39 | "housingText": "家庭", 40 | "businessText": "商業", 41 | "variableListText": " 變數在此處列出:", 42 | "countrySelectTitle": "1. 選擇資料位置", 43 | "unitedStates": "美國", 44 | "global": "全球", 45 | "geoenrichDialogText": "Geoenrichment 變數", 46 | "viewVariablestext": "查看變數", 47 | "backButtonText": "上一步", 48 | "customizeVariables": "自訂變數", 49 | "resetVariables": "重設", 50 | "defineAreaTitle": "3. 定義要豐富的區域", 51 | "currentMapExtent": "使用目前地圖範圍", 52 | "enrichLayerName": "4. 結果圖層名稱", 53 | "lineDistanceText": "直線距離", 54 | "drivingTime": "行駛時間", 55 | "enrichButtonText": "豐富圖層", 56 | "selectDataText": "2. 選擇資料", 57 | "showCreditsText": "顯示配額", 58 | "variableCount": "變數總計數 ", 59 | "totalRecords": "總記錄數:", 60 | "cost": "成本:", 61 | "showCreditsDialogText": "顯示配額", 62 | "nextButtonText": "下一步", 63 | "prevButtonText": "上一步", 64 | "saveButtonText": "儲存", 65 | "ok": "確定" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/zh-tw/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "輸入距離", 6 | "layerName": "在此輸入圖層名稱" 7 | }, 8 | "message": { 9 | "analysisFailed": "分析失敗。", 10 | "errorOccurred": "出現錯誤。", 11 | "layerAdded": "已成功新增圖層。 ", 12 | "enrichLayerNameError": "「結果層名稱」不應包含無效的字元 (<,>,#,%,:,\",?,&,+,/,\\)。", 13 | "creatingService": "正在建立服務... ", 14 | "starting": "開始", 15 | "performingAnalysis": "正在執行分析...", 16 | "checkLayerName": "正在檢查圖層名稱... ", 17 | "addingLayer": "正在將圖層新增到 Web 地圖 ", 18 | "layerNameExist": "圖層名稱已存在。", 19 | "clickOnSave": " 按一下“儲存”按鈕重新載入應用程式。", 20 | "clickOnOk": " 請按一下“確定”按鈕重試。", 21 | "enterNumbersOnly": "輸入的值無效", 22 | "nofeatures": "目前範圍內不存在任何圖徵", 23 | "selectData": "請選擇要用於豐富圖層的資料。", 24 | "resetVariableMessage": "是否確定要重設變數?", 25 | "emptyTextFieldLayerName": "輸入結果圖層名稱", 26 | "createService": "圖層未建立。", 27 | "sharingLayer": "正在分享圖層...", 28 | "updateItemFailed": "更新失敗。請重試。", 29 | "geoEnrichFailed": "豐富圖層失敗。請重試。", 30 | "shareFailed": "分享豐富圖層失敗。請重試。", 31 | "refreshServiceFailed": "刷新圖層失敗。請重試。", 32 | "layerJsonFailed": "為圖層建立 JSON 失敗。請重試。", 33 | "addToWebmapFailed": "向 Web 地圖新增圖層失敗。請重試。", 34 | "bufferAreaHelpText": "請保證輸入的值小於 ", 35 | "invalidBufferInput": "輸入的值無效。", 36 | "emptyBufferInput": "請輸入有效值。" 37 | }, 38 | "populationText": "人口", 39 | "housingText": "家庭", 40 | "businessText": "商業", 41 | "variableListText": " 變數在此處列出:", 42 | "countrySelectTitle": "1. 選擇資料位置", 43 | "unitedStates": "美國", 44 | "global": "全球", 45 | "geoenrichDialogText": "Geoenrichment 變數", 46 | "viewVariablestext": "查看變數", 47 | "backButtonText": "上一步", 48 | "customizeVariables": "自訂變數", 49 | "resetVariables": "重設", 50 | "defineAreaTitle": "3. 定義要豐富的區域", 51 | "currentMapExtent": "使用目前地圖範圍", 52 | "enrichLayerName": "4. 結果圖層名稱", 53 | "lineDistanceText": "直線距離", 54 | "drivingTime": "行駛時間", 55 | "enrichButtonText": "豐富圖層", 56 | "selectDataText": "2. 選擇資料", 57 | "showCreditsText": "顯示配額", 58 | "variableCount": "變數總計數 ", 59 | "totalRecords": "總記錄數:", 60 | "cost": "成本:", 61 | "showCreditsDialogText": "顯示配額", 62 | "nextButtonText": "下一步", 63 | "prevButtonText": "上一步", 64 | "saveButtonText": "儲存", 65 | "ok": "確定" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/dijit/templates/ShareDialog.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/templateConfig.js: -------------------------------------------------------------------------------- 1 | /*global define */ 2 | /*jslint sloppy:true */ 3 | /* 4 | | Copyright 2014 Esri 5 | | 6 | | Licensed under the Apache License, Version 2.0 (the "License"); 7 | | you may not use this file except in compliance with the License. 8 | | You may obtain a copy of the License at 9 | | 10 | | http://www.apache.org/licenses/LICENSE-2.0 11 | | 12 | | Unless required by applicable law or agreed to in writing, software 13 | | distributed under the License is distributed on an "AS IS" BASIS, 14 | | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | | See the License for the specific language governing permissions and 16 | | limitations under the License. 17 | */ 18 | define({ 19 | // When true, the template will query arcgis.com for the webmap item. 20 | "queryForWebmap": true, 21 | // When true, the template will query arcgis.com for the group's information. 22 | "queryForGroupInfo": false, 23 | // When true, the template will query arcgis.com for the items contained within the group 24 | "queryForGroupItems": false, 25 | //When true the template will query arcgis.com for default settings for helper services, units etc. If you 26 | //want to use custom settings for units or any of the helper services set queryForOrg to false then enter 27 | //default values for any items you need using the helper services and units properties. 28 | "queryForOrg": true, 29 | //If you need localization set the localize value to true to get the localized strings 30 | //from the javascript/nls/resource files. 31 | //Note that we've included a placeholder nls folder and a resource file with one error string 32 | //to show how to setup the strings file. 33 | "queryForLocale": true, 34 | // support sending credentials with AJAX requests to specific domains. This will allow editing of feature services secured with web-tier authentication 35 | "webTierSecurity": false, 36 | // These are the options specified for querying items within the group. Modify these to get more items. You can also call the public template.queryGroupItems() method with these options as a parameter. 37 | "groupParams": { 38 | q: "group:\"${groupid}\" AND -type:\"Code Attachment\"", 39 | "sortField": "modified", 40 | "sortOrder": "desc", 41 | "num": 9, 42 | "start": 0 43 | }, 44 | //This option demonstrates how to handle additional custom url parameters. For example 45 | //if you want users to be able to specify lat/lon coordinates that define the map's center or 46 | //specify an alternate basemap via a url parameter. 47 | "urlItems": [ 48 | "edit", 49 | "extent", 50 | "sharinghost" 51 | ], 52 | // For esri hosted envoronments only. Will automatically create a sharingurl and proxyurl for the application. 53 | esriEnvironment: false 54 | }); -------------------------------------------------------------------------------- /js/nls/ko/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "거리 입력", 6 | "layerName": "여기에 레이어 이름 입력" 7 | }, 8 | "message": { 9 | "analysisFailed": "분석하지 못했습니다.", 10 | "errorOccurred": "약간의 오류가 발생했습니다.", 11 | "layerAdded": "레이어를 추가했습니다. ", 12 | "enrichLayerNameError": "'결과 레이어 이름'에 잘못된 문자((<,>,#,%,:,\",?,&,+,/,\\))를 포함할 수 없습니다.", 13 | "creatingService": "서비스 생성 중... ", 14 | "starting": "시작 중", 15 | "performingAnalysis": "분석 수행 중...", 16 | "checkLayerName": "레이어 이름 확인 중... ", 17 | "addingLayer": "웹 맵에 레이어 추가 중 ", 18 | "layerNameExist": "레이어 이름이 이미 있습니다.", 19 | "clickOnSave": " 응용프로그램을 다시 불러오려면 '저장' 버튼을 클릭합니다.", 20 | "clickOnOk": " '확인' 버튼을 클릭해 다시 시도하세요.", 21 | "enterNumbersOnly": "입력한 값이 유효하지 않음", 22 | "nofeatures": "현재 범위에 나타난 피처 없음", 23 | "selectData": "레이어를 보강하려면 데이터를 선택하세요.", 24 | "resetVariableMessage": "변수를 재설정하시겠습니까?", 25 | "emptyTextFieldLayerName": "결과 레이어 이름 입력", 26 | "createService": "레이어가 생성되지 않았습니다.", 27 | "sharingLayer": "레이어 공유 중...", 28 | "updateItemFailed": "업데이트하지 못했습니다. 다시 시도하세요.", 29 | "geoEnrichFailed": "레이어를 보강하지 못했습니다. 다시 시도하세요.", 30 | "shareFailed": "보강된 레이어를 공유하지 못했습니다. 다시 시도하세요.", 31 | "refreshServiceFailed": "레이어를 새로고침하지 못했습니다. 다시 시도하세요.", 32 | "layerJsonFailed": "레이어에 대한 JSON을 생성하지 못했습니다. 다시 시도하세요.", 33 | "addToWebmapFailed": "웹 맵에 레이어를 추가하지 못했습니다. 다시 시도하세요.", 34 | "bufferAreaHelpText": "다음보다 작은 값 입력: ", 35 | "invalidBufferInput": "입력한 값이 유효하지 않습니다.", 36 | "emptyBufferInput": "유효한 값을 입력하세요." 37 | }, 38 | "populationText": "인구", 39 | "housingText": "가구", 40 | "businessText": "비즈니스", 41 | "variableListText": " 변수 목록:", 42 | "countrySelectTitle": "1. 데이터 위치 선택", 43 | "unitedStates": "미국", 44 | "global": "글로벌", 45 | "geoenrichDialogText": "Geoenrichment 변수", 46 | "viewVariablestext": "변수 보기", 47 | "backButtonText": "뒤로", 48 | "customizeVariables": "변수 사용자 정의", 49 | "resetVariables": "재설정", 50 | "defineAreaTitle": "3. 보강할 폴리곤 정의", 51 | "currentMapExtent": "현재 맵 범위 사용", 52 | "enrichLayerName": "4. 결과 레이어 이름", 53 | "lineDistanceText": "운전 거리", 54 | "drivingTime": "운전 시간", 55 | "enrichButtonText": "레이어 보강", 56 | "selectDataText": "2. 데이터 선택", 57 | "showCreditsText": "크레딧 보기", 58 | "variableCount": "총 변수 개수 ", 59 | "totalRecords": "총 레코드:", 60 | "cost": "비용:", 61 | "showCreditsDialogText": "크레딧 보기", 62 | "nextButtonText": "다음", 63 | "prevButtonText": "이전", 64 | "saveButtonText": "저장", 65 | "ok": "확인" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/ja/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "距離の入力", 6 | "layerName": "レイヤ名をここに入力" 7 | }, 8 | "message": { 9 | "analysisFailed": "解析が失敗しました。", 10 | "errorOccurred": "エラーが発生しました。", 11 | "layerAdded": "レイヤが正常に追加されました。 ", 12 | "enrichLayerNameError": "「結果レイヤの名前」に無効な文字 (<、>、#、%、:、\"、?、&、+、/、\\) を含めることはできません。", 13 | "creatingService": "サービスを作成しています... ", 14 | "starting": "開始しています", 15 | "performingAnalysis": "解析を実行しています...", 16 | "checkLayerName": "レイヤ名をチェックしています... ", 17 | "addingLayer": "レイヤを Web マップに追加しています ", 18 | "layerNameExist": "レイヤ名はすでに存在します。", 19 | "clickOnSave": " [保存] ボタンをクリックして、アプリケーションを再読み込みします。", 20 | "clickOnOk": " [OK] ボタンをクリックして、もう一度やり直してください。", 21 | "enterNumbersOnly": "入力された値が有効ではありません。", 22 | "nofeatures": "現在の範囲にフィーチャはありません", 23 | "selectData": "レイヤに情報を付加するデータを選択してください。", 24 | "resetVariableMessage": "変数をリセットしますか?", 25 | "emptyTextFieldLayerName": "結果レイヤの名前の入力", 26 | "createService": "レイヤは作成されませんでした。", 27 | "sharingLayer": "レイヤを共有しています...", 28 | "updateItemFailed": "更新できませんでした。もう一度やり直してください。", 29 | "geoEnrichFailed": "レイヤに情報を付加できませんでした。もう一度やり直してください。", 30 | "shareFailed": "情報が付加されたレイヤを共有できませんでした。もう一度やり直してください。", 31 | "refreshServiceFailed": "レイヤを更新できませんでした。もう一度やり直してください。", 32 | "layerJsonFailed": "レイヤの JSON を作成できませんでした。もう一度やり直してください。", 33 | "addToWebmapFailed": "レイヤを Web マップに追加できませんでした。もう一度やり直してください。", 34 | "bufferAreaHelpText": "次より小さな値を入力してください ", 35 | "invalidBufferInput": "入力された値が有効ではありません。", 36 | "emptyBufferInput": "有効な値を入力してください。" 37 | }, 38 | "populationText": "人口", 39 | "housingText": "世帯", 40 | "businessText": "ビジネス", 41 | "variableListText": " 変数を以下にリストします:", 42 | "countrySelectTitle": "1. データの場所の選択", 43 | "unitedStates": "米国", 44 | "global": "グローバル", 45 | "geoenrichDialogText": "ジオエンリッチメント変数", 46 | "viewVariablestext": "変数の表示", 47 | "backButtonText": "戻る", 48 | "customizeVariables": "変数のカスタマイズ", 49 | "resetVariables": "リセット", 50 | "defineAreaTitle": "3. 情報を付加する対象エリアの定義", 51 | "currentMapExtent": "現在のマップ範囲を使用", 52 | "enrichLayerName": "4. 結果レイヤの名前", 53 | "lineDistanceText": "直線距離", 54 | "drivingTime": "運転時間", 55 | "enrichButtonText": "レイヤへの情報付加", 56 | "selectDataText": "2. データの選択", 57 | "showCreditsText": "クレジットの表示", 58 | "variableCount": "変数の総数 ", 59 | "totalRecords": "合計レコード数:", 60 | "cost": "コスト:", 61 | "showCreditsDialogText": "クレジットの表示", 62 | "nextButtonText": "次へ", 63 | "prevButtonText": "前へ", 64 | "saveButtonText": "保存", 65 | "ok": "OK" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/resources.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | map: { 4 | error: "Unable to create map", 5 | licenseError: { 6 | message: "Your account is not licensed to use Configurable Apps that are not public. Please ask your organization administrator to assign you a user type that includes Essential Apps or an add-on Essential Apps license.", 7 | title: "Not Licensed" 8 | } 9 | }, 10 | general: { 11 | map: "Map", 12 | mapInfo: "Map Information", 13 | legend: "Legend", 14 | layers: "Layers", 15 | rendererTitle: "Display information for this area", 16 | summarize: "Entire Area", 17 | summarizeTitle: "Display summarized information for all areas", 18 | share: "Share", 19 | about: "About", 20 | find: "Zip Code, city, etc.", 21 | noSearchResult: "No result found", 22 | impactArea: "Impact Area", 23 | dateModified: "Modified", 24 | moreInfo: "Find out more", 25 | }, 26 | configure: { 27 | mapdlg: { 28 | items: { 29 | organizationLabel: "My Organization", 30 | onlineLabel: "ArcGIS Online", 31 | contentLabel: "My Content", 32 | favoritesLabel: "My Favorites" 33 | }, 34 | title: "Select Web Map", 35 | searchTitle: "Search", 36 | ok: "Ok", 37 | cancel: "Cancel", 38 | placeholder: "Enter search term" 39 | }, 40 | groupdlg: { 41 | items: { 42 | organizationLabel: "My Organization", 43 | onlineLabel: "ArcGIS Online", 44 | contentLabel: "My Content", 45 | favoritesLabel: "My Favorites" 46 | }, 47 | title: "Select Group", 48 | searchTitle: "Search", 49 | ok: "Ok", 50 | cancel: "Cancel", 51 | placeholder: "Enter search term" 52 | } 53 | } 54 | }), 55 | "ar": 1, 56 | "bs": 1, 57 | "ca": 1, 58 | "cs": 1, 59 | "da": 1, 60 | "de": 1, 61 | "el": 1, 62 | "es": 1, 63 | "et": 1, 64 | "fi": 1, 65 | "fr": 1, 66 | "he": 1, 67 | "hr": 1, 68 | "hu": 1, 69 | "id": 1, 70 | "it": 1, 71 | "ja": 1, 72 | "ko": 1, 73 | "lt": 1, 74 | "lv": 1, 75 | "nb": 1, 76 | "nl": 1, 77 | "pl": 1, 78 | "pt-br": 1, 79 | "pt-pt": 1, 80 | "ro": 1, 81 | "ru": 1, 82 | "sl": 1, 83 | "sr": 1, 84 | "sv": 1, 85 | "th": 1, 86 | "tr": 1, 87 | "uk": 1, 88 | "vi": 1, 89 | "zh-cn": 1, 90 | "zh-hk": 1, 91 | "zh-tw": 1 92 | }); 93 | -------------------------------------------------------------------------------- /js/nls/zh-cn/TemplateBuilder.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "TemplateBuilder": { 4 | "enterBuilderButtonText": "进入构建器", 5 | "exitBuilderButtonText": "退出构建器", 6 | "enterBuilderModeHelpText": "进入构建器模式以配置应用程序", 7 | "builderModeHelpText": "模板构建器模式", 8 | "webmapCaption": "地图", 9 | "displaying": "显示", 10 | "selectMapMessage": "当前 ${displaying} ${webmapTitle}
单击“选择地图”来选择其他 webmap", 11 | "loadMapMessage": "当前选择的 ${webmapTitle}
单击“保存”来使用此 webmap", 12 | "changeWebmap": "选择地图", 13 | "saveButtonText": "保存", 14 | "webmapNextButtonText": "下一步 ->", 15 | "previousButtonText": "上一步", 16 | "layerLabelText": "图层", 17 | "noLayerFoundText": "未找到任何图层", 18 | "selectLayer": "选择图层", 19 | "appProxiesText": "订阅者访问", 20 | "appProxiesDesc": "要通过订阅允许公共访问,请选中相应的复选框。标记为高级的内容将消耗您订阅的配额。", 21 | "applicationSettingText": "应用程序设置", 22 | "summaryAttrAscendingOrderTooltip": "升序", 23 | "onStartLabel": "启动时", 24 | "selectVariableText": "选择一个变量", 25 | "selectVariableDropdown": "选择一个变量", 26 | "label": "标注", 27 | "sourceLinkText": "源链接", 28 | "selectSubVariableText": "选择子变量", 29 | "subVariablePanelButtonText": "完成", 30 | "onButtonLabel": "开", 31 | "offButtonLabel": "关", 32 | "appSettingsSaveCloseButtonText": "保存并关闭", 33 | "appSettingsTitleText": "应用程序标题", 34 | "appSettingsDescriptionText": "应用程序描述", 35 | "appSetingsRendererAreaText": "渲染的区域", 36 | "shareText": "共享", 37 | "popupText": "弹出窗口", 38 | "basemapText": "底图", 39 | "cancel": "取消", 40 | "theme": "专题", 41 | "zoomLevel": "缩放级别", 42 | "existingValue": "使用现有值", 43 | "enrichLayer": "丰富图层", 44 | "imageLabel": "工作原理是什么?", 45 | "clearData": "清除数据", 46 | "basemapSelectionText": "底图选择", 47 | "secondaryBasemapText": "次级底图", 48 | "defaultBasemapText": "默认底图", 49 | "entireAreaButton": "整个区域", 50 | "entireAreaOnStartButton": "启动时整个区域", 51 | "aboutPanel": "关于面板", 52 | "legendPanel": "图例面板", 53 | "layersPanel": "图层面板", 54 | "dataConfigurationButtonText": "数据配置", 55 | "savingChangesMessage": "正在保存更改...", 56 | "nextButtonText": "下一步", 57 | "prevButtonText": "上一步", 58 | "enterLabelText": "输入标注", 59 | "SelectedFeatureText": "所选要素", 60 | "layerHelpTextMessage": "此应用程序需要包含数值字段的图层", 61 | "alertMessage": { 62 | "resetVariableMessage": "是否确定要重置变量?", 63 | "emptyAppTitleMessage": "应用程序标题不能为空", 64 | "emptyDescriptionMessage": "描述不能为空", 65 | "maxVariableSelection": "不能选择超过 25 个子变量", 66 | "signInFail": "登录失败", 67 | "itemUpdateMessage": "项目已更新", 68 | "unsavedChangesMessage": "未保存更改", 69 | "failMessage": "无法成功更新项目", 70 | "saveChangesAlert": "是否想要保存更改?", 71 | "variableLabelValidation": "变量标注不能为空", 72 | "subVariableLabelValidation": "子变量标注不能为空" 73 | } 74 | } 75 | } 76 | }); -------------------------------------------------------------------------------- /js/nls/zh-hk/TemplateBuilder.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "TemplateBuilder": { 4 | "enterBuilderButtonText": "進入Builder", 5 | "exitBuilderButtonText": "退出Builder", 6 | "enterBuilderModeHelpText": "進入Builder模式以設定應用程式", 7 | "builderModeHelpText": "範本建構模式", 8 | "webmapCaption": "地圖", 9 | "displaying": "顯示", 10 | "selectMapMessage": "目前 ${displaying} ${webmapTitle}
按一下“選擇地圖”來選擇其他 webmap", 11 | "loadMapMessage": "目前選擇的 ${webmapTitle}
按一下“儲存”來使用此 webmap", 12 | "changeWebmap": "選擇地圖", 13 | "saveButtonText": "儲存", 14 | "webmapNextButtonText": "下一步 ->", 15 | "previousButtonText": "上一步", 16 | "layerLabelText": "圖層", 17 | "noLayerFoundText": "未找到任何圖層", 18 | "selectLayer": "選擇圖層", 19 | "appProxiesText": "訂閱者存取", 20 | "appProxiesDesc": "若要允許透過您的訂閱來公開存取,請勾選適當的方塊。以高級內容標記的內容將使用您訂閱的點數。", 21 | "applicationSettingText": "應用程式設定", 22 | "summaryAttrAscendingOrderTooltip": "遞增", 23 | "onStartLabel": "啟動時", 24 | "selectVariableText": "選擇一個變數", 25 | "selectVariableDropdown": "選擇一個變數", 26 | "label": "標籤", 27 | "sourceLinkText": "來源連結", 28 | "selectSubVariableText": "選擇子變數", 29 | "subVariablePanelButtonText": "完成", 30 | "onButtonLabel": "打開", 31 | "offButtonLabel": "關閉", 32 | "appSettingsSaveCloseButtonText": "儲存並關閉", 33 | "appSettingsTitleText": "應用程式標題", 34 | "appSettingsDescriptionText": "應用程式描述", 35 | "appSetingsRendererAreaText": "渲染的區域", 36 | "shareText": "分享", 37 | "popupText": "快顯", 38 | "basemapText": "底圖", 39 | "cancel": "取消", 40 | "theme": "主題", 41 | "zoomLevel": "縮放級別", 42 | "existingValue": "使用現有值", 43 | "enrichLayer": "豐富圖層", 44 | "imageLabel": "工作原理是什麼?", 45 | "clearData": "清除資料", 46 | "basemapSelectionText": "底圖選擇", 47 | "secondaryBasemapText": "第二層底圖", 48 | "defaultBasemapText": "預設底圖", 49 | "entireAreaButton": "整個區域", 50 | "entireAreaOnStartButton": "啟動時整個區域", 51 | "aboutPanel": "關於面板", 52 | "legendPanel": "圖例面板", 53 | "layersPanel": "圖層面板", 54 | "dataConfigurationButtonText": "資料設定", 55 | "savingChangesMessage": "正在儲存變更...", 56 | "nextButtonText": "下一步", 57 | "prevButtonText": "上一步", 58 | "enterLabelText": "輸入標籤", 59 | "SelectedFeatureText": "選取的圖徵", 60 | "layerHelpTextMessage": "此應用程式需要包含數值欄位的圖層", 61 | "alertMessage": { 62 | "resetVariableMessage": "是否確定要重設變數?", 63 | "emptyAppTitleMessage": "應用程式標題不能為空", 64 | "emptyDescriptionMessage": "描述不能為空", 65 | "maxVariableSelection": "不能選擇超過 25 個子變數", 66 | "signInFail": "登錄失敗", 67 | "itemUpdateMessage": "項目已更新", 68 | "unsavedChangesMessage": "未儲存變更", 69 | "failMessage": "無法成功更新項目", 70 | "saveChangesAlert": "是否想要儲存變更?", 71 | "variableLabelValidation": "變數標籤不能為空", 72 | "subVariableLabelValidation": "子變數標籤不能為空" 73 | } 74 | } 75 | } 76 | }); -------------------------------------------------------------------------------- /js/nls/zh-tw/TemplateBuilder.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "TemplateBuilder": { 4 | "enterBuilderButtonText": "進入Builder", 5 | "exitBuilderButtonText": "退出Builder", 6 | "enterBuilderModeHelpText": "進入Builder模式以設定應用程式", 7 | "builderModeHelpText": "範本建構模式", 8 | "webmapCaption": "地圖", 9 | "displaying": "顯示", 10 | "selectMapMessage": "目前 ${displaying} ${webmapTitle}
按一下“選擇地圖”來選擇其他 webmap", 11 | "loadMapMessage": "目前選擇的 ${webmapTitle}
按一下“儲存”來使用此 webmap", 12 | "changeWebmap": "選擇地圖", 13 | "saveButtonText": "儲存", 14 | "webmapNextButtonText": "下一步 ->", 15 | "previousButtonText": "上一步", 16 | "layerLabelText": "圖層", 17 | "noLayerFoundText": "未找到任何圖層", 18 | "selectLayer": "選擇圖層", 19 | "appProxiesText": "訂閱者存取", 20 | "appProxiesDesc": "若要允許透過您的訂閱來公開存取,請勾選適當的方塊。以高級內容標記的內容將使用您訂閱的點數。", 21 | "applicationSettingText": "應用程式設定", 22 | "summaryAttrAscendingOrderTooltip": "遞增", 23 | "onStartLabel": "啟動時", 24 | "selectVariableText": "選擇一個變數", 25 | "selectVariableDropdown": "選擇一個變數", 26 | "label": "標籤", 27 | "sourceLinkText": "來源連結", 28 | "selectSubVariableText": "選擇子變數", 29 | "subVariablePanelButtonText": "完成", 30 | "onButtonLabel": "打開", 31 | "offButtonLabel": "關閉", 32 | "appSettingsSaveCloseButtonText": "儲存並關閉", 33 | "appSettingsTitleText": "應用程式標題", 34 | "appSettingsDescriptionText": "應用程式描述", 35 | "appSetingsRendererAreaText": "渲染的區域", 36 | "shareText": "分享", 37 | "popupText": "快顯", 38 | "basemapText": "底圖", 39 | "cancel": "取消", 40 | "theme": "主題", 41 | "zoomLevel": "縮放級別", 42 | "existingValue": "使用現有值", 43 | "enrichLayer": "豐富圖層", 44 | "imageLabel": "工作原理是什麼?", 45 | "clearData": "清除資料", 46 | "basemapSelectionText": "底圖選擇", 47 | "secondaryBasemapText": "第二層底圖", 48 | "defaultBasemapText": "預設底圖", 49 | "entireAreaButton": "整個區域", 50 | "entireAreaOnStartButton": "啟動時整個區域", 51 | "aboutPanel": "關於面板", 52 | "legendPanel": "圖例面板", 53 | "layersPanel": "圖層面板", 54 | "dataConfigurationButtonText": "資料設定", 55 | "savingChangesMessage": "正在儲存變更...", 56 | "nextButtonText": "下一步", 57 | "prevButtonText": "上一步", 58 | "enterLabelText": "輸入標籤", 59 | "SelectedFeatureText": "選取的圖徵", 60 | "layerHelpTextMessage": "此應用程式需要包含數值欄位的圖層", 61 | "alertMessage": { 62 | "resetVariableMessage": "是否確定要重設變數?", 63 | "emptyAppTitleMessage": "應用程式標題不能為空", 64 | "emptyDescriptionMessage": "描述不能為空", 65 | "maxVariableSelection": "不能選擇超過 25 個子變數", 66 | "signInFail": "登錄失敗", 67 | "itemUpdateMessage": "項目已更新", 68 | "unsavedChangesMessage": "未儲存變更", 69 | "failMessage": "無法成功更新項目", 70 | "saveChangesAlert": "是否想要儲存變更?", 71 | "variableLabelValidation": "變數標籤不能為空", 72 | "subVariableLabelValidation": "子變數標籤不能為空" 73 | } 74 | } 75 | } 76 | }); -------------------------------------------------------------------------------- /js/nls/he/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "הזן מרחק", 6 | "layerName": "הזן שם שכבה כאן" 7 | }, 8 | "message": { 9 | "analysisFailed": "הניתוח נכשל.", 10 | "errorOccurred": "אירעה שגיאה.", 11 | "layerAdded": "השכבה נוספה בהצלחה. ", 12 | "enrichLayerNameError": "שם שכבת התוצאה אינו יכול להכיל תווים לא חוקיים(<,>,#,%,:,\",?,&,+,/,\\).", 13 | "creatingService": "יוצר שירות.. ", 14 | "starting": "מתחיל", 15 | "performingAnalysis": "מבצע ניתוח...", 16 | "checkLayerName": "מחפש שם שכבה... ", 17 | "addingLayer": "מוסיף שכבה ל- webmap ", 18 | "layerNameExist": "שם השכבה כבר קיים.", 19 | "clickOnSave": " לחץ על לחצן 'שמור' כדי לטעון מחדש את האפליקציה.", 20 | "clickOnOk": " לחץ על לחצן 'אישור' כדי לנסות שוב.", 21 | "enterNumbersOnly": "הערכים שהוזנו אינם חוקיים", 22 | "nofeatures": "לא קיימות ישויות בתיחום הנוכחי", 23 | "selectData": "בחר נתונים כדי להעשיר את השכבה.", 24 | "resetVariableMessage": "האם אתה בטוח שברצונך לאפס את המשתנה?", 25 | "emptyTextFieldLayerName": "הזן שם שכבת תוצאה", 26 | "createService": "לא נוצרה שכבה.", 27 | "sharingLayer": "משתף שכבה...", 28 | "updateItemFailed": "העדכון נכשל. נסה שוב.", 29 | "geoEnrichFailed": "העשרת השכבה נכשלה. נסה שוב.", 30 | "shareFailed": "שיתוף שכבה מועשרת נכשל. נסה שוב.", 31 | "refreshServiceFailed": "רענון שכבה נכשל. נסה שוב.", 32 | "layerJsonFailed": "יצירת JSON עבור השכבה נכשלה. נסה שוב.", 33 | "addToWebmapFailed": "הוספת שכבה ל- webmap נכשלה. נסה שוב.", 34 | "bufferAreaHelpText": "הזן ערך קטן מאשר ", 35 | "invalidBufferInput": "הערך שהוזן אינו חוקי.", 36 | "emptyBufferInput": "בחר ערך תקף." 37 | }, 38 | "populationText": "אוכלוסייה", 39 | "housingText": "משק בית", 40 | "businessText": "עסק", 41 | "variableListText": " המשתנים רשומים כאן:", 42 | "countrySelectTitle": "1. בחר מיקום נתונים", 43 | "unitedStates": "ארצות הברית", 44 | "global": "עולמי", 45 | "geoenrichDialogText": "משתני העשרה גיאוגרפית", 46 | "viewVariablestext": "הצג משתנים", 47 | "backButtonText": "אחורה", 48 | "customizeVariables": "התאם אישית משתנים", 49 | "resetVariables": "איפוס", 50 | "defineAreaTitle": "3. הגדר אזור להעשרה", 51 | "currentMapExtent": "השתמש בתיחום המפה הנוכחי", 52 | "enrichLayerName": "4. שם שכבת תוצאה", 53 | "lineDistanceText": "מרחק קווים", 54 | "drivingTime": "זמן נסיעה", 55 | "enrichButtonText": "העשר שכבה", 56 | "selectDataText": "2. בחר נתונים", 57 | "showCreditsText": "הצג קרדיטים", 58 | "variableCount": "מספר משתנים כולל ", 59 | "totalRecords": "סה''כ רשומות:", 60 | "cost": "מחיר:", 61 | "showCreditsDialogText": "הצג קרדיטים", 62 | "nextButtonText": "הבא", 63 | "prevButtonText": "הקודם", 64 | "saveButtonText": "שמור", 65 | "ok": "אישור" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/ko/TemplateBuilder.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "TemplateBuilder": { 4 | "enterBuilderButtonText": "빌더 시작", 5 | "exitBuilderButtonText": "빌더 종료", 6 | "enterBuilderModeHelpText": "응용프로그램을 구성하기 위해 빌더 모드 시작", 7 | "builderModeHelpText": "템플릿 빌더 모드", 8 | "webmapCaption": "맵", 9 | "displaying": "표시", 10 | "selectMapMessage": "현재 ${displaying} ${webmapTitle}
다른 웹 맵을 선택하려면 맵 선택을 클릭합니다.", 11 | "loadMapMessage": "현재 선택된 ${webmapTitle}
이 웹 맵을 사용하려면 저장을 클릭합니다.", 12 | "changeWebmap": "맵 선택", 13 | "saveButtonText": "저장", 14 | "webmapNextButtonText": "다음 ->", 15 | "previousButtonText": "이전", 16 | "layerLabelText": "레이어", 17 | "noLayerFoundText": "레이어가 없음", 18 | "selectLayer": "레이어 선택", 19 | "appProxiesText": "구독자 접근", 20 | "appProxiesDesc": "구독을 통한 공개 접근을 허용하려면 해당 체크 박스를 선택하세요. 프리미엄 콘텐츠로 표시된 콘텐츠의 경우 구독의 크레딧을 소모합니다.", 21 | "applicationSettingText": "응용프로그램 설정", 22 | "summaryAttrAscendingOrderTooltip": "오름차순", 23 | "onStartLabel": "시작 시", 24 | "selectVariableText": "변수 선택", 25 | "selectVariableDropdown": "변수 선택", 26 | "label": "레이블", 27 | "sourceLinkText": "소스 링크", 28 | "selectSubVariableText": "하위 변수 선택", 29 | "subVariablePanelButtonText": "완료", 30 | "onButtonLabel": "켜기", 31 | "offButtonLabel": "끄기", 32 | "appSettingsSaveCloseButtonText": "저장 및 닫기", 33 | "appSettingsTitleText": "앱 제목", 34 | "appSettingsDescriptionText": "응용프로그램 설명", 35 | "appSetingsRendererAreaText": "렌더링된 영역", 36 | "shareText": "공유", 37 | "popupText": "팝업", 38 | "basemapText": "베이스맵", 39 | "cancel": "취소", 40 | "theme": "테마", 41 | "zoomLevel": "확대/축소 수준", 42 | "existingValue": "기존 값 사용", 43 | "enrichLayer": "레이어 보강", 44 | "imageLabel": "작동 방법", 45 | "clearData": "데이터 지우기", 46 | "basemapSelectionText": "베이스맵 선택", 47 | "secondaryBasemapText": "보조 베이스맵", 48 | "defaultBasemapText": "기본 베이스맵", 49 | "entireAreaButton": "전체 영역", 50 | "entireAreaOnStartButton": "시작 시 전체 영역", 51 | "aboutPanel": "패널 정보", 52 | "legendPanel": "범례 패널", 53 | "layersPanel": "레이어 패널", 54 | "dataConfigurationButtonText": "데이터 구성", 55 | "savingChangesMessage": "변경 사항을 저장하는 중...", 56 | "nextButtonText": "다음", 57 | "prevButtonText": "이전", 58 | "enterLabelText": "레이블 입력", 59 | "SelectedFeatureText": "선택한 피처", 60 | "layerHelpTextMessage": "이 응용프로그램에는 숫자 필드가 포함된 레이어가 필요합니다.", 61 | "alertMessage": { 62 | "resetVariableMessage": "변수를 재설정하시겠습니까?", 63 | "emptyAppTitleMessage": "응용프로그램 제목은 비워 둘 수 없습니다.", 64 | "emptyDescriptionMessage": "설명은 비워 둘 수 없습니다.", 65 | "maxVariableSelection": "하위 변수를 26개 이상 선택할 수 없습니다.", 66 | "signInFail": "로그인 실패", 67 | "itemUpdateMessage": "항목이 업데이트됨", 68 | "unsavedChangesMessage": "저장되지 않은 변경 사항", 69 | "failMessage": "항목을 업데이트할 수 없습니다.", 70 | "saveChangesAlert": "변경 사항을 저장하시겠습니까?", 71 | "variableLabelValidation": "변수 레이블은 비워 둘 수 없음", 72 | "subVariableLabelValidation": "하위 변수 레이블은 비워 둘 수 없음" 73 | } 74 | } 75 | } 76 | }); -------------------------------------------------------------------------------- /images/Impact_Summery_App_Population.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 21 | 23 | 24 | 27 | 28 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 47 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /js/nls/ja/TemplateBuilder.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "TemplateBuilder": { 4 | "enterBuilderButtonText": "ビルダの開始", 5 | "exitBuilderButtonText": "ビルダの終了", 6 | "enterBuilderModeHelpText": "ビルダ モードに入りアプリケーションを構成", 7 | "builderModeHelpText": "テンプレート ビルダ モード", 8 | "webmapCaption": "マップ", 9 | "displaying": "表示", 10 | "selectMapMessage": "現在 ${webmapTitle} を ${displaying} しています。
[マップの選択] をクリックして、別の Web マップを選択します。", 11 | "loadMapMessage": "現在 ${webmapTitle} を選択しています。
この Web マップを使用するには、[保存] をクリックします。", 12 | "changeWebmap": "マップの選択", 13 | "saveButtonText": "保存", 14 | "webmapNextButtonText": "次へ ->", 15 | "previousButtonText": "前へ", 16 | "layerLabelText": "レイヤ", 17 | "noLayerFoundText": "レイヤが見つかりません", 18 | "selectLayer": "レイヤの選択", 19 | "appProxiesText": "サブスクリプション アクセス", 20 | "appProxiesDesc": "サブスクリプションを使用してパブリック アクセスを許可するには、該当するチェックボックスをオンにします。 プレミアム コンテンツのマークが付いたコンテンツは、サブスクリプションからクレジットが消費されます。", 21 | "applicationSettingText": "アプリケーション設定", 22 | "summaryAttrAscendingOrderTooltip": "昇順", 23 | "onStartLabel": "開始時", 24 | "selectVariableText": "変数の選択", 25 | "selectVariableDropdown": "変数の選択", 26 | "label": "ラベル", 27 | "sourceLinkText": "ソース リンク", 28 | "selectSubVariableText": "サブ変数の選択", 29 | "subVariablePanelButtonText": "完了", 30 | "onButtonLabel": "オン", 31 | "offButtonLabel": "オフ", 32 | "appSettingsSaveCloseButtonText": "保存して閉じる", 33 | "appSettingsTitleText": "アプリケーション タイトル", 34 | "appSettingsDescriptionText": "アプリケーションの説明", 35 | "appSetingsRendererAreaText": "レンダリングされるエリア", 36 | "shareText": "共有ツール", 37 | "popupText": "ポップアップ", 38 | "basemapText": "ベースマップ", 39 | "cancel": "キャンセル", 40 | "theme": "テーマ", 41 | "zoomLevel": "ズーム レベル", 42 | "existingValue": "既存の値を使用", 43 | "enrichLayer": "レイヤへの情報付加", 44 | "imageLabel": "この機能", 45 | "clearData": "データの消去", 46 | "basemapSelectionText": "ベースマップ選択", 47 | "secondaryBasemapText": "第 2 ベースマップ", 48 | "defaultBasemapText": "デフォルト ベースマップ", 49 | "entireAreaButton": "エリア全体", 50 | "entireAreaOnStartButton": "開始時にエリア全体", 51 | "aboutPanel": "情報パネル", 52 | "legendPanel": "凡例パネル", 53 | "layersPanel": "レイヤ パネル", 54 | "dataConfigurationButtonText": "データ構成", 55 | "savingChangesMessage": "変更を保存しています...", 56 | "nextButtonText": "次へ", 57 | "prevButtonText": "前へ", 58 | "enterLabelText": "ラベルの入力", 59 | "SelectedFeatureText": "選択されたフィーチャ", 60 | "layerHelpTextMessage": "このアプリケーションには数値フィールドを持つレイヤが必要です", 61 | "alertMessage": { 62 | "resetVariableMessage": "変数をリセットしますか?", 63 | "emptyAppTitleMessage": "アプリケーション タイトルは空にできません", 64 | "emptyDescriptionMessage": "説明は空欄にできません", 65 | "maxVariableSelection": "25 を超えるサブ変数は選択できません", 66 | "signInFail": "サインインできませんでした", 67 | "itemUpdateMessage": "更新されたアイテム", 68 | "unsavedChangesMessage": "変更が保存されていません", 69 | "failMessage": "アイテムを正常に更新できませんでした", 70 | "saveChangesAlert": "変更内容を保存しますか?", 71 | "variableLabelValidation": "変数のラベルは空欄にできません", 72 | "subVariableLabelValidation": "サブ変数のラベルは空にできません" 73 | } 74 | } 75 | } 76 | }); -------------------------------------------------------------------------------- /js/nls/ar/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "أدخل المسافة", 6 | "layerName": "أدخل اسم الطبقة هنا" 7 | }, 8 | "message": { 9 | "analysisFailed": "فشل التحليل.", 10 | "errorOccurred": "حدث خطأ ما.", 11 | "layerAdded": "تم إضافة الطبقة بنجاح. ", 12 | "enrichLayerNameError": "لا يجوز أي يحتوي اسم الطبقة الناتجة على حروف غير صحيحة (<,>,#,%,:,\",?,&,+,/,\\).", 13 | "creatingService": "جارِ إنشاء الخدمة... ", 14 | "starting": "بدء", 15 | "performingAnalysis": "جارِ تنفيذ التحليل..", 16 | "checkLayerName": "جارِ التحقق من اسم الطبقة... ", 17 | "addingLayer": "إضافة طبقة إلى خريطة ويب ", 18 | "layerNameExist": "اسم الطبقة موجود بالفعل.", 19 | "clickOnSave": " انقر على زر حفظ لإعادة تحميل التطبيق.", 20 | "clickOnOk": " انقر على زر موافق لإعادة المحاولة.", 21 | "enterNumbersOnly": "القيم المُدخلة غير صحيحة", 22 | "nofeatures": "لا توجد معالم في المدى الحالي", 23 | "selectData": "يرجى تحديد البيانات لتحسين الطبقة.", 24 | "resetVariableMessage": "هل تريد بالتأكيد إعادة تعيين المتغير؟", 25 | "emptyTextFieldLayerName": "أدخل اسم الطبقة الناتجة", 26 | "createService": "لم يتم إنشاء الطبقة.", 27 | "sharingLayer": "جارِ مشاركة الطبقة..", 28 | "updateItemFailed": "فشل التحديث. يرجى إعادة المحاولة.", 29 | "geoEnrichFailed": "فشل تحسين الطبقة. يرجى إعادة المحاولة.", 30 | "shareFailed": "فشل مشاركة الطبقة المُحسّنة. يرجى إعادة المحاولة.", 31 | "refreshServiceFailed": "فشل تحديث الطبقة. يرجى إعادة المحاولة.", 32 | "layerJsonFailed": "فشل إنشاء JSON للطبقة. يرجى إعادة المحاولة.", 33 | "addToWebmapFailed": "فشل إضافة الطبقة إلى خريطة الويب. يرجى إعادة المحاولة.", 34 | "bufferAreaHelpText": "يرجى إدخال القيمة أقل من ", 35 | "invalidBufferInput": "القيمة المُدخلة غير صحيحة.", 36 | "emptyBufferInput": "يرجى إدخال قيمة صحيحة." 37 | }, 38 | "populationText": "عدد السكان", 39 | "housingText": "أجهزة كهربائية", 40 | "businessText": "أعمال", 41 | "variableListText": " المتغيرات مُدرجة هنا:", 42 | "countrySelectTitle": "1. حدد موقع البيانات", 43 | "unitedStates": "الولايات المتحدة", 44 | "global": "عالمي", 45 | "geoenrichDialogText": "متغيرات الإثراء الجغرافي", 46 | "viewVariablestext": "عرض المتغيرات", 47 | "backButtonText": "السابق", 48 | "customizeVariables": "تخصيص المتغيرات", 49 | "resetVariables": "إعادة تعيين", 50 | "defineAreaTitle": "3. قم بتعريف المنطقة المُراد تحسينها", 51 | "currentMapExtent": "استخدام مدى الخريطة الحالي", 52 | "enrichLayerName": "4. اسم الطبقة الناتجة", 53 | "lineDistanceText": "مسافة الخط", 54 | "drivingTime": "زمن القيادة", 55 | "enrichButtonText": "تحسين الطبقة", 56 | "selectDataText": "2. حدد البيانات", 57 | "showCreditsText": "إظهار الاعتمادات", 58 | "variableCount": "إجمالي عدد المتغيرات ", 59 | "totalRecords": "إجمالي السجلات:", 60 | "cost": "تكلفة:", 61 | "showCreditsDialogText": "إظهار الاعتمادات", 62 | "nextButtonText": "التالي", 63 | "prevButtonText": "السابق", 64 | "saveButtonText": "حفظ", 65 | "ok": "موافق" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /css/browseDialog.css: -------------------------------------------------------------------------------- 1 | /* <---------Webmap Dialog box CSS---------> */ 2 | 3 | .gallery { 4 | margin: auto; 5 | height: 25em; 6 | } 7 | .itemGrid img { 8 | width: 120px; 9 | height: 88px; 10 | border: 0; 11 | } 12 | .itemGrid { 13 | height: 110px; 14 | } 15 | .itemGrid:hover { 16 | cursor: pointer; 17 | display: block; 18 | color: hsl(15, 2%, 45%); 19 | z-index: 99; 20 | border-radius: 4px; 21 | overflow: hidden; 22 | } 23 | .itemGrid .itemText { 24 | font-size: 8pt; 25 | text-align: left; 26 | margin: 0; 27 | } 28 | .itemTitle { 29 | white-space: nowrap; 30 | overflow: hidden; 31 | text-overflow: ellipsis; 32 | } 33 | .itemOwner { 34 | white-space: nowrap; 35 | overflow: hidden; 36 | text-overflow: ellipsis; 37 | } 38 | .soria .ui-state-active { 39 | background-color: #fff; 40 | } 41 | #browse-id-box .dgrid-row { 42 | width: 125px; 43 | float: left; 44 | text-align: center; 45 | padding: 1em 3px; 46 | border: solid 1px #fff !important; 47 | margin: 2px; 48 | } 49 | #browse-id-box .dgrid-scroller { 50 | overflow-y: auto !important; 51 | } 52 | #browse-id-box .dgrid-pagination-links:hover { 53 | cursor: pointer; 54 | } 55 | #browse-id-box .dgrid-pagination .dgrid-page-disabled { 56 | color: hsl(0, 0%, 67%) !important; 57 | cursor: default; 58 | } 59 | #browse-id-box .dgrid-page-link { 60 | cursor: pointer; 61 | } 62 | #browse-id-box .dgrid-active { 63 | background-color: #fff; 64 | } 65 | #browse-id-box .dgrid-selected { 66 | border-radius: 4px; 67 | background-color: #fff; 68 | border: solid 1px #BFD6EB !important; 69 | } 70 | #browse-id-box .dgrid-row .dgrid-row-odd { 71 | background-color: #fff; 72 | } 73 | #browse-id-box .dgrid-row .dgrid-row-even { 74 | background-color: #fff; 75 | } 76 | #browse-id-box .dgrid-row:hover { 77 | border-radius: 4px; 78 | background-color: #E1F0FB !important; 79 | } 80 | 81 | .truncate { 82 | white-space: nowrap; 83 | overflow: hidden; 84 | text-overflow: ellipsis; 85 | } 86 | /*Styles for the web map search box */ 87 | 88 | .esriFloatTrailing { 89 | float: right; 90 | } 91 | .esriTrailingMargin1 { 92 | margin-right: 2em; 93 | } 94 | .esriFloatLeading { 95 | float: left!important; 96 | } 97 | .esriLeadingMargin1 { 98 | margin-left: 1em; 99 | } 100 | #search-form { 101 | position: relative; 102 | margin-bottom: 5px; 103 | } 104 | /* 105 | .esriSearchBox { 106 | border-radius:4px; 107 | } 108 | */ 109 | 110 | .esriSearchBox.dijitTextBox { 111 | width: 250px; 112 | background: none; 113 | background-image: none!important; 114 | filter: none; 115 | opacity: 1; 116 | background-color: hsl(0, 100%, 100%)!important; 117 | border-color: hsl(0, 0%, 80%)!important; 118 | } 119 | #search-form .dijitInputContainer { 120 | padding-top: 3px; 121 | } 122 | .esriSearchButton { 123 | position: absolute; 124 | cursor: pointer; 125 | right: 0px; 126 | top: 5px; 127 | font-size: 16px; 128 | } 129 | .clear { 130 | clear: both; 131 | } 132 | .claro .dijitDialogPaneActionBar { 133 | margin: 0px !important; 134 | margin-top: 8px !important; 135 | padding-right: 25px !important; 136 | } -------------------------------------------------------------------------------- /js/nls/da/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "Indtast distance", 6 | "layerName": "Indtast navn på lag her" 7 | }, 8 | "message": { 9 | "analysisFailed": "Analyse mislykkedes.", 10 | "errorOccurred": "Der opstod nogle fejl.", 11 | "layerAdded": "Laget blev tilføjet. ", 12 | "enrichLayerNameError": "'Navnet på resultatlaget' må ikke indeholde ugyldige tegn (<,>,#,%,:,\",?,&,+,/,\\).", 13 | "creatingService": "Opretter tjeneste... ", 14 | "starting": "Starter", 15 | "performingAnalysis": "Udførelse af analyse", 16 | "checkLayerName": "Kontrollerer lagnavn.. ", 17 | "addingLayer": "Tilføjer lag til webkort ", 18 | "layerNameExist": "Lagnavnet findes allerede.", 19 | "clickOnSave": " Klik på knappen 'Gem' for at genindlæse applikationen.", 20 | "clickOnOk": " Klik på knappen 'OK' for at prøve igen.", 21 | "enterNumbersOnly": "De angivne værdier er ugyldige", 22 | "nofeatures": "Der findes ingen objekter i den aktuelle udstrækning", 23 | "selectData": "Vælg data for at berige laget.", 24 | "resetVariableMessage": "Er du sikker på, at du vil nulstille variabel?", 25 | "emptyTextFieldLayerName": "Indtast navnet på resultatlaget", 26 | "createService": "Laget blev ikke oprettet.", 27 | "sharingLayer": "Share layer", 28 | "updateItemFailed": "Kunne ikke opdatere. Prøv igen.", 29 | "geoEnrichFailed": "Kunne ikke berige lag. Prøv igen.", 30 | "shareFailed": "Kunne ikke dele beriget lag. Prøv igen.", 31 | "refreshServiceFailed": "Kunne ikke opdatere lag. Prøv igen.", 32 | "layerJsonFailed": "Kunne ikke oprette JSON til laget. Prøv igen.", 33 | "addToWebmapFailed": "Kunne ikke føje laget til webkortet. Prøv igen.", 34 | "bufferAreaHelpText": "Indtast værdier, der er mindre end ", 35 | "invalidBufferInput": "Den indtastede værdi er ugyldig.", 36 | "emptyBufferInput": "Indtast en gyldig værdi." 37 | }, 38 | "populationText": "Population", 39 | "housingText": "Husholdninger", 40 | "businessText": "Forretning", 41 | "variableListText": " variabler er angivet her:", 42 | "countrySelectTitle": "1. Vælg dataplacering", 43 | "unitedStates": "United States", 44 | "global": "Global", 45 | "geoenrichDialogText": "Geoenrichment-variabler", 46 | "viewVariablestext": "Vis variabler", 47 | "backButtonText": "Tilbage", 48 | "customizeVariables": "Tilpas variabler", 49 | "resetVariables": "Nulstil", 50 | "defineAreaTitle": "3. Definér område at berige", 51 | "currentMapExtent": "Gem aktuelt kortområde", 52 | "enrichLayerName": "4. Navn på resultatlag", 53 | "lineDistanceText": "Linjeafstand", 54 | "drivingTime": "Køretid", 55 | "enrichButtonText": "Enrich Layer", 56 | "selectDataText": "2. Vælg data", 57 | "showCreditsText": "Vis credits", 58 | "variableCount": "Samlet variabeloptælling ", 59 | "totalRecords": "Total Records:", 60 | "cost": "Omkostning", 61 | "showCreditsDialogText": "Vis credits", 62 | "nextButtonText": "Næste", 63 | "prevButtonText": "Forrige", 64 | "saveButtonText": "Gem", 65 | "ok": "OK" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/et/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "Sisestage vahemaa", 6 | "layerName": "Sisestage siia kihi nimi" 7 | }, 8 | "message": { 9 | "analysisFailed": "Analüüs nurjus.", 10 | "errorOccurred": "Ilmnes tõrkeid.", 11 | "layerAdded": "Kiht on lisatud. ", 12 | "enrichLayerNameError": "Tulemkihi nimi ei tohi sisaldada sobimatuid märke(<,>,#,%,:,\",?,&,+,/,\\).", 13 | "creatingService": "Teenuse loomine... ", 14 | "starting": "Algus", 15 | "performingAnalysis": "Analüüsimine..", 16 | "checkLayerName": "Kihi nime kontrollimine... ", 17 | "addingLayer": "Kihi lisamine veebikaardile ", 18 | "layerNameExist": "Kihi nimi on juba olemas.", 19 | "clickOnSave": " Rakenduse uuesti laadimiseks klõpsake nuppu salvesta.", 20 | "clickOnOk": " Uuesti proovimiseks klõpsake nuppu OK.", 21 | "enterNumbersOnly": "Sisestatud väärtused ei sobi", 22 | "nofeatures": "Praeguses ulatuses pole objekte", 23 | "selectData": "Valige kihi rikastamiseks andmed.", 24 | "resetVariableMessage": "Kas olete kindel, et soovite muutuja lähtestada?", 25 | "emptyTextFieldLayerName": "Sisestage tulemikihi nimi", 26 | "createService": "Kihti ei loodud.", 27 | "sharingLayer": "Kihi jagamine..", 28 | "updateItemFailed": "Uuendamine nurjus. Proovige uuesti.", 29 | "geoEnrichFailed": "Kihi rikastamine nurjus. Proovige uuesti.", 30 | "shareFailed": "Rikastatud kihi jagamine nurjus. Proovige uuesti.", 31 | "refreshServiceFailed": "Kihi värskendamine nurjus. Proovige uuesti.", 32 | "layerJsonFailed": "Kihi JSON-i loomine nurjus. Proovige uuesti.", 33 | "addToWebmapFailed": "Kihi lisamine veebikaardile nurjus. Proovige uuesti.", 34 | "bufferAreaHelpText": "Sisestage väärtus, mis on väiksem kui ", 35 | "invalidBufferInput": "Sisestatud väärtus ei sobi.", 36 | "emptyBufferInput": "Sisestage sobiv väärtus." 37 | }, 38 | "populationText": "Rahvastik", 39 | "housingText": "Leibkond", 40 | "businessText": "Äriettevõtted", 41 | "variableListText": " muutujad on loetletud siin:", 42 | "countrySelectTitle": "1. Valige andmete asukoht", 43 | "unitedStates": "Ameerika Ühendriigid", 44 | "global": "Üldine", 45 | "geoenrichDialogText": "Georikastamise muutujad", 46 | "viewVariablestext": "Kuva muutujad", 47 | "backButtonText": "Tagasi", 48 | "customizeVariables": "Kohanda muutujaid", 49 | "resetVariables": "Lähtesta", 50 | "defineAreaTitle": "3. Määrake ala, mida soovite rikastada", 51 | "currentMapExtent": "Kasuta praeguse kaardi ulatust", 52 | "enrichLayerName": "4. Tulemikihi nimi", 53 | "lineDistanceText": "Joone vahemaa", 54 | "drivingTime": "Sõiduaeg", 55 | "enrichButtonText": "Rikasta kihti", 56 | "selectDataText": "2. Valige andmed", 57 | "showCreditsText": "Kuva krediidid", 58 | "variableCount": "Muutujate koguarv ", 59 | "totalRecords": "Kirjete koguarv:", 60 | "cost": "Maksumus:", 61 | "showCreditsDialogText": "Kuva krediidid", 62 | "nextButtonText": "Järgmine", 63 | "prevButtonText": "Eelmine", 64 | "saveButtonText": "Salvesta", 65 | "ok": "OK" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/nb/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "Angi avstand", 6 | "layerName": "Skriv inn navnet på laget her" 7 | }, 8 | "message": { 9 | "analysisFailed": "Analysen mislyktes.", 10 | "errorOccurred": "Det oppsto en feil.", 11 | "layerAdded": "Laget er lagt til. ", 12 | "enrichLayerNameError": "Navnet på resultatlaget kan ikke inneholder ugyldige tegn (<,>,#,%,:,\",?,&,+,/,\\).", 13 | "creatingService": "Oppretter tjeneste.. ", 14 | "starting": "Starter", 15 | "performingAnalysis": "Utfører analyse..", 16 | "checkLayerName": "Ser etter lagnavn.. ", 17 | "addingLayer": "Legger til lag i webkart ", 18 | "layerNameExist": "Lagnavnet finnes allerede.", 19 | "clickOnSave": " Klikk på Lagre-knappen for å laste inn programmet på nytt.", 20 | "clickOnOk": " Klikk på OK for å prøve på nytt.", 21 | "enterNumbersOnly": "De angitte verdiene er ugyldige", 22 | "nofeatures": "Det er ingen geoobjekter i gjeldende utstrekning", 23 | "selectData": "Velg dataene som skal brukes til å berike laget.", 24 | "resetVariableMessage": "Er du sikker på at du vil nullstille variabelen?", 25 | "emptyTextFieldLayerName": "Skriv inn navnet på resultatlaget", 26 | "createService": "Laget ble ikke opprettet.", 27 | "sharingLayer": "Deler lag..", 28 | "updateItemFailed": "Kan ikke oppdatere. Prøv på nytt.", 29 | "geoEnrichFailed": "Kan ikke berike lag. Prøv på nytt.", 30 | "shareFailed": "Kan ikke dele beriket lag. Prøv på nytt.", 31 | "refreshServiceFailed": "Kan ikke oppdatere lag. Prøv på nytt.", 32 | "layerJsonFailed": "Kan ikke opprette JSON for laget. Prøv på nytt.", 33 | "addToWebmapFailed": "Laget ble ikke lagt til i webkartet. Prøv på nytt.", 34 | "bufferAreaHelpText": "Skriv inn en verdi som er mindre enn ", 35 | "invalidBufferInput": "Den angitte verdien er ugyldig.", 36 | "emptyBufferInput": "Du må angi en gyldig verdi." 37 | }, 38 | "populationText": "Befolkning", 39 | "housingText": "Husholdning", 40 | "businessText": "Næringsliv", 41 | "variableListText": " variabler er oppført her:", 42 | "countrySelectTitle": "1. Velg dataplassering", 43 | "unitedStates": "USA", 44 | "global": "Global", 45 | "geoenrichDialogText": "Geoenrichment-variabler", 46 | "viewVariablestext": "Vis variabler", 47 | "backButtonText": "Bak", 48 | "customizeVariables": "Tilpass variabler", 49 | "resetVariables": "Tilbakestill", 50 | "defineAreaTitle": "3. Definer området som skal berikes", 51 | "currentMapExtent": "Bruk gjeldende kartutstrekning", 52 | "enrichLayerName": "4. Navn på resultatlag", 53 | "lineDistanceText": "Linjeavstand", 54 | "drivingTime": "Kjøretid", 55 | "enrichButtonText": "Suppleringsdata", 56 | "selectDataText": "2. Velg data", 57 | "showCreditsText": "Vis credits", 58 | "variableCount": "Totalt antall variabler ", 59 | "totalRecords": "Totalt antall oppføringer:", 60 | "cost": "Kostnad:", 61 | "showCreditsDialogText": "Vis credits", 62 | "nextButtonText": "Neste", 63 | "prevButtonText": "Forrige", 64 | "saveButtonText": "Lagre", 65 | "ok": "OK" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/sv/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "Ange avstånd", 6 | "layerName": "Ange lagrets namn här" 7 | }, 8 | "message": { 9 | "analysisFailed": "Analysen misslyckades.", 10 | "errorOccurred": "Ett fel har inträffat.", 11 | "layerAdded": "Lagret har lagts till. ", 12 | "enrichLayerNameError": "Namnet på resultatlagret får inte innehålla ogitliga tecken(<,>,#,%,:,\",?,&,+,/,\\).", 13 | "creatingService": "Skapar tjänsten... ", 14 | "starting": "Börjar", 15 | "performingAnalysis": "Utför analys...", 16 | "checkLayerName": "Kontrollerar lagrets namn... ", 17 | "addingLayer": "Lägg till lager i webbkarta ", 18 | "layerNameExist": "Lagernamnet finns redan.", 19 | "clickOnSave": " Klicka på knappen Spara om du vill läsa in programmet igen.", 20 | "clickOnOk": " Klicka på OK när du vill försöka igen.", 21 | "enterNumbersOnly": "De angivna värdena är ogiltiga", 22 | "nofeatures": "Det finns inga geoobjekt i den aktuella utbredningen", 23 | "selectData": "Välj data som ska användas i lagret.", 24 | "resetVariableMessage": "Vill du återställa variabeln?", 25 | "emptyTextFieldLayerName": "Ange resultatlagrets namn", 26 | "createService": "Lagret skapades inte.", 27 | "sharingLayer": "Delar lager...", 28 | "updateItemFailed": "Det gick inte att uppdatera. Försök igen.", 29 | "geoEnrichFailed": "Det gick inte att berika lagret. Försök igen.", 30 | "shareFailed": "Det gick inte att dela det berikade lagret. Försök igen.", 31 | "refreshServiceFailed": "Det gick inte att uppdatera lagret. Försök igen.", 32 | "layerJsonFailed": "Det gick inte att skapa JSON för lagret. Försök igen.", 33 | "addToWebmapFailed": "Det gick inte att lägga till lagret i webbkartan. Försök igen.", 34 | "bufferAreaHelpText": "Ange ett värde som är mindre än ", 35 | "invalidBufferInput": "Det angivna värdet är ogiltigt.", 36 | "emptyBufferInput": "Ange ett giltigt värde." 37 | }, 38 | "populationText": "Folkmängd", 39 | "housingText": "Hushåll", 40 | "businessText": "Företag", 41 | "variableListText": " variabler har listats här:", 42 | "countrySelectTitle": "1. Välj dataplats", 43 | "unitedStates": "USA", 44 | "global": "Global", 45 | "geoenrichDialogText": "Variabler för GeoEnrichment", 46 | "viewVariablestext": "Visa variabler", 47 | "backButtonText": "Bakåt", 48 | "customizeVariables": "Anpassa variabler", 49 | "resetVariables": "Återställ", 50 | "defineAreaTitle": "3. Definiera område som ska berikas", 51 | "currentMapExtent": "Använd aktuell kartutbredning", 52 | "enrichLayerName": "4. Resultatlagrets namn", 53 | "lineDistanceText": "Linjeavstånd", 54 | "drivingTime": "Körtid", 55 | "enrichButtonText": "Berika lager", 56 | "selectDataText": "2. Välj data", 57 | "showCreditsText": "Visa krediter", 58 | "variableCount": "Antal variabler ", 59 | "totalRecords": "Antal poster:", 60 | "cost": "Kostnad:", 61 | "showCreditsDialogText": "Visa krediter", 62 | "nextButtonText": "Nästa", 63 | "prevButtonText": "Föregående", 64 | "saveButtonText": "Spara", 65 | "ok": "OK" 66 | } 67 | } 68 | }); -------------------------------------------------------------------------------- /js/nls/vi/Geoenrichment.js: -------------------------------------------------------------------------------- 1 | define({ 2 | "widgets": { 3 | "geoEnrichment": { 4 | "placeholder": { 5 | "enterValue": "Nhập khoảng cách", 6 | "layerName": "Nhập tên lớp ở đây" 7 | }, 8 | "message": { 9 | "analysisFailed": "Phân tích thất bại.", 10 | "errorOccurred": "Đã xảy ra lỗi không xác định.", 11 | "layerAdded": "Đã thêm lớp thành công. ", 12 | "enrichLayerNameError": "'Tên lớp Kết quả' không được chứa các ký tự không hợp lệ(<,>,#,%,:,\",?,&,+,/,\\).", 13 | "creatingService": "Đang tạo dịch vụ... ", 14 | "starting": "Đang khởi động", 15 | "performingAnalysis": "Đang thực hiện phân tích..", 16 | "checkLayerName": "Đang kiểm tra tên lớp.. ", 17 | "addingLayer": "Thêm lớp vào bản đồ web ", 18 | "layerNameExist": "Tên lớp đã tồn tại.", 19 | "clickOnSave": " Nhấp nút 'Lưu' để tải lại ứng dụng.", 20 | "clickOnOk": " Vui lòng nhấp nút 'OK' để thử lại.", 21 | "enterNumbersOnly": "Giá trị đã nhập không hợp lệ", 22 | "nofeatures": "Không có đối tượng nào ở phạm vi hiện tại", 23 | "selectData": "Vui lòng chọn dữ liệu để bổ sung thông tin cho lớp.", 24 | "resetVariableMessage": "Bạn có chắc chắn muốn đặt lại biến số không?", 25 | "emptyTextFieldLayerName": "Nhập tên lớp kết quả", 26 | "createService": "Lớp không được tạo.", 27 | "sharingLayer": "Đang chia sẻ lớp..", 28 | "updateItemFailed": "Không thể cập nhật. Vui lòng thử lại.", 29 | "geoEnrichFailed": "Không thể bổ sung thông tin cho lớp. Vui lòng thử lại.", 30 | "shareFailed": "Không thể chia sẻ lớp thông tin bổ sung. Vui lòng thử lại.", 31 | "refreshServiceFailed": "Không thể làm mới lớp. Vui lòng thử lại.", 32 | "layerJsonFailed": "Không thể tạo JSON cho lớp. Vui lòng thử lại.", 33 | "addToWebmapFailed": "Không thể thêm lớp vào bản đồ web. Vui lòng thử lại.", 34 | "bufferAreaHelpText": "Vui lòng nhập giá trị nhỏ hơn ", 35 | "invalidBufferInput": "Giá trị được nhập không hợp lệ.", 36 | "emptyBufferInput": "Vui lòng nhập giá trị hợp lệ." 37 | }, 38 | "populationText": "Dân số", 39 | "housingText": "Hộ gia đình", 40 | "businessText": "Kinh doanh", 41 | "variableListText": " các biến số được liệt kê ở đây:", 42 | "countrySelectTitle": "1. Chọn Vị trí Dữ liệu", 43 | "unitedStates": "Mỹ", 44 | "global": "Toàn cầu", 45 | "geoenrichDialogText": "Các Biến số Bổ sung Thông tin Địa lý", 46 | "viewVariablestext": "Xem biến số", 47 | "backButtonText": "Quay lại", 48 | "customizeVariables": "Tùy chỉnh biến số", 49 | "resetVariables": "Thiết lập lại", 50 | "defineAreaTitle": "3. Xác định khu vực để bổ sung thông tin", 51 | "currentMapExtent": "Sử dụng phạm vi bản đồ hiện tại", 52 | "enrichLayerName": "4. Tên lớp kết quả", 53 | "lineDistanceText": "Khoảng cách Đường", 54 | "drivingTime": "Thời gian Lái xe", 55 | "enrichButtonText": "Bổ sung thông tin lớp", 56 | "selectDataText": "2. Chọn Dữ liệu", 57 | "showCreditsText": "Hiển thị service credit", 58 | "variableCount": "Tổng số biến số ", 59 | "totalRecords": "Tổng Hồ sơ:", 60 | "cost": "Chi phí:", 61 | "showCreditsDialogText": "Hiển thị Credit", 62 | "nextButtonText": "Tiếp theo", 63 | "prevButtonText": "Trước", 64 | "saveButtonText": "Lưu", 65 | "ok": "OK" 66 | } 67 | } 68 | }); --------------------------------------------------------------------------------