feat(i18n): series page

This commit is contained in:
Julien Froidefond
2025-02-27 12:33:58 +01:00
parent 52a212ef07
commit 0d1d969e53
5 changed files with 111 additions and 38 deletions

View File

@@ -130,7 +130,7 @@
"unread": "Unread",
"progress": "{read}/{total}"
},
"books": "{count} book | {count} books",
"books": "{count} books",
"filters": {
"title": "Filters",
"showAll": "Show all",
@@ -140,6 +140,39 @@
"display": {
"showing": "Showing series {start} to {end} of {total}",
"page": "Page {current} of {total}"
},
"header": {
"coverAlt": "Cover of {{title}}",
"books": "{{count}} book",
"books_plural": "{{count}} books",
"status": {
"read": "Read",
"unread": "Unread",
"progress": "{{read}}/{{total}}"
},
"favorite": {
"add": "Added to favorites",
"remove": "Removed from favorites"
}
}
},
"books": {
"empty": "No books available",
"coverAlt": "Cover of {{title}}",
"status": {
"unread": "Unread",
"read": "Read",
"readDate": "Read on {{date}}",
"progress": "Page {{current}}/{{total}}"
},
"display": {
"showing": "Showing books {start} to {end} of {total}",
"page": "Page {current} of {total}"
},
"filters": {
"showAll": "Show all",
"unread": "Unread"
},
"loading": "Loading..."
}
}

View File

@@ -140,6 +140,39 @@
"display": {
"showing": "Affichage des séries {start} à {end} sur {total}",
"page": "Page {current} sur {total}"
},
"header": {
"coverAlt": "Couverture de {{title}}",
"books": "{{count}} tome",
"books_plural": "{{count}} tomes",
"status": {
"read": "Lu",
"unread": "Non lu",
"progress": "{{read}}/{{total}}"
},
"favorite": {
"add": "Ajouté aux favoris",
"remove": "Retiré des favoris"
}
}
},
"books": {
"empty": "Aucun tome disponible",
"coverAlt": "Couverture de {{title}}",
"status": {
"unread": "Non lu",
"read": "Lu",
"readDate": "Lu le {{date}}",
"progress": "Page {{current}}/{{total}}"
},
"display": {
"showing": "Affichage des tomes {start} à {end} sur {total}",
"page": "Page {current} sur {total}"
},
"filters": {
"showAll": "Afficher tout",
"unread": "À lire"
},
"loading": "Chargement..."
}
}