Translations update from Weblate (#16841)
* Translated using Weblate (Chinese (Simplified)) Currently translated at 98.9% (2101 of 2124 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/zh_Hans/ * Translated using Weblate (Swedish) Currently translated at 100.0% (2127 of 2127 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/ Translated using Weblate (Swedish) Currently translated at 100.0% (2126 of 2126 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/ Translated using Weblate (Swedish) Currently translated at 99.9% (2125 of 2126 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/ Translated using Weblate (Swedish) Currently translated at 100.0% (2124 of 2124 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/ * Translated using Weblate (Turkish) Currently translated at 100.0% (2126 of 2126 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/ Translated using Weblate (Turkish) Currently translated at 100.0% (2125 of 2125 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/ * Translated using Weblate (Japanese) Currently translated at 100.0% (2127 of 2127 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/ Translated using Weblate (Japanese) Currently translated at 100.0% (2126 of 2126 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/ * Translated using Weblate (Dutch) Currently translated at 100.0% (2127 of 2127 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/ Translated using Weblate (Dutch) Currently translated at 100.0% (2126 of 2126 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/ * Translated using Weblate (Bulgarian) Currently translated at 100.0% (2127 of 2127 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/bg/ Translated using Weblate (Bulgarian) Currently translated at 100.0% (2126 of 2126 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/bg/ Co-authored-by: aeomin <lin@aeomin.net> Co-authored-by: majo <martinjohnson@bahnhof.se> Co-authored-by: Kaya Zeren <kayazeren@gmail.com> Co-authored-by: kaakaa <stooner.hoe@gmail.com> Co-authored-by: Tom De Moor <tom@controlaltdieliet.be> Co-authored-by: Nikolai Zahariev <nikolaiz@yahoo.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a31f666019
Коммит
0ea3b0f17d
16
i18n/bg.json
16
i18n/bg.json
@@ -8505,5 +8505,21 @@
|
||||
{
|
||||
"id": "api.user.update_user_auth.invalid_request",
|
||||
"translation": "В заявката липсва параметър AuthData или AuthService."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.sql_conn_max_idle_time_milliseconds.app_error",
|
||||
"translation": "Невалидно максимално време за неактивност на връзката в SQL настройките. Трябва да не е отрицателно число."
|
||||
},
|
||||
{
|
||||
"id": "app.user.get_threads_for_user.not_found",
|
||||
"translation": "Разговор с потребителя не съществува или не се следва"
|
||||
},
|
||||
{
|
||||
"id": "api.file.file_mod_time.app_error",
|
||||
"translation": "Неуспешно получаване времето за последна промяна на файла."
|
||||
},
|
||||
{
|
||||
"id": "api.getThreadsForUser.bad_params",
|
||||
"translation": "Параметрите Преди и След за getThreadsForUser се изключват взаимно"
|
||||
}
|
||||
]
|
||||
|
||||
20
i18n/ja.json
20
i18n/ja.json
@@ -8496,5 +8496,25 @@
|
||||
{
|
||||
"id": "api.back_to_app",
|
||||
"translation": "{{.SiteName}} に戻る"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.sql_conn_max_idle_time_milliseconds.app_error",
|
||||
"translation": "SQL設定の最大接続アイドル時間が不正です。0以上の数にしてください。"
|
||||
},
|
||||
{
|
||||
"id": "app.user.get_threads_for_user.not_found",
|
||||
"translation": "ユーザースレッドが存在しないか、フォローしていません"
|
||||
},
|
||||
{
|
||||
"id": "api.user.update_user_auth.invalid_request",
|
||||
"translation": "リクエストにAuthDataかAuthServiceパラメータのどちらかが不足しています。"
|
||||
},
|
||||
{
|
||||
"id": "api.file.file_mod_time.app_error",
|
||||
"translation": "ファイルの最終更新日時を取得できませんでした。"
|
||||
},
|
||||
{
|
||||
"id": "api.getThreadsForUser.bad_params",
|
||||
"translation": "getThreadsForUser に対する Before と After のパラメータが矛盾しています"
|
||||
}
|
||||
]
|
||||
|
||||
12
i18n/nl.json
12
i18n/nl.json
@@ -8509,5 +8509,17 @@
|
||||
{
|
||||
"id": "api.file.file_mod_time.app_error",
|
||||
"translation": "Fout bij het ophalen van de laatste wijzigingstijd voor het bestand."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.sql_conn_max_idle_time_milliseconds.app_error",
|
||||
"translation": "Ongeldige maximale levensduur voor verbinding voor SQL-instellingen. Moet een niet-negatief getal zijn."
|
||||
},
|
||||
{
|
||||
"id": "app.user.get_threads_for_user.not_found",
|
||||
"translation": "Gebruikersdraadje bestaat niet of wordt niet gevolgd"
|
||||
},
|
||||
{
|
||||
"id": "api.getThreadsForUser.bad_params",
|
||||
"translation": "Voor en Na parameters voor getThreadsForUser sluiten elkaar uit"
|
||||
}
|
||||
]
|
||||
|
||||
16
i18n/sv.json
16
i18n/sv.json
@@ -8505,5 +8505,21 @@
|
||||
{
|
||||
"id": "api.user.update_user_auth.invalid_request",
|
||||
"translation": "Anropet saknar antingen parametern AuthData eller AuthService."
|
||||
},
|
||||
{
|
||||
"id": "api.file.file_mod_time.app_error",
|
||||
"translation": "Fel när tidpunkt för senaste ändring av filen skulle hämtas."
|
||||
},
|
||||
{
|
||||
"id": "app.user.get_threads_for_user.not_found",
|
||||
"translation": "Användartråden finns inte eller följs inte"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.sql_conn_max_idle_time_milliseconds.app_error",
|
||||
"translation": "Felaktig värde Invalid connection maximum idle time for SQL settings. Måste vara ett positivt tal."
|
||||
},
|
||||
{
|
||||
"id": "api.getThreadsForUser.bad_params",
|
||||
"translation": "Använd endast en av parametrarna Before eller After för getThreadsForUser"
|
||||
}
|
||||
]
|
||||
|
||||
12
i18n/tr.json
12
i18n/tr.json
@@ -8505,5 +8505,17 @@
|
||||
{
|
||||
"id": "api.user.update_user_auth.invalid_request",
|
||||
"translation": "İstekte AuthData ya da AuthService parametresi eksik."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.sql_conn_max_idle_time_milliseconds.app_error",
|
||||
"translation": "SQL ayarlarında bağlantının en fazla boşta kalma süresi geçersiz. Negatif olmayan bir sayı olmalıdır."
|
||||
},
|
||||
{
|
||||
"id": "api.file.file_mod_time.app_error",
|
||||
"translation": "Dosyanın en son değişiklik zamanı alınamadı."
|
||||
},
|
||||
{
|
||||
"id": "app.user.get_threads_for_user.not_found",
|
||||
"translation": "Kullanıcı işlemi bulunamadı ya da izlenmiyor"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5551,11 +5551,11 @@
|
||||
},
|
||||
{
|
||||
"id": "api.templates.remove_expired_license.body.renew_button",
|
||||
"translation": "续订许可证"
|
||||
"translation": "立刻续订许可证"
|
||||
},
|
||||
{
|
||||
"id": "api.templates.remove_expired_license.body.title",
|
||||
"translation": "企业许可证已过期并且部分功能已停用。请续订。"
|
||||
"translation": "您的企业许可证已过期并且部分功能已停用。请立刻续订您的许可证。"
|
||||
},
|
||||
{
|
||||
"id": "api.user.create_password_token.error",
|
||||
@@ -8384,5 +8384,33 @@
|
||||
{
|
||||
"id": "api.file.append_file.app_error",
|
||||
"translation": "无法将数据追加到文件。"
|
||||
},
|
||||
{
|
||||
"id": "api.oauth.redirecting_back",
|
||||
"translation": "正在重定向回应用程序。"
|
||||
},
|
||||
{
|
||||
"id": "api.oauth.close_browser",
|
||||
"translation": "你可以关闭此浏览器窗口。"
|
||||
},
|
||||
{
|
||||
"id": "api.oauth.auth_complete",
|
||||
"translation": "验证完成"
|
||||
},
|
||||
{
|
||||
"id": "api.job.unable_to_download_job.incorrect_job_type",
|
||||
"translation": "暂不支持你要下载的任务类型"
|
||||
},
|
||||
{
|
||||
"id": "api.file.file_mod_time.app_error",
|
||||
"translation": "无法获取文件的最后更改时间。"
|
||||
},
|
||||
{
|
||||
"id": "api.config.update_config.not_allowed_security.app_error",
|
||||
"translation": "因为安全原因,不允许更改{{.Name}}。"
|
||||
},
|
||||
{
|
||||
"id": "api.back_to_app",
|
||||
"translation": "回到{{.SiteName}}"
|
||||
}
|
||||
]
|
||||
|
||||
Ссылка в новой задаче
Block a user