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": "Accedi",
"profile": "Profilo",
"folders": "Cartelle",
"folders": "Mazzi",
"explore": "Esplora",
"favorites": "Preferiti",
"settings": "Impostazioni"
@@ -447,13 +447,24 @@
"decks": {
"title": "Mazzi",
"noDecks": "Nessun mazzo ancora",
"deckName": "Nome Mazzo",
"totalCards": "Carte Totali",
"deckName": "Nome del mazzo",
"totalCards": "Totale carte",
"createdAt": "Creata Il",
"actions": "Azioni",
"view": "Visualizza"
}
},
"follow": {
"follow": "Segui",
"following": "Seguiti",
"followers": "Seguaci",
"followersOf": "Seguaci di {username}",
"followingOf": "Seguiti di {username}",
"noFollowers": "Nessun seguace ancora",
"noFollowing": "Non segui ancora nessuno"
}
}
},
"follow": {
"follow": "Segui",
"following": "Stai seguendo",