jsresource_zh.js

来自「几个运用了DWR框架编写的AJAX代码,」· JavaScript 代码 · 共 58 行

JS
58
字号
var JSResource={
	presentationsTab : function() {
		ContentSummary.switchTab("PRESENTATION");
	},
	
	interviewsTab : function(){
		ContentSummary.switchTab("INTERVIEW");
	},
	
	minibooksTab : function(){
		ContentSummary.switchTab("MINIBOOK");
	}
};
JSResource.LANG="zh";
JSResource.categoryManagement_showpopup_viewAllLink_viewAllPrefix="显示所有“";
JSResource.categoryManagement_showpopup_viewAllLink_viewAllSuffix="”内容";
JSResource.categoryManagement_showpopup_includeExcludeLink_Exclude="过滤";
JSResource.categoryManagement_showpopup_includeExcludeLink_Include="取消过滤";
JSResource.contentSummary_showPresentations_1="整理准备中,敬请期待";
JSResource.contentSummary_showPresentations_2="我们致力于为您提供来自全球业界及中国本土社区顶尖技术大会精彩的中英文专家演讲的视频,目前资料正在编辑整理中,将于近期发布。";
JSResource.contentSummary_showPresentations_3="感谢您的支持与耐心等待!";
JSResource.contentSummary_showInterviews_1="";
JSResource.contentSummary_showInterviews_2="";
JSResource.contentSummary_showInterviews_3="";
JSResource.contentSummary_showMinibooks_1="";
JSResource.contentSummary_showMinibooks_2="";
JSResource.forum_view="查看";
JSResource.forum_quoteOriginalMessage="引用原消息";
JSResource.forum_subject="主题:";
JSResource.forum_yourReply="您的回复:";
JSResource.forum_allowedHtml="允许的 HTML 标签:";
JSResource.login_showLoginWindow_existingUsers="现有用户:";
JSResource.login_getRegister_newUsers="新用户:";
JSResource.login_getRegister_register="注册";
JSResource.login_getReactivationArea_resendActivation="重新发送激活邮件:";
JSResource.login_getReactivationArea_resend="重新发送";
JSResource.login_email="Email:";
JSResource.login_getResetPasswordArea_send="发送";
JSResource.login_getLoginArea_password="密码:";
JSResource.login_getLoginArea_login="登录";
JSResource.login_sendingRequest="发送请求……";
JSResource.login_doResetPassword_sent="已发送";
JSResource.login_doLogin_loginOK="成功登录";
JSResource.validateVendorContentForm_selectCountry="请选择您的国家。";
JSResource.validateVendorContentForm_enterEmail="请输入您的 E-mail。";
JSResource.validateVendorContentForm_enterValidEmailAddress="请输入合法的 E-mail 地址。";
JSResource.validateVendorContentForm_enterPassword="请输入您的密码。";
JSResource.validateVendorContentForm_repeatPassword="请重复您的密码。";
JSResource.validateVendorContentForm_enterFirstName="请输入您的名字。";
JSResource.validateVendorContentForm_enterLastName="请输入您的姓氏。";
JSResource.validateVendorContentForm_enterCompanyName="Please enter your company name.";
JSResource.validateVendorContentForm_selectRole="请选择您的角色。"; 
JSResource.validateVendorContentForm_selectIndustry="请选择您的行业。"
JSResource.validateVendorContentForm_selectDevelopers="请选择您公司的开发人员数量。";
JSResource.validateVendorContentForm_enterAnswerToQuestion="请输入此问题的回答。";
JSResource.close="关闭";
JSResource.error="错误";
JSResource.search="Search";

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?