feat: Integrate translation support in FieldWithHistory component and update i18n strings

This commit is contained in:
2025-10-02 09:57:51 +02:00
parent a59dc83678
commit 50760ab099
2 changed files with 22 additions and 8 deletions

View File

@@ -74,7 +74,13 @@ const translations = {
clearAll: "Wyczyść",
clearAllFilters: "Wyczyść wszystkie filtry",
sortBy: "Sortuj według",
days: "dni"
days: "dni",
changeHistory: "Historia zmian",
changedTo: "Zmieniono na",
from: "Z",
by: "przez",
reason: "Powód",
na: "N/D"
},
// Dashboard
@@ -636,7 +642,13 @@ const translations = {
clearAll: "Clear",
clearAllFilters: "Clear all filters",
sortBy: "Sort by",
days: "days"
days: "days",
changeHistory: "Change History",
changedTo: "Changed to",
from: "From",
by: "by",
reason: "Reason",
na: "N/A"
},
dashboard: {