You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/locale/index.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1162,6 +1162,11 @@ The sooner you buy your ticket, the more you save!`,
1162
1162
"The form will open on {date}. Please watch our socials for updates and any changes.",
1163
1163
"requestInvitationLetter.formClosed":
1164
1164
"The form is closed. If you have any questions, please contact us.",
1165
+
1166
+
"errorPage.title": "Something went wrong",
1167
+
"errorPage.body":
1168
+
"An unexpected error occurred. If this keeps happening, please {reportLink}! In the meantime, here's Ernesto thinking about pineapple pizza 🍕",
1169
+
"errorPage.reportLink": "report the issue",
1165
1170
},
1166
1171
it: {
1167
1172
titleTemplate: "%s | PyCon Italia",
@@ -2350,6 +2355,11 @@ Clicca sulla casella per cambiare. Se lasciato vuoto, presumeremo che tu sia dis
2350
2355
"Di norma registriamo tutti i talk e li pubblichiamo successivamente sul nostro canale YouTube. Se non desideri che il tuo intervento venga registrato, seleziona questa opzione. Nota: il talk sarà comunque trasmesso in streaming.",
2351
2356
"cfp.doNotRecordCheckboxLabel":
2352
2357
"Confermo di non voler che il mio talk venga registrato. Comprendo che non verrà caricato sul canale YouTube di Python Italia e che non sarà possibile recuperarlo in futuro.",
2358
+
2359
+
"errorPage.title": "Qualcosa è andato storto",
2360
+
"errorPage.body":
2361
+
"Si è verificato un errore inaspettato. Se continua a succedere, {reportLink}! Nel frattempo, ecco Ernesto che pensa alla pizza con l'ananas 🍕",
0 commit comments