67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"meta": {
|
|
"locale": "en_GB",
|
|
"page_desc": "A quiet place to write. Your thoughts, on paper."
|
|
},
|
|
"error": {
|
|
"no_auth": "You need to be signed in to do that.",
|
|
"not_found": "That does not exist.",
|
|
"no_data": "Nothing to show yet.",
|
|
"commit_db": "Could not save. Please try again.",
|
|
"network": "Could not reach the server. Your writing is kept locally until it comes back.",
|
|
"unexpected": "Something went wrong."
|
|
},
|
|
"account": {
|
|
"sign_in": "Sign in",
|
|
"sign_up": "Create an account",
|
|
"sign_out": "Sign out",
|
|
"have_account": "Already have a book?",
|
|
"no_account": "Start a new book",
|
|
"name": "Your name",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"remember": "Keep me signed in",
|
|
"name_required": "Please tell me what to call you.",
|
|
"invalid_email": "That does not look like an email address.",
|
|
"password_too_short": "Pick a password of at least $0 characters.",
|
|
"invalid_credentials": "Those details do not match a book here.",
|
|
"welcome": "Your book is open. Start writing.",
|
|
"logged_in": "Welcome back.",
|
|
"logged_out": "Your book is closed.",
|
|
"saved": "Saved.",
|
|
"settings": "Settings",
|
|
"language": "Language",
|
|
"timezone": "Time zone"
|
|
},
|
|
"book": {
|
|
"title": "MyThoughts",
|
|
"tagline": "Your thoughts, on paper.",
|
|
"write_here": "Write here…",
|
|
"first_page": "This is the first page of your book.",
|
|
"no_entry_yet": "Nothing was written around that date.",
|
|
"entry_deleted": "That entry was torn out.",
|
|
"entries": "Entries",
|
|
"bookmarks": "Bookmarks",
|
|
"loading": "Turning pages…",
|
|
"today": "Today",
|
|
"go_to_writing": "Back to today's page",
|
|
"empty_entry": "Blank page"
|
|
},
|
|
"action": {
|
|
"prev_page": "Previous page",
|
|
"next_page": "Next page",
|
|
"calendar": "Jump to a date",
|
|
"close": "Close",
|
|
"save": "Save",
|
|
"delete": "Tear out this entry",
|
|
"confirm_delete": "Tear out the entry of $0? This cannot be undone."
|
|
},
|
|
"save": {
|
|
"saving": "Saving…",
|
|
"saved": "Saved $0",
|
|
"pending": "Unsaved changes",
|
|
"failed": "Could not save",
|
|
"just_now": "just now"
|
|
}
|
|
}
|