From e4be66b469e0d24f02c9bb2d07616f595738f34f Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Sat, 28 Mar 2026 11:54:19 +0100 Subject: [PATCH] fix(i18n): update problem configuration description across multiple languages - Simplified the problemConfigDescription in Spanish, Filipino, French, Italian, Japanese, Polish, Thai, Tagalog, and Chinese to remove the mention of "at least one class," ensuring clarity and consistency in translations. --- frontend/src/i18n/locales/es.json | 2 +- frontend/src/i18n/locales/fil.json | 2 +- frontend/src/i18n/locales/fr.json | 2 +- frontend/src/i18n/locales/it.json | 2 +- frontend/src/i18n/locales/ja.json | 2 +- frontend/src/i18n/locales/pl.json | 2 +- frontend/src/i18n/locales/th.json | 2 +- frontend/src/i18n/locales/tl.json | 2 +- frontend/src/i18n/locales/zh.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index 7fb3e132..24f19748 100644 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.", diff --git a/frontend/src/i18n/locales/fil.json b/frontend/src/i18n/locales/fil.json index 56e53d4c..45a8f13e 100644 --- a/frontend/src/i18n/locales/fil.json +++ b/frontend/src/i18n/locales/fil.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.", diff --git a/frontend/src/i18n/locales/fr.json b/frontend/src/i18n/locales/fr.json index c5d09b0d..34fd84af 100644 --- a/frontend/src/i18n/locales/fr.json +++ b/frontend/src/i18n/locales/fr.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.", diff --git a/frontend/src/i18n/locales/it.json b/frontend/src/i18n/locales/it.json index ebcc9b2f..a226db02 100644 --- a/frontend/src/i18n/locales/it.json +++ b/frontend/src/i18n/locales/it.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.", diff --git a/frontend/src/i18n/locales/ja.json b/frontend/src/i18n/locales/ja.json index d79c05b2..ab940cb9 100644 --- a/frontend/src/i18n/locales/ja.json +++ b/frontend/src/i18n/locales/ja.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.", diff --git a/frontend/src/i18n/locales/pl.json b/frontend/src/i18n/locales/pl.json index 4a71f950..f0bc1848 100644 --- a/frontend/src/i18n/locales/pl.json +++ b/frontend/src/i18n/locales/pl.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.", diff --git a/frontend/src/i18n/locales/th.json b/frontend/src/i18n/locales/th.json index 451f2553..02544c2e 100644 --- a/frontend/src/i18n/locales/th.json +++ b/frontend/src/i18n/locales/th.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.", diff --git a/frontend/src/i18n/locales/tl.json b/frontend/src/i18n/locales/tl.json index bceb421d..137b3d80 100644 --- a/frontend/src/i18n/locales/tl.json +++ b/frontend/src/i18n/locales/tl.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.", diff --git a/frontend/src/i18n/locales/zh.json b/frontend/src/i18n/locales/zh.json index a2aa9e1a..4a789fff 100644 --- a/frontend/src/i18n/locales/zh.json +++ b/frontend/src/i18n/locales/zh.json @@ -269,7 +269,7 @@ "conflictSuggestionLabel": "Suggestions:", "workspaceProblemsTitle": "{count} open issues", "problemConfigTitle": "Configuration incomplete", - "problemConfigDescription": "Check date, name, winning sets and at least one class.", + "problemConfigDescription": "Check date, name and winning sets.", "problemUnassignedTitle": "{count} participants without class", "problemUnassignedDescription": "These participants still need a manual class assignment.", "problemUnassignedAutoDescription": "{count} of them can be assigned automatically right away.",