Diff for /loncom/localize/localize/zh.pm between versions 1.118 and 1.130

version 1.118, 2014/01/08 19:23:12 version 1.130, 2019/11/21 14:49:23
Line 44  use base qw(Apache::localize); Line 44  use base qw(Apache::localize);
 'date_pm' => '下午',  'date_pm' => '下午',
 'htmlarea_lang' => 'zh-cn',  'htmlarea_lang' => 'zh-cn',
   
      'Deutsch - UTF' # do not translate
   => 'Deutsch - UTF',
   
      'English - UTF' # do not translate
   => 'English - UTF',
   
      'Português - UTF' # do not translate
   => 'Português - UTF',
   
      'español (castellano) - UTF' # do not translate
   => 'español (castellano) - UTF',
   
      'français - UTF' # do not translate
   => 'français - UTF',
   
      'türkçe - UTF' # do not translate
   => 'türkçe - UTF',
   
      'Русский - UTF' # do not translate
   => 'Русский - UTF',
   
      'עברית - UTF' # do not translate
   => 'עברית - UTF',
   
      '日本語 - UTF' # do not translate
   => '日本語 - UTF',
   
      '简体中文 - UTF' # do not translate
   => '简体中文 - UTF',
   
      'ﺍیﺭﺎﻧی - UTF' # do not translate
   => 'ﺍیﺭﺎﻧی - UTF',
   
      'ﺎﻠﻋﺮﺒﻳﺓ - UTF' # do not translate
   => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
   
      'Swedish Chef - UTF'
   => 'Swedish Chef - UTF',
   
    'Domain'     'Domain'
 => '领域',  => '领域',
   
Line 584  use base qw(Apache::localize); Line 623  use base qw(Apache::localize);
    "an indeterminate date"     "an indeterminate date"
 => '无限期',  => '无限期',
   
    "will open on"     'will open on [_1]'
 => "开放于",  => '开放于 [_1]',
   
    "is due at"     'is due at [_1]'
 => "is due at",  => 'is due at [_1]',
   
    "was due on"     'was due on [_1], and answers will be available on [_2]'
 => "was due on",  => 'was due on [_1], and answers will be available on [_2]',
   
    'is closed but you are allowed to view it'     'is closed but you are allowed to view it'
 => "is closed but you are allowed to view it",  => "is closed but you are allowed to view it",
Line 656  use base qw(Apache::localize); Line 695  use base qw(Apache::localize);
    "may open later."     "may open later."
 => 'may open later.',  => 'may open later.',
   
    ', and answers will be available on'  
 => ', and answers will be available on',  
   
    "Select a"     "Select a"
 => "Select a",  => "Select a",
   
Line 674  use base qw(Apache::localize); Line 710  use base qw(Apache::localize);
    'List of possible answers'     'List of possible answers'
 => 'List of possible answers',  => 'List of possible answers',
   
    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'  
 => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',  
   
    'Response [_1] is not analyzable at this time'  #    'is not analyzable at this time'     'Response [_1] is not analyzable at this time'  #    'is not analyzable at this time'
 => 'Response [_1] is not analyzable at this time',  #   '目前没有可分析性',  => 'Response [_1] is not analyzable at this time',  #   '目前没有可分析性',
   
Line 1775  use base qw(Apache::localize); Line 1808  use base qw(Apache::localize);
    'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'     'User Notes, Records of Face-To-Face Discussions, Critical Messages, Broadcast Messages and Archived Messages in Course'
 => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',  => '用户注释,记录面对面讨论,重要的信息,广播信息,课程存档',
   
    'No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].'     'No notes, face-to-face discussion records, critical messages or broadcast messages in this course.'
 => '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',  => 'No notes, face-to-face discussion records, critical messages or broadcast messages in this course.', # '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
   
      'No notes, face-to-face discussion records, critical messages or broadcast messages in this community.'
   => 'No notes, face-to-face discussion records, critical messages or broadcast messages in this community.', # '对于 [_1] 没有用户注释, 记录用户的讨论, 重要信息, 或者广播信息。',
   
    'Version Number'     'Version Number'
 => '版本号',  => '版本号',
Line 3326  use base qw(Apache::localize); Line 3362  use base qw(Apache::localize);
    'grades[_3]'     'grades[_3]'
 => 'grades[_3]',  => 'grades[_3]',
   
    'send[_1]'  
 => '发送',  
    'scantron[_1]'  
 => 'scantron[_1]',  
   
    'course[_13]'     'course[_13]'
 => '课程',  => '课程',
    'catalog[_1]'     'catalog[_1]'
