更新 zh-cn.json
This commit is contained in:
parent
c8a8854020
commit
1539701042
@ -57,7 +57,7 @@
|
||||
"DataPage": {
|
||||
"header": {
|
||||
"title": {
|
||||
"mine": "你的数据集",
|
||||
"mine": "数据集",
|
||||
"shared": "Shared with you",
|
||||
"favorited": "Your Favorited Datasets",
|
||||
"locked": "锁定的数据集",
|
||||
@ -86,7 +86,7 @@
|
||||
"MapsPage": {
|
||||
"header": {
|
||||
"title": {
|
||||
"mine": "你的地图",
|
||||
"mine": "地图",
|
||||
"shared": "与您分享",
|
||||
"favorited": "您最喜欢的地图",
|
||||
"locked": "锁定的地图",
|
||||
@ -256,7 +256,7 @@
|
||||
"viewRecentContentAction": "查看最新内容",
|
||||
"emptyState": {
|
||||
"title": "您没有标签.",
|
||||
"subtitle": "Add one to your maps or datasets and start organizing your <a href=\"https://carto.com/help/getting-started/new-dashboard/\">dashboard</a>."
|
||||
"subtitle": "Add one to your maps or datasets and start organizing your <a href=\"http://www.spacen.net/carto/help/getting-started/new-dashboard/\">dashboard</a>."
|
||||
},
|
||||
"loading": "Asking the server politely for your tags."
|
||||
}
|
||||
@ -285,7 +285,7 @@
|
||||
"total": "总共",
|
||||
"perMonth": "每月"
|
||||
},
|
||||
"account": "你的帐户",
|
||||
"account": "帐户",
|
||||
"dataServices": "数据服务",
|
||||
"storage": "存储",
|
||||
"publicMaps": "公开地图",
|
||||
@ -348,7 +348,7 @@
|
||||
},
|
||||
"engineWarning": {
|
||||
"text": "Needs access to API Keys.",
|
||||
"link": "https://carto.com/help/getting-started/get-api-key/#why-do-you-need-this",
|
||||
"link": "http://www.spacen.net/carto/help/getting-started/get-api-key/#why-do-you-need-this",
|
||||
"linkText": "Learn more"
|
||||
}
|
||||
},
|
||||
@ -371,7 +371,7 @@
|
||||
"title": "制作互动式网络地图",
|
||||
"text1": "Our platform provides a set of libraries and APIs to develop customizable and interactive maps. CARTO VL is a JavaScript library to develop beautiful interactive web maps.",
|
||||
"text2": "In this guide, you will learn how to load the library in your project, create a map with one of CARTO's basemaps, add a data layer, and style it.",
|
||||
"text3": "Interested in other libraries or APIs? Visit our <a href='https://carto.com/developers' target='_blank'>Developer Center</a>."
|
||||
"text3": "Interested in other libraries or APIs? Visit our <a href='http://www.spacen.net/carto/developers' target='_blank'>Developer Center</a>."
|
||||
},
|
||||
"step2": {
|
||||
"summary": "使用下面的模板创建一个HTML文件,加载CARTO VL和Mapbox GL库.",
|
||||
@ -379,7 +379,7 @@
|
||||
"instruction1":"Create an HTML file and add the following scripts."
|
||||
},
|
||||
"extras": {
|
||||
"resource1": "CARTO VL is our more advanced rendering library and new features are constantly being added. You can read about the newest capabilities in our <a href='https://carto.com/blog/categories/product-updates/' target='_blank'>Product Updates</a> blog.",
|
||||
"resource1": "CARTO VL is our more advanced rendering library and new features are constantly being added. You can read about the newest capabilities in our <a href='http://www.spacen.net/carto/blog/categories/product-updates/' target='_blank'>Product Updates</a> blog.",
|
||||
"resource2": "You can also <a href='https://www.npmjs.com/package/@carto/carto-vl' target='_blank'>install and load CARTO VL using npm</a>."
|
||||
}
|
||||
},
|
||||
@ -406,7 +406,7 @@
|
||||
"instruction2":"Now that CARTO VL has access, you can add any of the datasets in that account as a source layer to display on the map."
|
||||
},
|
||||
"extras": {
|
||||
"resource1": "Want to use your own account? Learn about <a href='https://carto.com/developers/fundamentals/authorization/' target='_blank'>API Authorization</a>."
|
||||
"resource1": "Want to use your own account? Learn about <a href='http://www.spacen.net/carto/developers/fundamentals/authorization/' target='_blank'>API Authorization</a>."
|
||||
}
|
||||
},
|
||||
"step6": {
|
||||
@ -415,7 +415,7 @@
|
||||
"instruction1":"You can overwrite the default symbology applied to features on the map by adding custom styles inside of the <code>Viz</code> object."
|
||||
},
|
||||
"extras": {
|
||||
"resource1": "Learn more about <a href='https://carto.com/developers/carto-vl/guides/style-with-expressions/' target='_blank'>styling with expressions</a>."
|
||||
"resource1": "Learn more about <a href='http://www.spacen.net/carto/developers/carto-vl/guides/style-with-expressions/' target='_blank'>styling with expressions</a>."
|
||||
}
|
||||
},
|
||||
"step7": {
|
||||
@ -425,26 +425,26 @@
|
||||
"message2": "<a href='{url}' class='is-bold'>Download</a> the full code example."
|
||||
},
|
||||
"extras": {
|
||||
"resource1":"Learn more with the following examples from our <a href='https://carto.com/developers/carto-vl/' target='_blank'>Developer Center</a>."
|
||||
"resource1":"Learn more with the following examples from our <a href='http://www.spacen.net/carto/developers/carto-vl/' target='_blank'>Developer Center</a>."
|
||||
},
|
||||
"cards": {
|
||||
"card1": {
|
||||
"title": "Style features by category",
|
||||
"subtitle": "Learn how to change the style of the features by a given column",
|
||||
"button": "Go to example",
|
||||
"link": "https://carto.com/developers/carto-vl/examples/#example-style-by-category"
|
||||
"link": "http://www.spacen.net/carto/developers/carto-vl/examples/#example-style-by-category"
|
||||
},
|
||||
"card2": {
|
||||
"title": "Add hover popups",
|
||||
"subtitle": "Learn how to display info about a feature when user mouses over it.",
|
||||
"button": "Go to example",
|
||||
"link": "https://carto.com/developers/carto-vl/examples/#example-add-pop-ups-on-hover"
|
||||
"link": "http://www.spacen.net/carto/developers/carto-vl/examples/#example-add-pop-ups-on-hover"
|
||||
},
|
||||
"card3": {
|
||||
"title": "Animate the features",
|
||||
"subtitle": "Learn how to animate the features of the map by different columns.",
|
||||
"button": "Go to example",
|
||||
"link": "https://carto.com/developers/carto-vl/examples/#example-animate-and-color-by-date"
|
||||
"link": "http://www.spacen.net/carto/developers/carto-vl/examples/#example-animate-and-color-by-date"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -494,7 +494,7 @@
|
||||
"instruction3": "In the Connect dataset section click “Browse”, select the file, and click “Connect dataset”"
|
||||
},
|
||||
"extras": {
|
||||
"resource1": "You can also <a href='https://carto.com/help/working-with-data/quick-data-import/' target='_blank'>import your data</a> by dragging and dropping your files into your dashboard."
|
||||
"resource1": "You can also <a href='http://www.spacen.net/carto/help/working-with-data/quick-data-import/' target='_blank'>import your data</a> by dragging and dropping your files into your dashboard."
|
||||
},
|
||||
"cards": {
|
||||
"dataset1": {
|
||||
@ -555,26 +555,26 @@
|
||||
"message2": "<a href='{url}' class='is-bold'>Download</a> the example."
|
||||
},
|
||||
"extras": {
|
||||
"resource1":"Learn more with the following examples from our <a href='https://carto.com/help/tutorials/' target='_blank'>Help Center</a>."
|
||||
"resource1":"Learn more with the following examples from our <a href='http://www.spacen.net/carto/help/tutorials/' target='_blank'>Help Center</a>."
|
||||
},
|
||||
"cards": {
|
||||
"card1": {
|
||||
"title": "Understanding map layers in Builder",
|
||||
"subtitle": "Learn how to add data layers to your maps, style them, and more.",
|
||||
"button": "Go to example",
|
||||
"link": "https://carto.com/help/building-maps/understanding-map-layers-in-builder/"
|
||||
"link": "http://www.spacen.net/carto/help/building-maps/understanding-map-layers-in-builder/"
|
||||
},
|
||||
"card2": {
|
||||
"title": "Customizing Pop-Ups with HTML",
|
||||
"subtitle": "Learn how to setup and customise popups with HTML.",
|
||||
"button": "Go to example",
|
||||
"link": "https://carto.com/help/building-maps/customizing-pop-ups-with-html/"
|
||||
"link": "http://www.spacen.net/carto/help/building-maps/customizing-pop-ups-with-html/"
|
||||
},
|
||||
"card3": {
|
||||
"title": "Exploring Data with Widgets",
|
||||
"subtitle": "Learn how to add interactive widgets to explore your data.",
|
||||
"button": "Go to example",
|
||||
"link": "https://carto.com/help/building-maps/exploring-widgets/"
|
||||
"link": "http://www.spacen.net/carto/help/building-maps/exploring-widgets/"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -586,7 +586,7 @@
|
||||
},
|
||||
"OAuthAppsPage": {
|
||||
"title": "Apps",
|
||||
"description": "Build your app allowing users to authenticate through CARTO to share specific data with your app. You can read more in our <a href='https://carto.com/developers/fundamentals/oauth-apps/' target='_blank'>developer documentation</a>.",
|
||||
"description": "Build your app allowing users to authenticate through CARTO to share specific data with your app. You can read more in our <a href='http://www.spacen.net/carto/developers/fundamentals/oauth-apps/' target='_blank'>developer documentation</a>.",
|
||||
|
||||
"emptyDescription": "Want to build something that integrates with and extends CARTO?",
|
||||
"newAppButton": "New OAuth App",
|
||||
@ -629,7 +629,7 @@
|
||||
"clientSecret": "Client Secret:",
|
||||
"clientSecretWarning": "Client secret must be kept secret",
|
||||
"clientSecretButton": "Reset client secret",
|
||||
"clientSecretDesc": "OAuth apps can use OAuth credentials to identify users. Learn more about identifying users by reading our <a href='https://carto.com/developers/fundamentals/oauth-apps/#oauth-flow' target='_blank'>integration developer documentation.</a>",
|
||||
"clientSecretDesc": "OAuth apps can use OAuth credentials to identify users. Learn more about identifying users by reading our <a href='http://www.spacen.net/carto/developers/fundamentals/oauth-apps/#oauth-flow' target='_blank'>integration developer documentation.</a>",
|
||||
"appInformationTitle": "App Information",
|
||||
"deleteAppButton": "Delete my app"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user