Remove reference to config.json settings in strings (#3863)

Этот коммит содержится в:
enahum
2016-08-23 18:21:25 -03:00
коммит произвёл GitHub
родитель 065d01c121
Коммит e406a92fbb
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@@ -2873,7 +2873,7 @@
},
{
"id": "model.config.is_valid.cluster_email_batching.app_error",
"translation": "Unable to enable email batching (EmailSettings.EnableEmailBatching) when clustering (ClusterSettings.Enable) is enabled"
"translation": "Unable to enable email batching when clustering is enabled"
},
{
"id": "model.config.is_valid.email_batching_buffer_size.app_error",
@@ -3069,7 +3069,7 @@
},
{
"id": "model.config.is_valid.site_url_email_batching.app_error",
"translation": "Unable to enable email batching (EmailSettings.EnableEmailBatching) when SiteURL (ServiceSettings.SiteURL) isn't set."
"translation": "Unable to enable email batching when SiteURL isn't set."
},
{
"id": "model.config.is_valid.sitename_length.app_error",

Просмотреть файл

@@ -1246,7 +1246,7 @@
"help.formatting.lines": "## Lines\n\nCreate a line by using three `*`, `_`, or `-`.",
"help.formatting.linkEx": "[Check out Mattermost!](https://about.mattermost.com/)",
"help.formatting.links": "## Links\n\nCreate labeled links by putting the desired text in square brackets and the associated link in normal brackets.",
"help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point') + '\n```",
"help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point')",
"help.formatting.lists": "## Lists\n\nCreate a list by using `*` or `-` as bullets. Indent a bullet point by adding two spaces in front of it.",
"help.formatting.monokaiTheme": "**Monokai Theme**",
"help.formatting.ordered": "Make it an ordered list by using numbers instead:",