mirror of
https://github.com/maputnik/editor.git
synced 2026-08-30 17:07:26 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8ebd771c4 | |||
| 9287d6f60b | |||
| 34b35f98a6 | |||
| 3f6c99e74f |
@@ -21,7 +21,7 @@ type DocProps = {
|
|||||||
docUrl?: string,
|
docUrl?: string,
|
||||||
docUrlDescription?: string
|
docUrlDescription?: string
|
||||||
}
|
}
|
||||||
}; // & WithTranslation?
|
};
|
||||||
|
|
||||||
export default class Doc extends React.Component<DocProps> {
|
export default class Doc extends React.Component<DocProps> {
|
||||||
render () {
|
render () {
|
||||||
@@ -89,7 +89,7 @@ export default class Doc extends React.Component<DocProps> {
|
|||||||
}
|
}
|
||||||
{docUrl && docUrlDescription &&
|
{docUrl && docUrlDescription &&
|
||||||
<div className="SpecDoc__learn-more">
|
<div className="SpecDoc__learn-more">
|
||||||
<a href={docUrl} target="_blank" rel="noreferrer" onClick={() => console.log('Link clicked')}>{docUrlDescription}</a>
|
<a href={docUrl} target="_blank" rel="noreferrer">{docUrlDescription}</a>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -176,11 +176,11 @@
|
|||||||
"Error:": "Erreur :",
|
"Error:": "Erreur :",
|
||||||
"MapTiler Access Token": "Jeton d'accès MapTiler",
|
"MapTiler Access Token": "Jeton d'accès MapTiler",
|
||||||
"Public access token for MapTiler Cloud.": "Jeton d'accès public pour MapTiler Cloud.",
|
"Public access token for MapTiler Cloud.": "Jeton d'accès public pour MapTiler Cloud.",
|
||||||
"Learn More": "__STRING_NOT_TRANSLATED__",
|
"Learn More": "En savoir plus",
|
||||||
"Thunderforest Access Token": "Jeton d'accès Thunderforest",
|
"Thunderforest Access Token": "Jeton d'accès Thunderforest",
|
||||||
"Public access token for Thunderforest services.": "Jeton d'accès public pour les services Thunderforest.",
|
"Public access token for Thunderforest services.": "Jeton d'accès public pour les services Thunderforest.",
|
||||||
"Stadia Maps API Key": "__STRING_NOT_TRANSLATED__",
|
"Stadia Maps API Key": "Clé d'API Stadia Maps",
|
||||||
"API key for Stadia Maps.": "__STRING_NOT_TRANSLATED__",
|
"API key for Stadia Maps.": "Clé d'API pour Stadia Maps.",
|
||||||
"Style Renderer": "Moteur de rendu pour le style",
|
"Style Renderer": "Moteur de rendu pour le style",
|
||||||
"Choose the default Maputnik renderer for this style.": "Choisissez le moteur de rendu Maputnik par défaut pour ce style.",
|
"Choose the default Maputnik renderer for this style.": "Choisissez le moteur de rendu Maputnik par défaut pour ce style.",
|
||||||
"Language": "Langue",
|
"Language": "Langue",
|
||||||
|
|||||||
@@ -81,7 +81,6 @@
|
|||||||
"Close modal": "סגירת חלונית",
|
"Close modal": "סגירת חלונית",
|
||||||
"Debug": "דיבאג",
|
"Debug": "דיבאג",
|
||||||
"Options": "אפשרויות",
|
"Options": "אפשרויות",
|
||||||
"<0>Open in OSM</0> — Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
|
|
||||||
"Export Style": "ייצוא של הסטייל",
|
"Export Style": "ייצוא של הסטייל",
|
||||||
"Download Style": "הורדה של הסטייל",
|
"Download Style": "הורדה של הסטייל",
|
||||||
"Download a JSON style to your computer.": "הורדה של הסטייל למחשב",
|
"Download a JSON style to your computer.": "הורדה של הסטייל למחשב",
|
||||||
|
|||||||
@@ -81,7 +81,6 @@
|
|||||||
"Close modal": "モーダルを閉じる",
|
"Close modal": "モーダルを閉じる",
|
||||||
"Debug": "デバッグ",
|
"Debug": "デバッグ",
|
||||||
"Options": "設定",
|
"Options": "設定",
|
||||||
"<0>Open in OSM</0> — Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
|
|
||||||
"Export Style": "スタイルをエクスポート",
|
"Export Style": "スタイルをエクスポート",
|
||||||
"Download Style": "スタイルをダウンロード",
|
"Download Style": "スタイルをダウンロード",
|
||||||
"Download a JSON style to your computer.": "パソコンにJSONスタイルをダウンロードします。",
|
"Download a JSON style to your computer.": "パソコンにJSONスタイルをダウンロードします。",
|
||||||
|
|||||||
@@ -81,7 +81,6 @@
|
|||||||
"Close modal": "关闭模态框",
|
"Close modal": "关闭模态框",
|
||||||
"Debug": "调试",
|
"Debug": "调试",
|
||||||
"Options": "选项",
|
"Options": "选项",
|
||||||
"<0>Open in OSM</0> — Opens the current view on openstreetmap.org": "__STRING_NOT_TRANSLATED__",
|
|
||||||
"Export Style": "导出样式",
|
"Export Style": "导出样式",
|
||||||
"Download Style": "下载样式",
|
"Download Style": "下载样式",
|
||||||
"Download a JSON style to your computer.": "将JSON样式下载到您的电脑。",
|
"Download a JSON style to your computer.": "将JSON样式下载到您的电脑。",
|
||||||
|
|||||||
Reference in New Issue
Block a user