From 0bc66a88d10bf70b5a78fd0a017cca8e6e5b95b1 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Mon, 20 May 2024 11:07:16 +0000 Subject: [PATCH] Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ --- server/i18n/de.json | 4 ---- server/i18n/en-AU.json | 4 ---- server/i18n/ja.json | 4 ---- server/i18n/nl.json | 4 ---- server/i18n/pl.json | 4 ---- server/i18n/ru.json | 4 ---- server/i18n/sv.json | 4 ---- server/i18n/zh-CN.json | 4 ---- 8 files changed, 32 deletions(-) diff --git a/server/i18n/de.json b/server/i18n/de.json index cdbd1d854d..a3b93b4832 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -10017,10 +10017,6 @@ "id": "app.limits.get_app_limits.user_count.store_error", "translation": "Benutzeranzahl konnte nicht ermittelt werden" }, - { - "id": "app.limits.get_server_limits.post_count.store_error", - "translation": "Anzahl der Beiträge konnte nicht ermittelt werden" - }, { "id": "ent.compliance.csv.metadata.close.appError", "translation": "Konnte die ZIP-Datei nicht schließen" diff --git a/server/i18n/en-AU.json b/server/i18n/en-AU.json index 3dda52f6b2..f55b8ec172 100644 --- a/server/i18n/en-AU.json +++ b/server/i18n/en-AU.json @@ -10006,10 +10006,6 @@ "id": "app.limits.get_app_limits.user_count.store_error", "translation": "Failed to get user count" }, - { - "id": "app.limits.get_server_limits.post_count.store_error", - "translation": "Failed to get post count" - }, { "id": "app.import.attachment.file_stat.error", "translation": "Error reading the file status: '{{.FilePath}}'" diff --git a/server/i18n/ja.json b/server/i18n/ja.json index 1c04838499..431b9cafa5 100644 --- a/server/i18n/ja.json +++ b/server/i18n/ja.json @@ -10009,10 +10009,6 @@ "id": "app.limits.get_app_limits.user_count.store_error", "translation": "ユーザー数を取得できませんでした" }, - { - "id": "app.limits.get_server_limits.post_count.store_error", - "translation": "投稿数を取得できませんでした" - }, { "id": "ent.compliance.csv.metadata.close.appError", "translation": "ZIPファイルをクローズできませんでした" diff --git a/server/i18n/nl.json b/server/i18n/nl.json index a74ab7fcef..fed390ce00 100644 --- a/server/i18n/nl.json +++ b/server/i18n/nl.json @@ -10029,10 +10029,6 @@ "id": "app.limits.get_app_limits.user_count.store_error", "translation": "Fout bij het ophalen van het aantal gebruikers" }, - { - "id": "app.limits.get_server_limits.post_count.store_error", - "translation": "Fout bij het ophalen van het aantal berichten" - }, { "id": "ent.compliance.csv.metadata.close.appError", "translation": "Kan het zip-bestand niet sluiten" diff --git a/server/i18n/pl.json b/server/i18n/pl.json index ada67a4b54..f32704dc3f 100644 --- a/server/i18n/pl.json +++ b/server/i18n/pl.json @@ -10019,10 +10019,6 @@ "id": "app.limits.get_app_limits.user_count.store_error", "translation": "Nie udało się uzyskać liczby użytkowników" }, - { - "id": "app.limits.get_server_limits.post_count.store_error", - "translation": "Nie udało się uzyskać liczby postów" - }, { "id": "ent.compliance.csv.metadata.close.appError", "translation": "Nie można zamknąć pliku zip" diff --git a/server/i18n/ru.json b/server/i18n/ru.json index 218088b36d..c1d975c4f9 100644 --- a/server/i18n/ru.json +++ b/server/i18n/ru.json @@ -10019,10 +10019,6 @@ "id": "app.limits.get_app_limits.user_count.store_error", "translation": "Не удалось получить количество пользователей" }, - { - "id": "app.limits.get_server_limits.post_count.store_error", - "translation": "Не удалось получить количество сообщений" - }, { "id": "ent.compliance.csv.metadata.close.appError", "translation": "Невозможно закрыть zip-файл" diff --git a/server/i18n/sv.json b/server/i18n/sv.json index 2aca9b34f4..a7f503cc59 100644 --- a/server/i18n/sv.json +++ b/server/i18n/sv.json @@ -10001,10 +10001,6 @@ "id": "app.limits.get_app_limits.user_count.store_error", "translation": "Misslyckades att hämta antal användare" }, - { - "id": "app.limits.get_server_limits.post_count.store_error", - "translation": "Misslyckades med att hämta antal inlägg" - }, { "id": "api.post.check_for_out_of_team_mentions.message.one", "translation": "Omnämnandet av @{{.Username}} gav ingen notifiering eftersom hen inte är medlem i detta team." diff --git a/server/i18n/zh-CN.json b/server/i18n/zh-CN.json index 2457b8e553..f8f49f0c6e 100644 --- a/server/i18n/zh-CN.json +++ b/server/i18n/zh-CN.json @@ -10008,9 +10008,5 @@ { "id": "app.limits.get_app_limits.user_count.store_error", "translation": "获取用户计数失败" - }, - { - "id": "app.limits.get_server_limits.post_count.store_error", - "translation": "获取消息计数失败" } ]