-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi18n.json
More file actions
93 lines (93 loc) · 3.78 KB
/
i18n.json
File metadata and controls
93 lines (93 loc) · 3.78 KB
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
{
"keys": [
"action.apply",
"action.go_home",
"action.login",
"action.register",
"label.email",
"label.greeting",
"label.password",
"message.invalid_password",
"message.invalid_user",
"message.loan_submitted",
"place.loan_amount",
"title.loan_confirmation",
"title.loan_simulation"
],
"locales": {
"en_GB": {
"i18nStrings": {
"action.apply": "Apply",
"action.go_home": "Go to Home",
"action.login": "Sign in",
"action.register": "Sign up",
"label.email": "e-mail",
"label.greeting": "Hello {name}",
"label.password": "Password",
"message.invalid_password": "That's not a valid password.",
"message.invalid_user": "That's not a valid email address.",
"message.loan_submitted": "You've successfully applied for your loan of {ccy} {amt}. We'll get back to you shortly.",
"place.loan_amount": "How much do you need?",
"title.loan_confirmation": "Loan Submission Done",
"title.loan_simulation": "Loan Simulation"
},
"isCustomLocale": false,
"isSelected": true,
"layoutConfig": {
"mirrorContentAlignment": false,
"mirrorFlexPositionProperties": false,
"mirrorFlowHorizontalAlignment": false
}
},
"es_ES": {
"i18nStrings": {
"action.apply": "Solicitar",
"action.go_home": "Ir a Inicio",
"action.login": "Entrar",
"action.register": "Darse de alta",
"label.email": "e-mail",
"label.greeting": "Hola {name}",
"label.password": "Contraseña",
"message.invalid_password": "Eso no parece una contraseña válida",
"message.invalid_user": "Eso no parece una dirección de e-mail ",
"message.loan_submitted": "Has aplicado un préstamo de {ccy} {amt}. Te responderemos en breve.",
"place.loan_amount": "¿Cuánto necesitas?",
"title.loan_confirmation": "Préstamo Solicitado",
"title.loan_simulation": "Simulador de Préstamos"
},
"isCustomLocale": false,
"isSelected": true,
"layoutConfig": {
"mirrorContentAlignment": false,
"mirrorFlexPositionProperties": false,
"mirrorFlowHorizontalAlignment": false
}
},
"xx_YY": {
"country": "None",
"i18nStrings": {
"action.apply": "action.apply",
"action.go_home": "action.go_home",
"action.login": "action.login",
"action.register": "action.register",
"label.email": "label.email",
"label.greeting": "label.greeting",
"label.password": "label.password",
"message.invalid_password": "message.invalid_password",
"message.invalid_user": "message.invalid_user",
"message.loan_submitted": "message.loan_submitted",
"place.loan_amount": "place.loan_amount",
"title.loan_confirmation": "title.loan_confirmation",
"title.loan_simulation": "title.loan_simulation"
},
"isCustomLocale": true,
"isSelected": true,
"language": "i18n keys",
"layoutConfig": {
"mirrorContentAlignment": false,
"mirrorFlexPositionProperties": false,
"mirrorFlowHorizontalAlignment": false
}
}
}
}