lang.en-us.js 646 B

123456789101112131415161718192021222324252627
  1. var lang = new Array();
  2. //attorn
  3. lang['attorn_success'] = "Attorn success";
  4. //catalog
  5. lang["none"] = "none";
  6. lang["save_success"] = "Save success";
  7. lang["save_fail"] = "Save fail";
  8. lang["confirm_to_delete"] = "Are you sure that you want to delete it?";
  9. lang["delete_success"] = "Delete success";
  10. lang["delete_fail"] = "Delete fail";
  11. //item
  12. lang["back_to_top"] = "Back to top";
  13. //page/edite
  14. lang["params"] = "Params";
  15. lang["type"] = "Type";
  16. lang["description"] = "Description";
  17. lang["editormd_placeholder"] = "Supports Markdown.the left side to edite, the right Preview";
  18. lang["json_fail"] = "JSON import failed";
  19. lang["filed"] = "filed";