mirror of
https://github.com/maputnik/editor.git
synced 2026-07-31 02:07:26 +00:00
More code review fixes
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
@@ -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