|
|
@@ -13,6 +13,8 @@
|
|
|
"Admin": "Admin",
|
|
|
"New": "New",
|
|
|
"Shortcuts": "Shortcuts",
|
|
|
+ "eg": "e.g.",
|
|
|
+ "Undo": "Undo",
|
|
|
|
|
|
"Update": "Update",
|
|
|
"Update Page": "Update Page",
|
|
|
@@ -272,6 +274,38 @@
|
|
|
}
|
|
|
},
|
|
|
|
|
|
+ "sandbox": {
|
|
|
+ "header": "Header",
|
|
|
+ "header_x": "Header {{index}}",
|
|
|
+ "block": "Paragraph",
|
|
|
+ "block_detail": "makes a paragraph",
|
|
|
+ "empty_line": "Empty Line",
|
|
|
+ "line_break": "Line Break",
|
|
|
+ "line_break_detail": "(2 spaces) make a line break",
|
|
|
+ "typography": "Typography",
|
|
|
+ "italics": "Italics",
|
|
|
+ "bold": "Bold",
|
|
|
+ "italic_bold": "Italic Bold",
|
|
|
+ "strikethrough": "strikethrough",
|
|
|
+ "link": "Link",
|
|
|
+ "code_highlight": "Code Highlight",
|
|
|
+ "list": "List",
|
|
|
+ "unordered_list_x": "Unordered List {{index}}",
|
|
|
+ "ordered_list_x": "Ordered List {{index}}",
|
|
|
+ "task": "Task",
|
|
|
+ "task_checked": "Checked",
|
|
|
+ "task_unchecked": "Unchecked",
|
|
|
+ "quote": "Quote",
|
|
|
+ "quote1": "You can write",
|
|
|
+ "quote2": "multi-line quotations",
|
|
|
+ "quote_nested": "Nested Quote",
|
|
|
+ "table": "Table",
|
|
|
+ "image": "Image",
|
|
|
+ "alt_text": "Alt Text",
|
|
|
+ "insert_image": "inserts an image",
|
|
|
+ "open_sandbox": "Open Sandbox"
|
|
|
+ },
|
|
|
+
|
|
|
"admin_top": {
|
|
|
"Management Wiki": "Management Wiki",
|
|
|
"System Information": "System Information",
|
|
|
@@ -538,6 +572,10 @@
|
|
|
"save_edit": "Save edit tab and history tab switching in the browser and make it object for forward/back command of the browser.",
|
|
|
"by_invalidating": "By invalidating, you can make page transition as the only object for forward/back command of the browser.",
|
|
|
"nocdn_desc": "This function is disabled when the environment variable <code>NO_CDN=true</code>.<br>Github style has been forcibly applied.",
|
|
|
+ "custom_title": "Custom Title",
|
|
|
+ "custom_title_detail": "You can customize <code>%s</code> tag.<br><code>%s</code> will be automatically replaced with the app name, and <code>%s</code> will be replaced with the page name/path.",
|
|
|
+ "custom_header": "Custom HTML Header",
|
|
|
+ "custom_header_detail": "You can customize HTML header that applies all pages. Your custom script will be inserted in <code>%s</code> but above other <code>%s</code> tags.<br>Relaod page to see changes.",
|
|
|
"Custom CSS": "Custom CSS",
|
|
|
"write_CSS": "You can write CSS that is applied to whole system.",
|
|
|
"reflect_change": "You need to reload the page to reflect the change.",
|
|
|
@@ -553,14 +591,28 @@
|
|
|
"user_management": {
|
|
|
"User management": "User management",
|
|
|
"invite_users": "Invite new users",
|
|
|
+ "emails": "Emails",
|
|
|
+ "invite_thru_email": "Send Invitation Email",
|
|
|
+ "invite": "Invite",
|
|
|
+ "give_admin_access": "Give admin access",
|
|
|
+ "remove_admin_access": "Remove admin access",
|
|
|
"external_account": "External account management",
|
|
|
"user_list": "List of users",
|
|
|
+ "external_account_list": "External Account List",
|
|
|
+ "back_to_user_management": "Back to User Management",
|
|
|
+ "authentication_provider": "Authentication Provider",
|
|
|
"Date created": "Date created",
|
|
|
"Last login": "Last login",
|
|
|
"Manage": "Manage",
|
|
|
"Edit menu": "Edit menu",
|
|
|
+ "password_setting": "Password Setting",
|
|
|
+ "set": "Yes",
|
|
|
+ "unset": "No",
|
|
|
+ "password_setting_help": "Show whether the related user has a password set",
|
|
|
"Reissue password": "Reissue password",
|
|
|
+ "related_username": "Related user's <code>%s</code>",
|
|
|
"Status":"Status",
|
|
|
+ "accept": "Accept",
|
|
|
"Deactivate account":"Deactivate account",
|
|
|
"your_own":"You cannot deactivate your own account",
|
|
|
"Administrator menu":"Administrator menu",
|