forked from gpbl/isomorphic500
-
Notifications
You must be signed in to change notification settings - Fork 0
/
it.js
42 lines (34 loc) · 1023 Bytes
/
it.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: ["it"],
messages: {
"meta": {
"title": "isomorphic500",
"description": "Applicazione dimostrativa creata con React e Fluxible",
"loadingTitle": "Caricamento…",
"errorTitle": "Errore caricando la pagina",
"notFoundTitle": "Pagina non trovata"
},
"features": {
"popular": "Popolari",
"highest_rated": "Più votate",
"upcoming": "In arrivo",
"editors": "Scelte da 500px",
"fresh_today": "Oggi",
"fresh_yesterday": "Ieri",
"fresh_week": "Questa settimana"
},
"featured": {
"documentTitle": "{feature} su 500px"
},
"home": {
"welcome": "Benvenuto in isomorphic500. Esplora un po’ le foto..."
},
"photo": {
"documentTitle": "{name} – di {user}",
"documentDescription": "{name} è una foto di {user} pubblicata su 500px",
"attribution": "Foto di {userLink}",
"rating": "Voto {rating}"
}
}
};