mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-28 11:12:24 +02:00
Add French translation
Co-authored-by: Lugiad <2070109+Adri1@users.noreply.github.com>
This commit is contained in:
parent
e96d643b6f
commit
975d500ffa
@ -85,7 +85,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler {
|
|||||||
"en": ` - INFORMATION - \nServer maintenance is scheduled for the following period:\n${startDate} until ${endDate}\nEnd date and hour are an estimate.\nMaintenance may end at an earlier or later time.`,
|
"en": ` - INFORMATION - \nServer maintenance is scheduled for the following period:\n${startDate} until ${endDate}\nEnd date and hour are an estimate.\nMaintenance may end at an earlier or later time.`,
|
||||||
"de": ` - INFORMATION - German translation goes here:\n${startDate} until ${endDate}`,
|
"de": ` - INFORMATION - German translation goes here:\n${startDate} until ${endDate}`,
|
||||||
"es-ES": ` - INFORMATION - Spanish translation goes here:\n${startDate} until ${endDate}`,
|
"es-ES": ` - INFORMATION - Spanish translation goes here:\n${startDate} until ${endDate}`,
|
||||||
"fr": ` - INFORMATION - French translation goes here:\n${startDate} until ${endDate}`,
|
"fr": ` - INFORMATION - \nUne maintenance du serveur est prévue sur la période suivante :\n$Du {startDate} au ${endDate}\nL’heure de fin est une estimation et peut s’avérer plus en avance ou tardive qu’annoncé.`,
|
||||||
"it": ` - INFORMATION - Italian translation goes here:\n${startDate} until ${endDate}`,
|
"it": ` - INFORMATION - Italian translation goes here:\n${startDate} until ${endDate}`,
|
||||||
"pt-BR": ` - INFORMATION - Portugese translation goes here:\n${startDate} until ${endDate}`,
|
"pt-BR": ` - INFORMATION - Portugese translation goes here:\n${startDate} until ${endDate}`,
|
||||||
"zh-TW": ` - INFORMATION - Chinese-traditional translation goes here:\n${startDate} until ${endDate}`,
|
"zh-TW": ` - INFORMATION - Chinese-traditional translation goes here:\n${startDate} until ${endDate}`,
|
||||||
|
Loading…
Reference in New Issue
Block a user