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