Skip to content

Commit 1560c01

Browse files
committed
New en_us translations for nb committed.
1 parent 3901bf2 commit 1560c01

File tree

1 file changed

+121
-1
lines changed

1 file changed

+121
-1
lines changed

frontend/i18n/locales/en_us.json

Lines changed: 121 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,121 @@
1-
{}
1+
{
2+
"error": {
3+
"title": "Oops! Something went wrong"
4+
},
5+
"emptyStates": {
6+
"standings": "No top list yet",
7+
"unit": "No top list for your unit yet",
8+
"challenges": "No challenges yet",
9+
"pointHistory": "No points yet"
10+
},
11+
"auth": {
12+
"loginButton": "Log in",
13+
"logoutButton": "Log out"
14+
},
15+
"quiz": {
16+
"wrongAnswer": "Incorrect answer",
17+
"correctAnswer": "Correct answer",
18+
"yourAnswer": "Your answer",
19+
"lockAnswer": "Lock answer",
20+
"questionNumber": "{current} of {total}",
21+
"continue": "Continue",
22+
"nextQuestion": "Done",
23+
"done": "Completed",
24+
"result": {
25+
"receivedNoPoints": "You did not receive any points.",
26+
"receivedPoints": "You received {points} points.",
27+
"betterLuckNextTime": "Better luck next time!",
28+
"wellDone": "Well done!",
29+
"perfect": "Perfect!"
30+
}
31+
},
32+
"pages": {
33+
"standings": "Top lists",
34+
"challenges": "Challenges",
35+
"settings": "Settings",
36+
"pointHistory": "Points history",
37+
"rules": "Rules",
38+
"consents": "My consents",
39+
"addToHomeScreen": "Add app to home screen"
40+
},
41+
"navigation": {
42+
"standings": "Top lists",
43+
"profile": "My page",
44+
"challenges": "Challenges"
45+
},
46+
"emptyState": "Nothing to see here",
47+
"settings": {
48+
"language": "App language",
49+
"colorMode": "Color mode",
50+
"colorModes": {
51+
"system": "System",
52+
"light": "Light",
53+
"dark": "Dark"
54+
},
55+
"consents": "My consents",
56+
"notifications": "Notifications",
57+
"notificationsBlocked": "Notifications are blocked in your browser settings",
58+
"notificationsOnlyAvailableWhenInstalled": "Notifications are only available if you add the app to your home screen",
59+
"addToHomeScreen": "Add app to home screen",
60+
"privacyPolicy": "Privacy policy"
61+
},
62+
"standings": {
63+
"global": "Global",
64+
"unit": "My unit",
65+
"local": "Local",
66+
"you": "You",
67+
"rules": "Rules",
68+
"units": "Units",
69+
"top": "Top {amount}",
70+
"u18": "U18",
71+
"o18": "O18"
72+
},
73+
"pointHistory": {
74+
"pointHistoryButton": "Points history",
75+
"explanation": "Here you can see what you have received – or lost – points for."
76+
},
77+
"unit": {
78+
"editUnit": "Edit unit",
79+
"unitLeader": "Unit leader",
80+
"saveChanges": "Save changes",
81+
"unitName": "Unit name",
82+
"noUnitLeader": "No unit leader",
83+
"selectUnitLeader": "Select unit leader"
84+
},
85+
"place": "place",
86+
"points": "points",
87+
"givesYouXPoints": "Gives you {points} points",
88+
"consent": {
89+
"accepted": "Accepted",
90+
"rejected": "Rejected",
91+
"acceptButton": "I accept",
92+
"rejectButton": "Reject the terms",
93+
"bannerTitle": "You have consents you need to consider",
94+
"bannerButton": "Go to consent settings",
95+
"readButton": "Read the terms",
96+
"change": "Change",
97+
"goToConsent": "Go to consent",
98+
"continue": "Continue",
99+
"changeDescription": "To change your consent, please contact us at {email}",
100+
"changeConsent": "Change consent"
101+
},
102+
"achievement": {
103+
"title": "Award",
104+
"unlocked": "Unlocked!"
105+
},
106+
"feedback": {
107+
"title": "Give us your feedback",
108+
"cta": "Give us your feedback",
109+
"description": "We'd love to hear from you so we can make the service even better.",
110+
"send": "Send feedback",
111+
"label": "Was there anything you thought was good, or anything that could be improved?",
112+
"placeholder": "Write your feedback here ...",
113+
"success": "Thank you for your feedback",
114+
"validationError": "You cannot send blank feedback",
115+
"lengthError": "The feedback can be no more than {max} characters long",
116+
"thankYou": "Thank you for your help!",
117+
"thankYouDescription": "Your input will be used to further develop the service.",
118+
"close": "You're welcome",
119+
"canContactMe": "Yes, I agree that you can contact me in connection with my feedback"
120+
}
121+
}

0 commit comments

Comments
 (0)