diff --git a/locales/en.json b/locales/en.json index fd13e3e7..7bb7ab2c 100644 --- a/locales/en.json +++ b/locales/en.json @@ -200,5 +200,12 @@ "5": "fifth", "-1": "last" }, - "about": "\n
Gancio is a shared agenda for local communities.
\n " + "about": "\nGancio is a shared agenda for local communities.
\n ", + "oauth": { + "authorization_request": "Application{app} is asking for the following authorization on {instance_name}:",
+ "redirected_to": "After confirmation you will be redirected to the address {url}",
+ "scopes": {
+ "event:write": "Add and edit your events"
+ }
+ }
}