forked from gpbl/isomorphic500
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.js
42 lines (34 loc) · 1 KB
/
en.js
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
// jscs:disable disallowQuotedKeysInObjects
export default {
locales: ["en"],
messages: {
"meta": {
"title": "isomorphic500",
"description": "Demo application made with React and Fluxible",
"loadingTitle": "Loading…",
"errorTitle": "Error displaying this page",
"notFoundTitle": "Page not found"
},
"features": {
"popular": "Most Popular",
"highest_rated": "Highest Rated",
"upcoming": "Upcoming",
"editors": "Editors picks",
"fresh_today": "Fresh Today",
"fresh_yesterday": "Fresh Yesterday",
"fresh_week": "Fresh This Week"
},
"featured": {
"documentTitle": "{feature} on 500px"
},
"home": {
"welcome": "Welcome to isomorphic500. Now explore some photo..."
},
"photo": {
"documentTitle": "{name} – by {user}",
"documentDescription": "{name} is a photo by {user} published on 500px",
"attribution": "Photo by {userLink}",
"rating": "Rating {rating}"
}
}
};