i18n: fix navbar 'folders' to 'decks' and add follow section

This commit is contained in:
2026-03-13 19:30:44 +08:00
parent 168f0c161e
commit 279eee2953
8 changed files with 103 additions and 10 deletions

View File

@@ -237,7 +237,7 @@
"sourceCode": "GitHub",
"sign_in": "Anmelden",
"profile": "Profil",
"folders": "Ordner",
"folders": "Decks",
"explore": "Erkunden",
"favorites": "Favoriten",
"settings": "Einstellungen"
@@ -463,4 +463,15 @@
"noFollowers": "Noch keine Follower",
"noFollowing": "Folgt noch niemandem"
}
}
},
"follow": {
"follow": "Folgen",
"following": "Folge ich",
"followers": "Follower",
"followersOf": "{username}s Follower",
"followingOf": "{username} folgt",
"noFollowers": "Noch keine Follower",
"noFollowing": "Folgt noch niemandem"
}
}