Skip to content

Commit 13b3046

Browse files
committed
feat(i18n): add restart toast translations for en-US and es-ES
1 parent b072bd6 commit 13b3046

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/translate/languages/en-US.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
"restart": "Restart",
152152
"disconnect": "Disconnect"
153153
},
154+
"toast": {
155+
"restart": {
156+
"success": "Instance restarted successfully",
157+
"error": "Error restarting instance"
158+
}
159+
},
154160
"alert": "To connect, scan the QR code with your WhatsApp Web",
155161
"contacts": "Contacts",
156162
"chats": "Chats",

src/translate/languages/es-ES.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
131131
"restart": "Reiniciar",
132132
"disconnect": "Desconectar"
133133
},
134+
"toast": {
135+
"restart": {
136+
"success": "Instancia reiniciada con éxito",
137+
"error": "Error al reiniciar instancia"
138+
}
139+
},
134140
"alert": "Para conectar, escanea el Código QR con WhatsApp",
135141
"contacts": "Contactos",
136142
"chats": "Chats",

0 commit comments

Comments
 (0)