-
Notifications
You must be signed in to change notification settings - Fork 2
/
locales.ts
161 lines (161 loc) · 5.21 KB
/
locales.ts
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
export default {
de: {
translation: {
"account": "Konto",
"cancel": "Abbrechen",
"closed": "Geschlossen",
"closes": "Schließt um",
"comments": "Kommentare",
"confirm-password": "Passwort bestätigen",
"create-account-button": "Konto erstellen",
"create-account-question": "Neues Konto anlegen?",
"create-an-account": "Erstelle ein Konto",
"email": "Email",
"email-example": "[email protected]",
"forgot-password": "Passwort vergessen",
"hours": "Öffnungszeiten",
"limited": "Kurzfristige Öffnungszeiten",
"locations": "Geschäfte",
"map": "Karte",
"my-account": "Mein Konto",
"name": "Name",
"nearby-locations": "Nahe Geschäfte",
"normal": "Reguläre Öffnungszeiten",
"open-today": "Heute geöffnet",
"opens": "Öffnet um",
"password": "Passwort",
"recent-comments": "Neue Kommentare",
"report": "Anlegen",
"report-create-account": "Um ein neues Geschäft anzulegen, erstelle bitte ein Konto oder logge dich ein.",
"save": "Speichern",
"sign-in": "Einloggen",
"sign-out": "Ausloggen",
"status": "Status",
"times": "Zeiten",
"update-password": "Passwort aktualisieren",
"whats-open": "What\'s Open"
},
},
en: {
translation: {
"account": "Account",
"cancel": "Cancel",
"closed": "Closed",
"Closed": "Closed",
"closes": "Closes",
"comments": "Comments",
"confirm-password": "Confirm Password",
"create-account-button": "Create Account",
"create-account-question": "Need to create an account?",
"create-an-account": "Create an Account",
"email": "Email",
"email-example": "[email protected]",
"forgot-password": "Forgot Password",
"Friday": "Friday",
"hours": "Hours",
"limited": "Limited Hours",
"Limited Hours": "Limited Hours",
"locations": "Locations",
"map": "Map",
"Monday": "Monday",
"my-account": "My Account",
"name": "Name",
"nearby-locations": "Nearby Locations",
"normal": "Normal Hours",
"Normal Hours": "Normal Hours",
"open-today": "Open Today",
"Open Today": "Open Today",
"opens": "Opens",
"password": "Password",
"recent-comments": "Recent Comments",
"report": "Report",
"report-create-account": "To report a business, please create an account and/or sign in.",
"Saturday": "Saturday",
"save": "Save",
"sign-in": "Sign In",
"sign-out": "Sign Out",
"status": "Status",
"Sunday": "Sunday",
"Thursday": "Thursday",
"times": "Times",
"Tuesday": "Tuesday",
"update-password": "Update Password",
"Wednesday": "Wednesday",
"whats-open": "What\'s Open"
},
},
es: {
translation: {
"account": "Account",
"closed": "Closed",
"confirm-password": "Confirm Password",
"create-account-button": "Create Account",
"create-account-question": "Need to create an account?",
"create-an-account": "Create an Account",
"email": "Email",
"email-example": "[email protected]",
"forgot-password": "Forgot Password",
"hours": "Hours",
"limited": "Limited Hours",
"map": "Map",
"my-account": "My Account",
"name": "Name",
"normal": "Normal Hours",
"open-today": "Open Today",
"password": "Password",
"sign-in": "Sign In",
"sign-out": "Sign Out",
"times": "Times",
"update-password": "Update Password",
"cancel": "Cancel",
"closes": "Closes",
"comments": "Comments",
"locations": "Locations",
"nearby-locations": "Nearby Locations",
"opens": "Opens",
"recent-comments": "Recent Comments",
"report": "Report",
"report-create-account": "To report a business, please create an account and/or sign in.",
"save": "Save",
"status": "Status",
"whats-open": "What\'s Open"
},
},
fr: {
translation: {
"account": "Compte",
"cancel": "Annuler",
"closed": "Fermé",
"closes": "Se ferme",
"comments": "Commentaires",
"confirm-password": "Confirmer le mot de passe",
"create-account-button": "S\'inscrire",
"create-account-question": "Pas de compte?",
"create-an-account": "Inscription",
"email": "Email",
"email-example": "[email protected]",
"forgot-password": "Mot de passe oublié",
"hours": "Horaires d\'ouverture",
"limited": "Horaires limités",
"locations": "Lieux",
"map": "Carte",
"my-account": "Mon compte",
"name": "Nom",
"nearby-locations": "Lieux autours",
"normal": "Horaires normaux",
"open-today": "Ouvert aujourd\'hui",
"opens": "S\'ouvre",
"password": "Mot de passe",
"recent-comments": "Commentaires récents",
"report": "Signaler",
"report-create-account": "Pour signaler un business, merci de s\'inscrire et/ou se connecter",
"save": "Enregistrer",
"sign-in": "Connexion",
"sign-out": "Déconnexion",
"status": "Statut",
"times": "Horaires",
"update-password": "Mettre à jour le mot de passe",
"whats-open": "What\'s Open"
}
}
}