Line 3863  use base qw(Apache::localize); Line 3894  use base qw(Apache::localize);
    'Found a <*response> outside of a <part> in a <part>ed problem'     'Found a <*response> outside of a <part> in a <part>ed problem'
 => 'Found a <*response> outside of a <part> in a <part>ed problem',  => 'Found a <*response> outside of a <part> in a <part>ed problem',
   
    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'  
 => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',  
   
    'Generate messages from a file'     'Generate messages from a file'
 => '从一个文件生成邮件',  => '从一个文件生成邮件',
   
Line 4139  use base qw(Apache::localize); Line 4167  use base qw(Apache::localize);
    'Paper type'     'Paper type'
 => '纸张类型',  => '纸张类型',
   
    'PDF-Formfields'     'PDF Form Fields'
 => 'PDF格式字段',  => 'PDF格式字段',
   
    'with Formfields'     'with Form Fields'
 => '带有格式字段',  => '带有格式字段',
   
    'without Formfields'     'without Form Fields'
 => '不带有格式字段',  => '不带有格式字段',
   
    'Problems from the Whole Course'     'Problems from the Whole Course'
Line 4544  use base qw(Apache::localize); Line 4572  use base qw(Apache::localize);
    'Currently using local (institutional) authentication.'     'Currently using local (institutional) authentication.'
 => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',  => 'Currently using local (institutional) authentication.', # => '目前使用的地方(机构)的认证。Derzeit lokal (institutionell) authentifiziert.',
   
    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2'     'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) section ID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2'
 => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',  => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) section ID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',
   
    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2'     'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2'
 => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2',  => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2',
Line 4772  use base qw(Apache::localize); Line 4800  use base qw(Apache::localize);
    '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.'     '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.'
 => '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.',  => '(Course Coordinators automatically have the right to clone their own courses.) Format: user:domain, where &quot;user&quot; and &quot;domain&quot; are the LON-CAPA username and domain of the user.Separate different users with a comma.Use *:domain to allow course to be cloned by any course owner in the specified domain.Use * to allow unrestricted cloning by all course owners in all domains.',
   
    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.'  
 => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click &quot;Next&quot;.',  
   
    'Allow limited HTML in discussion posts'     'Allow limited HTML in discussion posts'
 => 'Allow limited HTML in discussion posts',  => 'Allow limited HTML in discussion posts',
   
Line 5115  use base qw(Apache::localize); Line 5140  use base qw(Apache::localize);
    'What weight should be set for the selected problem?'     'What weight should be set for the selected problem?'
 => 'What weight should be set for the selected problem?',  => 'What weight should be set for the selected problem?',
   
    'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).'  
 => 'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen (Course Configuration).',  
   
    '[_1] Filesystem Authenticated (with initial password [_2])'     '[_1] Filesystem Authenticated (with initial password [_2])'
 => '[_1] Filesystem Authenticated (with initial password [_2])',  => '[_1] Filesystem Authenticated (with initial password [_2])',
   
Line 5400  use base qw(Apache::localize); Line 5422  use base qw(Apache::localize);
    'Current discussion settings'     'Current discussion settings'
 => '目前讨论的设置',  => '目前讨论的设置',
   
    'Duedate'     'Due Date'
 => '截止日期',  => '截止日期',
   
    'Each post can be toggled read/unread'     'Each post can be toggled read/unread'
Line 5554  use base qw(Apache::localize); Line 5576  use base qw(Apache::localize);
    'Delete Selected'     'Delete Selected'
 => '删除所选',  => '删除所选',
   
    'Critical'     'CRITICAL'
 => '重要的',  => '重要的',
   
    'Currently no documents.'     'Currently no documents.'
Line 5623  use base qw(Apache::localize); Line 5645  use base qw(Apache::localize);
    'Send a Message'     'Send a Message'
 => '发送邮件',  => '发送邮件',
   
    'Sent Messages'     'SENT MESSAGES'
 => '已发送邮件',  => '已发送邮件',
   
    'Show'     'Show'
