add locales for saving categories

This commit is contained in:
Moriz Wahl 2022-09-06 18:51:55 +02:00
parent d45ad17b43
commit dcdef615c1
2 changed files with 10 additions and 2 deletions

View File

@ -363,7 +363,11 @@
"label": "Älteste zuerst"
}
},
"order-by": "Sortieren nach ..."
"order-by": "Sortieren nach ...",
"save": {
"error": "Themen konnten nicht gespeichert werden",
"success": "Themen gespeichert!"
}
},
"followButton": {
"follow": "Folgen",

View File

@ -363,7 +363,11 @@
"label": "Oldest first"
}
},
"order-by": "Order by ..."
"order-by": "Order by ...",
"save": {
"error": "Failed saving topic settings",
"success": "Topics saved!"
}
},
"followButton": {
"follow": "Follow",