Skip to content

Commit

Permalink
fix(frontend): push updated i18n locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Dec 7, 2020
1 parent 83fde46 commit b4002d7
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 289 deletions.
12 changes: 12 additions & 0 deletions src/i18n/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
"components.RequestBlock.seasons": "Seasons",
"components.RequestCard.requestedby": "Requested by {username}",
"components.RequestCard.seasons": "Seasons",
"components.RequestList.RequestItem.notavailable": "N/A",
"components.RequestList.RequestItem.requestedby": "Requested by {username}",
"components.RequestList.RequestItem.seasons": "Seasons",
"components.RequestList.mediaInfo": "Media Info",
"components.RequestList.modifiedBy": "Last Modified By",
"components.RequestList.next": "Next",
"components.RequestList.previous": "Previous",
"components.RequestList.requestedAt": "Requested At",
"components.RequestList.requests": "Requests",
"components.RequestList.showingresults": "Showing <strong>{from}</strong> to <strong>{to}</strong> of <strong>{total}</strong> results",
"components.RequestList.status": "Status",
"components.RequestModal.cancel": "Cancel Request",
"components.RequestModal.cancelling": "Cancelling...",
"components.RequestModal.cancelrequest": "This will remove your request. Are you sure you want to continue?",
Expand Down Expand Up @@ -275,6 +286,7 @@
"i18n.cancel": "Cancel",
"i18n.decline": "Decline",
"i18n.declined": "Declined",
"i18n.delete": "Delete",
"i18n.movies": "Movies",
"i18n.partiallyavailable": "Partially Available",
"i18n.pending": "Pending",
Expand Down
12 changes: 12 additions & 0 deletions src/i18n/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
"components.RequestBlock.seasons": "Saisons",
"components.RequestCard.requestedby": "Demandé par {username}",
"components.RequestCard.seasons": "Saisons",
"components.RequestList.RequestItem.notavailable": "",
"components.RequestList.RequestItem.requestedby": "",
"components.RequestList.RequestItem.seasons": "",
"components.RequestList.mediaInfo": "",
"components.RequestList.modifiedBy": "",
"components.RequestList.next": "",
"components.RequestList.previous": "",
"components.RequestList.requestedAt": "",
"components.RequestList.requests": "",
"components.RequestList.showingresults": "",
"components.RequestList.status": "",
"components.RequestModal.cancel": "Annuler la Demande",
"components.RequestModal.cancelling": "Annulation...",
"components.RequestModal.cancelrequest": "Votre demande d'ajout va être annulée. Êtes-vous sûr de vouloir annuler?",
Expand Down Expand Up @@ -275,6 +286,7 @@
"i18n.cancel": "Annuler",
"i18n.decline": "Refuser",
"i18n.declined": "Refusé",
"i18n.delete": "",
"i18n.movies": "Films",
"i18n.partiallyavailable": "Partiellement Disponible",
"i18n.pending": "En Attente",
Expand Down

0 comments on commit b4002d7

Please sign in to comment.