Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / applications / calendar / locales / en_US.json
bloba43bd868c7ddf553453de9266f3a87382d4aac0f
2   "headers": {
3     "plural-forms": "nplurals=2; plural=(n != 1);",
4     "language": "en_US"
5   },
6   "contexts": {
7     "Action": {
8       "You can't send vCard files of more than ${ maxAttachments } contacts": [
9         "You can't send vCard files of more than ${ maxAttachments } contact",
10         "You can't send vCard files of more than ${ maxAttachments } contacts"
11       ]
12     },
13     "new_plans: tooltip": {
14       "Personalize your email signature with logos, images, social media icons, links to your contact details, and more": [
15         "Personalize your email signature with logos, images, social media icons, links to your contact details, and more"
16       ]
17     },
18     "session_recovery:available:info": {
19       "You have ${ timeRemaining.inHours } hour to reset your password.": [
20         "You have ${ timeRemaining.inHours } hour to reset your password.",
21         "You have ${ timeRemaining.inHours } hours to reset your password."
22       ],
23       "You have ${ timeRemaining.inMinutes } minute to reset your password.": [
24         "You have ${ timeRemaining.inMinutes } minute to reset your password.",
25         "You have ${ timeRemaining.inMinutes } minutes to reset your password."
26       ],
27       "You have ${ timeRemaining.inSeconds } second to reset your password.": [
28         "You have ${ timeRemaining.inSeconds } second to reset your password.",
29         "You have ${ timeRemaining.inSeconds } seconds to reset your password."
30       ]
31     }
32   }