├── README.md ├── apl └── ElevationsChart │ ├── ElevationsSOE.js │ ├── Pane.js │ ├── nls │ ├── ar │ │ └── template.js │ ├── cs │ │ └── template.js │ ├── da │ │ └── template.js │ ├── de │ │ └── template.js │ ├── el │ │ └── template.js │ ├── en │ │ └── template.js │ ├── es │ │ └── template.js │ ├── et │ │ └── template.js │ ├── fi │ │ └── template.js │ ├── fr │ │ └── template.js │ ├── he │ │ └── template.js │ ├── it │ │ └── template.js │ ├── ja │ │ └── template.js │ ├── ko │ │ └── template.js │ ├── lt │ │ └── template.js │ ├── lv │ │ └── template.js │ ├── nb │ │ └── template.js │ ├── nl │ │ └── template.js │ ├── no │ │ └── template.js │ ├── pl │ │ └── template.js │ ├── pt-BR │ │ └── template.js │ ├── pt-pt │ │ └── template.js │ ├── ro │ │ └── template.js │ ├── ru │ │ └── template.js │ ├── sv │ │ └── template.js │ ├── template.js │ ├── th │ │ └── template.js │ ├── tr │ │ └── template.js │ ├── vi │ │ └── template.js │ ├── zh-CN │ │ └── template.js │ ├── zh-hk │ │ └── template.js │ └── zh-tw │ │ └── template.js │ └── templates │ └── Pane.html ├── commonConfig.js ├── configuration_panel.js ├── css ├── blue.css ├── gray.css ├── green.css ├── ie.css ├── layout.css ├── orange.css └── purple.css ├── images ├── Basemap16.png ├── Legend16.png ├── LinkTo16.png ├── Measure_Area16.png ├── blank.gif ├── blue │ ├── body_bg.png │ ├── popup_b.png │ ├── sidebar_header_active_bg.png │ ├── sidebar_header_inactive_bg.png │ └── toolbar_bg.png ├── bookmarks.png ├── buttonArrows.png ├── close.png ├── closepanel.png ├── contents.png ├── details.png ├── edit_20x20.png ├── email.png ├── facebook.png ├── genericprint.png ├── gray │ ├── body_bg.png │ ├── sidebar_header_active_bg.png │ ├── sidebar_header_inactive_bg.png │ └── toolbar_bg.png ├── green │ ├── body_bg.png │ ├── popup_g.png │ ├── sidebar_header_active_bg.png │ ├── sidebar_header_inactive_bg.png │ └── toolbar_bg.png ├── loading_black.gif ├── logo-pod.jpg ├── measureArrows.png ├── orange │ ├── body_bg.png │ ├── popup_o.png │ ├── sidebar_header_active_bg.png │ ├── sidebar_header_inactive_bg.png │ └── toolbar_bg.png ├── purple │ ├── body_bg.png │ ├── popup_p.png │ ├── sidebar_header_active_bg.png │ ├── sidebar_header_inactive_bg.png │ └── toolbar_bg.png ├── searchbar.png ├── timer.png ├── transparent.gif └── twittersm.png ├── index.html ├── javascript ├── App.js ├── custommenu.js └── layout.js ├── license.txt └── nls ├── ar └── template.js ├── cs └── template.js ├── da └── template.js ├── de └── template.js ├── el └── template.js ├── en-us └── template.js ├── en └── template.js ├── es └── template.js ├── et └── template.js ├── fi └── template.js ├── fr └── template.js ├── he └── template.js ├── it └── template.js ├── ja └── template.js ├── ko └── template.js ├── lt └── template.js ├── lv └── template.js ├── nb └── template.js ├── nl └── template.js ├── pl └── template.js ├── pt-BR └── template.js ├── pt-pt └── template.js ├── ro └── template.js ├── ru └── template.js ├── sv └── template.js ├── template.js ├── th └── template.js ├── tr └── template.js ├── vi └── template.js ├── zh-CN └── template.js ├── zh-hk └── template.js └── zh-tw └── template.js /README.md: -------------------------------------------------------------------------------- 1 | ArcGIS Configurable Apps will be retired in 2025. The ArcGIS Configurable Apps source code repro is deprecated and will not receive further updates. In addition, this repository will be removed in October 2025, along with the October 2025 ArcGIS Online update. 2 | 3 | 4 | DEPRECATED: Classic Viewer 5 | ===================== 6 | Note: An updated version of this application has been created that contains much of the funcationality of this template but with an updated look and feel. We will continue to fix bugs in this version but all new development efforts will be in the new application. Visit the new template [repo](https://github.com/Esri/map-tools-template) for more details. 7 | 8 | 9 | *Classic Viewer* is a configurable application template that enables you to display an ArcGIS web map using a variety of tools. 10 | 11 | [View it live](http://www.arcgis.com/apps/OnePane/basicviewer/index.html?webmap=f5b13dbed07c46cdb783cf361833aa6b) 12 | 13 | 14 | 15 | 16 | #Features 17 | The template can be configured using the following options: 18 | 19 | - **Map:** Choose the web map used in your application. 20 | - **Color Scheme:** Choose between five color schemes for the application (Blue, Gray, Green, Orange, Purple). 21 | - **Show Title:** Choose whether to include an application title. 22 | - **Title Text:** The application title. The default title is the web map name. 23 | - **Logo:** Choose a custom logo for your application. 24 | - **Overview Map:** Display a retractable overview map to add context for panning and zooming. 25 | - **Legend:** Display a legend for map layers. * 26 | - **Details:** Display the web map item description. * 27 | - **Editor:** Allows users to interactively create, modify, or delete features in editable layers. * 28 | - **Time Slider:** Enables the display of the time slider. * 29 | - **Print:** Enables printing the map at the current extent. It can be configured to include a legend and supports different layout options. 30 | - **Layer List:** Enables toggling the visibility of operational layers within the web map. * 31 | - **Basemaps:** Enables the display of the basemap gallery. 32 | - **Bookmarks:** Enables the use of web map bookmarks for navigation. * 33 | - **Measure:** Enables measure tool for interactive area, length, and point measurement. 34 | - **Share:** Allows users to share the application with others via email, Twitter, or Facebook. 35 | - **Search:** Displays the Search box to enable navigation to addresses and places. 36 | - **Search** for locations within current extent: Enable toggling of search within the current map extent only. 37 | 38 | *These options will appear in the application when the web map has properties or layers that support them. 39 | 40 | 41 | 42 | ## Instructions 43 | 44 | 1. Download and unzip the .zip file or clone the repository. 45 | 2. Web-enable the directory. 46 | 3. Access the .html page. 47 | 4. Start writing your template! 48 | 49 | [New to Github? Get started here.](https://github.com/) 50 | 51 | ## Deploying 52 | 53 | 1. To deploy this application, download the template from Portal/ArcGIS Online and unzip it. 54 | 2. Copy the unzipped folder containing the web app template files, such as index.html, to your web server. You can rename the folder to change the URL through which users will access the application. By default the URL to the app will be `http:////index.html` 55 | 3. Change the sharing host, found at line 61 of index.html, to the sharing URL for ArcGIS Online or Portal. For ArcGIS Online users, keep the default value of www.arcgis.com or specify the name of your organization. 56 | - ArcGIS Online Example: `"sharinghost": location.protocol + "//" + “.maps.arcgis.com` 57 | - Portal Example where `arcgis` is the name of the Web Adaptor: `"sharinghost": location.protocol + "//" + "webadaptor.domain.com/arcgis"` 58 | 4. If you are using Portal or a local install of the ArcGIS API for JavaScript, change all references to the ArcGIS API for JavaScript in index.html to refer to your local copy of the API. Search for the references containing `"//js.arcgis.com/3.13"` and replace this portion of the reference with the url to your local install. 59 | - For example: `"//webadaptor.domain.com/arcgis/jsapi/jsapi"` where `arcgis` is the name of your Web Adaptor. 60 | 5. Copy a map or group ID from Portal/ArcGIS Online and replace the default web map ID in the application’s index.html page. You can now run the application on your web server or customize the application further. 61 | 62 | **Note:** If your application edits features in a feature service, contains secure services or web maps that aren't shared publicly, or generate requests that exceed 200 characters, you may need to set up and use a proxy page. Common situations where you may exceed the URL length are using complex polygons as input to a task or specifying a spatial reference using well-known text (WKT). For details on installing and configuring a proxy page see [Using the proxy](https://developers.arcgis.com/javascript/jshelp/ags_proxy.html). If you do not have an Internet connection, you will need to access and deploy the ArcGIS API for JavaScript documentation from [developers.arcgis.com](https://developers.arcgis.com/). 63 | 64 | For addtional customization options view the [wiki](https://github.com/Esri/basic-viewer-template/wiki). 65 | 66 | 67 | #Requirements 68 | 69 | - Notepad or HTML editor 70 | - Some background with HTML, CSS and JavaScript 71 | - Experience with the ArcGIS API for JavaScript is helpful. 72 | 73 | #Resources 74 | 75 | - [ArcGIS API for JavaScript Resource Center](http://help.arcgis.com/en/webapi/javascript/arcgis/index.html) 76 | 77 | #Issues 78 | Found a bug or want to request a new feature? Please let us know by submitting an issue. 79 | 80 | #Contributing 81 | Anyone and everyone is welcome to contribute. 82 | 83 | #Licensing 84 | 85 | Copyright 2012 Esri 86 | 87 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at 88 | 89 | http://www.apache.org/licenses/LICENSE-2.0 90 | 91 | Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 92 | 93 | A copy of the license is available in the repository's license.txt file. 94 | 95 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/ar/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "ارتفاع الملف التعريفي", 5 | showMe: "عرض", 6 | selectLine: "تحديد معلم في الخريطة.", 7 | popupRequirement: "ملاحظة: يحتاج المعلم أن يكون داخل طبقة المعالم أو يكون جزءًا من خدمة خريطة تحتوي على عناصر منبثقة ممكنة.", 8 | digitizeDistanceMeasureTool: "استخدام زر قياس.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/ar/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/ar/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "التحويم فوق ", 12 | touchIPad: "اللمس في iPad", 13 | locationOnMap: "مخطط الملف التعريفي للارتفاع لعرض الارتفاعات وعرض المواقع على الخريطة." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "الارتفاع: {0} متر", 17 | chart: { 18 | title: "ارتفاع الملف التعريفي", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "الارتفاع بـ {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "المسافة بـ {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "الحد الأدنى:{min} الحد الأقصى:{max} البداية:{start} النهاية:{end} تغيير:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'خطأ تكوين غير صالح', 29 | message: 'تكوين غير صالح.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'خطأ في معطيات مفقودة في المنشئ', 33 | message: 'يوجد معطى مفقود في المنشئ.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'خطأ معطى مفقود في التهيئة.', 37 | message: 'يوجد معطى مفقود في التهيئة.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'خطأ لأن العملية غير مدعومة', 41 | message: 'لا يقوم إصدار SOE الحالي بدعم العملية.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'خطأ عدم دعم الأشكال الهندسية متعددة الأجزاء', 45 | message: "تحذير: لا يتم تدعيم الخطوط متعددة الأجزاء حاليًا." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/cs/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Výškový profil", 5 | showMe: "ukaž mi", 6 | selectLine: "Vyberte prvek v mapě.", 7 | popupRequirement: "POZNÁMKA: prvek se musí nacházet ve vrstvě prvků, nebo musí být součástí mapové služby s povolenými vyskakovacími okny.", 8 | digitizeDistanceMeasureTool: "Použijte tlačítko Měření.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Přesuňte ukazatel myši nad ", 12 | touchIPad: "na iPadu klepněte na", 13 | locationOnMap: "graf výškového profilu pro zobrazení nadmořských výšek a umístění na mapě." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Nadmořská výška: {0} metrů", 17 | chart: { 18 | title: "Výškový profil", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Nadmořská výška v {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Vzdálenost v {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Max:{max} Začátek:{start} Konec:{end} Změna:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Chyba: neplatná konfigurace', 29 | message: 'Neplatná konfigurace' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Chyba: chybí parametry konstruktéru.', 33 | message: 'Chybí parametry konstruktéru.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Chyba: chybí inicializační parametr', 37 | message: 'Chybí inicializační parametr.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Chyba: operace není podporována.', 41 | message: 'Tato verze SOE tuto operaci nepodporuje.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Chyba: vícenásobné geometrie nejsou podporovány.', 45 | message: "POZOR: vícenásobné linie v současnosti nejsou podporovány." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/da/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Højdeprofil", 5 | showMe: "vis mig", 6 | selectLine: "Vælg et objekt på kortet.", 7 | popupRequirement: "BEMÆRK: Dette objekt skal være i et vektorlag eller være en del af en kortservice, hvor pop-ups er aktiveret.", 8 | digitizeDistanceMeasureTool: "Brug knappen Opmåling.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/da/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/da/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Holde musen over ", 12 | touchIPad: "klik på iPad", 13 | locationOnMap: "Højdeprofildiagram, som viser højder og position på kort." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Højde: {0} meter", 17 | chart: { 18 | title: "Højdeprofil", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Højde i {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Afstand i {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min.:{min} Maks.:{max} Start:{start} Slut:{end} Ændring:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Fejl: Ugyldig konfiguration', 29 | message: 'Ugyldig konfiguration.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Parameterfejl: Konstruktør mangler', 33 | message: 'Parameter: Konstruktør mangler.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Fejl: Oprind. parameter mangler', 37 | message: 'Oprind. parameter mangler.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Fejl: Handling ikke understøttet', 41 | message: 'Denne version af SOE understøtter IKKE denne handling.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Fejl: Multi-part geometrier understøttes ikke', 45 | message: "ADVARSEL: multi-part linjer understøttes IKKE på nuværende tidspunkt." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/de/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Höhenprofil", 5 | showMe: "anzeigen", 6 | selectLine: "Wählen Sie ein Feature auf der Karte aus.", 7 | popupRequirement: "HINWEIS: Das Feature muss in einem Feature-Layer enthalten oder Teil eines Karten-Service sein, für den Pop-ups aktiviert sind.", 8 | digitizeDistanceMeasureTool: "Verwenden Sie die Schaltfläche Messen.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/de/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/de/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Zeigen Sie auf ", 12 | touchIPad: "berühren Sie auf dem iPad", 13 | locationOnMap: "das Höhenprofildiagramm, um Höhen anzuzeigen und die Position auf der Karte zu zeigen." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Höhe: {0} Meter", 17 | chart: { 18 | title: "Höhenprofil", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Höhe in {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Entfernung in {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min.:{min} Max.:{max} Start:{start} Ende:{end} Veränderung:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Ungültige Konfiguration - Fehler', 29 | message: 'Ungültige Konfiguration.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Fehlende Konstruktorparameter - Fehler', 33 | message: 'Fehlender Konstruktorparameter.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Fehlender Initialisierungsparameter - Fehler', 37 | message: 'Fehlende Initialisierungsparameter.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Vorgang wird nicht unterstützt - Fehler', 41 | message: 'Diese Version von SOE unterstützt diesen Vorgang NICHT.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Multipart-Geometrien werden nicht unterstützt - Fehler', 45 | message: "ACHTUNG: Multipartlinien werden derzeit NICHT unterstützt." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/el/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Υψομετρικό προφίλ", 5 | showMe: "βοήθεια", 6 | selectLine: "Επιλέξτε ένα στοιχείο στο χάρτη.", 7 | popupRequirement: "ΣΗΜΕΙΩΣΗ: Το στοιχείο πρέπει να βρίσκεται σε ένα Feature layer ή να είναι μέρος ενός Map service με ενεργοποιημένα τα αναδυόμενα παράθυρα.", 8 | digitizeDistanceMeasureTool: "Χρησιμοποιήστε το κουμπί Μέτρηση.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/el/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/el/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Τοποθετήστε το δείκτη πάνω ", 12 | touchIPad: "αγγίξτε στο iPad", 13 | locationOnMap: "στο γράφημα του Υψομετρικού προφίλ για να εμφανιστούν τα υψόμετρα και η τοποθεσία στο χάρτη." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Υψόμετρο: {0} μέτρα", 17 | chart: { 18 | title: "Υψομετρικό προφίλ", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Υψόμετρο σε {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Απόσταση σε {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Ελάχιστο:{min} Μέγιστο:{max} Αρχή:{start} Τέλος:{end} Αλλαγή:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Σφάλμα μη έγκυρης διαμόρφωσης', 29 | message: 'Μη έγκυρη διαμόρφωση.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Σφάλμα απουσίας παραμέτρων κατασκευαστή', 33 | message: 'Απουσία παραμέτρου κατασκευαστή.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Σφάλμα απουσίας παραμέτρου αρχικοποίησης', 37 | message: 'Απουσία παραμέτρου αρχικοποίησης.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Σφάλμα μη υποστηριζόμενης λειτουργίας', 41 | message: 'Αυτή η έκδοση του SOE ΔΕΝ υποστηρίζει αυτή τη λειτουργία.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Σφάλμα μη υποστηριζόμενων γεωμετριών πολλαπλών τμημάτων (multi-part)', 45 | message: "ΠΡΟΣΟΧΗ: Προς το παρόν ΔΕΝ υποστηρίζονται γραμμές πολλαπλών τμημάτων (multi-part)." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/en/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Elevation Profile", 5 | showMe: "show me", 6 | selectLine: "Select a feature in the map.", 7 | popupRequirement: "NOTE: the feature needs to be in a Feature Layer or be part of a map service that has Popups enabled.", 8 | digitizeDistanceMeasureTool: "Use the Measure button.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Hover over ", 12 | touchIPad: "touch on iPad", 13 | locationOnMap: "the Elevation Profile chart to display elevations and show location on map." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Elevation: {0} meters", 17 | chart: { 18 | title: "Elevation Profile", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Elevation in {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distance in {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Max:{max} Start:{start} End:{end} Change:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | code: 17056601, 29 | name: 'Invalid Configuration Error', 30 | message: 'Invalid configuration.' 31 | }, 32 | MissingConstructorParameters: { 33 | code: 17056602, 34 | name: 'Missing Constructor Parameters Error', 35 | message: 'Missing constructor parameter.' 36 | }, 37 | MissingInitParameter: { 38 | code: 17056603, 39 | name: 'Missing Init Parameter Error', 40 | message: 'Missing init parameter.' 41 | }, 42 | SOEOperationNotSupported: { 43 | code: 17056604, 44 | name: 'Operation Not Supported Error', 45 | message: 'This version of the SOE does NOT support this operation.' 46 | }, 47 | SOEMultiPartGeometriesNotSupported: { 48 | code: 17056605, 49 | name: 'Multi-part Geometries Not Supported Error', 50 | message: "CAUTION: multi-part lines are currently NOT supported." 51 | } 52 | } 53 | }) 54 | ); 55 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/es/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Perfil de elevación", 5 | showMe: "mostrarme", 6 | selectLine: "Seleccionar una entidad en el mapa.", 7 | popupRequirement: "NOTA: La entidad tiene que estar en una capa de entidad o formar parte de un servicio de mapas con las ventanas emergentes activadas.", 8 | digitizeDistanceMeasureTool: "Utilizar el botón Medir.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/es/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/es/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Pasar el ratón ", 12 | touchIPad: "tocar en el iPad", 13 | locationOnMap: "el gráfico de perfil de elevación para ver las elevaciones y la ubicación en el mapa." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Elevación: {0} metros", 17 | chart: { 18 | title: "Perfil de elevación", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Elevación en {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distancia en {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Mín:{min} Máx:{max} Inicio:{start} Fin:{end} Cambio:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Error de configuración no válida', 29 | message: 'Configuración no válida.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Error de parámetros de constructor faltantes', 33 | message: 'Parámetro de constructor faltante.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Error de parámetro inic. faltante', 37 | message: 'Parámetro inic. faltante.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Error de operación no compatible', 41 | message: 'Esta versión de SOE NO es compatible con esta operación.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Error de geometrías de varias partes no compatibles', 45 | message: "AVISO: Las líneas formadas por varias partes NO son compatibles." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/et/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Kõrgusprofiil", 5 | showMe: "näita", 6 | selectLine: "Vali objekt kaardilt.", 7 | popupRequirement: "MÄRKUS: objekt peab olema objektikihis või olema osa kaarditeenusest, millel on hüpikaknad lubatud.", 8 | digitizeDistanceMeasureTool: "Kasuta Mõõda nuppu.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/et/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/et/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Liiguta üle ", 12 | touchIPad: "puuduta iPad-i", 13 | locationOnMap: "kõrgusprofiili graafik kõrguste kuvamiseks ja kaardil asukoha näitamiseks." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Kõrgus: {0} meetrit", 17 | chart: { 18 | title: "Kõrgusprofiil", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Kõrgus {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Vahemaa {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Max:{max} Algus:{start} Lõpp:{end} Muutus:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Vale konfiguratsiooni viga', 29 | message: 'Vale konfiguratsioon.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Puuduvate konstruktori parameetrite viga', 33 | message: 'Puuduv konstruktori parameeter.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Puuduva algparameetri viga', 37 | message: 'Puuduv algparameeter.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Mittetoetatud tegevuse viga', 41 | message: 'See SOE versioon EI toeta seda tegevust.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Mitmeosalise geomeetria mittetoetamise viga', 45 | message: "HOIATUS: mitmeosalised jooned EI ole hetkel toetatud." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/fi/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Korkeusprofiili", 5 | showMe: "näytä minut", 6 | selectLine: "Valitse kartasta kohde.", 7 | popupRequirement: "HUOM.: kohteen on oltava sellaisessa kohteen karttatasossa tai osa sellaista karttapalvelua, jossa ponnahdusikkunat ovat käytössä.", 8 | digitizeDistanceMeasureTool: "Käytä Mittaus-painiketta.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Siirry päälle ", 12 | touchIPad: "koske iPadissa", 13 | locationOnMap: "Korkeusprofiili-kaaviota, niin voit näyttää korkeustasot ja sijainnin kartalla." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Korkeustaso: {0} metriä", 17 | chart: { 18 | title: "Korkeusprofiili", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Korkeustaso yksiköissä {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Etäisyys yksiköissä {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min.:{min} Maks.:{max} Alku:{start} Loppu:{end} Muutos:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Virheellinen kokoonpano -virhe', 29 | message: 'Virheellinen kokoonpano.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Muodostusohjelman parametreja puuttuu -virhe.', 33 | message: 'Muodostusohjelman parametri puuttuu.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Alustusparametri puuttuu -virhe.', 37 | message: 'Alustusparametri puuttuu.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Toimintoa ei tueta -virhe', 41 | message: 'Tämä SOE-versio EI tue tätä toimintoa.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Moniosaisia kohteita ei tueta -virhe', 45 | message: "HUOM.: tällä hetkellä EI tueta moniosaisia viivoja." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/fr/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Profil d\'élévation", 5 | showMe: "me montrer", 6 | selectLine: "Sélectionnez une entité dans la carte.", 7 | popupRequirement: "REMARQUE : la ligne doit se trouver dans une couche d\'entités ou faire partie d\'un service cartographique dans lequel les fenêtres contextuelles sont activées.", 8 | digitizeDistanceMeasureTool: "Cliquez sur le bouton Mesurer.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/fr/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/fr/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Survoler avec le curseur ", 12 | touchIPad: "toucher sur l\’iPad", 13 | locationOnMap: "le diagramme Profil d\’élévation pour afficher les élévations et indiquer l\’emplacement sur la carte." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Elévation : {0} mètres", 17 | chart: { 18 | title: "Profil d\'élévation", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Elévation en {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distance en {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min :{min} Max :{max} Début :{start} Fin :{end} Changement :{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Erreur Configuration incorrecte', 29 | message: 'Configuration incorrecte.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Erreur Paramètres de construction manquants', 33 | message: 'Paramètre de construction manquant.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Erreur Paramètre d\’initialisation manquant', 37 | message: 'Paramètre d\’initialisation manquant.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Erreur Opération non prise en charge', 41 | message: 'Cette version du SOE ne prend PAS en charge cette opération.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Erreur Géométries multi-parties non prises en charge', 45 | message: "ATTENTION : les lignes multi-parties ne sont actuellement PAS prises en charge." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/he/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "פרופיל גבהים", 5 | showMe: "הצג בפניי", 6 | selectLine: "בחר ישות במפה.", 7 | popupRequirement: "הערה: הישות צריכה להיות בשכבת ישויות או חלק משירות מפה שאופשרה בו תצוגת חלונות קופצים.", 8 | digitizeDistanceMeasureTool: "השתמש בכפתור המדידה", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/he/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/he/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "רחף מעל ", 12 | touchIPad: "נגיעה באייפד", 13 | locationOnMap: "תרשים פרופיל הגבהים להצגת גבהים ומיקום על מפה." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "גובה: {0} מטרים", 17 | chart: { 18 | title: "פרופיל גבהים", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "גובה ב{0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "מרחק ב{0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "מינימום:{min} מקסימום:{max} התחלה:{start} סוף:{end} שינוי:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'שגיאה תצורה לא תקינה', 29 | message: 'קביעת תצורה לא תקינה.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'שגיאת פרמטר Constructor חסר', 33 | message: 'מחסור בפרמטר Constructor' 34 | }, 35 | MissingInitParameter: { 36 | name: 'שגיאה במחסור בפרמטר Init', 37 | message: 'חסר פרמטר אתחול' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'שגיאת פעולה לא נתמכת', 41 | message: 'גרסה זו של SOE לא תומכת בפעולה זו.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'שגיאת גיאומטריות מרובות חלקים לא נתמכות', 45 | message: "זהירות: קווים מרובי חלקים כרגע לא נתמכים." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/it/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Profilo di elevazione", 5 | showMe: "mostra", 6 | selectLine: "Selezionare una feature nella mappa.", 7 | popupRequirement: "NOTA: la feature deve essere inclusa in un feature layer o far parte di un map service per il quale sono abilitati i popup.", 8 | digitizeDistanceMeasureTool: "Utilizzare il pulsante Misura.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/it/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/it/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Passare il mouse ", 12 | touchIPad: "toccare su iPad", 13 | locationOnMap: "sul grafico Profilo di elevazione per visualizzare le elevazioni e mostrare la posizione nella mappa." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Elevazione: {0} metri", 17 | chart: { 18 | title: "Profilo di elevazione", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Elevazione in {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distanza in {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min: {min} Max: {max} Inizio: {start} Fine: {end} Variazione: {gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Errore di configurazione non valida', 29 | message: 'Configurazione non valida.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Errore di parametro constructor mancante', 33 | message: 'Parametro constructor mancante.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Errore di parametro init mancante', 37 | message: 'Parametro init mancante.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Errore di operazione non supportata', 41 | message: 'Questa versione di SOE NON supporta questa operazione.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Errore di geometrie multiparte non supportate', 45 | message: "ATTENZIONE: le linee multiparte NON sono attualmente supportate." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/ja/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "標高グラフ", 5 | showMe: "表示", 6 | selectLine: "マップ内のフィーチャを選択します。", 7 | popupRequirement: "注意: フィーチャはフィーチャ サービス内にあるか、ポップアップが有効なマップ サービスの一部である必要があります。", 8 | digitizeDistanceMeasureTool: "計測ボタンを使用します。", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/ja/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/ja/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "地形の断面図をマウスでポイントすると ", 12 | touchIPad: "(iPad 上ではタップすると)、", 13 | locationOnMap: "断面図上に標高値とマップ上に位置が表示されます。" 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "標高: {0} メートル", 17 | chart: { 18 | title: "標高グラフ", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "標高 ({0})", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "距離 ({0})", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "最小: {min} 最大: {max} 始点: {start} 終点: {end} 標高差: {gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: '無効な構成のエラー', 29 | message: '構成が無効です。' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'コンストラクタ パラメータが見つからないエラー', 33 | message: 'コンストラクタ パラメータが見つかりません。' 34 | }, 35 | MissingInitParameter: { 36 | name: 'init パラメータが見つからないエラー', 37 | message: 'init パラメータが見つかりません。' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'サポートされていない操作のエラー', 41 | message: 'この操作は、このバージョンの SOE ではサポートされていません。' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'マルチパート ジオメトリがサポートされていないエラー', 45 | message: "注意: マルチパート ラインは、現在サポートされていません。" 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/ko/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "언덕 프로필", 5 | showMe: "표시", 6 | selectLine: "맵에서 피처를 선택하세요.", 7 | popupRequirement: "참고: 피처는 피처 레이어에 있거나 팝업이 활성화된 맵 서비스의 일부여야 합니다.", 8 | digitizeDistanceMeasureTool: "측정 버튼을 사용하세요.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/ko/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/ko/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "배회 ", 12 | touchIPad: "iPad 터치", 13 | locationOnMap: "언덕을 표시하고 맵에 위치를 표시할 언덕 프로필입니다." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "언덕: {0}미터", 17 | chart: { 18 | title: "언덕 프로필", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "언덕({0})", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "거리({0})", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "분:{min} 최대:{max} 시작:{start} 종료:{end} 변경:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: '유효하지 않은 구성 오류', 29 | message: '유효하지 않은 구성입니다.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: '누락 생성자 매개변수 오류', 33 | message: '생성자 매개변수가 누락되었습니다.' 34 | }, 35 | MissingInitParameter: { 36 | name: '초기화 매개변수 누락 오류', 37 | message: '초기화 매개변수가 누락되었습니다.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: '지원되지 않는 작업 오류', 41 | message: '이 SOE 버전은 이 작업을 지원하지 않습니다.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: '지원되지 않는 멀티파트 지오메트리 오류', 45 | message: "주의: 멀티파트 라인이 현재 지원되지 않습니다." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/lt/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Aukščių profilis", 5 | showMe: "parodyti", 6 | selectLine: "Pasirinkite elementą žemėlapyje.", 7 | popupRequirement: "PASTABA: šis elementas turi būti saugomas elementų sluoksnyje, arba turi būti žemėlapio paslaugos, turinčios iškylančius langus, dalis.", 8 | digitizeDistanceMeasureTool: "Naudokite mygtuką Matuoti.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Užveskite ant ", 12 | touchIPad: "Palieskite iPad ekrane", 13 | locationOnMap: "aukščių profilio diagrama, skirta parodyti aukščio reik6m3 ir vietą žemėlapyje." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Aukštis: {0} metrų", 17 | chart: { 18 | title: "Aukščių profilis", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Aukštis {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Atstumas {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Maks:{max} Pradžia:{start} Pabaiga:{end} Pokytis:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Neteisingos konfigūracijos klaida', 29 | message: 'Neteisinga konfigūracija' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Trūkstamų konstruktoriaus parametrų klaida', 33 | message: 'Konstruktoriui trūksta parametrų.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Trūkstamo init parametro klaida', 37 | message: 'Trūkstama parametro init.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Nepalaikomos operacijos klaida', 41 | message: 'Ši SOE versija operacijos nepalaiko.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Sudėtinės geometrijos nepalaikymo klaida', 45 | message: "ĮSPĖJIMAS: sudėtinės linijos šiuo metu nėra palaikomos." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/lv/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Pacēluma profils", 5 | showMe: "parādiet man", 6 | selectLine: "Izvēlēties elementu kartē.", 7 | popupRequirement: "PIEZĪME: elementam ir jābūt Elementu slānī vai jābūt daļai no kartes servisa, kas ir uznirstošo logu iespējota.", 8 | digitizeDistanceMeasureTool: "Lietot Mērīt pogu.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Lidināties virs ", 12 | touchIPad: "pieskarties uz iPad", 13 | locationOnMap: "Pacēluma profila diagramma, lai parādītu pacēlumus un parādītu izvietojuma vietu kartē." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Pacēlums: {0} metri", 17 | chart: { 18 | title: "Pacēluma profils", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Pacēlums {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distance {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Max:{max} Starts:{start} Beigas:{end} Mainīt:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Nederīgas konfigurācijas kļūda', 29 | message: 'Nederīga konfigurācija.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Kļūda, trūkst konstruktora parametru', 33 | message: 'Trūkst konstruktora parametrs.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Kļūda, trūkst sākuma parametru', 37 | message: 'Trūkst sākuma parametrs.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Kļūda, operāciju neatbalsta', 41 | message: 'Šī SOE versija NEATBALSTA šo darbību.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Multi daļas ģeometrijas neatbalstīšanas kļūda', 45 | message: "UZMANĪBU: multi daļu līnijas šobrīd NAV atbalstītas." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/nb/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Høydeprofil", 5 | showMe: "vis meg", 6 | selectLine: "Velg geoobjekter på kartet.", 7 | popupRequirement: "MERK: geoobjektet må være i et geoobjektlag eller en del av en karttjeneste som har popups aktivert.", 8 | digitizeDistanceMeasureTool: "Bruk Mål-knappen.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/no/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/no/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Før musen over ", 12 | touchIPad: "trykk på iPad", 13 | locationOnMap: "høydeprofildiagrammet for å vise høyder og lokasjonen på kartet." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Høyde: {0} meter", 17 | chart: { 18 | title: "Høydeprofil", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Høyde i {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Avstand i {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Maks:{max} Start:{start} Slutt:{end} Endring:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Ugyldig konfigurasjonsfeil', 29 | message: 'Ugyldig konfigurasjon.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Mangler konstruksjonsparameterfeil', 33 | message: 'Mangler konstruksjonsparameter.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Mangler initparameterfeil', 37 | message: 'Mangler initparameter.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Operasjonen støttes ikke-feil', 41 | message: 'Denne versjonen av SOE støtter IKKE denne operasjonen.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Geometri i flere deler støttes ikke-feil', 45 | message: "ADVARSEL: linjer i flere deler støttes for tiden IKKE." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/nl/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Hoogteprofiel", 5 | showMe: "mij tonen", 6 | selectLine: "Selecteer een lijnobject op de kaart.", 7 | popupRequirement: "OPMERKING: de lijn moet in een objectlaag liggen of deel uitmaken van een mapservice waarvoor pop-ups zijn ingeschakeld.", 8 | digitizeDistanceMeasureTool: "Gebruik de knop Meten.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/nl/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/nl/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Beweeg over ", 12 | touchIPad: "aanraken op iPad", 13 | locationOnMap: "het Hoogteprofiel om hoogten weer te geven en de locatie op de kaart te tonen." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Hoogte: {0} meter", 17 | chart: { 18 | title: "Hoogteprofiel", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Hoogte in {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Afstand in {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Max:{max} Start:{start} Einde :{end} Wijzigen:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Fout ongeldige configuratie', 29 | message: 'Ongeldige configuratie.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Fout ontbrekende opbouwparameters', 33 | message: 'Ontbrekende opbouwparameter.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Fout ontbrekende init-parameter', 37 | message: 'Ontbrekende init-parameter.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Fout bewerking niet ondersteund', 41 | message: 'Deze versie van SOE biedt GEEN ondersteuning voor deze bewerking.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Fout meerdelige geometrie niet ondersteund', 45 | message: "OPGELET: meerdelige lijnen worden momenteel NIET ondersteund." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/no/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Høydeprofil", 5 | showMe: "vis meg", 6 | selectLine: "Velg geoobjekter på kartet.", 7 | popupRequirement: "MERK: geoobjektet må være i et geoobjektlag eller en del av en karttjeneste som har popups aktivert.", 8 | digitizeDistanceMeasureTool: "Bruk Mål-knappen.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/no/arcgisonline/help/010q/010q0000004s000000.htm#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/no/arcgisonline/help/010q/010q00000070000000.htm", 11 | hoverOver: "Før musen over ", 12 | touchIPad: "trykk på iPad", 13 | locationOnMap: "høydeprofildiagrammet for å vise høyder og lokasjonen på kartet." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Høyde: {0} meter", 17 | chart: { 18 | title: "Høydeprofil", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Høyde i {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Avstand i {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Maks:{max} Start:{start} Slutt:{end} Endring:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | code: 17056601, 29 | name: 'Ugyldig konfigurasjonsfeil', 30 | message: 'Ugyldig konfigurasjon.' 31 | }, 32 | MissingConstructorParameters: { 33 | code: 17056602, 34 | name: 'Mangler konstruksjonsparameterfeil', 35 | message: 'Mangler konstruksjonsparameter.' 36 | }, 37 | MissingInitParameter: { 38 | code: 17056603, 39 | name: 'Mangler initparameterfeil', 40 | message: 'Mangler initparameter.' 41 | }, 42 | SOEOperationNotSupported: { 43 | code: 17056604, 44 | name: 'Operasjonen støttes ikke-feil', 45 | message: 'Denne versjonen av SOE støtter IKKE denne operasjonen.' 46 | }, 47 | SOEMultiPartGeometriesNotSupported: { 48 | code: 17056605, 49 | name: 'Geometri i flere deler støttes ikke-feil', 50 | message: "ADVARSEL: linjer i flere deler støttes for tiden IKKE." 51 | } 52 | } 53 | }) 54 | ); -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/pl/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Profil wysokościowy", 5 | showMe: "pokaż mi", 6 | selectLine: "Wybierz obiekt na mapie.", 7 | popupRequirement: "UWAGA: obiekt musi znajdować się w warstwie obiektów lub być częścią usługi mapowej, w której włączone są okna podręczne.", 8 | digitizeDistanceMeasureTool: "Użyj przycisku Pomiar.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/pl/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/pl/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Kursor nad ", 12 | touchIPad: "wskaż na urządzeniu iPad", 13 | locationOnMap: "diagram profilu wysokościowego, aby wyświetlić wysokości terenu i lokalizację na mapie." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Wysokość: {0} metrów", 17 | chart: { 18 | title: "Profil wysokościowy", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Wysokość w {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Odległość w {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min.:{min} Maks.:{max} Początek:{start} Koniec:{end} Zmiana:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Błąd — nieprawidłowa konfiguracja', 29 | message: 'Nieprawidłowa konfiguracja.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Błąd — brak parametrów konstrukcyjnych', 33 | message: 'Brak parametru konstrukcyjnego.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Błąd — brak parametru początkowego', 37 | message: 'Brak parametru początkowego.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Błąd — nieobsługiwana operacja', 41 | message: 'Ta wersja SOE NIE obsługuje żądanej operacji.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Błąd — brak obsługi geometrii wieloczęściowych', 45 | message: "UWAGA: linie wieloczęściowe obecnie NIE są obsługiwane." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/pt-BR/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Perfil de Elevação", 5 | showMe: "mostre-me", 6 | selectLine: "Selecione uma feição no mapa.", 7 | popupRequirement: "NOTA: A feição precisa estar em uma Camada de Feição ou ser parte de um serviço de mapa com Pop-ups habilitados.", 8 | digitizeDistanceMeasureTool: "Use o botão Medir.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/pt-br/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/pt-br/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Pairar ", 12 | touchIPad: "toque no iPad", 13 | locationOnMap: "o gráfico do Perfil de Elevação para exibir as elevações e mostrar o local no mapa." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Elevação: {0} metros", 17 | chart: { 18 | title: "Perfil de Elevação", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Elevação em {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distância em {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Mín:{min} Máx:{max} Inicial:{start} Final:{end} Alterar:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Erro de Configuração Inválida', 29 | message: 'Configuração inválida.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Erro dos Parâmetros do Construtor Ausentes', 33 | message: 'Parâmetro do construtor ausente.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Erro do Parâmetro Ini Ausente', 37 | message: 'Parâmetro ini ausente.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Erro de Operação Sem Suporte', 41 | message: 'Esta versão de SOE, NÃO tem suporte para esta operação.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Erro de Geometrias de Múltiplas Partes Sem Suporte.', 45 | message: "ATENÇÃO: linhas de múltiplas partes NÃO tem suporte atualmente." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/pt-pt/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Perfil de Elevação", 5 | showMe: "mostre-me", 6 | selectLine: "Selecione um elemento no mapa.", 7 | popupRequirement: "NOTA: o elemento necessita de estar numa Camada de Elementos (Feature Layer) ou ser parte de um serviço de mapa com janelas Pop-up ativas", 8 | digitizeDistanceMeasureTool: "Use o botão Medir.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/pt-br/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/pt-br/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Sobrevoar ", 12 | touchIPad: "toque no iPad", 13 | locationOnMap: "o gráfico do Perfil de Elevação para exibir as elevações e mostrar o local no mapa." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Elevação: {0} metros", 17 | chart: { 18 | title: "Perfil de Elevação", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Elevação em {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distância em {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Mín:{min} Máx:{max} Inicial:{start} Final:{end} Diferença:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Erro de Configuração não válida', 29 | message: 'Configuração não válida.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Erro de Parâmetros de Construção Ausentes', 33 | message: 'Parâmetro de construção ausente.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Erro de Parâmetro Inicial Ausente', 37 | message: 'Parâmetro inicial ausente.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Erro de Operação Não Suportada', 41 | message: 'Esta versão de SOE, NÃO suporta este tipo de operação.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Erro de Geometrias de Múltiplas Partes não suportadas.', 45 | message: "ATENÇÃO: linhas com múltiplas partes NÃO são suportadas atualmente." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/ro/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Profil elevaţie", 5 | showMe: "arată", 6 | selectLine: "Selectaţi un obiect spaţial din hartă.", 7 | popupRequirement: "NOTĂ: linia trebuie să se afle într-un strat tematic de obiecte spaţiale sau să facă parte dintr-un serviciu de hartă care are activate Mesaje pup-up.", 8 | digitizeDistanceMeasureTool: "Utilizaţi butonul Măsurare.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/ro/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/ro/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Suprapuneţi mouse-ul peste ", 12 | touchIPad: "atingeţi pe iPad", 13 | locationOnMap: "diagrama Profil elevaţie pentru a afişa elevaţiile şi pentru a afişa locaţia pe hartă." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Elevaţie: {0} metri", 17 | chart: { 18 | title: "Profil elevaţie", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Elevaţie în {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distanţă în {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min.:{min} Max.:{max} Pornire:{start} Sfârşit:{end} Modificare:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Eroare Configuraţie nevalidă', 29 | message: 'Configuraţie nevalidă.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Eroare Absenţă parametri constructor', 33 | message: 'Lipsesc parametrii constructorului.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Eroare Absenţă parametru iniţial', 37 | message: 'Lipseşte parametrul iniţial.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Eroare Operaţie neacceptată', 41 | message: 'Această versiune SOE NU acceptă această operaţie.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Eroare Geometrii multicomponente neacceptate', 45 | message: "PRECAUŢIE: liniile multicomponente NU sunt acceptate în acest moment." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/ru/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Профиль рельефа", 5 | showMe: "показать", 6 | selectLine: "Выберите объект на карте.", 7 | popupRequirement: "ПРИМЕЧАНИЕ: Пространственный объект должен принадлежать векторному слою или быть частью картографического сервиса со включенными всплывающими окнами.", 8 | digitizeDistanceMeasureTool: "Используйте кнопку Изменить.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/ru/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/ru/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Задержать над ", 12 | touchIPad: "сенсорный iPad", 13 | locationOnMap: "график профиля рельефа для отображения высот и местоположений на карте." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Высота: {0} метров", 17 | chart: { 18 | title: "Профиль рельефа", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Высота в {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Расстояние в {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Мин:{min} Макс:{max} Начало:{start} Конец:{end} Изменено:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Ошибка некорректной конфигурации', 29 | message: 'Некорректная конфигурация' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Ошибка пропуска параметров конструктора', 33 | message: 'Пропуск параметра конструктора.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Ошибка пропуска начального параметра', 37 | message: 'Пропущен начальный параметр.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Ошибка отсутствия поддержки операции', 41 | message: 'Эта версия SOE НЕ поддерживает эту операцию.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Ошибка отсутствия поддержки составной геометрии', 45 | message: "ВНИМАНИЕ: составная линия в настоящий момент НЕ поддерживается." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/sv/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Profil för höjdkurva", 5 | showMe: "visa mig", 6 | selectLine: "Välj ett geoobjekt på kartan.", 7 | popupRequirement: "Obs! Geoobjektet måste finnas i ett geoobjektslager eller vara en del av en karttjänst där popupfönster har aktiverats.", 8 | digitizeDistanceMeasureTool: "Använd knappen Mät.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/sv/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/sv/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Hovra över ", 12 | touchIPad: "peka på iPad", 13 | locationOnMap: "diagrammet Profil för höjdkurva för att visa höjder och visa platsen på kartan." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Höjd: {0} meter", 17 | chart: { 18 | title: "Profil för höjdkurva", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Höjd i {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Avstånd i {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Max:{max} Start:{start} Slut:{end} Ändring:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Fel: ogiltig konfiguration', 29 | message: 'Ogiltig konfiguration.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Fel: konstruerarparametrar saknas', 33 | message: 'Konstruerarparameter saknas.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Fel: initparameter saknas', 37 | message: 'Initparameter saknas.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Fel: åtgärden stöds inte', 41 | message: 'Den här versionen av SOE stöder INTE den här åtgärden.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Fel: flerdelade geometrier stöds inte', 45 | message: "VARNING: flerdelade linjer stöds INTE för tillfället." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/template.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | display: { 4 | elevationProfileTitle: "Elevation Profile", 5 | showMe: "show me", 6 | selectLine: "Select a feature in the map.", 7 | popupRequirement: "NOTE: the feature needs to be in a Feature Layer or be part of a map service that has Popups enabled.", 8 | digitizeDistanceMeasureTool: "Use the Measure button.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Hover over ", 12 | touchIPad: "touch on iPad", 13 | locationOnMap: "the Elevation Profile chart to display elevations and show location on map." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Elevation: {0} meters", 17 | chart: { 18 | title: "Elevation Profile", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Elevation in {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Distance in {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min:{min} Max:{max} Start:{start} End:{end} Change:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | code: 17056601, 29 | name: 'Invalid Configuration Error', 30 | message: 'Invalid configuration.' 31 | }, 32 | MissingConstructorParameters: { 33 | code: 17056602, 34 | name: 'Missing Constructor Parameters Error', 35 | message: 'Missing constructor parameter.' 36 | }, 37 | MissingInitParameter: { 38 | code: 17056603, 39 | name: 'Missing Init Parameter Error', 40 | message: 'Missing init parameter.' 41 | }, 42 | SOEOperationNotSupported: { 43 | code: 17056604, 44 | name: 'Operation Not Supported Error', 45 | message: 'This version of the SOE does NOT support this operation.' 46 | }, 47 | SOEMultiPartGeometriesNotSupported: { 48 | code: 17056605, 49 | name: 'Multi-part Geometries Not Supported Error', 50 | message: "CAUTION: multi-part lines are currently NOT supported." 51 | } 52 | } 53 | }), 54 | "ar": 1, 55 | "de": 1, 56 | "es": 1, 57 | "fr": 1, 58 | "it": 1, 59 | "ja": 1, 60 | "ko": 1, 61 | "nl": 1, 62 | "no": 1, 63 | "pl": 1, 64 | "pt-br": 1, 65 | "ro": 1, 66 | "ru": 1, 67 | "sv": 1, 68 | "zh-cn": 1 69 | }); 70 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/th/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "ภาพตัดขวางความสูง", 5 | showMe: "แสดง", 6 | selectLine: "เลือกฟีเจอร์บนแผนที่", 7 | popupRequirement: "หมายเหตุ: ฟีเจอร์จะต้องอยู่ภายในชั้นข้อมูลเฉพาะหรือเป็นส่วนหนึ่งของแมพเซอร์วิสที่มีหน้าต่างป็อปอัพ", 8 | digitizeDistanceMeasureTool: "ใช้ปุ่ม วัดความยาว", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/th/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/th/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "บินอยู่เหนือ ", 12 | touchIPad: "สัมผัสบน iPad", 13 | locationOnMap: "แผนภูมิภาพตัดขวางความสูงแสดงความสูงและตำแหน่งที่อยู่บนแผนที่" 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "ความสูง: {0} เมตร", 17 | chart: { 18 | title: "ภาพตัดขวางความสูง", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "ความสูง {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "ระยะทาง {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "ต่ำสุด:{min} สูงสุด:{max} เริ่ม:{start} สิ้นสุด:{end} เปลี่ยน:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'เกิดข้อผิดพลาดจากการปรับแต่งไม่ถูกต้อง', 29 | message: 'การปรับแต่งไม่ถูกต้อง' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'ข้อผิดพลาดจากพารามิเตอร์ไม่ครบโครงสร้าง', 33 | message: 'พารามิเตอร์ไม่ครบโครงสร้าง' 34 | }, 35 | MissingInitParameter: { 36 | name: 'ข้อผิดพลาดจากพารามิเตอร์ Init ไม่ครบ', 37 | message: 'พารามิเตอร์ Init ไม่ครบ' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'ข้อผิดพลาดจากการไม่สนับสนุนการทำงาน', 41 | message: 'SOE เวอร์ชันนี้ไม่รองรับการทำงานนี้' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'ข้อผิดพลาดเนื่องจากไม่รองรับรูปทรงหลายหลายเหลี่ยม', 45 | message: "คำเตือน: ไม่รองรับรูปทรงเส้นหลายเส้น" 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/tr/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Yükselti Profili", 5 | showMe: "göster", 6 | selectLine: "Haritadan bir detay seçin.", 7 | popupRequirement: "NOT: detayın bir Detay Katmanı içinde veya Açılan Pencerelerin etkinleştirildiği bir harita servisinin bir parçası olması gerekir.", 8 | digitizeDistanceMeasureTool: "Ölçüm düğmesini kullanın.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/tr/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/tr/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Yükseltileri görüntülemek ve ", 12 | touchIPad: "iPad\'e dokunun:", 13 | locationOnMap: "haritada konumu göstermek için Yükselti Profili grafiği üzerinde gezinin." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Yükselti: {0} metre", 17 | chart: { 18 | title: "Yükselti Profili", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "{0} olarak yükselti", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "{0} olarak mesafe", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Min.:{min} Maks.:{max} Başlangıç:{start} Bitiş:{end} Değişim:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Geçersiz Yapılandırma Hatası', 29 | message: 'Geçersiz yapılandırma.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Eksik Yapıcı Parametreleri Hatası', 33 | message: 'Eksik yapıcı parametresi.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Eksik İlk Değer Parametresi Hatası', 37 | message: 'Eksik ilk değer parametresi.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'İşlem Desteklenmiyor Hatası', 41 | message: 'Bu SOE sürümü bu işlemi DESTEKLEMEZ.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Çok Bölümlü Geometriler Desteklenmiyor Hatası', 45 | message: "DİKKAT: çok parçalı çizgiler henüz DESTEKLENMEMEKTEDİR." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/vi/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "Cấu hình Độ cao", 5 | showMe: "hiển thị cho tôi", 6 | selectLine: "Chọn một đối tượng trong bản đồ.", 7 | popupRequirement: "LƯU Ý: đối tượng cần ở trong một Lớp Đối tượng hoặc là một phần của dịch vụ bản đồ có Cửa sổ pop-up được bật.", 8 | digitizeDistanceMeasureTool: "Sử dụng nút Đo lường.", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/vi/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/vi/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "Di chuột qua ", 12 | touchIPad: "chạm trên iPad", 13 | locationOnMap: "biểu đồ Cấu hình Độ cao để hiển thị nâng cao và hiện vị trí trên bản đồ." 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "Độ cao: {0} mét", 17 | chart: { 18 | title: "Cấu hình Độ cao", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "Độ cao trong {0}", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "Khoảng cách trong {0}", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "Tối thiểu:{min} Tối đa:{max} Bắt đầu:{start} Kết thúc:{end} Thay đổi:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: 'Lỗi Cấu hình không hợp lệ', 29 | message: 'Cấu hình không hợp lệ.' 30 | }, 31 | MissingConstructorParameters: { 32 | name: 'Lỗi thiếu Tham số của Hàm dựng', 33 | message: 'Thiếu tham số của hàm dựng.' 34 | }, 35 | MissingInitParameter: { 36 | name: 'Lỗi thiếu Tham số Khởi tạo', 37 | message: 'Thiếu tham số khởi tạo.' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: 'Lỗi Hoạt động không được Hỗ trợ', 41 | message: 'Phiên bản SOE này KHÔNG hỗ trợ hoạt động này.' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: 'Lỗi Hình học nhiều phần không được Hỗ trợ', 45 | message: "CHÚ Ý: các dòng kẻ nhiều phần hiện KHÔNG được hỗ trợ." 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/zh-CN/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "高程剖面图", 5 | showMe: "显示", 6 | selectLine: "在地图中选择要素。", 7 | popupRequirement: "注意: 该要素必须位于要素图层中或者作为启用了弹出窗口的地图服务的组成部分。", 8 | digitizeDistanceMeasureTool: "使用测量按钮。", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/zh-cn/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/zh-cn/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "将鼠标悬停在 ", 12 | touchIPad: "触摸 iPad", 13 | locationOnMap: "用于显示高程并显示其在地图上的对应位置的高程剖面图图表。" 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "高程: {0} 米", 17 | chart: { 18 | title: "高程剖面图", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "高程(以 {0} 为单位)", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "距离(以 {0} 为单位)", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "最小值:{min} 最大值:{max} 起始值:{start} 终止值:{end} 变化值:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: '无效配置错误', 29 | message: '配置无效。' 30 | }, 31 | MissingConstructorParameters: { 32 | name: '缺少构造器参数错误', 33 | message: '缺少构造器参数。' 34 | }, 35 | MissingInitParameter: { 36 | name: '缺少初始化参数错误', 37 | message: '缺少初始参数。' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: '操作不受支持错误', 41 | message: '此版本的 SOE 不支持此操作。' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: '多部件几何不受支持错误', 45 | message: "注意: 当前不支持多部件线。" 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/zh-hk/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "高程剖面圖", 5 | showMe: "顯示", 6 | selectLine: "在地圖中選擇圖徵。", 7 | popupRequirement: "注意:該圖徵必須位於圖徵圖層中或是已啟用快顯之地圖服務的一部分。", 8 | digitizeDistanceMeasureTool: "使用測量按鈕。", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "將滑鼠懸停在 ", 12 | touchIPad: "觸碰 iPad", 13 | locationOnMap: "用於顯示海拔並註明其在地圖上對應位置的高程剖面圖圖表。" 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "海拔: {0} 公尺", 17 | chart: { 18 | title: "高程剖面圖", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "海拔 (以 {0} 為單位)", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "距離(以 {0} 為單位)", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "最小值:{min} 最大值:{max} 起始值:{start} 終止值:{end} 變化值:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: '無效的設定錯誤', 29 | message: '無效的設定。' 30 | }, 31 | MissingConstructorParameters: { 32 | name: '缺少建構函式參數錯誤', 33 | message: '缺少建構函式參數。' 34 | }, 35 | MissingInitParameter: { 36 | name: '缺少初始化參數錯誤', 37 | message: '缺少初始參數。' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: '操作不受支援錯誤', 41 | message: '此版本的 SOE 不支援此操作。' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: '多元件幾何不受支援錯誤', 45 | message: "注意: 目前不支援多元件線。" 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/nls/zh-tw/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | display: { 4 | elevationProfileTitle: "高程剖面圖", 5 | showMe: "顯示", 6 | selectLine: "在地圖中選擇圖徵。", 7 | popupRequirement: "注意:該圖徵必須位於圖徵圖層中或是已啟用快顯之地圖服務的一部分。", 8 | digitizeDistanceMeasureTool: "使用測量按鈕。", 9 | selectFeatureHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q0000004s000000#ESRI_SECTION1_DAA22E89DF67448E8F3682309F39BE5D", 10 | measureToolHelpUrl: "http://help.arcgis.com/en/arcgisonline/help/index.html#//010q00000096000000", 11 | hoverOver: "將滑鼠懸停在 ", 12 | touchIPad: "觸碰 iPad", 13 | locationOnMap: "用於顯示海拔並註明其在地圖上對應位置的高程剖面圖圖表。" 14 | }, 15 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 16 | locationResultTemplate: "海拔: {0} 公尺", 17 | chart: { 18 | title: "高程剖面圖", 19 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 20 | elevationTitleTemplate: "海拔 (以 {0} 為單位)", 21 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 22 | distanceTitleTemplate: "距離(以 {0} 為單位)", 23 | // DO **NOT** CHANGE TEXT WITHIN CURLY BARCKETS // 24 | gainLossTemplate: "最小值:{min} 最大值:{max} 起始值:{start} 終止值:{end} 變化值:{gainloss}" 25 | }, 26 | errors: { 27 | InvalidConfiguration: { 28 | name: '無效的設定錯誤', 29 | message: '無效的設定。' 30 | }, 31 | MissingConstructorParameters: { 32 | name: '缺少建構函式參數錯誤', 33 | message: '缺少建構函式參數。' 34 | }, 35 | MissingInitParameter: { 36 | name: '缺少初始化參數錯誤', 37 | message: '缺少初始參數。' 38 | }, 39 | SOEOperationNotSupported: { 40 | name: '操作不受支援錯誤', 41 | message: '此版本的 SOE 不支援此操作。' 42 | }, 43 | SOEMultiPartGeometriesNotSupported: { 44 | name: '多元件幾何不受支援錯誤', 45 | message: "注意: 目前不支援多元件線。" 46 | } 47 | } 48 | }) 49 | ); 50 | -------------------------------------------------------------------------------- /apl/ElevationsChart/templates/Pane.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 | ${display.elevationProfileTitle} 8 |
    9 |
  1. 10 | ${display.selectLine} ${display.showMe} 11 |
    12 | ${display.popupRequirement} 13 |
  2. 14 |
    15 |
  3. 16 | ${display.digitizeDistanceMeasureTool} ${display.showMe} 17 |
  4. 18 |
19 |
20 |
${display.hoverOver} (${display.touchIPad}) ${display.locationOnMap}
21 |
22 |
23 |
-------------------------------------------------------------------------------- /commonConfig.js: -------------------------------------------------------------------------------- 1 | define( 2 | [], 3 | function() { 4 | var config = { 5 | bingMapsKey:"Arrzu_Koi7htDRMIwm6kTe0Nqh8FvVdN17blcaJVTEhn87z-tIYJh2LgBNbJS4fv", 6 | units: null, 7 | helperServices: { 8 | geometry:{ 9 | url: location.protocol + "//utility.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" 10 | }, 11 | printTask: { 12 | url: location.protocol + "//utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task" 13 | }, 14 | elevationSync:{ 15 | url: location.protocol + "//elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer" 16 | }, 17 | geocode: [{ 18 | url: location.protocol + "//geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer" 19 | }] 20 | }, 21 | queryForOrg: true 22 | }; 23 | 24 | // could use a has() test to optionally populate some global 25 | // property so that the stuff defined is in some global identifier 26 | // 27 | // instead, just populate a global, will need to remove the next line when 28 | // when we remove support for loading modules with dojo.require 29 | // which will be when we move to Dojo 2.0 30 | commonConfig = config; 31 | // instead of using a global, this should probably be added to some namespace... 32 | // do the templates have a common namespace that they use? 33 | 34 | return config; 35 | }); 36 | -------------------------------------------------------------------------------- /configuration_panel.js: -------------------------------------------------------------------------------- 1 | { 2 | "configurationSettings": [{ 3 | "category": "General", 4 | "fields": [{ 5 | "type": "webmap", 6 | "label": "Select a map" 7 | }] 8 | }, { 9 | "category": "General Settings", 10 | "fields": [{ 11 | "type": "string", 12 | "fieldName": "theme", 13 | "tooltip": "Color theme to use", 14 | "label": "Color Scheme:", 15 | "options": [{ 16 | "label": "Blue", 17 | "value": "blue" 18 | }, { 19 | "label": "Gray", 20 | "value": "gray" 21 | }, { 22 | "label": "Green", 23 | "value": "green" 24 | }, { 25 | "label": "Orange", 26 | "value": "orange" 27 | }, { 28 | "label": "Purple", 29 | "value": "purple" 30 | }] 31 | }, { 32 | "type": "boolean", 33 | "fieldName": "displaytitle", 34 | "label": "Show Title", 35 | "tooltip": "" 36 | }, { 37 | "type": "string", 38 | "fieldName": "title", 39 | "label": "Title Text:", 40 | "tooltip": "", 41 | "placeHolder": "Defaults to map name" 42 | }, { 43 | "type": "string", 44 | "fieldName": "customlogoimage", 45 | "tooltip": "Url for image", 46 | "placeHolder": "URL to image", 47 | "label": "Logo on map:" 48 | }, { 49 | "type": "boolean", 50 | "fieldName": "displayoverviewmap", 51 | "label": "Include Overview Map", 52 | "tooltip": "" 53 | }] 54 | }, { 55 | "category": "Menu Items", 56 | "fields": [ { 57 | "type": "boolean", 58 | "fieldName": "displaylegend", 59 | "label": "Legend *", 60 | "tooltip": "" 61 | }, { 62 | "type": "boolean", 63 | "fieldName": "displaydetails", 64 | "label": "Details *", 65 | "tooltip": "" 66 | }, { 67 | "type": "boolean", 68 | "fieldName": "displayeditor", 69 | "label": "Editor *", 70 | "tooltip": "Display editor if web map contains feature service layer" 71 | }, { 72 | "type": "boolean", 73 | "fieldName": "displayeditortoolbar", 74 | "label": "Editor Toolbar", 75 | "tooltip": "Display the optional editor toolbar when the editor is enabled." 76 | }, { 77 | "type": "boolean", 78 | "fieldName": "displaytimeslider", 79 | "label": "Time Slider *", 80 | "tooltip": "Display time slider for time enabled web map" 81 | }, { 82 | "type": "boolean", 83 | "fieldName": "displayprint", 84 | "label": "Print", 85 | "tooltip": "" 86 | }, { 87 | "type": "boolean", 88 | "fieldName": "displaylayerlist", 89 | "label": "Layer List *", 90 | "tooltip": "" 91 | }, { 92 | "type": "boolean", 93 | "fieldName": "displaybasemaps", 94 | "label": "Basemaps", 95 | "tooltip": "" 96 | }, { 97 | "type": "boolean", 98 | "fieldName": "displaybookmarks", 99 | "label": "Bookmarks", 100 | "tooltip": "Display the read-only bookmarks contained in the web map." 101 | }, { 102 | "type": "boolean", 103 | "fieldName": "displaymeasure", 104 | "label": "Measure", 105 | "tooltip": "" 106 | }, { 107 | "type": "boolean", 108 | "fieldName": "displayshare", 109 | "label": "Share", 110 | "tooltip": "" 111 | }, { 112 | "type": "boolean", 113 | "fieldName": "displaysearch", 114 | "label": "Search", 115 | "tooltip": "" 116 | }, { 117 | "type": "boolean", 118 | "fieldName": "searchextent", 119 | "label": "Search for locations within current extent", 120 | "tooltip": "Search for locations only within the current extent" 121 | }, { 122 | "type": "paragraph", 123 | "value": "* These menu items will appear in the application when the web map has layers that require them." 124 | }] 125 | }, { 126 | "category":"Map Widgets", 127 | "fields":[ 128 | { 129 | "type":"paragraph", 130 | "value":"Add one or more of the following widgets to the map." 131 | }, 132 | { 133 | "type":"boolean", 134 | "fieldName":"home", 135 | "label":"Full extent button" 136 | }, 137 | { 138 | "type":"boolean", 139 | "fieldName":"locate", 140 | "label":"Location button" 141 | } 142 | ] 143 | },{ 144 | "category": "Print Settings", 145 | "fields": [{ 146 | "type": "boolean", 147 | "fieldName": "displayprintlegend", 148 | "label": "Display Legend on Printout", 149 | "tooltip": "" 150 | }, { 151 | "type": "boolean", 152 | "fieldName": "printlayout", 153 | "tooltip": "Display all print layouts", 154 | "label": "Layout:" 155 | }, { 156 | "type": "string", 157 | "fieldName": "printformat", 158 | "tooltip": "Specify the output format", 159 | "label": "Format:" 160 | }, { 161 | "type": "paragraph", 162 | "value": "Define print settings for the print service. When Layout is true all available print layout templates will be displayed in the pick list. View the rest services directory for the print service to see a list of valid layout and format options." 163 | }] 164 | }], 165 | "values": { 166 | "theme": "gray", 167 | "searchextent": false, 168 | "displaymeasure": true, 169 | "displayshare": true, 170 | "displayoverviewmap": true, 171 | "displayeditor": true, 172 | "displayeditortoolbar": false, 173 | "displaytimeslider": true, 174 | "displayprintlegend": false, 175 | "displayprint": true, 176 | "displaysearch": true, 177 | "displaylegend": true, 178 | "displaydetails": true, 179 | "displaylayerlist": true, 180 | "displaybasemaps": true, 181 | "home": true, 182 | "locate": true, 183 | "printlayout": false 184 | } 185 | } 186 | -------------------------------------------------------------------------------- /css/blue.css: -------------------------------------------------------------------------------- 1 | 2 | /*The image specified for the body is used to apply the gradient background to the entire page*/ 3 | body { 4 | background:url(../images/blue/body_bg.png) repeat-x #97a7b8; 5 | } 6 | #leftPane { 7 | background-color:#e9eef2; 8 | } 9 | .HomeButton .home{ 10 | background-color: #6788A2; 11 | } 12 | .LocateButton .zoomLocateButton { 13 | background-color: #6788A2; 14 | } 15 | .HomeButton .home:hover{ 16 | background-color: #CEE1EC; 17 | } 18 | .LocateButton .zoomLocateButton:hover { 19 | background-color: #CEE1EC; 20 | } 21 | /*override claro background and other props*/ 22 | #toolbarContainer_bv .dijitToolbar { 23 | background:url(../images/blue/toolbar_bg.png) repeat-x #6788a2; 24 | } 25 | /*Measure toggle button*/ 26 | .claro .dijitToolbar .dijitButtonNode:hover { 27 | background:url(../images/blue/sidebar_header_active_bg.png) repeat-x #cee1ec; 28 | } 29 | .claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode { 30 | background:url(../images/blue/sidebar_header_active_bg.png) repeat-x #cee1ec; 31 | } 32 | .dojoxFloatingPaneTitle{ 33 | background:url(../images/blue/toolbar_bg.png) repeat-x #6788a2; 34 | } 35 | 36 | .esriPopup .titlePane{ 37 | background-color:#446485; 38 | border-style:none; 39 | } 40 | 41 | .esriPopup .pointer.topRight, esriPopup .pointer.topLeft, .esriPopup .pointer.top { 42 | background: url("../images/blue/popup_b.png") no-repeat 0 -617px; 43 | width:24px; 44 | height:14px; 45 | } 46 | 47 | /*Attribute Inspector button styling (delete buttons)*/ 48 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset{ 49 | background:url(../images/blue/toolbar_bg.png) repeat #6788a2; 50 | color:#fff; 51 | border: none; 52 | } 53 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset:hover{ 54 | background:url(../images/blue/sidebar_header_active_bg.png) repeat-x #cee1ec; 55 | color:#000; 56 | } 57 | 58 | /*slider background*/ 59 | .esriSimpleSliderVertical .esriSimpleSliderIncrementButton ,.esriSimpleSliderVertical .esriSimpleSliderDecrementButton { 60 | background:url(../images/blue/toolbar_bg.png) repeat-x #6788a2; 61 | border:solid 1px #6788a2; 62 | } 63 | 64 | /*Identity Manager Dialog*/ 65 | .claro .dijitDialogTitleBar { 66 | background:url(../images/blue/toolbar_bg.png) repeat-x #545454; 67 | color:#fff; 68 | border: solid 1px #6788a2; 69 | } 70 | .claro .dijitDialog { 71 | border: 1px solid #808080; 72 | } 73 | 74 | .claro .dijitDialogPaneActionBar .dijitButtonNode{ 75 | background-image:none; 76 | border: solid 1px #6788a2; 77 | background:url(../images/blue/sidebar_header_active_bg.png) repeat-x #CEE1EC; 78 | } 79 | .esriBookmarkItem:hover{ 80 | background-color:#CEE1EC; 81 | } -------------------------------------------------------------------------------- /css/gray.css: -------------------------------------------------------------------------------- 1 | 2 | /*The image specified for the body is used to apply the gradient background to the entire page*/ 3 | body { 4 | background:url(../images/gray/body_bg.png) repeat-x #666; 5 | } 6 | #leftPane { 7 | background-color:#EEE; 8 | } 9 | /*override claro background and other props*/ 10 | #toolbarContainer_bv .dijitToolbar { 11 | background:url(../images/gray/toolbar_bg.png) repeat-x #545454; 12 | } 13 | /*Measure toggle button*/ 14 | .claro .dijitToolbar .dijitButtonNode:hover { 15 | background:url(../images/gray/sidebar_header_active_bg.png) repeat-x #CEE1EC; 16 | } 17 | /*Attribute Inspector button styling (delete buttons)*/ 18 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset{ 19 | background:url(../images/gray/toolbar_bg.png) repeat #545454; 20 | color:#fff; 21 | border: none; 22 | } 23 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset:hover{ 24 | background:url(../images/gray/sidebar_header_active_bg.png) repeat-x #CEE1EC; 25 | color:#000; 26 | } 27 | 28 | .claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode { 29 | background:url(../images/gray/sidebar_header_active_bg.png) repeat-x #CEE1EC; 30 | } 31 | .dojoxFloatingPaneTitle{ 32 | background:url(../images/gray/toolbar_bg.png) repeat-x #545454; 33 | } 34 | 35 | /*slider background*/ 36 | .esriSimpleSliderVertical .esriSimpleSliderIncrementButton ,.esriSimpleSliderVertical .esriSimpleSliderDecrementButton { 37 | background:url(../images/gray/toolbar_bg.png) repeat-x #545454; 38 | border:solid 1px #545454; 39 | } 40 | /*Identity Manager Dialog*/ 41 | .claro .dijitDialogTitleBar { 42 | background:url(../images/gray/toolbar_bg.png) repeat-x #545454; 43 | color:#fff; 44 | border: solid 1px #545454; 45 | } 46 | .claro .dijitDialog { 47 | border: 1px solid #808080; 48 | } 49 | 50 | .claro .dijitDialogPaneActionBar .dijitButtonNode{ 51 | background-image:none; 52 | background:url(../images/gray/sidebar_header_active_bg.png) repeat-x #CEE1EC; 53 | } 54 | .esriBookmarkItem:hover{ 55 | background-color:#CEE1EC; 56 | } 57 | /*.esriPopup .pointer.top { 58 | background-position: 0 -580px; 59 | } 60 | .esriPopup .pointer.topLeft { 61 | left: 0px; top: -43px; background-position: 0 -470px; width: 51px; height: 43px; 62 | } 63 | 64 | .esriPopup .pointer.topRight { 65 | right: 0px; top: -43px; background-position: 0 -652px; width: 51px; height: 43px; 66 | }*/ 67 | -------------------------------------------------------------------------------- /css/green.css: -------------------------------------------------------------------------------- 1 | 2 | /*The image specified for the body is used to apply the gradient background to the entire page*/ 3 | body { 4 | background:url(../images/green/body_bg.png) repeat-x #666666; 5 | } 6 | #leftPane { 7 | background-color:#ecf4e9; 8 | } 9 | 10 | .HomeButton .home{ 11 | background-color: #4a6f1c; 12 | } 13 | 14 | .LocateButton .zoomLocateButton { 15 | background-color: #4a6f1c; 16 | } 17 | .HomeButton .home:hover{ 18 | background-color: #b5d19a; 19 | } 20 | .LocateButton .zoomLocateButton:hover { 21 | background-color: #b5d19a; 22 | } 23 | /*override claro background and other props*/ 24 | #toolbarContainer_bv .dijitToolbar { 25 | background:url(../images/green/toolbar_bg.png) repeat-x #4a6f1c; 26 | } 27 | /*Measure toggle button*/ 28 | .claro .dijitToolbar .dijitButtonNode:hover { 29 | background:url(../images/green/sidebar_header_active_bg.png) repeat-x #b5d19a; 30 | } 31 | .claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode { 32 | background:url(../images/green/sidebar_header_active_bg.png) repeat-x #b5d19a; 33 | } 34 | 35 | /*Attribute Inspector button styling (delete buttons)*/ 36 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset{ 37 | background:url(../images/green/toolbar_bg.png) repeat-x #4a6f1c; 38 | color:#fff; 39 | border: none; 40 | } 41 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset:hover{ 42 | background:url(../images/green/sidebar_header_active_bg.png) repeat-x #b5d19a; 43 | color:#000; 44 | } 45 | .dojoxFloatingPaneTitle{ 46 | background:url(../images/green/toolbar_bg.png) repeat-x #4a6f1c; 47 | } 48 | 49 | .esriPopup .titlePane{ 50 | background-color:#406919; 51 | border-style:none; 52 | } 53 | .esriPopup .pointer.topRight, esriPopup .pointer.topLeft, .esriPopup .pointer.top { 54 | background: url("../images/green/popup_g.png") no-repeat 0 -617px; 55 | width:24px; 56 | height:14px; 57 | } 58 | 59 | /*slider background*/ 60 | .esriSimpleSliderVertical .esriSimpleSliderIncrementButton ,.esriSimpleSliderVertical .esriSimpleSliderDecrementButton { 61 | background:url(../images/green/toolbar_bg.png) repeat-x #4a6f1c; 62 | border:solid 1px #4a6f1c; 63 | } 64 | /*Identity Manager Dialog*/ 65 | .claro .dijitDialogTitleBar { 66 | background:url(../images/green/toolbar_bg.png) repeat-x #545454; 67 | color:#fff; 68 | border: solid 1px #4a6f1c; 69 | } 70 | .claro .dijitDialog { 71 | border: 1px solid #808080; 72 | } 73 | 74 | .claro .dijitDialogPaneActionBar .dijitButtonNode{ 75 | background-image:none; 76 | border: solid 1px #4a6f1c; 77 | background:url(../images/green/sidebar_header_active_bg.png) repeat-x #CEE1EC; 78 | } 79 | .esriBookmarkItem:hover{ 80 | background-color:#b5d19a; 81 | } -------------------------------------------------------------------------------- /css/ie.css: -------------------------------------------------------------------------------- 1 | html { 2 | height: 100% !important; 3 | width: 100% !important; 4 | margin:0 !important; 5 | padding: 0 !important; 6 | } 7 | body{ 8 | margin:0px; 9 | padding:0px; 10 | } 11 | .notembed{ 12 | height: 98% !important; 13 | width: 98% !important; 14 | } 15 | .notembed body{ 16 | margin-left:2%; 17 | margin-right:2%; 18 | } 19 | #bookmarkView{ 20 | width: 210px; 21 | } 22 | 23 | .esriPrint{ 24 | float:left; 25 | } 26 | .esriPrint .dijitComboButton .dijitIcon{ 27 | background-image:url(../images/genericprint.png); 28 | background-repeat:no-repeat; 29 | float:left; 30 | width:16px; 31 | margin:4px 0 4px 4px; 32 | } 33 | .esriPrint .dijitButtonText { 34 | padding-top:4px; 35 | } 36 | .esriPrintout { 37 | margin-top:4px; 38 | float:left; 39 | } 40 | 41 | -------------------------------------------------------------------------------- /css/orange.css: -------------------------------------------------------------------------------- 1 | 2 | /*The image specified for the body is used to apply the gradient background to the entire page*/ 3 | body { 4 | background:url(../images/orange/body_bg.png) repeat-x #ffcd76; 5 | } 6 | #leftPane { 7 | background-color:#fff9de; 8 | } 9 | .HomeButton .home{ 10 | background-color: #db870a; 11 | } 12 | .LocateButton .zoomLocateButton { 13 | background-color: #db870a; 14 | } 15 | .HomeButton .home:hover{ 16 | background-color: #CEE1EC; 17 | } 18 | .LocateButton .zoomLocateButton:hover { 19 | background-color: #CEE1EC; 20 | } 21 | /*override claro background and other props*/ 22 | #toolbarContainer_bv .dijitToolbar { 23 | background:url(../images/orange/toolbar_bg.png) repeat-x #db870a; 24 | } 25 | /*Measure toggle button*/ 26 | .claro .dijitToolbar .dijitButtonNode:hover { 27 | background:url(../images/orange/sidebar_header_active_bg.png) repeat-x #CEE1EC; 28 | } 29 | .claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode { 30 | background:url(../images/orange/sidebar_header_active_bg.png) repeat-x #CEE1EC; 31 | } 32 | /*Attribute Inspector button styling (delete buttons)*/ 33 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset{ 34 | background:url(../images/orange/toolbar_bg.png) repeat #545454; 35 | color:#fff; 36 | border: none; 37 | } 38 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset:hover{ 39 | background:url(../images/orange/sidebar_header_active_bg.png) repeat-x #CEE1EC; 40 | color:#000; 41 | } 42 | 43 | 44 | .dojoxFloatingPaneTitle{ 45 | background:url(../images/orange/toolbar_bg.png) repeat-x #db870a; 46 | } 47 | 48 | .esriPopup .titlePane{ 49 | background-color:#ba7000; 50 | border-style:none; 51 | } 52 | 53 | .esriPopup .pointer.topRight, esriPopup .pointer.topLeft, .esriPopup .pointer.top { 54 | background: url("../images/orange/popup_o.png") no-repeat 0 -617px; 55 | width:24px; 56 | height:14px; 57 | } 58 | 59 | /*slider background*/ 60 | .esriSimpleSliderVertical .esriSimpleSliderIncrementButton ,.esriSimpleSliderVertical .esriSimpleSliderDecrementButton { 61 | background:url(../images/orange/toolbar_bg.png) repeat-x #db870a; 62 | border: solid 1px #db870a; 63 | } 64 | 65 | /*Identity Manager Dialog*/ 66 | .claro .dijitDialogTitleBar { 67 | background:url(../images/orange/toolbar_bg.png) repeat-x #db870a; 68 | color:#fff; 69 | border: none !important; 70 | } 71 | .claro .dijitDialog { 72 | border: 1px solid #808080; 73 | } 74 | 75 | .claro .dijitDialogPaneActionBar .dijitButtonNode{ 76 | background-image:none; 77 | border: 1px solid #545454; 78 | background:url(../images/orange/sidebar_header_active_bg.png) repeat-x #CEE1EC; 79 | } 80 | .esriBookmarkItem:hover{ 81 | background-color:#CEE1EC; 82 | } -------------------------------------------------------------------------------- /css/purple.css: -------------------------------------------------------------------------------- 1 | 2 | /*The image specified for the body is used to apply the gradient background to the entire page*/ 3 | body { 4 | background:url(../images/purple/body_bg.png) repeat-x #666666; 5 | } 6 | #leftPane { 7 | background-color:#f5f1f8; 8 | } 9 | /*override claro background and other props*/ 10 | #toolbarContainer_bv .dijitToolbar { 11 | background:url(../images/purple/toolbar_bg.png) repeat-x #593e7f; 12 | } 13 | .HomeButton .home{ 14 | background-color: #593e7f; 15 | } 16 | 17 | .LocateButton .zoomLocateButton { 18 | background-color: #593e7f; 19 | } 20 | .HomeButton .home:hover{ 21 | background-color: #c1bacb; 22 | } 23 | .LocateButton .zoomLocateButton:hover { 24 | background-color: #c1bacb; 25 | } 26 | /*Measure toggle button*/ 27 | .claro .dijitToolbar .dijitButtonNode:hover { 28 | background:url(../images/purple/sidebar_header_active_bg.png) repeat-x #c1bacb; 29 | } 30 | .claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode { 31 | background:url(../images/purple/sidebar_header_active_bg.png) repeat-x #c1bacb; 32 | } 33 | 34 | /*Attribute Inspector button styling (delete buttons)*/ 35 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset{ 36 | background:url(../images/purple/toolbar_bg.png) repeat-x #593e7f; 37 | color:#fff; 38 | border: none; 39 | } 40 | .esriAttributeInspector div.atiButtons span.dijit span.dijitReset:hover{ 41 | background:url(../images/purple/sidebar_header_active_bg.png) repeat-x #c1bacb; 42 | color:#000; 43 | } 44 | 45 | 46 | .dojoxFloatingPaneTitle{ 47 | background:url(../images/purple/toolbar_bg.png) repeat-x #593e7f; 48 | } 49 | 50 | .esriPopup .titlePane{ 51 | background-color:#4e2071; 52 | border-style:none; 53 | } 54 | .esriPopup .pointer.topRight, esriPopup .pointer.topLeft, .esriPopup .pointer.top { 55 | background: url("../images/purple/popup_p.png") no-repeat 0 -617px; 56 | width:24px; 57 | height:14px; 58 | } 59 | 60 | 61 | /*slider background*/ 62 | .esriSimpleSliderVertical .esriSimpleSliderIncrementButton ,.esriSimpleSliderVertical .esriSimpleSliderDecrementButton { 63 | background:url(../images/purple/toolbar_bg.png) repeat-x #593e7f; 64 | border:solid 1px #593e7f; 65 | } 66 | .esriSimpleSliderVertical .esriSimpleSliderIncrementButton:hover , .esriSimpleSliderVertical .esriSimpleSliderDecrementButton:hover { 67 | background-color: #c1bacb; 68 | 69 | } 70 | /*Identity Manager Dialog*/ 71 | .claro .dijitDialogTitleBar { 72 | background:url(../images/purple/toolbar_bg.png) repeat-x #545454; 73 | color:#fff; 74 | border: solid 1px #593e7f; 75 | } 76 | .claro .dijitDialog { 77 | border: 1px solid #808080; 78 | } 79 | 80 | .claro .dijitDialogPaneActionBar .dijitButtonNode{ 81 | background-image:none; 82 | border: solid 1px #593e7f; 83 | background:url(../images/purple/sidebar_header_active_bg.png) repeat-x #CEE1EC; 84 | } 85 | .esriBookmarkItem:hover{ 86 | background-color:#c1bacb; 87 | } -------------------------------------------------------------------------------- /images/Basemap16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/Basemap16.png -------------------------------------------------------------------------------- /images/Legend16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/Legend16.png -------------------------------------------------------------------------------- /images/LinkTo16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/LinkTo16.png -------------------------------------------------------------------------------- /images/Measure_Area16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/Measure_Area16.png -------------------------------------------------------------------------------- /images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/blank.gif -------------------------------------------------------------------------------- /images/blue/body_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/blue/body_bg.png -------------------------------------------------------------------------------- /images/blue/popup_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/blue/popup_b.png -------------------------------------------------------------------------------- /images/blue/sidebar_header_active_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/blue/sidebar_header_active_bg.png -------------------------------------------------------------------------------- /images/blue/sidebar_header_inactive_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/blue/sidebar_header_inactive_bg.png -------------------------------------------------------------------------------- /images/blue/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/blue/toolbar_bg.png -------------------------------------------------------------------------------- /images/bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/bookmarks.png -------------------------------------------------------------------------------- /images/buttonArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/buttonArrows.png -------------------------------------------------------------------------------- /images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/close.png -------------------------------------------------------------------------------- /images/closepanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/closepanel.png -------------------------------------------------------------------------------- /images/contents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/contents.png -------------------------------------------------------------------------------- /images/details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/details.png -------------------------------------------------------------------------------- /images/edit_20x20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/edit_20x20.png -------------------------------------------------------------------------------- /images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/email.png -------------------------------------------------------------------------------- /images/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/facebook.png -------------------------------------------------------------------------------- /images/genericprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/genericprint.png -------------------------------------------------------------------------------- /images/gray/body_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/gray/body_bg.png -------------------------------------------------------------------------------- /images/gray/sidebar_header_active_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/gray/sidebar_header_active_bg.png -------------------------------------------------------------------------------- /images/gray/sidebar_header_inactive_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/gray/sidebar_header_inactive_bg.png -------------------------------------------------------------------------------- /images/gray/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/gray/toolbar_bg.png -------------------------------------------------------------------------------- /images/green/body_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/green/body_bg.png -------------------------------------------------------------------------------- /images/green/popup_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/green/popup_g.png -------------------------------------------------------------------------------- /images/green/sidebar_header_active_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/green/sidebar_header_active_bg.png -------------------------------------------------------------------------------- /images/green/sidebar_header_inactive_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/green/sidebar_header_inactive_bg.png -------------------------------------------------------------------------------- /images/green/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/green/toolbar_bg.png -------------------------------------------------------------------------------- /images/loading_black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/loading_black.gif -------------------------------------------------------------------------------- /images/logo-pod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/logo-pod.jpg -------------------------------------------------------------------------------- /images/measureArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/measureArrows.png -------------------------------------------------------------------------------- /images/orange/body_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/orange/body_bg.png -------------------------------------------------------------------------------- /images/orange/popup_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/orange/popup_o.png -------------------------------------------------------------------------------- /images/orange/sidebar_header_active_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/orange/sidebar_header_active_bg.png -------------------------------------------------------------------------------- /images/orange/sidebar_header_inactive_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/orange/sidebar_header_inactive_bg.png -------------------------------------------------------------------------------- /images/orange/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/orange/toolbar_bg.png -------------------------------------------------------------------------------- /images/purple/body_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/purple/body_bg.png -------------------------------------------------------------------------------- /images/purple/popup_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/purple/popup_p.png -------------------------------------------------------------------------------- /images/purple/sidebar_header_active_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/purple/sidebar_header_active_bg.png -------------------------------------------------------------------------------- /images/purple/sidebar_header_inactive_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/purple/sidebar_header_inactive_bg.png -------------------------------------------------------------------------------- /images/purple/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/purple/toolbar_bg.png -------------------------------------------------------------------------------- /images/searchbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/searchbar.png -------------------------------------------------------------------------------- /images/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/timer.png -------------------------------------------------------------------------------- /images/transparent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/transparent.gif -------------------------------------------------------------------------------- /images/twittersm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/basic-viewer-template/d7c142dd5b86e99d9223505d9161b5a0babe6c6f/images/twittersm.png -------------------------------------------------------------------------------- /javascript/custommenu.js: -------------------------------------------------------------------------------- 1 | define(["dojo/_base/declare", "dijit/MenuItem"], 2 | function( declare, MenuItem) { 3 | var custommenu = declare("utilities.custommenu", [MenuItem], { 4 | iconSrc: "", 5 | _setIconSrcAttr: {node: "iconNode", type: "attribute", attribute: "src" } 6 | }); 7 | return custommenu; 8 | }); -------------------------------------------------------------------------------- /nls/ar/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "يتعذر إنشاء الخريطة", 9 | bitly: 'يستخدم bitly لاختصار عنوان url حتى يمكن مشاركته. أظهر ملف \"اقرأني\" للحصول على تفاصيل إنشاء مفتاح bitly واستخدامه', 10 | general: "خطأ" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "تبديل خريطة الأساس", 16 | label: "خريطة أساس" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'وضع أفقي (PDF)', 21 | label2: 'وضع عمودي (PDF)', 22 | label3: 'وضع أفقي (صورة)', 23 | label4: 'وضع عمودي (صورة)' 24 | }, 25 | title: "طباعة الخريطة", 26 | label: "طباعة" 27 | }, 28 | share: { 29 | title: "مشاركة الخريطة", 30 | label: "مشاركة", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "البريد الإلكتروني", 40 | message: "فحص الخريطة" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "قياس", 46 | label: "قياس" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "dd MMMM, yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "عرض شريط تمرير الوقت", 65 | label: "الوقت", 66 | timeRange: "${start_time} إلى ${end_time}", 67 | timeRangeSingle: " نطاق الوقت: ${time}" 68 | }, 69 | editor: { 70 | title: "عرض المحرر", 71 | label: "المحرر" 72 | }, 73 | legend: { 74 | title: "عرض مفتاح الخريطة", 75 | label: "مفتاح الخريطة" 76 | }, 77 | details: { 78 | title: "عرض تفاصيل الخريطة", 79 | label: "التفاصيل" 80 | }, 81 | bookmark:{ 82 | title: "عرض العلامات المرجعية", 83 | label: "إشارات مرجعية", 84 | details: "انقر على علامة مرجعية للانتقال إلى الموقع" 85 | }, 86 | layers: { 87 | title: "عرض قائمة الطبقات", 88 | label: "طبقات" 89 | }, 90 | search: { 91 | title: "العثور على عنوان أو مكان ما", 92 | popupTitle: "الموقع", 93 | currentLocation: "الموقع الحالي", 94 | notWhatYouWanted: "أليس هذا ما تريده؟" , 95 | selectAnother: "تحديد موقع آخر", 96 | errors:{ 97 | missingLocation: "لم يتم العثور على الموقع" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "إغلاق اللوحة", 104 | label: "إغلاق" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/cs/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Nelze vytvořit mapu", 9 | bitly: 'Služba bitly slouží ke zkracování adresy URL pro usnadnění sdílení. Pro více informací o vytváření a používání klíče bitly si přečtěte soubor readme.', 10 | general: "Chyba" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Přepnout podkladovou mapu", 16 | label: "Podkladová mapa" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Na šířku (PDF)', 21 | label2: 'Na výšku (PDF)', 22 | label3: 'Na šířku (obrázek)', 23 | label4: 'Na výšku (obrázek)' 24 | }, 25 | title: "Tisknout mapu", 26 | label: "Tisk" 27 | }, 28 | share: { 29 | title: "Sdílet mapu", 30 | label: "Sdílet", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-mail", 40 | message: "Prohlédnout mapu" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Měření", 46 | label: "Měření" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "MMMM d, yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Zobrazit posuvník času", 65 | label: "Čas", 66 | timeRange: "${start_time} až ${end_time}", 67 | timeRangeSingle: "Časový rozsah: ${time}" 68 | }, 69 | editor: { 70 | title: "Zobrazit editor", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Zobrazit legendu", 75 | label: "Legenda" 76 | }, 77 | details: { 78 | title: "Zobrazit podrobnosti mapy", 79 | label: "Podrobnosti" 80 | }, 81 | bookmark:{ 82 | title: "Zobrazit záložky", 83 | label: "Záložky", 84 | details: "Klikněte na záložku pro přesun k umístění" 85 | }, 86 | layers: { 87 | title: "Zobrazit seznam vrstev", 88 | label: "Vrstvy" 89 | }, 90 | search: { 91 | title: "Najít adresu nebo místo", 92 | popupTitle: "Lokalita", 93 | currentLocation: "Aktuální lokalita", 94 | notWhatYouWanted: "Nenašli jste, co jste hledali?" , 95 | selectAnother: "Vybrat jinou lokalitu", 96 | errors:{ 97 | missingLocation: "Lokalita nenalezena" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Zavřít panel", 104 | label: "Zavřít" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/da/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Kan ikke oprette kort", 9 | bitly: 'bitly bruges til at forkorte webadressen med henblik på deling. Se readme-filen for oplysninger om at oprette og bruge en bitly-nøgle', 10 | general: "Fejl" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Skift baggrundskort", 16 | label: "Baggrundskort" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'På langs (PDF)', 21 | label2: 'På højkant (PDF)', 22 | label3: 'På langs (billede)', 23 | label4: 'På højkant (billede)' 24 | }, 25 | title: "Udskriv kort", 26 | label: "Udskriv" 27 | }, 28 | share: { 29 | title: "Del kort", 30 | label: "Del", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-mail", 40 | message: "Se dette kort" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Mål", 46 | label: "Mål" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d. MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Vis tidsskyderen", 65 | label: "Tid", 66 | timeRange: "${start_time} til ${end_time}", 67 | timeRangeSingle: "Tidsrum: ${time}" 68 | }, 69 | editor: { 70 | title: "Vis redigering", 71 | label: "Redigering" 72 | }, 73 | legend: { 74 | title: "Vis signaturforklaring", 75 | label: "Signaturforklaring" 76 | }, 77 | details: { 78 | title: "Vis kortoplysninger", 79 | label: "Oplysninger" 80 | }, 81 | bookmark:{ 82 | title: "Vis bogmærker", 83 | label: "Bogmærker", 84 | details: "Klik på et bogmærke for at navigere til stedet" 85 | }, 86 | layers: { 87 | title: "Vis liste over lag", 88 | label: "Lag" 89 | }, 90 | search: { 91 | title: "Find adresse eller sted", 92 | popupTitle: "Sted", 93 | currentLocation: "Aktuel placering", 94 | notWhatYouWanted: "Var det ikke det, du ville?" , 95 | selectAnother: "Vælg et andet sted", 96 | errors:{ 97 | missingLocation: "Sted ikke fundet" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Luk panel", 104 | label: "Luk" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/de/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Karte kann nicht erstellt werden", 9 | bitly: 'Bitly verkürzt die URL für die Freigabe. Details zum Erstellen und Verwenden von Bitly-Schlüsseln finden Sie in der Readme-Datei.', 10 | general: "Fehler" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Grundkarte wechseln", 16 | label: "Grundkarte" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Querformat (PDF)', 21 | label2: 'Hochformat (PDF)', 22 | label3: 'Querformat (Bild)', 23 | label4: 'Hochformat (Bild)' 24 | }, 25 | title: "Karte drucken", 26 | label: "Drucken" 27 | }, 28 | share: { 29 | title: "Karte freigeben", 30 | label: "Freigeben", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-Mail", 40 | message: "Diese Karte ansehen" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Messen", 46 | label: "Messen" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d. MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Zeitschieberegler anzeigen", 65 | label: "Zeit", 66 | timeRange: "${start_time} bis ${end_time}", 67 | timeRangeSingle: "Zeitbereich: ${time}" 68 | }, 69 | editor: { 70 | title: "Editor anzeigen", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Legende anzeigen", 75 | label: "Legende" 76 | }, 77 | details: { 78 | title: "Kartendetails anzeigen", 79 | label: "Details" 80 | }, 81 | bookmark:{ 82 | title: "Lesezeichen anzeigen", 83 | label: "Lesezeichen", 84 | details: "Klicken Sie auf ein Lesezeichen, um zu einer Position zu navigieren" 85 | }, 86 | layers: { 87 | title: "Layer-Liste anzeigen", 88 | label: "Layer" 89 | }, 90 | search: { 91 | title: "Adresse oder Ort suchen", 92 | popupTitle: "Position", 93 | currentLocation: "Aktuelle Position", 94 | notWhatYouWanted: "Nicht das gewünschte Ergebnis?" , 95 | selectAnother: "Andere Position auswählen", 96 | errors:{ 97 | missingLocation: "Position nicht gefunden" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Fenster schließen", 104 | label: "Schließen" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/el/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "english" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Δεν είναι δυνατή η δημιουργία χάρτη", 9 | bitly: 'Το bitly χρησιμοποιείται για σύντμηση του URL της κοινοποίησης. Δείτε το αρχείο readme για λεπτομέρειες σχετικά με τη δημιουργία και τη χρήση ενός κλειδιού bitly', 10 | general: "Σφάλμα" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Αλλαγή υποβάθρου", 16 | label: "Υπόβαθρο" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Οριζόντιος προσανατολισμός (PDF)', 21 | label2: 'Κατακόρυφος προσανατολισμός (PDF)', 22 | label3: 'Οριζόντιος προσανατολισμός (εικόνα)', 23 | label4: 'Κατακόρυφος προσανατολισμός (εικόνα)' 24 | }, 25 | title: "Εκτύπωση χάρτη", 26 | label: "Εκτύπωση" 27 | }, 28 | share: { 29 | title: "Κοινοποίηση χάρτη", 30 | label: "Κοινοποίηση", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Email", 40 | message: "Δείτε αυτόν το χάρτη" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Μέτρηση", 46 | label: "Μέτρηση" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h", 61 | minuteTimePattern: "hh:mm", 62 | secondTimePattern: "hh:mm:ss", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Εμφάνιση μπάρας κύλισης χρόνου", 65 | label: "Χρόνος", 66 | timeRange: "${start_time} έως ${end_time}", 67 | timeRangeSingle: "Εύρος χρόνου: ${time}" 68 | }, 69 | editor: { 70 | title: "Εμφάνιση εργαλείου επεξεργασίας", 71 | label: "Εργαλείο επεξεργασίας" 72 | }, 73 | legend: { 74 | title: "Εμφάνιση υπομνήματος", 75 | label: "Υπόμνημα" 76 | }, 77 | details: { 78 | title: "Εμφάνιση λεπτομερειών χάρτη", 79 | label: "Λεπτομέρειες" 80 | }, 81 | bookmark:{ 82 | title: "Εμφάνιση σελιδοδεικτών", 83 | label: "Σελιδοδείκτες", 84 | details: "Κάντε κλικ σε έναν σελιδοδείκτη για να πλοηγηθείτε στην τοποθεσία" 85 | }, 86 | layers: { 87 | title: "Εμφάνιση θεματικών επιπέδων", 88 | label: "Θεματικά επίπεδα" 89 | }, 90 | search: { 91 | title: "Βρείτε μια διεύθυνση ή ένα μέρος", 92 | popupTitle: "Τοποθεσία", 93 | currentLocation: "Τρέχουσα τοποθεσία", 94 | notWhatYouWanted: "Δεν είναι αυτή που θέλατε;" , 95 | selectAnother: "Επιλέξτε άλλη τοποθεσία", 96 | errors:{ 97 | missingLocation: "Η τοποθεσία δεν βρέθηκε" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Κλείσιμο πλαισίου", 104 | label: "Κλείσιμο" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/en-us/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer:{ 4 | main:{ 5 | scaleBarUnits: "english" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors:{ 8 | createMap: "Unable to create map", 9 | bitly: 'bitly is used to shorten the url for sharing. View the readme file for details on creating and using a bitly key', 10 | general: "Error" 11 | } 12 | }, 13 | tools:{ 14 | basemap: { 15 | title: "Switch Basemap", 16 | label: "Basemap" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Landscape (PDF)', 21 | label2: 'Portrait (PDF)', 22 | label3: 'Landscape (Image)', 23 | label4: 'Portrait (Image)' 24 | }, 25 | title: "Print Map", 26 | label: "Print" 27 | }, 28 | share: { 29 | title: "Share Map", 30 | label: "Share", 31 | menu:{ 32 | facebook:{ 33 | label: "Facebook" 34 | }, 35 | twitter:{ 36 | label: "Twitter" 37 | }, 38 | email:{ 39 | label: "Email", 40 | message: "Check out this map" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Measure", 46 | label: "Measure" 47 | }, 48 | time: { 49 | title: "Display Time Slider", 50 | label: "Time", 51 | timeRange: "Time Range: ${start_time} to ${end_time}", 52 | timeRangeSingle: "Time Range: ${time}" 53 | }, 54 | editor: { 55 | title: "Display Editor", 56 | label: "Editor" 57 | }, 58 | legend: { 59 | title: "Display Legend", 60 | label: "Legend" 61 | }, 62 | details: { 63 | title: "Display Map Details", 64 | label: "Details" 65 | }, 66 | bookmark:{ 67 | title: "Display Bookmarks", 68 | label: "Bookmarks", 69 | details: "Click a bookmark to navigate to the location" 70 | }, 71 | layers: { 72 | title: "Display layer list", 73 | label: "Layers" 74 | }, 75 | search: { 76 | title: "Find address or place", 77 | errors:{ 78 | missingLocation: "Location not found" 79 | } 80 | } 81 | }, 82 | panel:{ 83 | close:{ 84 | title: "Close Panel", 85 | label: "Close" 86 | } 87 | } 88 | }) 89 | ); -------------------------------------------------------------------------------- /nls/en/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer:{ 4 | main:{ 5 | scaleBarUnits: "english" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors:{ 8 | createMap: "Unable to create map", 9 | bitly: 'bitly is used to shorten the url for sharing. View the readme file for details on creating and using a bitly key', 10 | general: "Error" 11 | } 12 | }, 13 | tools:{ 14 | basemap: { 15 | title: "Switch Basemap", 16 | label: "Basemap" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Landscape (PDF)', 21 | label2: 'Portrait (PDF)', 22 | label3: 'Landscape (Image)', 23 | label4: 'Portrait (Image)' 24 | }, 25 | title: "Print Map", 26 | label: "Print" 27 | }, 28 | share: { 29 | title: "Share Map", 30 | label: "Share", 31 | menu:{ 32 | facebook:{ 33 | label: "Facebook" 34 | }, 35 | twitter:{ 36 | label: "Twitter" 37 | }, 38 | email:{ 39 | label: "Email", 40 | message: "Check out this map" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Measure", 46 | label: "Measure" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | centuryPattern: "yyyy G", 59 | decadePattern: "yyyy", 60 | yearPattern: "MMMM yyyy", 61 | weekPattern: "MMMM d, yyyy", 62 | hourTimePattern: "h a", 63 | // e.g. for German: "H:mm:ss:SSS" 64 | millisecondTimePattern:"h:m:ss.SSS a", 65 | minuteTimePattern: "h:mm a", 66 | // e.g. for German: "H:mm" 67 | monthPattern: "MMMM d, y", 68 | secondTimePattern: "h:m:s.SSS a", 69 | title: "Display Time Slider", 70 | label: "Time", 71 | timeRange: "Time Range: ${start_time} to ${end_time}", 72 | timeRangeSingle: "Time Range: ${time}" 73 | }, 74 | editor: { 75 | title: "Display Editor", 76 | label: "Editor" 77 | }, 78 | legend: { 79 | title: "Display Legend", 80 | label: "Legend" 81 | }, 82 | details: { 83 | title: "Display Map Details", 84 | label: "Details" 85 | }, 86 | bookmark:{ 87 | title: "Display Bookmarks", 88 | label: "Bookmarks", 89 | details: "Click a bookmark to navigate to the location" 90 | }, 91 | layers: { 92 | title: "Display layer list", 93 | label: "Layers" 94 | }, 95 | search: { 96 | title: "Find address or place", 97 | popupTitle: "Location", 98 | currentLocation: "Current location", 99 | notWhatYouWanted: "Not what you wanted?" , 100 | selectAnother: "Select another location", 101 | errors:{ 102 | missingLocation: "Location not found" 103 | } 104 | } 105 | }, 106 | panel:{ 107 | close:{ 108 | title: "Close Panel", 109 | label: "Close" 110 | } 111 | } 112 | }) 113 | ); -------------------------------------------------------------------------------- /nls/es/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "No se puede crear el mapa", 9 | bitly: 'bitly se usa para acortar la url para compartir. Ve el archivo léame para más información sobre cómo crear y usar una clave bitly', 10 | general: "Error" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Cambiar mapa base", 16 | label: "Mapa base" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Horizontal (PDF)', 21 | label2: 'Vertical (PDF)', 22 | label3: 'Horizontal (Imagen)', 23 | label4: 'Vertical (Imagen)' 24 | }, 25 | title: "Imprimir mapa", 26 | label: "Imprimir" 27 | }, 28 | share: { 29 | title: "Compartir mapa", 30 | label: "Compartir", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Correo electrónico", 40 | message: "Examinar este mapa" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Medir", 46 | label: "Medir" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d\' de \'MMMM\' de \'yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Mostrar control deslizante de tiempo", 65 | label: "Hora", 66 | timeRange: "De las ${start_time} a las ${end_time}", 67 | timeRangeSingle: "Intervalo de tiempo: ${time}" 68 | }, 69 | editor: { 70 | title: "Mostrar editor", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Mostrar leyenda", 75 | label: "Leyenda" 76 | }, 77 | details: { 78 | title: "Mostrar detalles del mapa", 79 | label: "Detalles" 80 | }, 81 | bookmark:{ 82 | title: "Mostrar marcadores", 83 | label: "Marcadores", 84 | details: "Haz clic en un marcador para ir a la ubicación" 85 | }, 86 | layers: { 87 | title: "Mostrar lista de capas", 88 | label: "Capas" 89 | }, 90 | search: { 91 | title: "Buscar dirección o lugar", 92 | popupTitle: "Ubicación", 93 | currentLocation: "Ubicación actual", 94 | notWhatYouWanted: "¿No es lo que querías?" , 95 | selectAnother: "Selecciona otra ubicación", 96 | errors:{ 97 | missingLocation: "Ubicación o encontrada" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Cerrar panel", 104 | label: "Cerrar" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/et/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Ei suuda luua kaarti", 9 | bitly: 'Et jagada url-i on selle lühendamiseks kasutusel bitly. Vaata loemind-faili bitly loomiseks ja kasutamiseks.', 10 | general: "Viga" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Vaheta aluskaart", 16 | label: "Aluskaart" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Horisontaalpaigutus (PDF)', 21 | label2: 'Vertikaalpaigutus (PDF)', 22 | label3: 'Horisontaalpaigutus (Pilt)', 23 | label4: 'Vertikaalpaigutus (Pilt)' 24 | }, 25 | title: "Prindi kaart", 26 | label: "Prindi" 27 | }, 28 | share: { 29 | title: "Jaga kaart", 30 | label: "Jaga", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-mail", 40 | message: "Tutvu kaardiga" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Mõõda", 46 | label: "Mõõda" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d. MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "h:mm", 62 | secondTimePattern: "h:m:s.SSS", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Kuva ajaliugur", 65 | label: "Aeg", 66 | timeRange: "${start_time} kuni ${end_time}", 67 | timeRangeSingle: "Ajavahemik: ${time}" 68 | }, 69 | editor: { 70 | title: "Kuva redaktor", 71 | label: "Redaktor" 72 | }, 73 | legend: { 74 | title: "Kuva legend", 75 | label: "Legend" 76 | }, 77 | details: { 78 | title: "Kuva kaardi detaile", 79 | label: "Detailid" 80 | }, 81 | bookmark:{ 82 | title: "Kuva järjehoidjad", 83 | label: "Järjehoidjad", 84 | details: "Kliki asukohale liikumiseks järjehoidjale" 85 | }, 86 | layers: { 87 | title: "Kuva kihtide loend", 88 | label: "Kihid" 89 | }, 90 | search: { 91 | title: "Leia aadress või koht", 92 | popupTitle: "Asukoht", 93 | currentLocation: "Praegune asukoht", 94 | notWhatYouWanted: "Ei ole see, mida soovisid?" , 95 | selectAnother: "Vali muu asukoht", 96 | errors:{ 97 | missingLocation: "Asukohta ei leitud" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Sulge paneel", 104 | label: "Sulge" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/fi/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "english" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Karttaa ei voi luoda", 9 | bitly: 'bitly-palvelua käytetään url-osoitteen lyhentämiseksi jakamista varten. Readme-tiedostossa on lisätietoja bitly-avaimen luomisesta ja käyttämisestä', 10 | general: "Virhe" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Vaihda taustakartta", 16 | label: "Taustakartat" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Maisema (PDF)', 21 | label2: 'Muotokuva (PDF)', 22 | label3: 'Maisema (kuva)', 23 | label4: 'Muotokuva (kuva)' 24 | }, 25 | title: "Tulosta kartta", 26 | label: "Tulosta" 27 | }, 28 | share: { 29 | title: "Jaa kartta", 30 | label: "Jaa", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Sähköposti", 40 | message: "Tutustu tähän karttaan" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Mittaus", 46 | label: "Mittaus" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d. MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Näytä ajan liukusäädin", 65 | label: "Kellonaika", 66 | timeRange: "${start_time} - ${end_time}", 67 | timeRangeSingle: "Aikaväli: ${time}" 68 | }, 69 | editor: { 70 | title: "Näytä editori", 71 | label: "Editori" 72 | }, 73 | legend: { 74 | title: "Näytä selite", 75 | label: "Selite" 76 | }, 77 | details: { 78 | title: "Näytä kartan tiedot", 79 | label: "Yksityiskohdat" 80 | }, 81 | bookmark:{ 82 | title: "Näytä kirjanmerkit", 83 | label: "Kirjanmerkit", 84 | details: "Valitse kirjanmerkki sijaintiin siirtymistä varten" 85 | }, 86 | layers: { 87 | title: "Näytä karttatasojen luettelo", 88 | label: "Karttatasot" 89 | }, 90 | search: { 91 | title: "Etsi osoite tai paikka", 92 | popupTitle: "Sijainti", 93 | currentLocation: "Nykyinen sijainti", 94 | notWhatYouWanted: "Etkö löytänyt etsimääsi?" , 95 | selectAnother: "Valitse toinen sijainti", 96 | errors:{ 97 | missingLocation: "Sijaintia ei löydy" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Sulje ruutu", 104 | label: "Sulje" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/fr/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Impossible de créer la carte", 9 | bitly: 'bitly permet de raccourcir l\'URL pour le partage. Consultez le fichier Lisezmoi pour plus d\'informations sur la création et l\'utilisation d\'une clé bitly', 10 | general: "Erreur" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Changer de fond de carte", 16 | label: "Fond de carte" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Paysage (PDF)', 21 | label2: 'Portrait (PDF)', 22 | label3: 'Paysage (Image)', 23 | label4: 'Portrait (Image)' 24 | }, 25 | title: "Imprimer la carte", 26 | label: "Imprimer" 27 | }, 28 | share: { 29 | title: "Partager la carte", 30 | label: "Partager", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Adresse électronique", 40 | message: "Extraire cette carte" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Mesurer", 46 | label: "Mesurer" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "HH", 61 | minuteTimePattern: "HH:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Afficher le curseur temporel", 65 | label: "Heure", 66 | timeRange: "De ${start_time} à ${end_time}", 67 | timeRangeSingle: "Plage de temps : ${time}" 68 | }, 69 | editor: { 70 | title: "Afficher l\'éditeur", 71 | label: "Editeur" 72 | }, 73 | legend: { 74 | title: "Afficher la légende", 75 | label: "Légende" 76 | }, 77 | details: { 78 | title: "Afficher les détails de la carte", 79 | label: "Détails" 80 | }, 81 | bookmark:{ 82 | title: "Afficher les géosignets", 83 | label: "Géosignets", 84 | details: "Cliquez sur un géosignet pour accéder à l\'emplacement" 85 | }, 86 | layers: { 87 | title: "Afficher la liste des couches", 88 | label: "Couches" 89 | }, 90 | search: { 91 | title: "Rechercher une adresse ou un lieu", 92 | popupTitle: "Emplacement", 93 | currentLocation: "Emplacement actuel", 94 | notWhatYouWanted: "Ce n\'est pas ce que vous vouliez ?" , 95 | selectAnother: "Sélectionnez un autre emplacement", 96 | errors:{ 97 | missingLocation: "Emplacement introuvable" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Fermer le volet", 104 | label: "Fermer" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/he/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "לא ניתן ליצור מפה", 9 | bitly: 'השימוש ב-bit.ly מיועד לקיצור ה- url לצורך שיתוף. קרא את קובץ ה- readme לפרטים על איך ליצור ולהשתמש במפתח bitly', 10 | general: "שגיאה" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "החלף מפת בסיס", 16 | label: "מפת בסיס" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'לרוחב (PDF)', 21 | label2: 'לאורך (PDF)', 22 | label3: 'לרוחב (Image)', 23 | label4: 'לאורך (Image)' 24 | }, 25 | title: "הדפס מפה", 26 | label: "הדפס" 27 | }, 28 | share: { 29 | title: "שתף מפה", 30 | label: "שתף", 31 | menu: { 32 | facebook: { 33 | label: "פייסבוק" 34 | }, 35 | twitter: { 36 | label: "טוויטר" 37 | }, 38 | email: { 39 | label: "Email", 40 | message: "בדוק מפה זו" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "מדידה", 46 | label: "מדידה" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d, MMMM ,yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "הצג סרגל זמן", 65 | label: "זמן", 66 | timeRange: "${start_time} עד ${end_time}", 67 | timeRangeSingle: "טווח זמן: ${time}" 68 | }, 69 | editor: { 70 | title: "הצג עורך", 71 | label: "עורך" 72 | }, 73 | legend: { 74 | title: "הצג מקרא", 75 | label: "מקרא" 76 | }, 77 | details: { 78 | title: "הצג פרטי מפה", 79 | label: "פרטים" 80 | }, 81 | bookmark:{ 82 | title: "הצג סימניות", 83 | label: "סימניות", 84 | details: "לחץ על סימניה כדי לנווט למיקום" 85 | }, 86 | layers: { 87 | title: "הצג רשימת שכבה", 88 | label: "שכבות" 89 | }, 90 | search: { 91 | title: "מצא כתובת או מקום", 92 | popupTitle: "מיקום", 93 | currentLocation: "מיקום נוכחי", 94 | notWhatYouWanted: "לא מה שחיפשת?" , 95 | selectAnother: "בחר מיקום אחר", 96 | errors:{ 97 | missingLocation: "לא נמצא מיקום" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "לוח סגור", 104 | label: "סגור" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/it/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Impossibile creare la mappa", 9 | bitly: 'a livello di bit viene utilizzata per abbreviare l\'URL per la condivisione. Per informazioni dettagliate sulla creazione e l\'utilizzo di una chiave a livello di bit, vedere il file Readme.', 10 | general: "Errore" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Cambia mappa di base", 16 | label: "Mappa di base" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Orizzontale (PDF)', 21 | label2: 'Verticale (PDF)', 22 | label3: 'Orizzontale (immagine)', 23 | label4: 'Verticale (immagine)' 24 | }, 25 | title: "Stampa mappa", 26 | label: "Stampa" 27 | }, 28 | share: { 29 | title: "Condividi mappa", 30 | label: "Condividi", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-mail", 40 | message: "Guarda questa mappa" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Misura", 46 | label: "Misura" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H.mm", 62 | secondTimePattern: "h.m.s.SSS", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Visualizza cursore temporale", 65 | label: "Data/Ora", 66 | timeRange: "Dalle ore ${start_time} alle ore ${end_time}", 67 | timeRangeSingle: "Intervallo di tempo: ${time}" 68 | }, 69 | editor: { 70 | title: "Visualizza editor", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Visualizza legenda", 75 | label: "Legenda" 76 | }, 77 | details: { 78 | title: "Visualizza dettagli mappa", 79 | label: "Dettagli" 80 | }, 81 | bookmark:{ 82 | title: "Visualizza segnalibri", 83 | label: "Segnalibri", 84 | details: "Fare clic su un segnalibro per passare alla posizione corrispondente" 85 | }, 86 | layers: { 87 | title: "Visualizza elenco layer", 88 | label: "Layer" 89 | }, 90 | search: { 91 | title: "Trova luogo o indirizzo", 92 | popupTitle: "Posizione", 93 | currentLocation: "Posizione corrente", 94 | notWhatYouWanted: "Non è quanto desiderato?" , 95 | selectAnother: "Selezionare un\'altra posizione", 96 | errors:{ 97 | missingLocation: "Impossibile trovare la località" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Chiudi pannello", 104 | label: "Chiudi" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/ja/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "マップを作成できません", 9 | bitly: 'bitly を使用すると共有する URL を短縮できます。bitly キーの作成と使用の詳細については、Readme ファイルをご参照ください。', 10 | general: "エラー" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "ベースマップの切り替え", 16 | label: "ベースマップ" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: '横 (PDF)', 21 | label2: '縦 (PDF)', 22 | label3: '横 (画像)', 23 | label4: '縦 (画像)' 24 | }, 25 | title: "マップの印刷", 26 | label: "印刷" 27 | }, 28 | share: { 29 | title: "マップの共有", 30 | label: "共有", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E メール", 40 | message: "このマップをチェック アウト" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "計測", 46 | label: "計測" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "yyyy'年'M'月'd'日'", 59 | yearPattern: "yyyy'年'", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "タイム スライダの表示", 65 | label: "時間", 66 | timeRange: "${start_time} ~ ${end_time}", 67 | timeRangeSingle: "時間の範囲: ${time}" 68 | }, 69 | editor: { 70 | title: "エディタの表示", 71 | label: "編集" 72 | }, 73 | legend: { 74 | title: "凡例の表示", 75 | label: "凡例" 76 | }, 77 | details: { 78 | title: "マップ詳細の表示", 79 | label: "詳細" 80 | }, 81 | bookmark:{ 82 | title: "ブックマークの表示", 83 | label: "ブックマーク", 84 | details: "ブックマークをクリックすると、その場所へ移動します" 85 | }, 86 | layers: { 87 | title: "レイヤ リストの表示", 88 | label: "レイヤ" 89 | }, 90 | search: { 91 | title: "住所または場所の検索", 92 | popupTitle: "位置", 93 | currentLocation: "現在の場所", 94 | notWhatYouWanted: "他の住所の候補を表示しますか?" , 95 | selectAnother: "他の候補を選択", 96 | errors:{ 97 | missingLocation: "場所が見つかりません" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "パネルを閉じる", 104 | label: "閉じる" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/ko/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "맵을 생성할 수 없음", 9 | bitly: 'bitly가 공유를 위해 url을 단축하는 데 사용됩니다. bitly 키 생성 및 사용에 대한 자세한 내용은 readme 파일을 참조하세요.', 10 | general: "오류" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "베이스맵 전환", 16 | label: "베이스맵" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: '가로(PDF)', 21 | label2: '세로(PDF)', 22 | label3: '가로(Image)', 23 | label4: '세로(Image)' 24 | }, 25 | title: "맵 인쇄", 26 | label: "인쇄" 27 | }, 28 | share: { 29 | title: "맵 공유", 30 | label: "공유", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "이메일", 40 | message: "이 맵 체크 아웃" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "측정", 46 | label: "측정" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "yyyy MMMM d", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "a h", 61 | minuteTimePattern: "a h:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "시간 슬라이더 표시", 65 | label: "시간", 66 | timeRange: "${start_time} ~ ${end_time}", 67 | timeRangeSingle: "시간 범위: ${time}" 68 | }, 69 | editor: { 70 | title: "편집기 표시", 71 | label: "편집기" 72 | }, 73 | legend: { 74 | title: "범례 표시", 75 | label: "범례" 76 | }, 77 | details: { 78 | title: "맵 세부정보 표시", 79 | label: "설명" 80 | }, 81 | bookmark:{ 82 | title: "책갈피 표시", 83 | label: "책갈피", 84 | details: "책갈피를 클릭하여 위치 탐색" 85 | }, 86 | layers: { 87 | title: "레이어 목록 표시", 88 | label: "레이어" 89 | }, 90 | search: { 91 | title: "주소 또는 위치 찾기", 92 | popupTitle: "위치", 93 | currentLocation: "현재 위치", 94 | notWhatYouWanted: "원하는 결과가 아닌가요?" , 95 | selectAnother: "다른 위치 선택", 96 | errors:{ 97 | missingLocation: "위치 없음" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "패널 닫기", 104 | label: "닫기" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/lt/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Žemėlapio sukurti nepavyko", 9 | bitly: 'bitly naudojamas url trumpinimui bendrinant. Susipažinkite su išsamia informacija, pateikiama faile skaityk (readme) kaip sukurti bitly raktą', 10 | general: "Klaida" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Pakeisti pagrindo žemėlapį", 16 | label: "Pagrindo žemėlapis" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Gulsčiai (PDF)', 21 | label2: 'Stačiai (PDF)', 22 | label3: 'Gulsčiai (Paveikslėlis)', 23 | label4: 'Stačiai (Paveikslėlis)' 24 | }, 25 | title: "Spausdinti žemėlapį", 26 | label: "Spausdinti" 27 | }, 28 | share: { 29 | title: "Bendrinti žemėlapį", 30 | label: "Bendrinti", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "El. paštas", 40 | message: "Išregistruoti šį žemėlapį" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Matuoti", 46 | label: "Matuoti" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "yyyy MMMM dd", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H a", 61 | minuteTimePattern: "HH:mm", 62 | secondTimePattern: "hh:m:s.SSS", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Rodyti laiko šliaužiklį", 65 | label: "Laikas", 66 | timeRange: "Nuo ${start_time} iki ${end_time}", 67 | timeRangeSingle: "Laiko intervalas: ${time}" 68 | }, 69 | editor: { 70 | title: "Rodyti redaktorių", 71 | label: "Redaktorius" 72 | }, 73 | legend: { 74 | title: "Rodyti legendą", 75 | label: "Legenda" 76 | }, 77 | details: { 78 | title: "Rodyti žemėlapio apibūdinimą", 79 | label: "Detali informacija" 80 | }, 81 | bookmark:{ 82 | title: "Rodyti žymes", 83 | label: "Žymės", 84 | details: "Perėjimui į vietą, paspauskite žymę" 85 | }, 86 | layers: { 87 | title: "Rodyti sluoksnių sąrašą", 88 | label: "Sluoksniai" 89 | }, 90 | search: { 91 | title: "Surasti adresą arba vietą", 92 | popupTitle: "Vieta", 93 | currentLocation: "Esama padėtis", 94 | notWhatYouWanted: "Ne tai ko norėjote?" , 95 | selectAnother: "Pasirinkite kitą vietą", 96 | errors:{ 97 | missingLocation: "Vieta nerasta" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Uždaryti skydelį", 104 | label: "Užverti" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/lv/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Nevar izveidot karti", 9 | bitly: 'bitly tiek izmantots, lai saīsinātu url uz koplietošanu. Apskatīt readme faila informāciju par bitly taustiņa izveidošanas un lietošanas detaļām', 10 | general: "Kļūda" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Pārslēgt pamatkarti", 16 | label: "Pamatkarte" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Ainava (PDF)', 21 | label2: 'Portrets (PDF)', 22 | label3: 'Ainava (Attēls)', 23 | label4: 'Portrets (Attēls)' 24 | }, 25 | title: "Drukāt karti", 26 | label: "Drukāt" 27 | }, 28 | share: { 29 | title: "Koplietot karti", 30 | label: "Koplietot", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Epasts", 40 | message: "Pārbaudiet šo karti" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Izmērīt", 46 | label: "Izmērīt" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "dd.MM.yyyy.", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H a", 61 | minuteTimePattern: "HH:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Parādīt laika slīdni", 65 | label: "Laiks", 66 | timeRange: "${start_time} - ${end_time}", 67 | timeRangeSingle: "Laika diapazons: ${time}" 68 | }, 69 | editor: { 70 | title: "Parādīt redaktoru", 71 | label: "Redaktors" 72 | }, 73 | legend: { 74 | title: "Parādīt leģendu", 75 | label: "Leģenda" 76 | }, 77 | details: { 78 | title: "Parādīt kartes detaļas", 79 | label: "Detaļas" 80 | }, 81 | bookmark:{ 82 | title: "Parādīt grāmatzīmes", 83 | label: "Grāmatzīmes", 84 | details: "Noklikšķiniet uz grāmatzīmēm, lai virzītos uz izvietojumu" 85 | }, 86 | layers: { 87 | title: "Parādīt slāņu sarakstu", 88 | label: "Slāņi" 89 | }, 90 | search: { 91 | title: "Atrast adresi vai vietu", 92 | popupTitle: "Izvietojums", 93 | currentLocation: "Pašreizējais izvietojums", 94 | notWhatYouWanted: "Nav tas, ko vēlējāties?" , 95 | selectAnother: "Izvēlieties citu izvietojumu", 96 | errors:{ 97 | missingLocation: "Izvietojums nav atrasts" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Aizvērt paneli", 104 | label: "Aizvērt" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/nb/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Kan ikke opprette kart", 9 | bitly: 'bitly brukes til å forkorte URLen for deling. Les readme-filen for detaljer om å opprette og bruke en bitly-nøkkel', 10 | general: "Feil" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Bytt bakgrunnskart", 16 | label: "Bakgrunnskart" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Liggende (PDF)', 21 | label2: 'Stående (PDF)', 22 | label3: 'Liggende (bilde)', 23 | label4: 'Stående (bilde)' 24 | }, 25 | title: "Skriv ut kart", 26 | label: "Skriv ut" 27 | }, 28 | share: { 29 | title: "Del kart", 30 | label: "Del", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-post", 40 | message: "Sjekk ut dette kartet" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Mål", 46 | label: "Mål" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d. MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H.mm", 62 | secondTimePattern: "t:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Vis tidskyvebryter", 65 | label: "Tid", 66 | timeRange: "${start_time} til ${end_time}", 67 | timeRangeSingle: "Tidsområde: ${time}" 68 | }, 69 | editor: { 70 | title: "Vis redigeringsverktøy", 71 | label: "Redigeringsverktøy" 72 | }, 73 | legend: { 74 | title: "Vis tegnforklaring", 75 | label: "Tegnforklaring" 76 | }, 77 | details: { 78 | title: "Vis kartdetaljer", 79 | label: "Detaljer" 80 | }, 81 | bookmark:{ 82 | title: "Vis bokmerker", 83 | label: "Bokmerker", 84 | details: "Klikk på et bokmerke for å navigere til lokasjonen" 85 | }, 86 | layers: { 87 | title: "Vis lagliste", 88 | label: "Lag" 89 | }, 90 | search: { 91 | title: "Finn adresse eller sted", 92 | popupTitle: "Plassering", 93 | currentLocation: "Gjeldende plassering", 94 | notWhatYouWanted: "Ikke den du ville ha?" , 95 | selectAnother: "Velg en annen lokasjon", 96 | errors:{ 97 | missingLocation: "Fant ikke lokasjonen" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Lukk panelet", 104 | label: "Lukk" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/nl/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Kan kaart niet maken", 9 | bitly: 'Bitly wordt gebruikt om de URL die u wilt delen, korter te maken. Bekijk het leesmij-bestand voor details over het maken en gebruiken van een bitly-code', 10 | general: "Fout" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Basiskaart wijzigen", 16 | label: "Basiskaart" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Liggend (PDF)', 21 | label2: 'Staand (PDF)', 22 | label3: 'Liggend (afbeelding)', 23 | label4: 'Staand (afbeelding)' 24 | }, 25 | title: "Pagina openen om kaart af te drukken", 26 | label: "Afdrukken" 27 | }, 28 | share: { 29 | title: "Kaart delen", 30 | label: "Delen", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-mail", 40 | message: "Bekijk deze kaart" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Meten", 46 | label: "Meten" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d. MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Tijdschuifregelaar weergeven", 65 | label: "Tijd", 66 | timeRange: "${start_time} tot ${end_time}", 67 | timeRangeSingle: "Tijdspanne: ${time}" 68 | }, 69 | editor: { 70 | title: "Editor weergeven", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Legenda weergeven", 75 | label: "Legenda" 76 | }, 77 | details: { 78 | title: "Kaartdetails weergeven", 79 | label: "Details" 80 | }, 81 | bookmark:{ 82 | title: "Bladwijzers weergeven", 83 | label: "Bladwijzers", 84 | details: "Klik op een bladwijzer om naar de locatie te navigeren" 85 | }, 86 | layers: { 87 | title: "Lijst met lagen weergeven", 88 | label: "Kaartlagen" 89 | }, 90 | search: { 91 | title: "Adres of plaats zoeken", 92 | popupTitle: "Locatie", 93 | currentLocation: "Huidige locatie", 94 | notWhatYouWanted: "Niet wat u wilde?" , 95 | selectAnother: "Een andere locatie selecteren", 96 | errors:{ 97 | missingLocation: "Locatie niet gevonden" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Sluiten", 104 | label: "Sluiten" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/pl/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Nie można utworzyć mapy", 9 | bitly: 'Serwis Bitly umożliwia skracanie adresów URL, aby ułatwić ich udostępnianie. W pliku readme znajdują się szczegóły dotyczące tworzenia i używania klucza bitly.', 10 | general: "Błąd" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Przełącz mapę bazową", 16 | label: "Mapa bazowa" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Poziomo (PDF)', 21 | label2: 'Pionowo (PDF)', 22 | label3: 'Poziomo (obraz)', 23 | label4: 'Pionowo (obraz)' 24 | }, 25 | title: "Drukuj mapę", 26 | label: "Drukuj" 27 | }, 28 | share: { 29 | title: "Udostępnij mapę", 30 | label: "Udostępnij", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Email", 40 | message: "Sprawdź tę mapę" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Zmierz", 46 | label: "Zmierz" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "dd-mm-yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "hh", 61 | minuteTimePattern: "hh:mm", 62 | secondTimePattern: "hh:mm:ss", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Suwak wyświetlania czasu", 65 | label: "Czas", 66 | timeRange: "${start_time} do ${end_time}", 67 | timeRangeSingle: "Okres: ${time}" 68 | }, 69 | editor: { 70 | title: "Wyświetl edytor", 71 | label: "Edytor" 72 | }, 73 | legend: { 74 | title: "Wyświetl legendę", 75 | label: "Legenda" 76 | }, 77 | details: { 78 | title: "Wyświetl szczegóły mapy", 79 | label: "Szczegóły" 80 | }, 81 | bookmark:{ 82 | title: "Wyświetl zakładki", 83 | label: "Zakładki", 84 | details: "Kliknij zakładkę, aby przejść do danej lokalizacji" 85 | }, 86 | layers: { 87 | title: "Wyświetl listę warstw tematycznych", 88 | label: "Warstwy" 89 | }, 90 | search: { 91 | title: "Znajdź adres lub miejsce", 92 | popupTitle: "Lokalizacja", 93 | currentLocation: "Bieżąca lokalizacja", 94 | notWhatYouWanted: "Oczekiwano innej lokalizacji?" , 95 | selectAnother: "Wybierz inną lokalizację", 96 | errors:{ 97 | missingLocation: "Nie odnaleziono lokalizacji" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Zamknij panel", 104 | label: "Zamknij" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/pt-BR/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Não foi possível criar o mapa", 9 | bitly: 'O bitly é utilizado para diminuir a url para compartilhamento. Consulte o arquivo Leia-Me para detalhes sobre criar e utilizar a tecla bitly', 10 | general: "Erro" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Trocar Mapa Base", 16 | label: "Mapa Base" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Paisagem (PDF)', 21 | label2: 'Retrato (PDF)', 22 | label3: 'Paisagem (imagem)', 23 | label4: 'Retrato (imagem)' 24 | }, 25 | title: "Imprimir Mapa", 26 | label: "Imprimir" 27 | }, 28 | share: { 29 | title: "Compartilhar Mapa", 30 | label: "Compartilhar", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-mail", 40 | message: "Desconectar mapa" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Medir", 46 | label: "Medir" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d\' de \'MMMM\' de \'yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Exibir Seletor de Tempo", 65 | label: "Tempo", 66 | timeRange: "${start_time} até ${end_time}", 67 | timeRangeSingle: "Intervalo de Tempo: ${time}" 68 | }, 69 | editor: { 70 | title: "Exibir Editor", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Exibir Legenda", 75 | label: "Legenda" 76 | }, 77 | details: { 78 | title: "Exibir Detalhes do Mapa", 79 | label: "Detalhes" 80 | }, 81 | bookmark:{ 82 | title: "Exibir Marcadores", 83 | label: "Marcadores", 84 | details: "Clique em um marcador para navegar até o local" 85 | }, 86 | layers: { 87 | title: "Exibir lista de camada", 88 | label: "Camadas" 89 | }, 90 | search: { 91 | title: "Localizar endereço ou lugar", 92 | popupTitle: "Local", 93 | currentLocation: "Local atual", 94 | notWhatYouWanted: "Não é o que você desejava?" , 95 | selectAnother: "Selecionar outro local", 96 | errors:{ 97 | missingLocation: "Local não encontrado" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Fechar Painel", 104 | label: "Fechar" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/pt-pt/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Não foi possível criar o mapa", 9 | bitly: 'O bitly é utilizado para encurtar a url de partilha. Consulte o ficheiro Leia-Me para obter mais detalhes sobre criar e utilizar a chave bitly', 10 | general: "Erro" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Mudar Mapa Base", 16 | label: "Mapa Base" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Paisagem (PDF)', 21 | label2: 'Retrato (PDF)', 22 | label3: 'Paisagem (imagem)', 23 | label4: 'Retrato (imagem)' 24 | }, 25 | title: "Imprimir Mapa", 26 | label: "Imprimir" 27 | }, 28 | share: { 29 | title: "Partilhar Mapa", 30 | label: "Partilhar", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Correio eletrónico", 40 | message: "Consulte este mapa" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Medir", 46 | label: "Medir" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d\' de \'MMMM\' de \'yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Exibir Controlo do Tempo", 65 | label: "Tempo", 66 | timeRange: "${start_time} até ${end_time}", 67 | timeRangeSingle: "Intervalo de Tempo: ${time}" 68 | }, 69 | editor: { 70 | title: "Exibir Editor", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Exibir Legenda", 75 | label: "Legenda" 76 | }, 77 | details: { 78 | title: "Exibir Detalhes do Mapa", 79 | label: "Detalhes" 80 | }, 81 | bookmark:{ 82 | title: "Exibir Marcadores", 83 | label: "Marcadores", 84 | details: "Clique num marcador para navegar até o local" 85 | }, 86 | layers: { 87 | title: "Exibir lista de camadas", 88 | label: "Camadas" 89 | }, 90 | search: { 91 | title: "Localizar endereço ou lugar", 92 | popupTitle: "Local", 93 | currentLocation: "Localização atual", 94 | notWhatYouWanted: "Não é o que pretendia?" , 95 | selectAnother: "Selecionar outra localização", 96 | errors:{ 97 | missingLocation: "Local não encontrado" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Fechar Painel", 104 | label: "Fechar" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/ro/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Nu se poate crea harta", 9 | bitly: 'O cheie bitly este utilizată pentru scurtarea URL-ului în vederea partajării. Vizualizaţi fişierul readme pentru detalii despre crearea şi utilizarea unei chei bitly', 10 | general: "Eroare" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Schimbare hartă fundal", 16 | label: "Hartă fundal" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Peisaj (PDF)', 21 | label2: 'Portret (PDF)', 22 | label3: 'Peisaj (Imagine)', 23 | label4: 'Portret (Imagine)' 24 | }, 25 | title: "Imprimare hartă", 26 | label: "Imprimare" 27 | }, 28 | share: { 29 | title: "Partajare hartă", 30 | label: "Partajare", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-mail", 40 | message: "Consultare această hartă" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Măsurare", 46 | label: "Măsurare" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d. MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Afişare glisor de timp", 65 | label: "Timp", 66 | timeRange: "de la ${start_time} până la ${end_time}", 67 | timeRangeSingle: "Interval de timp: ${time}" 68 | }, 69 | editor: { 70 | title: "Afişare editor", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Afişare legendă", 75 | label: "Legendă" 76 | }, 77 | details: { 78 | title: "Afişare detalii hartă", 79 | label: "Detalii" 80 | }, 81 | bookmark:{ 82 | title: "Afişare semne de carte", 83 | label: "Semne de carte", 84 | details: "Faceţi clic pe un semn de carte pentru a naviga către locaţia respectivă" 85 | }, 86 | layers: { 87 | title: "Afişare listă straturi tematice", 88 | label: "Straturi tematice" 89 | }, 90 | search: { 91 | title: "Găsire adresă sau loc", 92 | popupTitle: "Locaţie", 93 | currentLocation: "Locaţie curentă", 94 | notWhatYouWanted: "Nu este ce doreaţi?" , 95 | selectAnother: "Selectaţi altă locaţie", 96 | errors:{ 97 | missingLocation: "Locaţie negăsită" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Închidere panou", 104 | label: "Închidere" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/ru/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Не удалось создать карту", 9 | bitly: 'Для сокращения url при предоставления общего доступа используется ключ bitly. Информация о создании и использовании ключа bitly находится в файле readme.', 10 | general: "Ошибка" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Переключить базовую карту", 16 | label: "Базовая карта" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Альбомная (PDF)', 21 | label2: 'Книжная (PDF)', 22 | label3: 'Альбомная (Image)', 23 | label4: 'Книжная (Image)' 24 | }, 25 | title: "Печать карты", 26 | label: "Печать" 27 | }, 28 | share: { 29 | title: "Общий доступ к карте", 30 | label: "Общий доступ", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Email", 40 | message: "Открепить карту" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Измерить", 46 | label: "Измерить" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "MMMM d, yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h", 61 | minuteTimePattern: "h:mm", 62 | secondTimePattern: "h:m:s.SSS", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Показать бегунок времени", 65 | label: "Время", 66 | timeRange: "${start_time} до ${end_time}", 67 | timeRangeSingle: "Временной диапазон: ${time}" 68 | }, 69 | editor: { 70 | title: "Показать редактор", 71 | label: "Редактор" 72 | }, 73 | legend: { 74 | title: "Показать легенду", 75 | label: "Легенда" 76 | }, 77 | details: { 78 | title: "Просмотр информации о карте", 79 | label: "Детали" 80 | }, 81 | bookmark:{ 82 | title: "Показать закладки", 83 | label: "Закладки", 84 | details: "Щелкните закладку, чтобы перейти к местоположению" 85 | }, 86 | layers: { 87 | title: "Показать список слоев", 88 | label: "Слои" 89 | }, 90 | search: { 91 | title: "Найти адрес или место", 92 | popupTitle: "Местоположение", 93 | currentLocation: "Текущее местоположение", 94 | notWhatYouWanted: "Не то, что вам нужно?" , 95 | selectAnother: "Выберите другое местоположение", 96 | errors:{ 97 | missingLocation: "Местоположение не найдено" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Закрыть панель", 104 | label: "Закрыть" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/sv/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Det går inte att skapa kartan", 9 | bitly: 'bitly används för att förkorta URL:en för delning. Information om hur du skapar och använder en bitly-nyckel finns i readme-filen', 10 | general: "Fel" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Byt baskarta", 16 | label: "Baskarta" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Liggande (PDF)', 21 | label2: 'Stående (PDF)', 22 | label3: 'Liggande (bild)', 23 | label4: 'Stående (bild)' 24 | }, 25 | title: "Skriv ut karta", 26 | label: "Skriv ut" 27 | }, 28 | share: { 29 | title: "Dela karta", 30 | label: "Dela", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-post", 40 | message: "Titta på den här kartan" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Mät", 46 | label: "Mät" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "MMMM d, yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Visa tidsreglage", 65 | label: "Tid", 66 | timeRange: "${start_time} till ${end_time}", 67 | timeRangeSingle: "Tidsintervall: ${time}" 68 | }, 69 | editor: { 70 | title: "Visa redigerare", 71 | label: "Redigerare" 72 | }, 73 | legend: { 74 | title: "Visa teckenförklaring", 75 | label: "Teckenförklaring" 76 | }, 77 | details: { 78 | title: "Visa kartdetaljer", 79 | label: "Information" 80 | }, 81 | bookmark:{ 82 | title: "Visa bokmärken", 83 | label: "Bokmärken", 84 | details: "Klicka på ett bokmärke för att navigera till platsen" 85 | }, 86 | layers: { 87 | title: "Visa lagerlista", 88 | label: "Lager" 89 | }, 90 | search: { 91 | title: "Sök efter adress eller plats", 92 | popupTitle: "Plats", 93 | currentLocation: "Aktuell plats", 94 | notWhatYouWanted: "Är det inte vad du vill ha?" , 95 | selectAnother: "Välj en annan plats", 96 | errors:{ 97 | missingLocation: "Det gick inte att hitta platsen" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Stäng panel", 104 | label: "Stäng" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/template.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "english" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Unable to create map", 9 | bitly: 'bitly is used to shorten the url for sharing. View the readme file for details on creating and using a bitly key', 10 | general: "Error" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Switch Basemap", 16 | label: "Basemap" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Landscape (PDF)', 21 | label2: 'Portrait (PDF)', 22 | label3: 'Landscape (Image)', 23 | label4: 'Portrait (Image)' 24 | }, 25 | title: "Print Map", 26 | label: "Print" 27 | }, 28 | share: { 29 | title: "Share Map", 30 | label: "Share", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Email", 40 | message: "Check out this map" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Measure", 46 | label: "Measure" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "MMMM d, yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Display Time Slider", 65 | label: "Time", 66 | timeRange: "${start_time} to ${end_time}", 67 | timeRangeSingle: "Time Range: ${time}" 68 | }, 69 | editor: { 70 | title: "Display Editor", 71 | label: "Editor" 72 | }, 73 | legend: { 74 | title: "Display Legend", 75 | label: "Legend" 76 | }, 77 | details: { 78 | title: "Display Map Details", 79 | label: "Details" 80 | }, 81 | bookmark:{ 82 | title: "Display Bookmarks", 83 | label: "Bookmarks", 84 | details: "Click a bookmark to navigate to the location" 85 | }, 86 | layers: { 87 | title: "Display layer list", 88 | label: "Layers" 89 | }, 90 | search: { 91 | title: "Find address or place", 92 | popupTitle: "Location", 93 | currentLocation: "Current location", 94 | notWhatYouWanted: "Not what you wanted?" , 95 | selectAnother: "Select another location", 96 | errors:{ 97 | missingLocation: "Location not found" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Close Panel", 104 | label: "Close" 105 | } 106 | } 107 | }), 108 | "ar": 1, 109 | "cs": 1, 110 | "da": 1, 111 | "de": 1, 112 | "el": 1, 113 | "es": 1, 114 | "et": 1, 115 | "fi": 1, 116 | "fr": 1, 117 | "he": 1, 118 | "it": 1, 119 | "ja": 1, 120 | "ko": 1, 121 | "lt": 1, 122 | "lv": 1, 123 | "nl": 1, 124 | "nb": 1, 125 | "pl": 1, 126 | "pt-br": 1, 127 | "pt-pt": 1, 128 | "ro": 1, 129 | "ru": 1, 130 | "sv": 1, 131 | "tr": 1, 132 | "th": 1, 133 | "vi": 1, 134 | "zh-cn": 1, 135 | "zh-hk": 1, 136 | "zh-tw": 1 137 | }); 138 | -------------------------------------------------------------------------------- /nls/th/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "ไม่สามารถสร้างแผนที่ได้", 9 | bitly: 'bitly ใช้เพื่อทำให้ URL สำหรับการแชร์สั้นลง อ่านไฟล์ Readme สำหรับรายละเอียดในการสร้างและใช้ bitly key', 10 | general: "ข้อผิดพลาด" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "เปลี่ยนแผนที่ฐาน", 16 | label: "แผนที่ฐาน" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'แนวนอน (PDF)', 21 | label2: 'แนวตั้ง (PDF)', 22 | label3: 'แนวนอน (Image)', 23 | label4: 'แนวตั้ง (Image)' 24 | }, 25 | title: "พิมพ์แผนที่", 26 | label: "พิมพ์" 27 | }, 28 | share: { 29 | title: "แชร์แผนที่", 30 | label: "แชร์", 31 | menu: { 32 | facebook: { 33 | label: "เฟสบุค" 34 | }, 35 | twitter: { 36 | label: "ทวิตเตอร์" 37 | }, 38 | email: { 39 | label: "อีเมล์", 40 | message: "ดูแผนที่นี้" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "มาตรา", 46 | label: "มาตรา" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "MMMM d, yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "แสดงตัวเลื่อนเวลา", 65 | label: "เวลา", 66 | timeRange: "${start_time} ถึง ${end_time}", 67 | timeRangeSingle: "ช่วงเวลา: ${time}" 68 | }, 69 | editor: { 70 | title: "แสดงแถบเครื่องมือแก้ไข", 71 | label: "เครื่องมือแก้ไข" 72 | }, 73 | legend: { 74 | title: "แสดงคำอธิบายสัญลักษณ์", 75 | label: "คำอธิบายสัญลักษณ์" 76 | }, 77 | details: { 78 | title: "แสดงรายละเอียดของแผนที่", 79 | label: "รายละเอียดของแผนที่" 80 | }, 81 | bookmark:{ 82 | title: "แสดงบุ๊คมาร์ค", 83 | label: "บุ๊คมาร์ค", 84 | details: "คลิกบุ๊คมาร์คเพื่อไปยังตำแหน่งที่บันทึกไว้" 85 | }, 86 | layers: { 87 | title: "แสดงรายชื่อชั้นข้อมูล", 88 | label: "รายชื่อชั้นข้อมูล" 89 | }, 90 | search: { 91 | title: "ค้นหาที่อยู่หรือสถานที่", 92 | popupTitle: "ตำแหน่ง", 93 | currentLocation: "ตำแหน่งปัจจุบัน", 94 | notWhatYouWanted: "ไม่ใช่สิ่งที่ต้องการ?" , 95 | selectAnother: "เลือกตำแหน่งใหม่", 96 | errors:{ 97 | missingLocation: "ไม่พบตำแหน่งที่ต้องการ" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "ปิดแถบเครื่องมือ", 104 | label: "ปิด" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/tr/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "english" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Harita oluşturulamıyor", 9 | bitly: 'bitly, paylaşmak üzere url\'yi kısaltmak için kullanılır. Bir bitly anahtarı oluşturma ve kullanmanın ayrıntıları için readme dosyasına bakın', 10 | general: "Hata" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Altlık Haritayı Değiştir", 16 | label: "Altlık Harita" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Yatay (PDF)', 21 | label2: 'Dikey (PDF)', 22 | label3: 'Yatay (Görüntü)', 23 | label4: 'Dikey (Görüntü)' 24 | }, 25 | title: "Haritayı Yazdır", 26 | label: "Yazdır" 27 | }, 28 | share: { 29 | title: "Haritayı Paylaş", 30 | label: "Paylaş", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "E-posta", 40 | message: "Bu haritayı teslim al" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Ölç", 46 | label: "Ölç" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d MMMM yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Zaman Kaydırıcısını Göster", 65 | label: "Zaman", 66 | timeRange: "${start_time} - ${end_time}", 67 | timeRangeSingle: "Saat Aralığı: ${time}" 68 | }, 69 | editor: { 70 | title: "Düzenleyiciyi Göster", 71 | label: "Düzenleyici" 72 | }, 73 | legend: { 74 | title: "Gösterimi Görüntüle", 75 | label: "Gösterim" 76 | }, 77 | details: { 78 | title: "Harita Ayrıntılarını Görüntüle", 79 | label: "Ayrıntılar" 80 | }, 81 | bookmark:{ 82 | title: "Yer İşaretlerini Görüntüle", 83 | label: "Yer İşaretleri", 84 | details: "Konuma gitmek için bir yer işaretine tıklayın" 85 | }, 86 | layers: { 87 | title: "Katman listesini görüntüle", 88 | label: "Katmanlar" 89 | }, 90 | search: { 91 | title: "Adres veya yer bul", 92 | popupTitle: "Konum", 93 | currentLocation: "Geçerli Konum", 94 | notWhatYouWanted: "İstediğiniz bu değil mi?" , 95 | selectAnother: "Başka bir konum seç", 96 | errors:{ 97 | missingLocation: "Konum bulunamadı" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Paneli Kapat", 104 | label: "Kapat" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/vi/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "english" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "Không thể tạo bản đồ", 9 | bitly: 'bitly được sử dụng để rút ngắn url để chia sẻ. Xem tệp readme để biết chi tiết về việc tạo và sử dụng một khóa bitly', 10 | general: "Lỗi" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "Chuyển đổi Bản đồ nền", 16 | label: "Bản đồ nền" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: 'Khổ ngang (PDF)', 21 | label2: 'Khổ dọc (PDF)', 22 | label3: 'Khổ ngang (Hình ảnh)', 23 | label4: 'Khổ dọc (Hình ảnh)' 24 | }, 25 | title: "In Bản đồ", 26 | label: "In" 27 | }, 28 | share: { 29 | title: "Chia sẻ Bản đồ", 30 | label: "Chia sẻ", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "Email", 40 | message: "Xem bản đồ này" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "Đo lường", 46 | label: "Đo lường" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "d MMMM, yyyy", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "Hiển thị Thanh trượt Thời gian", 65 | label: "Thời gian", 66 | timeRange: "${start_time} đến ${end_time}", 67 | timeRangeSingle: "Khoảng thời gian: ${time}" 68 | }, 69 | editor: { 70 | title: "Hiển thị Trình biên tập", 71 | label: "Trình biên tập" 72 | }, 73 | legend: { 74 | title: "Hiển thị Chú giải", 75 | label: "Chú giải" 76 | }, 77 | details: { 78 | title: "Hiển thị Chi tiết của Bản đồ", 79 | label: "Chi tiết" 80 | }, 81 | bookmark:{ 82 | title: "Hiển thị Đánh dấu", 83 | label: "Đánh dấu", 84 | details: "Nhấp chuột vào một thẻ đánh dấu để điều hướng đến vị trí" 85 | }, 86 | layers: { 87 | title: "Hiển thị danh sách lớp", 88 | label: "Lớp" 89 | }, 90 | search: { 91 | title: "Tìm địa chỉ hoặc địa điểm", 92 | popupTitle: "Vị trí", 93 | currentLocation: "Vị trí hiện tại", 94 | notWhatYouWanted: "Không phải cái bạn muốn?" , 95 | selectAnother: "Chọn một vị trí khác", 96 | errors:{ 97 | missingLocation: "Không tìm thấy vị trí" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "Đóng Bảng điều khiển", 104 | label: "Đóng" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/zh-CN/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "无法创建地图", 9 | bitly: 'bitly 用于缩短 url 以便进行共享。有关创建和使用 bitly 密钥的详细信息,请查看自述文件', 10 | general: "错误" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "切换底图", 16 | label: "底图" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: '横向(PDF)', 21 | label2: '纵向(PDF)', 22 | label3: '横向(图像)', 23 | label4: '纵向(图像)' 24 | }, 25 | title: "打印地图", 26 | label: "打印" 27 | }, 28 | share: { 29 | title: "共享地图", 30 | label: "共享", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "电子邮件", 40 | message: "检出该地图" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "测量", 46 | label: "测量" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "yyyy 年 m 月 d 日", 59 | yearPattern: "yyyy", 60 | hourTimePattern: "H", 61 | minuteTimePattern: "H:mm", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "显示时间滑块", 65 | label: "时间", 66 | timeRange: "${start_time} 至 ${end_time}", 67 | timeRangeSingle: "时间范围: ${time}" 68 | }, 69 | editor: { 70 | title: "显示编辑器", 71 | label: "编辑器" 72 | }, 73 | legend: { 74 | title: "显示图例", 75 | label: "图例" 76 | }, 77 | details: { 78 | title: "显示地图详细信息", 79 | label: "详细信息" 80 | }, 81 | bookmark:{ 82 | title: "显示书签", 83 | label: "书签", 84 | details: "单击书签导航至该位置" 85 | }, 86 | layers: { 87 | title: "显示图层列表", 88 | label: "图层" 89 | }, 90 | search: { 91 | title: "查找地址或地点", 92 | popupTitle: "位置", 93 | currentLocation: "当前位置", 94 | notWhatYouWanted: "不是您想要的位置?" , 95 | selectAnother: "选择其他位置", 96 | errors:{ 97 | missingLocation: "未找到位置" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "关闭面板", 104 | label: "关闭" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/zh-hk/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "英語" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "無法建立地圖", 9 | bitly: 'bitly 用於縮短 url 以便進行分享。有關建立和使用 bitly 金鑰的詳細資訊,請查看 readme 文件', 10 | general: "錯誤" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "切換底圖", 16 | label: "底圖" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: '橫向(PDF)', 21 | label2: '縱向(PDF)', 22 | label3: '橫向(圖像)', 23 | label4: '縱向(圖像)' 24 | }, 25 | title: "列印地圖", 26 | label: "列印" 27 | }, 28 | share: { 29 | title: "分享地圖", 30 | label: "分享", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "電子郵件", 40 | message: "簽出該地圖" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "測量", 46 | label: "測量" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "年月日", 59 | yearPattern: "年", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "顯示時間滑桿", 65 | label: "時間", 66 | timeRange: "${start_time} 至 ${end_time}", 67 | timeRangeSingle: "時間範圍: ${time}" 68 | }, 69 | editor: { 70 | title: "顯示編輯器", 71 | label: "編輯器" 72 | }, 73 | legend: { 74 | title: "顯示圖例", 75 | label: "圖例" 76 | }, 77 | details: { 78 | title: "顯示地圖詳細資訊", 79 | label: "詳細資訊" 80 | }, 81 | bookmark:{ 82 | title: "顯示書簽", 83 | label: "書簽", 84 | details: "按一下書簽瀏覽至該位置" 85 | }, 86 | layers: { 87 | title: "顯示圖層清單", 88 | label: "圖層" 89 | }, 90 | search: { 91 | title: "查詢地址或地點", 92 | popupTitle: "位置", 93 | currentLocation: "目前位置", 94 | notWhatYouWanted: "不是您想要的位置?" , 95 | selectAnother: "選擇其他位置", 96 | errors:{ 97 | missingLocation: "未找到位置" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "關閉面板", 104 | label: "關閉" 105 | } 106 | } 107 | }) 108 | ); 109 | -------------------------------------------------------------------------------- /nls/zh-tw/template.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | viewer: { 4 | main: { 5 | scaleBarUnits: "英語" //"english (for miles) or "metric" (for km) - don't translate. 6 | }, 7 | errors: { 8 | createMap: "無法建立地圖", 9 | bitly: 'bitly 用於縮短 url 以便進行分享。有關建立和使用 bitly 金鑰的詳細資訊,請查看 readme 文件', 10 | general: "錯誤" 11 | } 12 | }, 13 | tools: { 14 | basemap: { 15 | title: "切換底圖", 16 | label: "底圖" 17 | }, 18 | print: { 19 | layouts:{ 20 | label1: '橫向(PDF)', 21 | label2: '縱向(PDF)', 22 | label3: '橫向(圖像)', 23 | label4: '縱向(圖像)' 24 | }, 25 | title: "列印地圖", 26 | label: "列印" 27 | }, 28 | share: { 29 | title: "分享地圖", 30 | label: "分享", 31 | menu: { 32 | facebook: { 33 | label: "Facebook" 34 | }, 35 | twitter: { 36 | label: "Twitter" 37 | }, 38 | email: { 39 | label: "電子郵件", 40 | message: "簽出該地圖" 41 | } 42 | } 43 | }, 44 | measure: { 45 | title: "測量", 46 | label: "測量" 47 | }, 48 | time: { 49 | // doc about date and time patterns: http://dojotoolkit.org/reference-guide/dojo/date/locale/format.html 50 | // yyyy: full year, e.g. 2011 51 | // MMMM: full month name, e.g. December 52 | // d: day of month, e.g. 5 or 24 ("dd" would be 05 or 24) 53 | // h: hours by 0-11, e.g. 6 or 11 ("hh" would be 06 or 11) 54 | // a: am/pm 55 | // H: hours by 0-23, e.g. 6 or 23 ("HH" would be 06 or 23) 56 | // ss: seconds, e.g. 08 or 37 (just "s" would be 8 or 37) 57 | // SSS: milliseconds, e.g. 006 or 123 (just "S" would be 6 or 123) 58 | datePattern: "年月日", 59 | yearPattern: "年", 60 | hourTimePattern: "h a", 61 | minuteTimePattern: "h:mm a", 62 | secondTimePattern: "h:m:s.SSS a", 63 | millisecondTimePattern:"h:m:ss.SSS a", 64 | title: "顯示時間滑桿", 65 | label: "時間", 66 | timeRange: "${start_time} 至 ${end_time}", 67 | timeRangeSingle: "時間範圍: ${time}" 68 | }, 69 | editor: { 70 | title: "顯示編輯器", 71 | label: "編輯器" 72 | }, 73 | legend: { 74 | title: "顯示圖例", 75 | label: "圖例" 76 | }, 77 | details: { 78 | title: "顯示地圖詳細資訊", 79 | label: "詳細資訊" 80 | }, 81 | bookmark:{ 82 | title: "顯示書簽", 83 | label: "書簽", 84 | details: "按一下書簽瀏覽至該位置" 85 | }, 86 | layers: { 87 | title: "顯示圖層清單", 88 | label: "圖層" 89 | }, 90 | search: { 91 | title: "查詢地址或地點", 92 | popupTitle: "位置", 93 | currentLocation: "目前位置", 94 | notWhatYouWanted: "不是您想要的位置?" , 95 | selectAnother: "選擇其他位置", 96 | errors:{ 97 | missingLocation: "未找到位置" 98 | } 99 | } 100 | }, 101 | panel: { 102 | close: { 103 | title: "關閉面板", 104 | label: "關閉" 105 | } 106 | } 107 | }) 108 | ); 109 | --------------------------------------------------------------------------------