Create page translations
This commit is contained in:
parent
5a3dd895f6
commit
9ed1522475
6 changed files with 48 additions and 42 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"title": "Click to copy",
|
||||
"copied": "Copied!",
|
||||
"shareinfo": "Copy the link to this page, or share via <1>email</1>.",
|
||||
"shareinfo_alt": "Click the link above to copy it to your clipboard, or share via <1>email</1>.",
|
||||
"email_subject": "Scheduling {{event_name}}",
|
||||
"email_body": "Visit this link to enter your availabilities:"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -34,10 +34,10 @@
|
|||
|
||||
"button": "Create",
|
||||
"errors": {
|
||||
"no_dates": "You haven't selected any dates!",
|
||||
"no_dates": "There aren't any dates selected",
|
||||
"same_times": "The start and end times can't be the same",
|
||||
"no_time": "You don't have any time selected",
|
||||
"unknown": "An error ocurred while creating the event. Please try again later."
|
||||
"no_time": "There isn't any time selected",
|
||||
"unknown": "Something went wrong. Please try again later."
|
||||
}
|
||||
},
|
||||
"offline": "You can't create a Crab Fit when you don't have an internet connection. Please make sure you're connected.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue