1234567891011121314151617181920212223242526272829303132333435 |
- {
- "editor": {
- "discard": "Discard",
- "codeblocktitle": "Insert Code Block",
- "codeblockinsert": "Insert Code Block",
- "codeblocklanguage": "Language",
- "codeblockloading": "Loading code syntax for {{name}}",
- "codeblockloadingerror": "Error: Unable to load language syntax.",
- "codeblocksuccess": "Your code block has been inserted.",
- "videotitle": "Insert Video",
- "videolinktitle": "Enter the link to the video to be embedded:",
- "videoinsert": "Insert Video",
- "videonotsupported": "This URL is invalid or not supported!",
- "videosupportedtitle": "The following are supported:",
- "videoanymp4file": "Any standard MP4 file",
- "videosuccess": "The video code has been inserted."
- },
- "nav": {
- "home": "Home"
- },
- "profile": {
- "displayname": "Display Name",
- "displaynameexample": "John Smith",
- "email": "Email",
- "password": "Password",
- "passwordverify": "Verify Password",
- "savechanges": "Save Changes"
- },
- "search": {
- "placeholder": "Search...",
- "results": "Search Results",
- "nomatch": "No results matching your query",
- "didyoumean": "Did you mean...?"
- }
- }
|