Line 6385  use base qw(Apache::localize); Line 6407  use base qw(Apache::localize);
    'The following users could not be activated, because an error occurred:'     'The following users could not be activated, because an error occurred:'
 => 'The following users could not be activated, because an error occurred:',  => 'The following users could not be activated, because an error occurred:',
   
    'The following users could not be reenabled, because an error occurred:'     'The following users could not be re-enabled, because an error occurred:'
 => 'The following users could not be reenabled, because an error occurred:',  => 'The following users could not be re-enabled, because an error occurred:',
   
    'The following users could not be modified, because an error occurred:'     'The following users could not be modified, because an error occurred:'
 => 'The following users could not be modified, because an error occurred:',  => 'The following users could not be modified, because an error occurred:',
Line 8229  use base qw(Apache::localize); Line 8251  use base qw(Apache::localize);
 => 'Currently published version',  => 'Currently published version',
   
    'Edit Metadata'     'Edit Metadata'
 => 'Edit Metadata',  => '编辑元数据',
   
    'Cleanup XML Document'     'Cleanup XML Document'
 => 'Cleanup XML Document',  => 'Cleanup XML Document',
Line 9632  use base qw(Apache::localize); Line 9654  use base qw(Apache::localize);
    "Submission won't be graded. The type of file submitted is not allowed."     "Submission won't be graded. The type of file submitted is not allowed."
 => "Submission won't be graded. The type of file submitted is not allowed.",  => "Submission won't be graded. The type of file submitted is not allowed.",
   
    'Submission not graded. Use fewer digits.'     'Submission not graded. Use fewer significant figures.'
 => 'Submission not graded. Use fewer digits.',  => 'Submission not graded. Use fewer significant figures.',
   
    'Submission not graded. Use more digits.'     'Submission not graded. Use more significant figures.'
 => 'Submission not graded. Use more digits.',  => 'Submission not graded. Use more significant figures.',
   
    'Error in instructor specifed unit. This error has been reported to the instructor.'     'Error in instructor specifed unit. This error has been reported to the instructor.'
 => 'Error in instructor specifed unit. This error has been reported to the instructor.',  => 'Error in instructor specifed unit. This error has been reported to the instructor.',
Line 10208  use base qw(Apache::localize); Line 10230  use base qw(Apache::localize);
    'Exam proctors'     'Exam proctors'
 => '监考老师',  => '监考老师',
   
    'Custom role'     'Custom role defined by [_1].'
 => '自定义角色',  => 'Custom role defined by [_1].', # '自定义角色',
   
    'Custom roles'     'Custom role [_1][_2]defined by [_3]' # _2: <br />
 => '自定义角色',  => 'Custom role [_1][_2]defined by [_3]', # '自定义角色',
   
    'Specific sections'     'Specific sections'
 => '具体章节',  => '具体章节',
Line 10628  use base qw(Apache::localize); Line 10650  use base qw(Apache::localize);
    'All:'     'All:'
 => '全部:',  => '全部:',
   
    'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'     'You have indicated that the group portfolio should be enabled, but you have set the repository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.'
 => 'You have indicated that the group portfolio should be enabled, but you have set the respository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',  => 'You have indicated that the group portfolio should be enabled, but you have set the repository quota to 0 MB.\nThis will prevent any upload of files.\nPlease set a value or disable the repository feature.',
   
    '[_1] [_2] was created.<br />'     '[_1] [_2] was created.<br />'
 => '[_1] [_2] 已创建。<br />',  => '[_1] [_2] 已创建。<br />',
Line 11308  to access the full message.', Line 11330  to access the full message.',
    'Grade'     'Grade'
 => 'Grade',  => 'Grade',
   
    'bubblesheet forms' # Grade scantron forms     'bubblesheet forms'
 => 'bubblesheet forms',  => 'bubblesheet forms',
   
    'Verify'     'Verify'
Line 12436  to access the full message.', Line 12458  to access the full message.',
    'Problem Testing'     'Problem Testing'
 => '问题测试',  => '问题测试',
   
    "Don't Show Incorect/Correct Feedback"     "Don't Show Incorrect/Correct Feedback"
 => "不显示不正确/正确的反馈",  => "不显示不正确/正确的反馈",
   
    "Don't Show Any Feedback"     "Don't Show Any Feedback"
Line 13006  to access the full message.', Line 13028  to access the full message.',
    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'     'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
 => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',  => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
   
    'Edit the meta data'  
 => '编辑元数据',  
   
    'Pick functionality'     'Pick functionality'
 => '选择功能',  => '选择功能',
   
