feat: Integrate translation support in FieldWithHistory component and update i18n strings
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user