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 = { const textLabels = {
fr: { fr: {
title: 'Traduction', title: 'Traduction',
help: 'Traduction des paroles de la musique', help: 'Traduction des paroles',
emoji: '🇫🇷' emoji: '🇫🇷'
}, },
en: { en: {
title: 'Translation', title: 'Translation',
help: 'Translation of music lyrics', help: 'Translation of the lyrics',
emoji: '🇬🇧' emoji: '🇬🇧'
}, },
es: { es: {
title: 'Traducción', title: 'Traducción',
help: 'Traducción de la letra de la música', help: 'Traducción de la letra',
emoji: '🇪🇸' emoji: '🇪🇸'
}, },
de: { de: {
title: 'Übersetzung', title: 'Übersetzung',
help: 'Übersetzen von Musiktexten', help: 'Übersetzung von Liedtexten',
emoji: '🇩🇪' emoji: '🇩🇪'
}, },
it: { it: {
title: 'Traduzione', title: 'Traduzione',
help: 'Traduzione di testi musicali', help: 'Traduzione del testo',
emoji: '🇮🇹' emoji: '🇮🇹'
} }
} }