summaryrefslogtreecommitdiffstats
path: root/i18n/ru.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-03-28 10:08:07 +0300
committerGitHub <noreply@github.com>2018-03-28 10:08:07 +0300
commitad8bf48c4e6842551ba95a5e2424c14c50aa8752 (patch)
tree980e47ee20de45e9b63c571f12b9732b8b4cc2c7 /i18n/ru.json
parent257f74873297a6c6b4d14f2d21ffc3adad620c4c (diff)
downloadchat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.tar.gz
chat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.tar.bz2
chat-ad8bf48c4e6842551ba95a5e2424c14c50aa8752.zip
translations PR 20180326 (#8514)
Diffstat (limited to 'i18n/ru.json')
-rw-r--r--i18n/ru.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/i18n/ru.json b/i18n/ru.json
index 550176c0a..c420cb3bc 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -1955,6 +1955,14 @@
"translation": "Инициализация сервера..."
},
{
+ "id": "api.server.start_server.forward80to443.disabled_while_using_lets_encrypt",
+ "translation": "Must enable Forward80To443 when using LetsEncrypt"
+ },
+ {
+ "id": "api.server.start_server.forward80to443.enabled_but_listening_on_wrong_port",
+ "translation": "Cannot forward port 80 to port 443 while listening on port %s: disable Forward80To443 if using a proxy server"
+ },
+ {
"id": "api.server.start_server.listening.info",
"translation": "Сервер ожидает подключения на %v"
},
@@ -3771,6 +3779,18 @@
"translation": "Эта команда достигла максимального количества разрешенных учетных записей. Свяжитесь с системным администратором для установки большего предела."
},
{
+ "id": "app.timezones.failed_deserialize.app_error",
+ "translation": "Failed to deserialize Timezone config file={{.Filename}}, err={{.Error}}"
+ },
+ {
+ "id": "app.timezones.load_config.app_error",
+ "translation": "Timezone config file does not exists file={{.Filename}}"
+ },
+ {
+ "id": "app.timezones.read_config.app_error",
+ "translation": "Failed to read Timezone config file={{.Filename}}, err={{.Error}}"
+ },
+ {
"id": "app.user_access_token.disabled",
"translation": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
},
@@ -6427,6 +6447,18 @@
"translation": "Не удалось выбрать для удаления посты пользователя (слишком много), пожалуйста, запустите повторно"
},
{
+ "id": "store.sql_post.query_max_post_size.error",
+ "translation": "We couldn't determine the maximum supported post size"
+ },
+ {
+ "id": "store.sql_post.query_max_post_size.max_post_size_bytes",
+ "translation": "Post.Message supports at most %d bytes"
+ },
+ {
+ "id": "store.sql_post.query_max_post_size.unrecognized_driver",
+ "translation": "No implementation found to determine the maximum supported post size"
+ },
+ {
"id": "store.sql_post.save.app_error",
"translation": "Не удалось сохранить Пост"
},