Line 14340  to access the full message.', Line 14359  to access the full message.',
    'No mail sent matching supplied criteria'     'No mail sent matching supplied criteria'
 => 'No mail sent matching supplied criteria',  => 'No mail sent matching supplied criteria',
   
    'Customrole'  
 => 'Customrole',  
   
    'Defined by [_1] at [_2].'  
 => 'Defined by [_1] at [_2].',  
   
    'No students found.'     'No students found.'
 => 'No students found.',  => 'No students found.',
   
Line 15135  to access the full message.', Line 15148  to access the full message.',
    'As no institutional course sections are currently associated with this course, your registration status is undetermined.'     'As no institutional course sections are currently associated with this course, your registration status is undetermined.'
 => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',  => 'As no institutional course sections are currently associated with this course, your registration status is undetermined.',
   
    '[_1]Ad hoc[_2] roles in domain [_3] --'     '[_1]Ad hoc[_2] roles in domain [_3]'
 => '[_1]Ad hoc[_2] roles in domain [_3] --',  => '[_1]Ad hoc[_2] roles in domain [_3]',
   
    'Assemble resources'     'Assemble resources'
 => '布置课程内容',  => '布置课程内容',
Line 15444  to access the full message.', Line 15457  to access the full message.',
    'The scores were changed for [quant,_1,problem].'     'The scores were changed for [quant,_1,problem].'
 => 'The scores were changed for [quant,_1,problem].',  => 'The scores were changed for [quant,_1,problem].',
   
    '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a> </b>, _4: domain     '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a>, _4: </b>, _5: domain desc.
 => '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',  => '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.',
   
    'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.'     'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.'
 => 'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.', # '如果一个课程在下面列出您目前的课程中[_1]没有[_2]显示,你可以注册,如果自我注册是允许的。',  => 'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.', # '如果一个课程在下面列出您目前的课程中[_1]没有[_2]显示,你可以注册,如果自我注册是允许的。',
Line 15547  to access the full message.', Line 15560  to access the full message.',
    'The following fields were not updated: '     'The following fields were not updated: '
 => 'The following fields were not updated: ',  => 'The following fields were not updated: ',
   
    "You do not have the authority to change this field given the user's current set of active/future [_1] roles:"     "You do not have the authority to change these fields given the user's current set of active/future course roles:"
 => "You do not have the authority to change this field given the user's current set of active/future [_1] roles:",  => "You do not have the authority to change these fields given the user's current set of active/future course roles:",
   
      "You do not have the authority to change these fields given the user's current set of active/future co-author roles:"
   => "You do not have the authority to change these fields given the user's current set of active/future co-author roles:",
   
      "You do not have the authority to change this field given the user's current set of active/future course roles:"
   => "You do not have the authority to change this field given the user's current set of active/future course roles:",
   
      "You do not have the authority to change this field given the user's current set of active/future co-author roles:"
   => "You do not have the authority to change this field given the user's current set of active/future co-author roles:",
   
    "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:"  
 => "You do not have the authority to change these fields given the user's current set of active/future [_1] roles:",  
   
    'Please contact your [_1]helpdesk[_2] for more information.'     'Please contact your [_1]helpdesk[_2] for more information.'
 => 'Please contact your [_1]helpdesk[_2] for more information.',  => 'Please contact your [_1]helpdesk[_2] for more information.',
Line 15708  to access the full message.', Line 15728  to access the full message.',
    'DragMath Latex Equation Editor'     'DragMath Latex Equation Editor'
 => 'DragMath Latex Equation Editor',  => 'DragMath Latex Equation Editor',
   
    '[_1]Return[_2] to editing resource.'     '[_1]Return[_2] to resource.'
 => '[_1]Return[_2] to editing resource.',  => '[_1]Return[_2] to resource.',
   
    'Counting pages for student: [_1]'     'Counting pages for student: [_1]'
 => 'Counting pages for student: [_1]',  => 'Counting pages for student: [_1]',
Line 16248  to access the full message.', Line 16268  to access the full message.',
    'Please choose a PDF-File.'     'Please choose a PDF-File.'
 => '请选择一个PDF文件。',  => '请选择一个PDF文件。',
   
    "Can't find any valid PDF formfields."     "Can't find any valid PDF form fields."
 => '找不到任何有效的PDF格式文档 。',  => '找不到任何有效的PDF格式文档 。',
   
    'Results of PDF Form problems'     'Results of PDF Form problems'

Removed from v.1.118  
changed lines
  Added in v.1.130


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>