Typo translation help

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-26 16:44:52 +04:00
parent 58bd4c4dc6
commit 7fb86a47e0
+5 -5
View File
@@ -42,27 +42,27 @@ const API_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:1337'
const textLabels = {
fr: {
title: 'Traduction',
help: 'Traduction des paroles de la musique',
help: 'Traduction des paroles',
emoji: '🇫🇷'
},
en: {
title: 'Translation',
help: 'Translation of music lyrics',
help: 'Translation of the lyrics',
emoji: '🇬🇧'
},
es: {
title: 'Traducción',
help: 'Traducción de la letra de la música',
help: 'Traducción de la letra',
emoji: '🇪🇸'
},
de: {
title: 'Übersetzung',
help: 'Übersetzen von Musiktexten',
help: 'Übersetzung von Liedtexten',
emoji: '🇩🇪'
},
it: {
title: 'Traduzione',
help: 'Traduzione di testi musicali',
help: 'Traduzione del testo',
emoji: '🇮🇹'
}
}