Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / applications / docs / locales / en_US.json
blob216f275dec6686ea9a453e8d34b3aa01ef18c30d
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     "Info": {
14       "Error loading document${ errorDetail }": [
15         "Error loading document: ${ errorDetail }"
16       ]
17     },
18     "new_plans: tooltip": {
19       "Personalize your email signature with logos, images, social media icons, links to your contact details, and more": [
20         "Personalize your email signature with logos, images, social media icons, links to your contact details, and more"
21       ]
22     },
23     "session_recovery:available:info": {
24       "You have ${ timeRemaining.inHours } hour to reset your password.": [
25         "You have ${ timeRemaining.inHours } hour to reset your password.",
26         "You have ${ timeRemaining.inHours } hours to reset your password."
27       ],
28       "You have ${ timeRemaining.inMinutes } minute to reset your password.": [
29         "You have ${ timeRemaining.inMinutes } minute to reset your password.",
30         "You have ${ timeRemaining.inMinutes } minutes to reset your password."
31       ],
32       "You have ${ timeRemaining.inSeconds } second to reset your password.": [
33         "You have ${ timeRemaining.inSeconds } second to reset your password.",
34         "You have ${ timeRemaining.inSeconds } seconds to reset your password."
35       ]
36     }
37   }