118 lines
3 KiB
JSON
118 lines
3 KiB
JSON
{
|
|
"errors": {
|
|
"intent": "Unknown request intent"
|
|
},
|
|
|
|
"account": {
|
|
"errors": {
|
|
"bad_request": "Bad request",
|
|
"username_length": "Username must be between 1 and 64 characters",
|
|
"username_characters": "Username can only include a-z, 0-9, _, and -",
|
|
"user_not_found": "User '%u' not found",
|
|
"user_exists": "User '%u' already exists",
|
|
"incorrect_password": "Incorrect password",
|
|
"password_match": "Passwords don't match",
|
|
"password_changed": "Password changed"
|
|
},
|
|
|
|
"log_in": "Log In",
|
|
"log_in_instead": "Log in instead?",
|
|
"sign_up": "Sign Up",
|
|
"sign_up_instead": "Sign up instead?",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"verify": "Verify password"
|
|
},
|
|
|
|
"add": {
|
|
"errors": {
|
|
"invalid_id": "Invalid ID format",
|
|
"date": "Invalid date",
|
|
"description_length": "Description must be between 1 and 256 characters"
|
|
},
|
|
|
|
"title": "Add Item",
|
|
"section": "Section:",
|
|
"date": "Date:",
|
|
"description": "Description:",
|
|
"description_placeholder": "Important thing",
|
|
"button": "Add"
|
|
},
|
|
|
|
"list": {
|
|
"title": "Current Todo List",
|
|
"remove": "Completed",
|
|
"none": "None"
|
|
},
|
|
|
|
"settings": {
|
|
"sections": {
|
|
"section": {
|
|
"title": "Title:",
|
|
"placeholder": "Section title",
|
|
"delete": "Delete section",
|
|
"new": "New section",
|
|
"show_subtitle": "Show separate title for first item?"
|
|
},
|
|
|
|
"row": {
|
|
"title": "Title:",
|
|
"placeholder": "Row title",
|
|
"delete": "Delete row",
|
|
"new": "New row",
|
|
"format": "Item display format:",
|
|
"format_placeholder": "For %C<b>%t</b>%c - %d"
|
|
},
|
|
|
|
"format": {
|
|
"replacements": {
|
|
"title": "Item display format replacements:",
|
|
"%t": "date",
|
|
"%d": "item description",
|
|
"%C": "start color",
|
|
"%c": "end color"
|
|
},
|
|
|
|
"title": "Formatting Information",
|
|
"alphabetical": "Sorted alphabetically by row/section title",
|
|
"alphabetical_bypass": "Text before a <code>$</code> is hidden but sorted",
|
|
"html": "Displayed as raw HTML"
|
|
},
|
|
|
|
"title": "Configure Sections",
|
|
"save": "Save"
|
|
},
|
|
|
|
"cosmetic": {
|
|
"threshold": {
|
|
"yellow": "Yellow:",
|
|
"gray": "Gray:",
|
|
"days_less": "%n days or less",
|
|
"days_more": "%n days or more",
|
|
"disable": "Set to -1 to disable",
|
|
"button": "Save"
|
|
},
|
|
|
|
"title": "Cosmetic Options"
|
|
},
|
|
|
|
"account": {
|
|
"password": {
|
|
"title": "Change Password",
|
|
"current": "Current password:",
|
|
"new": "New password:",
|
|
"confirm": "Confirm password:",
|
|
"old_placeholder": "password",
|
|
"new_placeholder": "Password123!",
|
|
"button": "Save"
|
|
},
|
|
|
|
"title": "Account",
|
|
"current": "Currently logged in as %u.",
|
|
"log_out": "Log out?"
|
|
},
|
|
|
|
"title": "More options...",
|
|
"source_code": "Source code"
|
|
}
|
|
}
|