diff --git a/src/lib/locales/DE.json b/src/lib/locales/DE.json index be21a89b..7ef7dd90 100644 --- a/src/lib/locales/DE.json +++ b/src/lib/locales/DE.json @@ -8,7 +8,7 @@ "action.yes": "Ja", "action.no": "Nein", "action.confirm": "Bestätigen", - "action.sort_by": "Sortieren nach", + "action.sort_by": "Sortieren nach: {{sortFN}}", "action.filter_by": "Filtern nach", "navigation.category.collection": "Deine Sammlung", "navigation.category.trackers": "Trackers", diff --git a/src/lib/locales/ES.json b/src/lib/locales/ES.json index 4fcb5001..ca7af94b 100644 --- a/src/lib/locales/ES.json +++ b/src/lib/locales/ES.json @@ -8,7 +8,7 @@ "action.yes": "Yes", "action.no": "No", "action.confirm": "Confirm", - "action.sort_by": "Sort By", + "action.sort_by": "Ordenar por", "action.filter_by": "Filter By", "navigation.category.collection": "Tu colección", "navigation.category.trackers": "Seguimiento", diff --git a/src/lib/locales/PL.json b/src/lib/locales/PL.json index 64cf9e40..226c9741 100644 --- a/src/lib/locales/PL.json +++ b/src/lib/locales/PL.json @@ -8,7 +8,7 @@ "action.yes": "Tak", "action.no": "Nie", "action.confirm": "Potwierdź", - "action.sort_by": "Sortuj według", + "action.sort_by": "Sortuj według: {{sortFN}}", "action.filter_by": "Filtruj według", "navigation.category.collection": "Twoja kolekcja", "navigation.category.trackers": "Trackery",