feat(i18n): download page
This commit is contained in:
@@ -174,5 +174,49 @@
|
||||
"unread": "Unread"
|
||||
},
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"downloads": {
|
||||
"page": {
|
||||
"title": "Downloads",
|
||||
"description": "Manage your offline available books"
|
||||
},
|
||||
"tabs": {
|
||||
"all": "All ({count})",
|
||||
"downloading": "Downloading ({count})",
|
||||
"available": "Available ({count})",
|
||||
"error": "Errors ({count})"
|
||||
},
|
||||
"empty": {
|
||||
"all": "No downloaded books",
|
||||
"downloading": "No downloads in progress",
|
||||
"available": "No books available offline",
|
||||
"error": "No errors"
|
||||
},
|
||||
"actions": {
|
||||
"retryAll": "Retry all",
|
||||
"retry": "Retry",
|
||||
"delete": "Delete"
|
||||
},
|
||||
"status": {
|
||||
"downloading": "Downloading",
|
||||
"available": "Available offline",
|
||||
"error": "Download error",
|
||||
"idle": "Not downloaded"
|
||||
},
|
||||
"toast": {
|
||||
"deleted": "Book deleted",
|
||||
"deletedDesc": "The book is no longer available offline",
|
||||
"error": "Error",
|
||||
"errorDesc": "An error occurred while deleting",
|
||||
"retryAll": "Retrying downloads",
|
||||
"retryAllDesc": "{count} download(s) restarted",
|
||||
"retryDesc": "Download will start from the beginning",
|
||||
"retry": "Download restarted"
|
||||
},
|
||||
"info": {
|
||||
"size": "{size} MB",
|
||||
"pages": "{current}/{total} pages",
|
||||
"totalPages": "{count} pages"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -174,5 +174,49 @@
|
||||
"unread": "À lire"
|
||||
},
|
||||
"loading": "Chargement..."
|
||||
},
|
||||
"downloads": {
|
||||
"page": {
|
||||
"title": "Téléchargements",
|
||||
"description": "Gérez vos livres disponibles hors ligne"
|
||||
},
|
||||
"tabs": {
|
||||
"all": "Tous ({count})",
|
||||
"downloading": "En cours ({count})",
|
||||
"available": "Disponibles ({count})",
|
||||
"error": "Erreurs ({count})"
|
||||
},
|
||||
"empty": {
|
||||
"all": "Aucun livre téléchargé",
|
||||
"downloading": "Aucun téléchargement en cours",
|
||||
"available": "Aucun livre disponible hors ligne",
|
||||
"error": "Aucune erreur"
|
||||
},
|
||||
"actions": {
|
||||
"retryAll": "Tout relancer",
|
||||
"retry": "Réessayer",
|
||||
"delete": "Supprimer"
|
||||
},
|
||||
"status": {
|
||||
"downloading": "En cours de téléchargement",
|
||||
"available": "Disponible hors ligne",
|
||||
"error": "Erreur de téléchargement",
|
||||
"idle": "Non téléchargé"
|
||||
},
|
||||
"toast": {
|
||||
"deleted": "Livre supprimé",
|
||||
"deletedDesc": "Le livre n'est plus disponible hors ligne",
|
||||
"error": "Erreur",
|
||||
"errorDesc": "Une erreur est survenue lors de la suppression",
|
||||
"retryAll": "Relance des téléchargements",
|
||||
"retryAllDesc": "{count} téléchargement(s) relancé(s)",
|
||||
"retryDesc": "Le téléchargement va reprendre depuis le début",
|
||||
"retry": "Téléchargement relancé"
|
||||
},
|
||||
"info": {
|
||||
"size": "{size} Mo",
|
||||
"pages": "{current}/{total} pages",
|
||||
"totalPages": "{count} pages"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user