---
title: "Comment dire hier en anglais ?"
id: "240944"
type: "post"
slug: "comment-dire-hier-en-anglais"
published_at: "2026-06-21T06:04:28+00:00"
modified_at: "2026-08-17T20:12:40+00:00"
url: "https://business-class.fr/blog/comment-dire-hier-en-anglais/"
markdown_url: "https://business-class.fr/blog/comment-dire-hier-en-anglais.md"
excerpt: "Apprenez à prononcer \"yesterday\" en anglais avec différents accents."
taxonomy_category:
  - "Apprendre l'anglais : méthodes &amp; ressources"
taxonomy_post_tag:
  - "c'est quoi hier en anglais"
  - "c'est quoi le mot hier en anglais"
  - "Comment dire hier en anglais"
  - "Comment dit-on hier en anglais"
  - "comment on dit hier en anglais"
  - "comment on écrit hier en anglais"
  - "comment on prononce le mot hier en anglais"
  - "comment prononcer hier en anglais"
  - "comment s'appelle hier en anglais"
  - "dire hier en anglais avec l'accent"
  - "hier en anglais prononciation"
  - "prononcer le mot hier en anglais"
  - "prononciation anglais"
  - "vocabulaire anglais"
---

[Accueil](https://business-class.fr/)
 » [Apprendre l'anglais : méthodes & ressources](https://business-class.fr/blog/category/formation/)
 » Comment dire hier en anglais ?

Comment dire hier en anglais ?

par [Emile ELIE](https://business-class.fr/blog/author/lord-vocabulary/)
 | 21, Juin, 2026

# Comment dire hier en anglais ?

 La traduction du mot « hier » en anglais peut sembler simple, mais elle mérite d’être explorée en profondeur. Dans cet article, nous allons aborder la prononciation, différents contextes d’utilisation, des expressions idiomatiques, ainsi qu’une fiche d’exercices pour maximiser votre apprentissage.

## 💡 Envie de mémoriser ce vocabulaire pour de bon ?

 Scrollez tout en bas de cette page pour télécharger votre fiche d’exercices PDF gratuite.

### Traduction principale

- **Traduction la plus courante :** yesterday
- **Nature du mot :** Nom masculin
- **Prononciation phonétique simplifiée :** /ˈjɛstərdeɪ/

### Découvrez comment prononcer le hier

 Regardez cette vidéo pour découvrir comment dire « hier » dans plusieurs accents différents :

  https://www.youtube.com/shorts/FO9iUQzvjYE

### Les différentes traductions de hier selon le contexte

#### Contexte 1 : Sens littéral

- **Mot anglais :** yesterday
- **Exemple FR :** Hier, j’ai vu un film intéressant.
- **Exemple EN :** Yesterday, I watched an interesting movie.

#### Contexte 2 : Sens figuré ou familier

- **Mot anglais :** the day before today
- **Exemple FR :** On a réparé la voiture hier.
- **Exemple EN:** We fixed the car the day before today.

### Expressions idiomatiques et collocations avec hier

1. **Expression FR :** hier au soir **Traduction EN :** last night
2. **Expression FR :** le jour d’hier **Traduction EN :** yesterday’s day
3. **Expression FR :** hier matin **Traduction EN :** yesterday morning

### Famille de mots et vocabulaire associé

- **Mot associé FR :** aujourd’hui **Traduction EN :** today
- **Mot associé FR :** demain **Traduction EN :** tomorrow
- **Mot associé FR :** la veille **Traduction EN :** the day before
- **Mot associé FR :** passé **Traduction EN :** past

### Teste tes connaissances

 Complétez la phrase suivante avec la bonne traduction de « hier ».

1. Yesterday, I saw a beautiful ___ in the garden.
2. ___, we went to the park together.
3. I read a book ___ about history.
4. They called me ___ to discuss the project.
5. ___ was a great day for a hike.

### Exercice PDF à télécharger pour mémoriser le mot hier

 [Téléchargez votre fiche d’exercices ici](#)

### Réponse exercice

1. flower
2. Yesterday
3. yesterday
4. yesterday
5. Yesterday

## FAQ

 **C’est quoi hier en anglais ?**  
hier se traduit principalement par « yesterday » en anglais.

 **Comment écrire hier au pluriel en anglais ?**  
Le pluriel s’écrit « yesterdays ».

 **Comment prononcer hier en anglais ?**  
Cela se prononce /ˈjɛstərdeɪ/.

 ---

  [📥 Télécharger la fiche d’exercices PDF](https://business-class.fr/fiche-vocabulaire-pour-le-mot-hier/)

À LIRE AUSSI## D'autres articles qui pourraient vous plaire

'; card.innerHTML = '' + thumbHtml + '

' + '' + (categoryName ? '' + categoryName + '' : '') + '### ' + p.title.rendered + '

' + '' + excerpt + '

 ' + '' + '' + formatDate(p.date) + '' + '' + ctaLabel + ICON_ARROW + '' + '

' + '

'; grid.appendChild(card); }); root.style.display = 'block'; } function fetchRelated(currentId, categories){ var catId = pickCategoryId(categories); if(!catId){ return; } var isPodcast = catId === PODCAST_CATEGORY_ID; var postsUrl = API + 'posts?categories=' + catId + '&exclude=' + currentId + '&per_page=' + PER_PAGE + '&orderby=date&order=desc&_embed=wp:featuredmedia'; var categoryUrl = API + 'categories/' + catId + '?_fields=name'; Promise.all([ fetch(postsUrl).then(function(r){ return r.json(); }), fetch(categoryUrl).then(function(r){ return r.json(); }).catch(function(){ return null; }) ]).then(function(results){ var posts = results[0]; var categoryName = results[1] && results[1].name ? stripHtml(results[1].name) : ''; if(Array.isArray(posts) && posts.length){ render(posts, isPodcast, categoryName); } }).catch(function(){ /* on laisse la section masquée */ }); } function init(){ var slug = currentSlugFromUrl(); var lookupUrl = slug ? (API + 'posts?slug=' + encodeURIComponent(slug) + '&_fields=id,categories') : null; (lookupUrl ? fetch(lookupUrl).then(function(r){ return r.json(); }) : Promise.resolve([])) .then(function(data){ if(Array.isArray(data) && data.length){ fetchRelated(data[0].id, data[0].categories || []); return; } // Repli si la recherche par slug échoue (ex: aperçu, cache agressif) var fallbackId = currentIdFromBodyClass(); if(!fallbackId){ return; } fetch(API + 'posts/' + fallbackId + '?_fields=id,categories') .then(function(r){ return r.json(); }) .then(function(d){ fetchRelated(d.id, d.categories || []); }) .catch(function(){}); }) .catch(function(){}); } init(); })();
