-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-strings.php
161 lines (144 loc) · 9.75 KB
/
app-strings.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<?php
declare(strict_types=1);
return [
'General' => [
'Error' => [
'unspecificTitle' => __('Nooo... 🙈', 'collectme'),
'blameTheGoblins' => __('Some goblins blocked the data flow. Please try again.', 'collectme'),
'blameTheDevTitle' => __('Shame on me!', 'collectme'),
'blameTheDev' => __('I must have made a terrible mistake. Please send me a screenshot of this error message: {email}', 'collectme'),
'tryAgain' => __('Try again', 'collectme'),
'unauthenticated' => __('Not authenticated. Please login.', 'collectme'),
'invalidData' => __('Invalid data.', 'collectme'),
'invalidFields' => __('Please double check the following fields before resubmitting the form: {fields}', 'collectme'),
],
'BaseShare' => [
'share' => __('Share', 'collectme'),
'BaseShareLinkCopy' => [
'copied' => __('Copied!', 'collectme'),
]
],
],
'HomeView' => [
'MyContribution' => [
/* Translators: Override with "My contribution to the cause" */
'title' => __('My contribution', 'collectme'),
'singInMsg' => __('Please sign-in to enter your personal signatures.', 'collectme'),
'signInBtn' => __('Sign in', 'collectme'),
'noPasswordRequired' => __('No password required', 'collectme'),
'MyContributionStepConnected' => [
'connected' => __('Successfully connected', 'collectme'),
'hello' => __('Hello {firstName}', 'collectme'),
],
'MyContributionStepObjective' => [
'goalSet' => __('Goal set', 'collectme'),
'setGoal' => __('Set a goal', 'collectme'),
/* Translators: Override with "You pledged {count} signatures for the cause on {date}." */
'goal' => __('You pledged {count} signatures on {date}.', 'collectme'),
'setGoalBtn' => __('Set Goal', 'collectme'),
],
'MyContributionStepCollected' => [
'titleDone' => __('First signatures collected', 'collectme'),
'titlePending' => __('Collect your first signatures', 'collectme'),
'collectedBtn' => __('Mark done', 'collectme'),
'collectedMsg' => __('Glorious. Keep going...', 'collectme'),
],
'MyContributionStepEntered' => [
'titlePending' => __('Register signatures', 'collectme'),
'titleDone' => __('First signatures registered', 'collectme'),
'enterFirst' => __('Enter now', 'collectme'),
'enterMoreMsg' => __('Enter more signatures with the button on the bottom.', 'collectme'),
],
'MyContributionStepAchieved' => [
'titleNone' => __('Achieve goal', 'collectme'),
'titleSome' => __('Achieved {percent}% of goal', 'collectme'),
'captionWip' => __("You've already collected and registered <strong>{count} out of {goal}</strong> signatures.", 'collectme'),
'captionDone' => __("Congratulations! You've achieved your goal and <strong>collected {count}</strong> signatures.", 'collectme'),
'captionPlaceholder' => __("Complete the previous steps, and you will see your achievements here.", 'collectme'),
/* Translators: Override with "The cause gives thanks!" */
'thank' => __('Thank you!', 'collectme'),
'registerSignaturesBtn' => __('Register signatures', 'collectme'),
'registerMoreSignaturesBtn' => __('Register more signatures', 'collectme'),
'upgradeObjectiveBtn' => __('Upgrade goal', 'collectme'),
],
],
'TheLogin' => [
'title' => __('Full Access', 'collectme'),
'loginMsg' => __(
'Sign-in with your email address (no password required) to enter signatures and see the current state of the collection.',
'collectme'
),
'emailLabel' => __('E-Mail', 'collectme'),
'emailHelpText' => __('The same e-mail address where you receive our newsletter.', 'collectme'),
'emailInvalid' => __('E-Mail address is not valid.', 'collectme'),
'firstNameLabel' => __('First Name', 'collectme'),
'firstNameInvalid' => __('First name not valid.', 'collectme'),
'lastNameLabel' => __('Last Name', 'collectme'),
'lastNameInvalid' => __('Last name not valid.', 'collectme'),
'signIn' => __('Sign in', 'collectme'),
'submitByline' => __("You'll receive an e-mail with a link that signs you in. Keep this window open.", 'collectme'),
],
'OverviewStats' => [
/* Translators: Override with "State of the initiative" */
'title' => __('State of the collection', 'collectme'),
/* Translators: Example: 15% of the pledged signatures were entered. */
'enteredDesc' => __('of the pledged signatures were entered.', 'collectme'),
'enteredTooltip' => __('From all the signatures that were promised in the form of a personal goal, {percent}% are already collected and entered.', 'collectme'),
/* Translators: Example: 31% of the required signatures were promised. */
'pledgedDesc' => __('of the required signatures were promised.', 'collectme'),
'pledgedTooltip' => __('If all the pledged signatures are collected, we as GREENS will have reached {percent}% of our collection goal.', 'collectme'),
'thanks' => __('Thank you for your contribution 💚', 'collectme'),
'inviteFriends' => __('We can only reach the goal together. Invite your friends and we are already one step closer.', 'collectme'),
/* Translators: Override with "I'm taking part in the collection challenge for the cause. Do you support it too?" */
'shareMsg' => __("I'm taking part in the collection challenge. Do you support it too?", 'collectme'),
/* Translators: Override with "Let's master the collection challenge for the cause together" */
'shareEmailSubject' => __("Let's master the collection challenge together", 'collectme')
],
'ActivityFeed' => [
'title' => __('Activity Feed', 'collectme'),
'noActivity' => __('No activity yet.', 'collectme'),
'pledge' => __('{firstName} promised {count} signatures.', 'collectme'),
'personalSignature' => __('{firstName} collected {count} signatures.', 'collectme'),
'organizationSignature' => __('{count} signatures were entered for {organization}.', 'collectme'),
'personalGoalAchieved' => __('{firstName} just achieved its goal of {count} signatures.', 'collectme'),
'personalGoalRaised' => __('{firstName} is going to collect {count} signatures.', 'collectme'),
'loadMore' => __('Load more', 'collectme'),
],
'TheObjectiveSetter' => [
/* Translators: Override with "My Goal for the Cause" */
'title' => __('My Goal', 'collectme'),
/* Translators: Override with "Every signature strengthens our force. <strong>Choose your collection target</strong> and contribute to the cause." */
'intro' => __('Every signature strengthens our force. <strong>Choose your collection target</strong> and contribute.', 'collectme'),
'upgradeInfo' => __('Already collected signatures count towards the new goal. So if you increase your goal from {currentGoal} to {nextGoal} signatures, you start already with {percent}%.','collectme'),
'quotaInfo' => __('Regardless of your promise here, every signature you collect always counts for your section/canton.','collectme'),
'ribbonHot' => __('Hot', 'collectme'),
'ribbonDone' => __('Achieved', 'collectme'),
'ribbonSelected' => __('Selected', 'collectme'),
'TheObjectiveSetterCard' => [
'subline' => __('I promise {count} signatures.', 'collectme'),
'saving' => __('Saving...', 'collectme'),
],
],
'TheSignatureAdder' => [
'title' => __('Register signatures', 'collectme'),
'intro' => __("Enter the number of <strong>new signatures</strong> you've collected. They will be added to the already registered signatures.", 'collectme'),
'input' => __('Number of new signatures', 'collectme'),
'helpText' => __("Number of recent collected signatures, that haven't been registered yet.", 'collectme'),
'invalid' => __('Invalid number.', 'collectme'),
'submit' => __('Register Signatures', 'collectme'),
'saving' => __('Saving...', 'collectme'),
'saved' => __('{count} signatures added.', 'collectme'),
'sendBack' => __("Please hand in the signatures to your party as soon as possible. Or send them by mail to the address noted on the signature sheets. The sooner the better.", 'collectme'),
'back' => __('Back without registering signatures', 'collectme'),
'undo' => __('Undo', 'collectme'),
],
'TheActivationAwaitor' => [
'title' => __("You've got mail", 'collectme'),
'descLogin' => __("<strong>Do not close this window</strong>. We've emailed you a link that will activate your login here in this window.", 'collectme'),
'descSlowMail' => __("Emails are sometimes slow. It may take a minute or two until it reaches your inbox.", 'collectme'),
'retryBtn' => __('Send again', 'collectme'),
'retryByline' => __('Retry sending login email to: {email}', 'collectme'),
'invalidEmail' => __('invalid e-mail address', 'collectme'),
]
],
];