@iblai/iblai-js 2.2.7 → 2.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61024,6 +61024,118 @@ var gradebookGradebookTab$3 = {
61024
61024
  previousPage: "Previous",
61025
61025
  nextPage: "Next"
61026
61026
  };
61027
+ var graderTabLabels$3 = {
61028
+ header: {
61029
+ title: "Grader",
61030
+ description: "Set up how your agent grades work against a rubric you define."
61031
+ },
61032
+ capability: {
61033
+ title: "Grading",
61034
+ description: "Let your agent grade work. When this is on, the agent scores what people submit against the rubric you set up below and shares the result as feedback — great for essays, projects, and practice exercises.",
61035
+ offHint: "Turn it on to write grading instructions and build your rubric. Anything you set up here is kept safe if you later turn it off."
61036
+ },
61037
+ subTabs: {
61038
+ setup: "Grading setup",
61039
+ rubric: "Rubric"
61040
+ },
61041
+ denied: {
61042
+ title: "No access to grading settings",
61043
+ description: "You don't have permission to view this agent's grading setup. Ask an administrator for access."
61044
+ },
61045
+ warnings: {
61046
+ noConfig: "Grading is on but not set up yet — the agent will fail when asked to grade. Save your grading instructions in Grading setup to finish.",
61047
+ noCriteria: "Grading is on but the rubric is empty — the agent will fail when asked to grade. Add at least one criterion in the Rubric tab."
61048
+ },
61049
+ config: {
61050
+ sectionTitle: "Grading setup",
61051
+ gradingMode: {
61052
+ label: "What gets graded",
61053
+ options: {
61054
+ submission: "A submission",
61055
+ conversation: "The conversation"
61056
+ },
61057
+ help: {
61058
+ submission: "The agent grades a piece of work the person hands in, like an essay or answer.",
61059
+ conversation: "The agent grades how the whole conversation went."
61060
+ }
61061
+ },
61062
+ feedbackMode: {
61063
+ label: "Feedback shared with the person",
61064
+ options: {
61065
+ overall: "Overall feedback only",
61066
+ perCriteria: "Feedback per criterion",
61067
+ both: "Overall + per criterion"
61068
+ },
61069
+ help: "The overall score is always calculated — this only controls how much detail is shared back."
61070
+ },
61071
+ instructions: {
61072
+ label: "Grading instructions",
61073
+ placeholder: "Describe what's being graded and anything the grader should know beyond the rubric. E.g. 'You are grading a 500-word persuasive essay on climate policy written by a high-school student. Be encouraging but honest.'",
61074
+ help: "Required. This is the context the agent uses every time it grades."
61075
+ },
61076
+ saveButton: "Save",
61077
+ savingButton: "Saving…"
61078
+ },
61079
+ criteria: {
61080
+ sectionTitle: "Rubric",
61081
+ description: "Each row is one thing the agent looks for and how many points it is worth. The overall score is points earned out of the total.",
61082
+ needsConfigHint: "Save your grading setup first, then add rubric criteria here.",
61083
+ emptyState: "No criteria yet. Add your first one — for example \"Clarity\", 10 points.",
61084
+ addButton: "Add criterion",
61085
+ columns: {
61086
+ name: "Name",
61087
+ criteria: "Criteria",
61088
+ points: "Points"
61089
+ },
61090
+ actionsAria: "Actions for {name}",
61091
+ edit: "Edit",
61092
+ "delete": "Delete",
61093
+ totalPoints: "Total possible points: {total}",
61094
+ scoreHint: "Overall score = points earned ÷ {total}.",
61095
+ lastCriterionHint: "A rubric needs at least one criterion — add another before removing this one.",
61096
+ modal: {
61097
+ addTitle: "Add criterion",
61098
+ editTitle: "Edit criterion",
61099
+ name: {
61100
+ label: "Name",
61101
+ placeholder: "e.g. Clarity",
61102
+ required: "Name is required"
61103
+ },
61104
+ criteria: {
61105
+ label: "Criteria",
61106
+ placeholder: "e.g. The argument is easy to follow and each paragraph makes one clear point.",
61107
+ required: "Criteria is required"
61108
+ },
61109
+ points: {
61110
+ label: "Points",
61111
+ placeholder: "10",
61112
+ positive: "Points must be a positive number"
61113
+ },
61114
+ save: "Save",
61115
+ saving: "Saving…",
61116
+ cancel: "Cancel"
61117
+ },
61118
+ deleteModal: {
61119
+ title: "Delete criterion",
61120
+ confirmationPrefix: "Are you sure you want to remove",
61121
+ confirmationSuffix: " from the rubric?",
61122
+ cancel: "Cancel",
61123
+ "delete": "Delete",
61124
+ deleting: "Deleting…"
61125
+ }
61126
+ },
61127
+ toasts: {
61128
+ toggleOn: "Grading turned on",
61129
+ toggleOff: "Grading turned off — your rubric is kept for next time",
61130
+ toggleError: "Couldn't update grading",
61131
+ configSaved: "Grading setup saved",
61132
+ configError: "Couldn't save grading setup",
61133
+ criterionAdded: "Criterion added",
61134
+ criterionUpdated: "Criterion updated",
61135
+ criterionDeleted: "Criterion deleted",
61136
+ criterionError: "Couldn't update the rubric"
61137
+ }
61138
+ };
61027
61139
  var careerExperienceDialog$3 = {
61028
61140
  pleaseSelectACompany: "Please select a company",
61029
61141
  endDateCannotBeBeforeStartDate: "End date cannot be before start date",
@@ -65588,6 +65700,7 @@ var en = {
65588
65700
  careerEducationDialog: careerEducationDialog$3,
65589
65701
  careerEducationTab: careerEducationTab$3,
65590
65702
  gradebookGradebookTab: gradebookGradebookTab$3,
65703
+ graderTabLabels: graderTabLabels$3,
65591
65704
  careerExperienceDialog: careerExperienceDialog$3,
65592
65705
  careerExperienceTab: careerExperienceTab$3,
65593
65706
  careerInstitutionDialog: careerInstitutionDialog$3,
@@ -67029,6 +67142,118 @@ var gradebookGradebookTab$2 = {
67029
67142
  previousPage: "Précédent",
67030
67143
  nextPage: "Suivant"
67031
67144
  };
67145
+ var graderTabLabels$2 = {
67146
+ header: {
67147
+ title: "Évaluateur",
67148
+ description: "Configurez la façon dont votre agent note le travail selon une grille que vous définissez."
67149
+ },
67150
+ capability: {
67151
+ title: "Notation",
67152
+ description: "Laissez votre agent noter le travail. Lorsque cette option est activée, l'agent évalue ce que les personnes soumettent selon la grille que vous configurez ci-dessous et partage le résultat sous forme de retour — idéal pour les dissertations, projets et exercices d'entraînement.",
67153
+ offHint: "Activez-la pour rédiger des consignes de notation et construire votre grille. Tout ce que vous configurez ici est conservé si vous la désactivez plus tard."
67154
+ },
67155
+ subTabs: {
67156
+ setup: "Configuration de la notation",
67157
+ rubric: "Grille d'évaluation"
67158
+ },
67159
+ denied: {
67160
+ title: "Pas d'accès aux paramètres de notation",
67161
+ description: "Vous n'avez pas la permission de voir la configuration de notation de cet agent. Demandez l'accès à un administrateur."
67162
+ },
67163
+ warnings: {
67164
+ noConfig: "La notation est activée mais pas encore configurée — l'agent échouera lorsqu'on lui demandera de noter. Enregistrez vos consignes dans Configuration de la notation pour terminer.",
67165
+ noCriteria: "La notation est activée mais la grille est vide — l'agent échouera lorsqu'on lui demandera de noter. Ajoutez au moins un critère dans l'onglet Grille d'évaluation."
67166
+ },
67167
+ config: {
67168
+ sectionTitle: "Configuration de la notation",
67169
+ gradingMode: {
67170
+ label: "Ce qui est noté",
67171
+ options: {
67172
+ submission: "Un travail remis",
67173
+ conversation: "La conversation"
67174
+ },
67175
+ help: {
67176
+ submission: "L'agent note un travail remis par la personne, comme une dissertation ou une réponse.",
67177
+ conversation: "L'agent note le déroulement de toute la conversation."
67178
+ }
67179
+ },
67180
+ feedbackMode: {
67181
+ label: "Retour partagé avec la personne",
67182
+ options: {
67183
+ overall: "Retour global uniquement",
67184
+ perCriteria: "Retour par critère",
67185
+ both: "Global + par critère"
67186
+ },
67187
+ help: "La note globale est toujours calculée — ceci contrôle seulement le niveau de détail partagé."
67188
+ },
67189
+ instructions: {
67190
+ label: "Consignes de notation",
67191
+ placeholder: "Décrivez ce qui est noté et tout ce que l'évaluateur doit savoir au-delà de la grille. Par ex. 'Vous notez une dissertation persuasive de 500 mots sur la politique climatique écrite par un lycéen. Soyez encourageant mais honnête.'",
67192
+ help: "Obligatoire. C'est le contexte que l'agent utilise à chaque notation."
67193
+ },
67194
+ saveButton: "Enregistrer",
67195
+ savingButton: "Enregistrement…"
67196
+ },
67197
+ criteria: {
67198
+ sectionTitle: "Grille d'évaluation",
67199
+ description: "Chaque ligne est un élément que l'agent recherche et le nombre de points qu'il vaut. La note globale correspond aux points obtenus sur le total.",
67200
+ needsConfigHint: "Enregistrez d'abord votre configuration de notation, puis ajoutez des critères ici.",
67201
+ emptyState: "Aucun critère pour l'instant. Ajoutez le premier — par exemple \"Clarté\", 10 points.",
67202
+ addButton: "Ajouter un critère",
67203
+ columns: {
67204
+ name: "Nom",
67205
+ criteria: "Critères",
67206
+ points: "Points"
67207
+ },
67208
+ actionsAria: "Actions pour {name}",
67209
+ edit: "Modifier",
67210
+ "delete": "Supprimer",
67211
+ totalPoints: "Total de points possibles : {total}",
67212
+ scoreHint: "Note globale = points obtenus ÷ {total}.",
67213
+ lastCriterionHint: "Une grille doit contenir au moins un critère — ajoutez-en un autre avant de supprimer celui-ci.",
67214
+ modal: {
67215
+ addTitle: "Ajouter un critère",
67216
+ editTitle: "Modifier le critère",
67217
+ name: {
67218
+ label: "Nom",
67219
+ placeholder: "par ex. Clarté",
67220
+ required: "Le nom est obligatoire"
67221
+ },
67222
+ criteria: {
67223
+ label: "Critères",
67224
+ placeholder: "par ex. L'argumentation est facile à suivre et chaque paragraphe avance une idée claire.",
67225
+ required: "Les critères sont obligatoires"
67226
+ },
67227
+ points: {
67228
+ label: "Points",
67229
+ placeholder: "10",
67230
+ positive: "Les points doivent être un nombre positif"
67231
+ },
67232
+ save: "Enregistrer",
67233
+ saving: "Enregistrement…",
67234
+ cancel: "Annuler"
67235
+ },
67236
+ deleteModal: {
67237
+ title: "Supprimer le critère",
67238
+ confirmationPrefix: "Voulez-vous vraiment supprimer",
67239
+ confirmationSuffix: " de la grille ?",
67240
+ cancel: "Annuler",
67241
+ "delete": "Supprimer",
67242
+ deleting: "Suppression…"
67243
+ }
67244
+ },
67245
+ toasts: {
67246
+ toggleOn: "Notation activée",
67247
+ toggleOff: "Notation désactivée — votre grille est conservée pour la prochaine fois",
67248
+ toggleError: "Impossible de mettre à jour la notation",
67249
+ configSaved: "Configuration de notation enregistrée",
67250
+ configError: "Impossible d'enregistrer la configuration de notation",
67251
+ criterionAdded: "Critère ajouté",
67252
+ criterionUpdated: "Critère mis à jour",
67253
+ criterionDeleted: "Critère supprimé",
67254
+ criterionError: "Impossible de mettre à jour la grille"
67255
+ }
67256
+ };
67032
67257
  var careerExperienceDialog$2 = {
67033
67258
  pleaseSelectACompany: "Veuillez sélectionner une entreprise",
67034
67259
  endDateCannotBeBeforeStartDate: "La date de fin ne peut pas être antérieure à la date de début",
@@ -71593,6 +71818,7 @@ var fr = {
71593
71818
  careerEducationDialog: careerEducationDialog$2,
71594
71819
  careerEducationTab: careerEducationTab$2,
71595
71820
  gradebookGradebookTab: gradebookGradebookTab$2,
71821
+ graderTabLabels: graderTabLabels$2,
71596
71822
  careerExperienceDialog: careerExperienceDialog$2,
71597
71823
  careerExperienceTab: careerExperienceTab$2,
71598
71824
  careerInstitutionDialog: careerInstitutionDialog$2,
@@ -73034,6 +73260,118 @@ var gradebookGradebookTab$1 = {
73034
73260
  previousPage: "Anterior",
73035
73261
  nextPage: "Siguiente"
73036
73262
  };
73263
+ var graderTabLabels$1 = {
73264
+ header: {
73265
+ title: "Calificador",
73266
+ description: "Configura cómo tu agente califica el trabajo según una rúbrica que tú defines."
73267
+ },
73268
+ capability: {
73269
+ title: "Calificación",
73270
+ description: "Permite que tu agente califique trabajos. Cuando está activado, el agente puntúa lo que las personas envían según la rúbrica que configures abajo y comparte el resultado como retroalimentación — ideal para ensayos, proyectos y ejercicios de práctica.",
73271
+ offHint: "Actívalo para escribir instrucciones de calificación y crear tu rúbrica. Todo lo que configures aquí se conserva si luego lo desactivas."
73272
+ },
73273
+ subTabs: {
73274
+ setup: "Configuración de calificación",
73275
+ rubric: "Rúbrica"
73276
+ },
73277
+ denied: {
73278
+ title: "Sin acceso a la configuración de calificación",
73279
+ description: "No tienes permiso para ver la configuración de calificación de este agente. Pide acceso a un administrador."
73280
+ },
73281
+ warnings: {
73282
+ noConfig: "La calificación está activada pero aún no está configurada — el agente fallará cuando se le pida calificar. Guarda tus instrucciones en Configuración de calificación para terminar.",
73283
+ noCriteria: "La calificación está activada pero la rúbrica está vacía — el agente fallará cuando se le pida calificar. Agrega al menos un criterio en la pestaña Rúbrica."
73284
+ },
73285
+ config: {
73286
+ sectionTitle: "Configuración de calificación",
73287
+ gradingMode: {
73288
+ label: "Qué se califica",
73289
+ options: {
73290
+ submission: "Una entrega",
73291
+ conversation: "La conversación"
73292
+ },
73293
+ help: {
73294
+ submission: "El agente califica un trabajo que la persona entrega, como un ensayo o una respuesta.",
73295
+ conversation: "El agente califica cómo fue toda la conversación."
73296
+ }
73297
+ },
73298
+ feedbackMode: {
73299
+ label: "Retroalimentación compartida con la persona",
73300
+ options: {
73301
+ overall: "Solo retroalimentación general",
73302
+ perCriteria: "Retroalimentación por criterio",
73303
+ both: "General + por criterio"
73304
+ },
73305
+ help: "La puntuación general siempre se calcula — esto solo controla cuánto detalle se comparte."
73306
+ },
73307
+ instructions: {
73308
+ label: "Instrucciones de calificación",
73309
+ placeholder: "Describe qué se está calificando y todo lo que el calificador deba saber más allá de la rúbrica. P. ej. 'Estás calificando un ensayo persuasivo de 500 palabras sobre política climática escrito por un estudiante de secundaria. Sé alentador pero honesto.'",
73310
+ help: "Obligatorio. Este es el contexto que el agente usa cada vez que califica."
73311
+ },
73312
+ saveButton: "Guardar",
73313
+ savingButton: "Guardando…"
73314
+ },
73315
+ criteria: {
73316
+ sectionTitle: "Rúbrica",
73317
+ description: "Cada fila es algo que el agente evalúa y cuántos puntos vale. La puntuación general son los puntos obtenidos sobre el total.",
73318
+ needsConfigHint: "Primero guarda tu configuración de calificación y luego agrega criterios aquí.",
73319
+ emptyState: "Aún no hay criterios. Agrega el primero — por ejemplo \"Claridad\", 10 puntos.",
73320
+ addButton: "Agregar criterio",
73321
+ columns: {
73322
+ name: "Nombre",
73323
+ criteria: "Criterios",
73324
+ points: "Puntos"
73325
+ },
73326
+ actionsAria: "Acciones para {name}",
73327
+ edit: "Editar",
73328
+ "delete": "Eliminar",
73329
+ totalPoints: "Total de puntos posibles: {total}",
73330
+ scoreHint: "Puntuación general = puntos obtenidos ÷ {total}.",
73331
+ lastCriterionHint: "Una rúbrica necesita al menos un criterio — agrega otro antes de eliminar este.",
73332
+ modal: {
73333
+ addTitle: "Agregar criterio",
73334
+ editTitle: "Editar criterio",
73335
+ name: {
73336
+ label: "Nombre",
73337
+ placeholder: "p. ej. Claridad",
73338
+ required: "El nombre es obligatorio"
73339
+ },
73340
+ criteria: {
73341
+ label: "Criterios",
73342
+ placeholder: "p. ej. El argumento es fácil de seguir y cada párrafo plantea una idea clara.",
73343
+ required: "Los criterios son obligatorios"
73344
+ },
73345
+ points: {
73346
+ label: "Puntos",
73347
+ placeholder: "10",
73348
+ positive: "Los puntos deben ser un número positivo"
73349
+ },
73350
+ save: "Guardar",
73351
+ saving: "Guardando…",
73352
+ cancel: "Cancelar"
73353
+ },
73354
+ deleteModal: {
73355
+ title: "Eliminar criterio",
73356
+ confirmationPrefix: "¿Seguro que quieres eliminar",
73357
+ confirmationSuffix: " de la rúbrica?",
73358
+ cancel: "Cancelar",
73359
+ "delete": "Eliminar",
73360
+ deleting: "Eliminando…"
73361
+ }
73362
+ },
73363
+ toasts: {
73364
+ toggleOn: "Calificación activada",
73365
+ toggleOff: "Calificación desactivada — tu rúbrica se conserva para la próxima vez",
73366
+ toggleError: "No se pudo actualizar la calificación",
73367
+ configSaved: "Configuración de calificación guardada",
73368
+ configError: "No se pudo guardar la configuración de calificación",
73369
+ criterionAdded: "Criterio agregado",
73370
+ criterionUpdated: "Criterio actualizado",
73371
+ criterionDeleted: "Criterio eliminado",
73372
+ criterionError: "No se pudo actualizar la rúbrica"
73373
+ }
73374
+ };
73037
73375
  var careerExperienceDialog$1 = {
73038
73376
  pleaseSelectACompany: "Por favor, selecciona una empresa",
73039
73377
  endDateCannotBeBeforeStartDate: "La fecha de fin no puede ser anterior a la fecha de inicio",
@@ -77598,6 +77936,7 @@ var es = {
77598
77936
  careerEducationDialog: careerEducationDialog$1,
77599
77937
  careerEducationTab: careerEducationTab$1,
77600
77938
  gradebookGradebookTab: gradebookGradebookTab$1,
77939
+ graderTabLabels: graderTabLabels$1,
77601
77940
  careerExperienceDialog: careerExperienceDialog$1,
77602
77941
  careerExperienceTab: careerExperienceTab$1,
77603
77942
  careerInstitutionDialog: careerInstitutionDialog$1,
@@ -79039,6 +79378,118 @@ var gradebookGradebookTab = {
79039
79378
  previousPage: "上一页",
79040
79379
  nextPage: "下一页"
79041
79380
  };
79381
+ var graderTabLabels = {
79382
+ header: {
79383
+ title: "评分器",
79384
+ description: "设置您的智能体如何按照您定义的评分标准来评分。"
79385
+ },
79386
+ capability: {
79387
+ title: "评分",
79388
+ description: "让您的智能体为作业评分。开启后,智能体会根据您在下方设置的评分标准为提交的内容打分,并以反馈的形式分享结果 — 非常适合作文、项目和练习。",
79389
+ offHint: "开启后即可编写评分说明并创建评分标准。即使之后关闭,您在此设置的内容也会被保留。"
79390
+ },
79391
+ subTabs: {
79392
+ setup: "评分设置",
79393
+ rubric: "评分标准"
79394
+ },
79395
+ denied: {
79396
+ title: "无权访问评分设置",
79397
+ description: "您没有权限查看此智能体的评分设置。请向管理员申请访问权限。"
79398
+ },
79399
+ warnings: {
79400
+ noConfig: "评分已开启但尚未设置 — 智能体在被要求评分时会失败。请在评分设置中保存评分说明以完成设置。",
79401
+ noCriteria: "评分已开启但评分标准为空 — 智能体在被要求评分时会失败。请在评分标准页签中添加至少一条标准。"
79402
+ },
79403
+ config: {
79404
+ sectionTitle: "评分设置",
79405
+ gradingMode: {
79406
+ label: "评分对象",
79407
+ options: {
79408
+ submission: "一次提交",
79409
+ conversation: "整个对话"
79410
+ },
79411
+ help: {
79412
+ submission: "智能体为提交的作业评分,例如一篇作文或一个答案。",
79413
+ conversation: "智能体为整个对话的表现评分。"
79414
+ }
79415
+ },
79416
+ feedbackMode: {
79417
+ label: "与用户分享的反馈",
79418
+ options: {
79419
+ overall: "仅总体反馈",
79420
+ perCriteria: "按标准逐项反馈",
79421
+ both: "总体 + 逐项"
79422
+ },
79423
+ help: "总分始终会被计算 — 此设置仅控制分享反馈的详细程度。"
79424
+ },
79425
+ instructions: {
79426
+ label: "评分说明",
79427
+ placeholder: "描述评分的内容以及评分标准之外评分者需要了解的信息。例如:'你正在为一名高中生撰写的 500 字气候政策议论文评分。要鼓励但诚实。'",
79428
+ help: "必填。这是智能体每次评分时使用的上下文。"
79429
+ },
79430
+ saveButton: "保存",
79431
+ savingButton: "保存中…"
79432
+ },
79433
+ criteria: {
79434
+ sectionTitle: "评分标准",
79435
+ description: "每一行是智能体考察的一个方面及其分值。总分为获得的分数除以总分值。",
79436
+ needsConfigHint: "请先保存评分设置,然后在此添加评分标准。",
79437
+ emptyState: "还没有标准。请添加第一条 — 例如\"清晰度\",10 分。",
79438
+ addButton: "添加标准",
79439
+ columns: {
79440
+ name: "名称",
79441
+ criteria: "标准",
79442
+ points: "分数"
79443
+ },
79444
+ actionsAria: "{name} 的操作",
79445
+ edit: "编辑",
79446
+ "delete": "删除",
79447
+ totalPoints: "总分值:{total}",
79448
+ scoreHint: "总分 = 获得的分数 ÷ {total}。",
79449
+ lastCriterionHint: "评分标准至少需要一条 — 请先添加另一条再删除这一条。",
79450
+ modal: {
79451
+ addTitle: "添加标准",
79452
+ editTitle: "编辑标准",
79453
+ name: {
79454
+ label: "名称",
79455
+ placeholder: "例如:清晰度",
79456
+ required: "名称为必填项"
79457
+ },
79458
+ criteria: {
79459
+ label: "标准",
79460
+ placeholder: "例如:论点易于理解,每段都有一个明确的观点。",
79461
+ required: "标准为必填项"
79462
+ },
79463
+ points: {
79464
+ label: "分数",
79465
+ placeholder: "10",
79466
+ positive: "分数必须为正数"
79467
+ },
79468
+ save: "保存",
79469
+ saving: "保存中…",
79470
+ cancel: "取消"
79471
+ },
79472
+ deleteModal: {
79473
+ title: "删除标准",
79474
+ confirmationPrefix: "确定要从评分标准中删除",
79475
+ confirmationSuffix: " 吗?",
79476
+ cancel: "取消",
79477
+ "delete": "删除",
79478
+ deleting: "删除中…"
79479
+ }
79480
+ },
79481
+ toasts: {
79482
+ toggleOn: "评分已开启",
79483
+ toggleOff: "评分已关闭 — 您的评分标准已保留,下次可继续使用",
79484
+ toggleError: "无法更新评分",
79485
+ configSaved: "评分设置已保存",
79486
+ configError: "无法保存评分设置",
79487
+ criterionAdded: "标准已添加",
79488
+ criterionUpdated: "标准已更新",
79489
+ criterionDeleted: "标准已删除",
79490
+ criterionError: "无法更新评分标准"
79491
+ }
79492
+ };
79042
79493
  var careerExperienceDialog = {
79043
79494
  pleaseSelectACompany: "请选择一家公司",
79044
79495
  endDateCannotBeBeforeStartDate: "结束日期不能早于开始日期",
@@ -83603,6 +84054,7 @@ var zh = {
83603
84054
  careerEducationDialog: careerEducationDialog,
83604
84055
  careerEducationTab: careerEducationTab,
83605
84056
  gradebookGradebookTab: gradebookGradebookTab,
84057
+ graderTabLabels: graderTabLabels,
83606
84058
  careerExperienceDialog: careerExperienceDialog,
83607
84059
  careerExperienceTab: careerExperienceTab,
83608
84060
  careerInstitutionDialog: careerInstitutionDialog,