Translations update from Mattermost Weblate (#26634)

* Translated using Weblate (German)

Currently translated at 100.0% (2583 of 2583 strings)

Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/

* Translated using Weblate (Swedish)

Currently translated at 100.0% (2583 of 2583 strings)

Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/sv/

* Translated using Weblate (German)

Currently translated at 100.0% (5939 of 5939 strings)

Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/de/

* Translated using Weblate (Swedish)

Currently translated at 100.0% (5939 of 5939 strings)

Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (2581 of 2583 strings)

Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (5939 of 5939 strings)

Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/ja/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (2583 of 2583 strings)

Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/zh_Hans/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (5939 of 5939 strings)

Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/zh_Hans/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (2583 of 2583 strings)

Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/

* Translated using Weblate (Dutch)

Currently translated at 99.6% (5921 of 5939 strings)

Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nl/

---------

Co-authored-by: jprusch <rs@schaeferbarthold.de>
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: ThrRip <coding@thrrip.space>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Этот коммит содержится в:
Weblate (bot)
2024-04-01 19:55:52 +02:00
коммит произвёл GitHub
родитель 10fa465d6f
Коммит 7def25526c
9 изменённых файлов: 452 добавлений и 125 удалений

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

@@ -10316,5 +10316,29 @@
{
"id": "api.channel.update_channel_member_roles.user_and_guest.app_error",
"translation": "频道成员更新无效:不能将访客设置到单一频道,系统管理员必须将访客升级为用户或将用户降级为访客。"
},
{
"id": "app.import.import_line.null_role.error",
"translation": "导入的数据行中有“role”类型但角色对象为 null。"
},
{
"id": "app.scheme.get_all_page.app_error",
"translation": "无法获取方案页面。"
},
{
"id": "model.scheme.is_valid.app_error",
"translation": "无效方案。"
},
{
"id": "api.user.create_user.user_limits.exceeded",
"translation": "无法创建用户。服务器超过安全用户限制。联系您的管理员并附上ERROR_SAFETY_LIMITS_EXCEEDED。"
},
{
"id": "app.session.get_lru_sessions.app_error",
"translation": "无法获取最近最不常用的会话。"
},
{
"id": "app.user.update_active.user_limit.exceeded",
"translation": "无法激活用户。服务器超过安全用户限制。联系您的管理员并附上ERROR_SAFETY_LIMITS_EXCEEDED。"
}
]