fix(i18n): update translations
This commit is contained in:
committed by
edx-transifex-bot
parent
f70ce6eb85
commit
2315d0a0eb
@@ -875,7 +875,6 @@
|
||||
"Generate": "Erstellen",
|
||||
"Generate Exception Certificates": "Ausnahmezertifikate erstellen",
|
||||
"Generate the user's certificate": "Zertifikat f\u00fcr den Nutzer erstellen",
|
||||
"Get Credit": "Credit bekommen",
|
||||
"Go Back": "Gehe zur\u00fcck",
|
||||
"Go to Dashboard": "Zu \"Meine Kurse\"",
|
||||
"Go to my Dashboard": "Zu \"Meine Kurse\"",
|
||||
@@ -958,7 +957,6 @@
|
||||
"If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "Falls die Lerneinheit bereits vorher ver\u00f6ffentlicht und f\u00fcr die Teilnehmer freigeben war, werden jetzt alle Anderungen, die du w\u00e4hrend die Einheit versteckt war, vorgenommen hast, f\u00fcr die Teilnehmer sichtbar. M\u00f6chtest du fortfahren?",
|
||||
"If you do not yet have an account, use the button below to register.": "Wenn Sie noch kein Account haben, nutzen Sie den unteren Button, um sich zu registrieren.",
|
||||
"If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Wenn Sie Ihre Identit\u00e4t jetzt nicht \u00fcberpr\u00fcfen k\u00f6nnen Sie immer noch Ihren Kurs erkunden von Ihrem Armaturenbrett. Sie werden regelm\u00e4\u00dfigen Erinnerungen von %(platformName)s erhalten um Ihre Identit\u00e4t zu \u00fcberpr\u00fcfen.",
|
||||
"If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Wenn Sie Ihre Identit\u00e4t jetzt nicht verifizieren, k\u00f6nnen Sie Ihren Kurs trotzdem \u00fcber 'Meine Kurse' erkunden. Sie erhalten von {platformName} regelm\u00e4\u00dfig Erinnerungen, um Ihre Identit\u00e4t zu \u00fcberpr\u00fcfen.",
|
||||
"If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Wenn Sie diese Seite ohne vorheriges Speichern oder Einreichen der Antwort verlassen, geht die Arbeit an dieser Antwort verloren.",
|
||||
"If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Wenn Sie diese Seite verlassen ohne Ihre Partnerbewertung zu \u00fcbermitteln, werden Sie alle Ihre bis jetzt erledigte Arbeit verlieren.",
|
||||
"If you leave this page without submitting your self assessment, you will lose any work you have done.": "Wenn Sie diese Seite ohne vorheriges Speichern oder Einreichen der Antwort verlassen, geht die Arbeit an dieser Antwort verloren.",
|
||||
@@ -2051,7 +2049,6 @@
|
||||
"Verified Certificate upgrade": "Upgrade verifizierter Zertifikate",
|
||||
"Verified Status": "Gepr\u00fcfter Status",
|
||||
"Verified mode price": "Kosten der verifizierten Teilnahmeart",
|
||||
"Verify Now": "Verifiziere Jetzt",
|
||||
"Version": "Version",
|
||||
"Vertical space": "Vertikaler Abstand",
|
||||
"Very loud": "Sehr Laut",
|
||||
|
||||
@@ -19,42 +19,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -19,42 +19,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -1126,6 +1126,7 @@
|
||||
"No Flash Detected": "N\u00f6 Fl\u00e4sh D\u00e9t\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454#",
|
||||
"No Timed Transcript": "N\u00f6 T\u00efm\u00e9d Tr\u00e4ns\u00e7r\u00efpt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442,#",
|
||||
"No Webcam Detected": "N\u00f6 W\u00e9\u00df\u00e7\u00e4m D\u00e9t\u00e9\u00e7t\u00e9d \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#",
|
||||
"No assignments for team": "N\u00f6 \u00e4ss\u00efgnm\u00e9nts f\u00f6r t\u00e9\u00e4m \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3#",
|
||||
"No color": "N\u00f6 \u00e7\u00f6l\u00f6r \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202#",
|
||||
"No content-specific discussion topics exist.": "N\u00f6 \u00e7\u00f6nt\u00e9nt-sp\u00e9\u00e7\u00eff\u00ef\u00e7 d\u00efs\u00e7\u00fcss\u00ef\u00f6n t\u00f6p\u00ef\u00e7s \u00e9x\u00efst. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454\u0442\u03c5\u044f #",
|
||||
"No description available": "N\u00f6 d\u00e9s\u00e7r\u00efpt\u00ef\u00f6n \u00e4v\u00e4\u00efl\u00e4\u00dfl\u00e9 \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7#",
|
||||
@@ -1655,6 +1656,7 @@
|
||||
"Task inputs": "T\u00e4sk \u00efnp\u00fcts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f #",
|
||||
"Teaching Assistant": "T\u00e9\u00e4\u00e7h\u00efng \u00c0ss\u00efst\u00e4nt \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442#",
|
||||
"Team \"{team}\" successfully deleted.": "T\u00e9\u00e4m \"{team}\" s\u00fc\u00e7\u00e7\u00e9ssf\u00fcll\u00fd d\u00e9l\u00e9t\u00e9d. \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2\u0442\u0454#",
|
||||
"Team Assignments": "T\u00e9\u00e4m \u00c0ss\u00efgnm\u00e9nts \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c#",
|
||||
"Team Description (Required) *": "T\u00e9\u00e4m D\u00e9s\u00e7r\u00efpt\u00ef\u00f6n (R\u00e9q\u00fc\u00efr\u00e9d) * \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2\u03c3\u03b7\u0455\u0454\u00a2#",
|
||||
"Team Details": "T\u00e9\u00e4m D\u00e9t\u00e4\u00efls \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455#",
|
||||
"Team Name (Required) *": "T\u00e9\u00e4m N\u00e4m\u00e9 (R\u00e9q\u00fc\u00efr\u00e9d) * \u2c60'\u03c3\u044f\u0454\u043c \u03b9\u03c1\u0455\u03c5\u043c \u2202\u03c3\u0142\u03c3\u044f \u0455\u03b9\u0442 \u03b1\u043c\u0454\u0442, \u00a2#",
|
||||
|
||||
@@ -904,7 +904,6 @@
|
||||
"Generate": "Generar",
|
||||
"Generate Exception Certificates": "Generar excepciones de certificados",
|
||||
"Generate the user's certificate": "Generar el certificado del usuario",
|
||||
"Get Credit": "Obtenga cr\u00e9ditos",
|
||||
"Go Back": "Volver Atr\u00e1s",
|
||||
"Go to Dashboard": "Ir al panel de control",
|
||||
"Go to my Dashboard": "Ir a mi Panel De Control",
|
||||
@@ -987,7 +986,6 @@
|
||||
"If the unit was previously published and released to students, any changes you made to the unit when it was hidden will now be visible to students. Do you want to proceed?": "Si la unidad fue publicada anteriormente y liberada a los estudiantes, cualquier cambio realizado cuando estaba oculta ser\u00e1 ahora visible para los estudiantes. \u00bfDeseas proceder?",
|
||||
"If you do not yet have an account, use the button below to register.": "Si todav\u00eda no tienes una cuenta, puedes utilizar el bot\u00f3n abajo para registrarte ",
|
||||
"If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Si no verifica su identidad ahora, de todas formas podr\u00e1 explorar el curso desde su Panel de Control. Recibir\u00e1 recordatorios peri\u00f3dicos de %(platformName)s para realizar la verificaci\u00f3n de identidad.",
|
||||
"If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Si no verifica su identidad ahora, de todas formas podr\u00e1 explorar el curso desde su Panel de Control. Recibir\u00e1 recordatorios peri\u00f3dicos de {platformName} para realizar la verificaci\u00f3n de identidad.",
|
||||
"If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Si abandona esta p\u00e1gina sin guardar o enviar su respuesta, perder\u00e1 todo el trabajo realizado en la respuesta.",
|
||||
"If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Si abandona esta p\u00e1gina sin enviar su trabajo, perder\u00e1 todos los cambios realizados.",
|
||||
"If you leave this page without submitting your self assessment, you will lose any work you have done.": "Si abandona esta p\u00e1gina sin enviar su auto evaluaci\u00f3n, perder\u00e1 todos los cambios realizados.",
|
||||
@@ -2119,7 +2117,6 @@
|
||||
"Verified Certificate upgrade": "Optar por el Certificado Verificado",
|
||||
"Verified Status": "Verificaci\u00f3n",
|
||||
"Verified mode price": "Precio del modo verificado",
|
||||
"Verify Now": "Verificar ahora",
|
||||
"Version": "Versi\u00f3n",
|
||||
"Vertical space": "Espacio vertical",
|
||||
"Very loud": "Muy alto",
|
||||
|
||||
@@ -528,7 +528,6 @@
|
||||
"General": "Orokorra",
|
||||
"Generate": "Sortu",
|
||||
"Generate the user's certificate": "Sortu erabiltzailearen ziurtagiria",
|
||||
"Get Credit": "Lortu kreditua",
|
||||
"Go Back": "Itzuli",
|
||||
"Go to Dashboard": "Joan aginte-panelera",
|
||||
"Go to my Dashboard": "Joan aginte-panelera",
|
||||
@@ -1210,7 +1209,6 @@
|
||||
"Verification Deadline": "Egiaztatzeko azken data",
|
||||
"Verified": "Egiaztatuta",
|
||||
"Verified Certificate": "Egiaztatutako ziurtagiria",
|
||||
"Verify Now": "Egiaztatu orain!",
|
||||
"Version": "Bertsioa",
|
||||
"Vertical space": "Espazio bertikala",
|
||||
"Very loud": "Oso altu",
|
||||
|
||||
@@ -1063,6 +1063,7 @@
|
||||
"No Flash Detected": "N\u00f8 Fl\u0250s\u0265 \u0110\u01dd\u0287\u01dd\u0254\u0287\u01ddd",
|
||||
"No Timed Transcript": "N\u00f8 \u0166\u1d09\u026f\u01ddd \u0166\u0279\u0250ns\u0254\u0279\u1d09d\u0287",
|
||||
"No Webcam Detected": "N\u00f8 W\u01ddb\u0254\u0250\u026f \u0110\u01dd\u0287\u01dd\u0254\u0287\u01ddd",
|
||||
"No assignments for team": "N\u00f8 \u0250ss\u1d09\u0183n\u026f\u01ddn\u0287s \u025f\u00f8\u0279 \u0287\u01dd\u0250\u026f",
|
||||
"No color": "N\u00f8 \u0254\u00f8l\u00f8\u0279",
|
||||
"No content-specific discussion topics exist.": "N\u00f8 \u0254\u00f8n\u0287\u01ddn\u0287-sd\u01dd\u0254\u1d09\u025f\u1d09\u0254 d\u1d09s\u0254nss\u1d09\u00f8n \u0287\u00f8d\u1d09\u0254s \u01ddx\u1d09s\u0287.",
|
||||
"No description available": "N\u00f8 d\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n \u0250\u028c\u0250\u1d09l\u0250bl\u01dd",
|
||||
@@ -1557,6 +1558,7 @@
|
||||
"Task inputs": "\u0166\u0250s\u029e \u1d09ndn\u0287s",
|
||||
"Teaching Assistant": "\u0166\u01dd\u0250\u0254\u0265\u1d09n\u0183 \u023ass\u1d09s\u0287\u0250n\u0287",
|
||||
"Team \"{team}\" successfully deleted.": "\u0166\u01dd\u0250\u026f \"{team}\" sn\u0254\u0254\u01ddss\u025fnll\u028e d\u01ddl\u01dd\u0287\u01ddd.",
|
||||
"Team Assignments": "\u0166\u01dd\u0250\u026f \u023ass\u1d09\u0183n\u026f\u01ddn\u0287s",
|
||||
"Team Description (Required) *": "\u0166\u01dd\u0250\u026f \u0110\u01dds\u0254\u0279\u1d09d\u0287\u1d09\u00f8n (\u024c\u01ddbn\u1d09\u0279\u01ddd) *",
|
||||
"Team Details": "\u0166\u01dd\u0250\u026f \u0110\u01dd\u0287\u0250\u1d09ls",
|
||||
"Team Name (Required) *": "\u0166\u01dd\u0250\u026f N\u0250\u026f\u01dd (\u024c\u01ddbn\u1d09\u0279\u01ddd) *",
|
||||
|
||||
@@ -12,42 +12,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -719,7 +719,6 @@
|
||||
"Generate": "G\u00e9n\u00e9r\u00e9",
|
||||
"Generate Exception Certificates": "G\u00e9n\u00e9rer les attestations de d\u00e9rogation",
|
||||
"Generate the user's certificate": "G\u00e9n\u00e9rer le certificat de l'utilisateur",
|
||||
"Get Credit": "Obtenir un cr\u00e9dit",
|
||||
"Go Back": "Retour",
|
||||
"Go to Dashboard": "Aller au tableau de bord",
|
||||
"Go to your Dashboard": "Aller \u00e0 votre tableau de bord",
|
||||
@@ -1715,7 +1714,6 @@
|
||||
"Verified Certificate upgrade": "Passer \u00e0 un certificat v\u00e9rifi\u00e9",
|
||||
"Verified Status": "Statut v\u00e9rifi\u00e9",
|
||||
"Verified mode price": "Prix du mode v\u00e9rifi\u00e9",
|
||||
"Verify Now": "V\u00e9rifier Maintenant",
|
||||
"Vertical space": "Espace Vertical",
|
||||
"Very loud": "Tr\u00e8s fort",
|
||||
"Very low": "Tr\u00e8s faible",
|
||||
|
||||
@@ -12,42 +12,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -636,7 +636,6 @@
|
||||
"General": "Umum",
|
||||
"Generate": "Generate",
|
||||
"Generate Exception Certificates": "Buat Sertifikat Pengecualian",
|
||||
"Get Credit": "Dapatkan kredit",
|
||||
"Go Back": "Kembali",
|
||||
"Go to Dashboard": "Menuju dashboard",
|
||||
"Go to my Dashboard": "Menuju Dashboard",
|
||||
@@ -1565,7 +1564,6 @@
|
||||
"Verified Certificate for {courseName}": "Sertifikat Terverifikasi untuk {courseName}",
|
||||
"Verified Certificate upgrade": "Tingkatkan Sertifikat Terverifikasi",
|
||||
"Verified Status": "Status terverifikasi",
|
||||
"Verify Now": "Verifikasi sekarang",
|
||||
"Vertical space": "Ruang vertikal",
|
||||
"Very loud": "Sangat Keras",
|
||||
"Very low": "Sangat rendah",
|
||||
|
||||
@@ -537,7 +537,6 @@
|
||||
"Generate": "\u751f\u6210",
|
||||
"Generate Exception Certificates": "\u4f8b\u5916\u4fee\u4e86\u8a3c\u3092\u751f\u6210",
|
||||
"Generate the user's certificate": "\u30e6\u30fc\u30b6\u30fc\u306e\u4fee\u4e86\u8a3c\u3092\u751f\u6210",
|
||||
"Get Credit": "\u5358\u4f4d\u3092\u7372\u5f97\u3059\u308b",
|
||||
"Go Back": "\u623b\u308b",
|
||||
"Go to Dashboard": "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3078\u79fb\u52d5",
|
||||
"Go to your Dashboard": "\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3078",
|
||||
@@ -582,7 +581,6 @@
|
||||
"If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "\u30e6\u30cb\u30c3\u30c8\u304c\u4ee5\u524d\u53d7\u8b1b\u8005\u306b\u516c\u958b\u3055\u308c\u3066\u3044\u305f\u5834\u5408\u3001\u975e\u516c\u958b\u4e2d\u306e\u5909\u66f4\u3082\u5f8c\u307b\u3069\u53d7\u8b1b\u8005\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002",
|
||||
"If you do not yet have an account, use the button below to register.": "\u307e\u3060\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u767b\u9332\u3057\u3066\u3044\u306a\u3044\u306e\u3067\u3042\u308c\u3070\u3001\u4e0b\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u767b\u9332\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
|
||||
"If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "\u3044\u307e\u3059\u3050\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u308f\u306a\u304f\u3066\u3082\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3067\u8b1b\u5ea7\u3092\u63a2\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u3002\u5b9a\u671f\u7684\u306b%(platformName)s\u304b\u3089\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u3046\u3088\u3046\u306b\u901a\u77e5\u304c\u3042\u308a\u307e\u3059\u3002",
|
||||
"If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "\u3059\u3050\u306b\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u308f\u306a\u3044\u5834\u5408\u3067\u3082\u3001\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u3067\u8b1b\u5ea7\u3092\u63a2\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u5b9a\u671f\u7684\u306b{platformName}\u304b\u3089\u672c\u4eba\u8a8d\u8a3c\u3092\u884c\u3046\u3088\u3046\u901a\u77e5\u304c\u3042\u308a\u307e\u3059\u3002",
|
||||
"If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "\u8fd4\u4fe1\u3092\u4fdd\u5b58\u307e\u305f\u306f\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u5834\u5408\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002",
|
||||
"If you leave this page without submitting your peer assessment, you will lose any work you have done.": "\u30d4\u30a2\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u3092\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u5834\u5408\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002",
|
||||
"If you leave this page without submitting your self assessment, you will lose any work you have done.": "\u30bb\u30eb\u30d5\u30fb\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u3092\u63d0\u51fa\u305b\u305a\u306b\u5225\u306e\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b\u3068\u3001\u8a18\u8ff0\u3057\u305f\u5185\u5bb9\u304c\u5931\u308f\u308c\u307e\u3059\u3002",
|
||||
@@ -1341,7 +1339,6 @@
|
||||
"Verified Certificate upgrade": "\u8a8d\u8a3c\u4ed8\u304d\u4fee\u4e86\u8a3c\u306e\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9",
|
||||
"Verified Status": "\u8a8d\u8a3c\u30b9\u30c6\u30fc\u30bf\u30b9",
|
||||
"Verified mode price": "\u8a8d\u8a3c\u30e2\u30fc\u30c9\u4fa1\u683c",
|
||||
"Verify Now": "\u3044\u307e\u3059\u3050\u8a8d\u8a3c\u3057\u3088\u3046",
|
||||
"Video Capture Error": "\u30d3\u30c7\u30aa\u30ad\u30e3\u30d7\u30c1\u30e3\u30a8\u30e9\u30fc",
|
||||
"Video ID": "\u52d5\u753bID",
|
||||
"Video duration is {humanizeDuration}": "\u52d5\u753b\u306e\u9577\u3055\u306f {humanizeDuration}",
|
||||
|
||||
@@ -27,25 +27,16 @@
|
||||
"6 a.m.": "06",
|
||||
"Available %s": "%s \u0431\u0430\u0440",
|
||||
"Cancel": "\u0411\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "\u0423\u0430\u049b\u044b\u0442\u0442\u044b \u0442\u0430\u04a3\u0434\u0430",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "\u0421\u04af\u0437\u0433\u0456\u0448",
|
||||
"Hide": "\u0416\u0430\u0441\u044b\u0440\u0443",
|
||||
"Midnight": "\u0422\u04af\u043d \u0436\u0430\u0440\u044b\u043c",
|
||||
"Noon": "\u0422\u0430\u043b\u0442\u04af\u0441",
|
||||
"Now": "\u049a\u0430\u0437\u0456\u0440",
|
||||
"Remove": "\u04e8\u0448\u0456\u0440\u0443(\u0436\u043e\u044e)",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0443",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "\u0411\u04af\u0433\u0456\u043d",
|
||||
"Tomorrow": "\u0415\u0440\u0442\u0435\u04a3",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "\u041a\u0435\u0448\u0435",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0421\u0456\u0437 \u0421\u0430\u049b\u0442\u0430\u0443 \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d\u0430 \u049b\u0430\u0440\u0430\u0493\u0430\u043d\u0434\u0430, Go(\u0410\u043b\u0493\u0430) \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d \u0456\u0437\u0434\u0435\u043f \u043e\u0442\u044b\u0440\u0493\u0430\u043d \u0431\u043e\u043b\u0430\u0440\u0441\u044b\u0437, \u0441\u0435\u0431\u0435\u0431\u0456 \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u04e9\u0437\u0433\u0435\u0440\u0456\u0441 \u0436\u0430\u0441\u0430\u043c\u0430\u0439, \u04d9\u0440\u0435\u043a\u0435\u0442 \u0436\u0430\u0441\u0430\u0434\u044b\u04a3\u044b\u0437.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0421\u0456\u0437 \u04e9\u0437 \u04e9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0456\u04a3\u0456\u0437\u0434\u0456 \u0441\u0430\u049b\u0442\u0430\u043c\u0430\u0439, \u04d9\u0440\u0435\u043a\u0435\u0442 \u0436\u0430\u0441\u0430\u0434\u044b\u04a3\u044b\u0437. \u04e8\u0442\u0456\u043d\u0456\u0448, \u0441\u0430\u049b\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \u041e\u041a \u0431\u0430\u0442\u044b\u0440\u043c\u0430\u0441\u044b\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u0436\u04d9\u043d\u0435 \u04e9\u0437 \u04d9\u0440\u0435\u043a\u0435\u0442\u0456\u04a3\u0456\u0437\u0434\u0456 \u049b\u0430\u0439\u0442\u0430 \u0436\u0430\u0441\u0430\u043f \u043a\u04e9\u0440\u0456\u04a3\u0456\u0437. ",
|
||||
|
||||
@@ -20,35 +20,20 @@
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "\u1798\u17c9\u17c4\u1784\u00a0\u17e6\u00a0\u1796\u17d2\u179a\u17b9\u1780",
|
||||
"Available %s": "%s \u178a\u17c2\u179b\u17a2\u17b6\u1785\u200b\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1794\u17b6\u1793",
|
||||
"Cancel": "\u179b\u1794\u17cb\u1785\u17c4\u179b",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1798\u17c9\u17c4\u1784",
|
||||
"Choose all": "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb",
|
||||
"Chosen %s": "%s \u178a\u17c2\u179b\u1794\u17b6\u1793\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u1787\u17b6\u1798\u17bd\u1799",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "\u17a2\u1792\u17d2\u179a\u17b6\u178f\u17d2\u179a",
|
||||
"Noon": "\u1796\u17c1\u179b\u1790\u17d2\u1784\u17c2\u178f\u17d2\u179a\u1784\u17cb",
|
||||
"Now": "\u17a5\u17a1\u17bc\u179c\u1793\u17c1\u17c7",
|
||||
"Remove": "\u179b\u1794\u17cb\u1785\u17c1\u1789",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7",
|
||||
"Tomorrow": "\u1790\u17d2\u1784\u17c3\u179f\u17d2\u17a2\u17c2\u1780",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "\u1798\u17d2\u179f\u17b7\u179b\u1798\u17b7\u1789",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
"Yesterday": "\u1798\u17d2\u179f\u17b7\u179b\u1798\u17b7\u1789"
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
|
||||
@@ -20,18 +20,12 @@
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "\u0cac\u0cc6\u0cb3\u0c97\u0cbf\u0ca8 \u0cec \u0c97\u0c82\u0c9f\u0cc6 ",
|
||||
"Available %s": "\u0cb2\u0cad\u0ccd\u0caf %s ",
|
||||
"Cancel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "\u0cb8\u0cae\u0caf\u0cb5\u0cca\u0c82\u0ca6\u0ca8\u0ccd\u0ca8\u0cc1 \u0c86\u0cb0\u0cbf\u0cb8\u0cbf",
|
||||
"Choose all": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2 \u0c86\u0caf\u0ccd\u0ca6\u0cc1\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf",
|
||||
"Chosen %s": "%s \u0c86\u0caf\u0ccd\u0ca6\u0cc1\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "\u0cb6\u0cca\u0cd5\u0ca7\u0c95",
|
||||
"Hide": "\u0cae\u0cb0\u0cc6\u0cae\u0cbe\u0ca1\u0cb2\u0cc1",
|
||||
"Midnight": "\u0cae\u0ca7\u0ccd\u0caf\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf",
|
||||
@@ -40,14 +34,9 @@
|
||||
"Remove": "\u0ca4\u0cc6\u0c97\u0cc6\u0ca6\u0cc1 \u0cb9\u0cbe\u0c95\u0cbf",
|
||||
"Remove all": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cbe \u0ca4\u0cc6\u0c97\u0cc6\u0ca6\u0cc1\u0cb9\u0cbe\u0c95\u0cbf",
|
||||
"Show": "\u0caa\u0ccd\u0cb0\u0ca6\u0cb0\u0ccd\u0cb6\u0ca8",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "\u0c88 \u0ca6\u0cbf\u0ca8",
|
||||
"Tomorrow": "\u0ca8\u0cbe\u0cb3\u0cc6",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "\u0ca8\u0cbf\u0ca8\u0ccd\u0ca8\u0cc6",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "\u0ca8\u0cbf\u0cd5\u0cb5\u0cc1 \u0caa\u0ccd\u0cb0\u0ca4\u0ccd\u0caf\u0cc6\u0cd5\u0c95 \u0ca4\u0cbf\u0ca6\u0ccd\u0ca6\u0cac\u0cb2\u0ccd\u0cb2 \u0c95\u0ccd\u0cb7\u0cc6\u0cd5\u0ca4\u0ccd\u0cb0\u0c97\u0cb3\u0cb2\u0ccd\u0cb2\u0cbf \u0cac\u0ca6\u0cb2\u0cbe\u0cb5\u0ca3\u0cc6 \u0c89\u0cb3\u0cbf\u0cb8\u0cbf\u0cb2\u0ccd\u0cb2. \u0ca8\u0cbf\u0cae\u0ccd\u0cae \u0c89\u0cb3\u0cbf\u0cb8\u0ca6 \u0cac\u0ca6\u0cb2\u0cbe\u0cb5\u0ca3\u0cc6\u0c97\u0cb3\u0cc1 \u0ca8\u0cbe\u0cb6\u0cb5\u0cbe\u0c97\u0cc1\u0ca4\u0ccd\u0ca4\u0cb5\u0cc6"
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
|
||||
@@ -19,42 +19,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -12,42 +12,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -12,42 +12,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -582,7 +582,6 @@
|
||||
"Generate": "Wygeneruj",
|
||||
"Generate Exception Certificates": "Wygeneruj certyfikaty w wyj\u0105tku",
|
||||
"Generate the user's certificate": "Wygeneruj certyfikat studenta",
|
||||
"Get Credit": "Odbierz punkty",
|
||||
"Go to Dashboard": "Przejd\u017a do pulpitu",
|
||||
"Go to your Dashboard": "Przejd\u017a do swojego pulpitu",
|
||||
"Going forward, your account information will be updated and maintained by {enterprise_name}.": "Informacje na temat Twojego konta b\u0119d\u0105 aktualizowane i zarz\u0105dzane przez {enterprise_name}.",
|
||||
@@ -631,7 +630,6 @@
|
||||
"If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.": "Je\u015bli ten ekran zosta\u0142 wcze\u015bniej opublikowany i upubliczniony dla student\u00f3w, wszystkie zmiany, jakich dokona\u0142e\u015b kiedy ekran by\u0142 ukryty, b\u0119d\u0105 teraz widoczne dla student\u00f3w.",
|
||||
"If you do not yet have an account, use the button below to register.": "Je\u015bli nie posiadasz konta, u\u017cyj poni\u017cszego przycisku, aby si\u0119 zarejestrowa\u0107.",
|
||||
"If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from %(platformName)s to verify your identity.": "Je\u015bli nie potwierdzisz swojej to\u017csamo\u015bci ju\u017c teraz, wci\u0105\u017c mo\u017cesz uczestniczy\u0107 w kursie z poziomu pulpitu studenta. B\u0119dziesz otrzymywa\u0107 cykliczne powiadomienia od %(platformName)s z pro\u015bb\u0105 o poddanie si\u0119 weryfikacji to\u017csamo\u015bci.",
|
||||
"If you don't verify your identity now, you can still explore your course from your dashboard. You will receive periodic reminders from {platformName} to verify your identity.": "Je\u015bli nie potwierdzisz swojej to\u017csamo\u015bci ju\u017c teraz, wci\u0105\u017c mo\u017cesz uczestniczy\u0107 w kursie z poziomu pulpitu studenta. B\u0119dziesz otrzymywa\u0107 cykliczne powiadomienia od {platformName} z pro\u015bb\u0105 o poddanie si\u0119 weryfikacji to\u017csamo\u015bci.",
|
||||
"If you leave this page without saving or submitting your response, you will lose any work you have done on the response.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez zapisania lub przes\u0142ania swojej odpowiedzi, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.",
|
||||
"If you leave this page without submitting your peer assessment, you will lose any work you have done.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez przes\u0142ania zadania do oceny, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.",
|
||||
"If you leave this page without submitting your self assessment, you will lose any work you have done.": "Je\u017celi opu\u015bcisz t\u0119 stron\u0119 bez przes\u0142ania swojego zadania, stracisz ca\u0142\u0105 swoj\u0105 prac\u0119.",
|
||||
@@ -1461,7 +1459,6 @@
|
||||
"Verified Certificate upgrade": "Zg\u0142oszenie do potwierdzonego certyfikatu",
|
||||
"Verified Status": "Status potwierdzony",
|
||||
"Verified mode price": "Cena trybu potwierdzonego",
|
||||
"Verify Now": "Potwierd\u017a teraz",
|
||||
"Video Capture Error": "B\u0142\u0105d przechwytywania obrazu wideo",
|
||||
"Video ID": "Identyfikator filmu",
|
||||
"Video Source Language": "Oryginalny j\u0119zyk filmu",
|
||||
|
||||
@@ -1063,6 +1063,7 @@
|
||||
"No Flash Detected": "\u0631\u062e \u0628\u0645\u0634\u0633\u0627 \u064a\u062b\u0641\u062b\u0630\u0641\u062b\u064a",
|
||||
"No Timed Transcript": "\u0631\u062e \u0641\u0647\u0648\u062b\u064a \u0641\u0642\u0634\u0631\u0633\u0630\u0642\u0647\u062d\u0641",
|
||||
"No Webcam Detected": "\u0631\u062e \u0635\u062b\u0632\u0630\u0634\u0648 \u064a\u062b\u0641\u062b\u0630\u0641\u062b\u064a",
|
||||
"No assignments for team": "\u0631\u062e \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633 \u0628\u062e\u0642 \u0641\u062b\u0634\u0648",
|
||||
"No color": "\u0631\u062e \u0630\u062e\u0645\u062e\u0642",
|
||||
"No content-specific discussion topics exist.": "\u0631\u062e \u0630\u062e\u0631\u0641\u062b\u0631\u0641-\u0633\u062d\u062b\u0630\u0647\u0628\u0647\u0630 \u064a\u0647\u0633\u0630\u0639\u0633\u0633\u0647\u062e\u0631 \u0641\u062e\u062d\u0647\u0630\u0633 \u062b\u0637\u0647\u0633\u0641.",
|
||||
"No description available": "\u0631\u062e \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 \u0634\u062f\u0634\u0647\u0645\u0634\u0632\u0645\u062b",
|
||||
@@ -1557,6 +1558,7 @@
|
||||
"Task inputs": "\u0641\u0634\u0633\u0646 \u0647\u0631\u062d\u0639\u0641\u0633",
|
||||
"Teaching Assistant": "\u0641\u062b\u0634\u0630\u0627\u0647\u0631\u0644 \u0634\u0633\u0633\u0647\u0633\u0641\u0634\u0631\u0641",
|
||||
"Team \"{team}\" successfully deleted.": "\u0641\u062b\u0634\u0648 \"{team}\" \u0633\u0639\u0630\u0630\u062b\u0633\u0633\u0628\u0639\u0645\u0645\u063a \u064a\u062b\u0645\u062b\u0641\u062b\u064a.",
|
||||
"Team Assignments": "\u0641\u062b\u0634\u0648 \u0634\u0633\u0633\u0647\u0644\u0631\u0648\u062b\u0631\u0641\u0633",
|
||||
"Team Description (Required) *": "\u0641\u062b\u0634\u0648 \u064a\u062b\u0633\u0630\u0642\u0647\u062d\u0641\u0647\u062e\u0631 (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a) *",
|
||||
"Team Details": "\u0641\u062b\u0634\u0648 \u064a\u062b\u0641\u0634\u0647\u0645\u0633",
|
||||
"Team Name (Required) *": "\u0641\u062b\u0634\u0648 \u0631\u0634\u0648\u062b (\u0642\u062b\u0636\u0639\u0647\u0642\u062b\u064a) *",
|
||||
|
||||
@@ -12,42 +12,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -20,36 +20,20 @@
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "\u0b95\u0bbe\u0bb2\u0bc8 6 \u0bae\u0ba3\u0bbf ",
|
||||
"Available %s": "%s \u0b87\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0ba4\u0bbe ",
|
||||
"Cancel": "\u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bbe\u0bae\u0bcd ",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "\u0b92\u0bb0\u0bc1 \u0ba8\u0bc7\u0bb0\u0ba4\u0bcd\u0ba4\u0bc8 \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95 ",
|
||||
"Choose all": "\u0b8e\u0bb2\u0bcd\u0bb2\u0bbe\u0bb5\u0bb1\u0bcd\u0bb1\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95",
|
||||
"Chosen %s": "%s \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1\u0b95\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "\u0bb5\u0b9f\u0bbf\u0b95\u0b9f\u0bcd\u0b9f\u0bbf",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "\u0ba8\u0b9f\u0bc1 \u0b87\u0bb0\u0bb5\u0bc1 ",
|
||||
"Noon": "\u0bae\u0ba4\u0bbf\u0baf\u0bae\u0bcd ",
|
||||
"Now": "\u0b87\u0baa\u0bcd\u0baa\u0bc6\u0bbe\u0bb4\u0bc1\u0ba4\u0bc1 ",
|
||||
"Remove": "\u0b85\u0bb4\u0bbf\u0b95\u0bcd\u0b95",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "\u0b87\u0ba9\u0bcd\u0bb1\u0bc1 ",
|
||||
"Tomorrow": "\u0ba8\u0bbe\u0bb3\u0bc8",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "\u0ba8\u0bc7\u0bb1\u0bcd\u0bb1\u0bc1 ",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
"Yesterday": "\u0ba8\u0bc7\u0bb1\u0bcd\u0bb1\u0bc1 "
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
|
||||
@@ -20,36 +20,22 @@
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m",
|
||||
"Available %s": "\u0c06\u0c02\u0c26\u0c41\u0c2c\u0c3e\u0c24\u0c41\u0c32\u0c4b\u0c09\u0c28\u0c4d\u0c28 %s ",
|
||||
"Cancel": "\u0c30\u0c26\u0c4d\u0c26\u0c41 \u0c1a\u0c47\u0c2f\u0c41",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "\u0c12\u0c15 \u0c38\u0c2e\u0c2f\u0c2e\u0c41 \u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f",
|
||||
"Choose all": "\u0c05\u0c28\u0c4d\u0c28\u0c40 \u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f",
|
||||
"Chosen %s": "\u0c0e\u0c28\u0c4d\u0c28\u0c41\u0c15\u0c41\u0c28\u0c4d\u0c28 %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "\u0c35\u0c21\u0c2a\u0c4b\u0c24",
|
||||
"Hide": "\u0c26\u0c3e\u0c1a\u0c41",
|
||||
"Midnight": "\u0c06\u0c30\u0c4d\u0c27\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f",
|
||||
"Noon": "\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c2e\u0c41",
|
||||
"Now": "\u0c07\u0c2a\u0c4d\u0c2a\u0c41\u0c21\u0c41",
|
||||
"Remove": "\u0c24\u0c40\u0c38\u0c3f\u0c35\u0c47\u0c2f\u0c02\u0c21\u0c3f",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "\u0c1a\u0c42\u0c2a\u0c3f\u0c02\u0c1a\u0c41\u0c2e\u0c41",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "\u0c08\u0c28\u0c3e\u0c21\u0c41",
|
||||
"Tomorrow": "\u0c30\u0c47\u0c2a\u0c41",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "\u0c28\u0c3f\u0c28\u0c4d\u0c28",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
"Yesterday": "\u0c28\u0c3f\u0c28\u0c4d\u0c28"
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
|
||||
@@ -27,25 +27,18 @@
|
||||
"6 a.m.": "6 \u0635",
|
||||
"Available %s": "\u062f\u0633\u062a\u06cc\u0627\u0628 %s",
|
||||
"Cancel": "\u0645\u0646\u0633\u0648\u062e \u06a9\u0631\u06cc\u06ba",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "\u0648\u0642\u062a \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba",
|
||||
"Choose all": "\u0633\u0628 \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba",
|
||||
"Chosen %s": "\u0645\u0646\u062a\u062e\u0628 \u0634\u062f\u06c1 %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "\u0686\u06be\u0627\u0646\u0679\u06cc\u06ba",
|
||||
"Hide": "\u0686\u06be\u067e\u0627\u0626\u06cc\u06ba",
|
||||
"Midnight": "\u0646\u0635\u0641 \u0631\u0627\u062a",
|
||||
"Noon": "\u062f\u0648\u067e\u06be\u0631",
|
||||
"Now": "\u0627\u0628",
|
||||
"Remove": "\u062e\u0627\u0631\u062c \u06a9\u0631\u06cc\u06ba",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "\u062f\u06a9\u06be\u0627\u0626\u06cc\u06ba",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "\u0627\u0653\u062c",
|
||||
"Tomorrow": "\u0627\u0653\u0626\u0646\u062f\u06c1 \u06a9\u0644",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "\u06af\u0632\u0634\u062a\u06c1 \u06a9\u0644",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "\u0627\u0653\u067e \u0646\u06d2 \u0627\u06cc\u06a9 \u06a9\u0627\u0631\u0648\u0627\u0626\u06cc \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc \u06be\u06d2\u060c \u0627\u0648\u0631 \u0627\u0653\u067e \u0646\u06d2 \u0630\u0627\u062a\u06cc \u062e\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u06a9\u0648\u0626\u06cc \u062a\u0628\u062f\u06cc\u0644\u06cc \u0646\u06c1\u06cc\u06ba \u06a9\u06cc \u063a\u0627\u0644\u0628\u0627\u064b \u0627\u0653\u067e '\u062c\u0627\u0648\u0654' \u0628\u0679\u0646 \u062a\u0644\u0627\u0634 \u06a9\u0631 \u0631\u06be\u06d2 \u06be\u06cc\u06ba \u0628\u062c\u0627\u0626\u06d2 '\u0645\u062e\u0641\u0648\u0638 \u06a9\u0631\u06cc\u06ba' \u0628\u0679\u0646 \u06a9\u06d2\u06d4",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "\u0627\u0653\u067e \u0646\u06d2 \u0627\u06cc\u06a9 \u06a9\u0627\u0631\u0648\u0627\u0626\u06cc \u0645\u0646\u062a\u062e\u0628 \u06a9\u06cc \u06be\u06d2 \u0644\u06cc\u06a9\u0646 \u0627\u0628\u06be\u06cc \u062a\u06a9 \u0627\u0653\u067e \u0646\u06d2 \u0630\u0627\u062a\u06cc \u062e\u0627\u0646\u0648\u06ba \u0645\u06cc\u06ba \u0627\u067e\u0646\u06cc \u062a\u0628\u062f\u06cc\u0644\u06cc\u0627\u06ba \u0645\u062d\u0641\u0648\u0638 \u0646\u06c1\u06cc\u06ba \u06a9\u06cc \u06c1\u06cc\u06ba \u0628\u0631\u0627\u06c1 \u0645\u06be\u0631\u0628\u0627\u0646\u06cc \u0645\u062d\u0641\u0648\u0637 \u06a9\u0631\u0646\u06d2 \u06a9\u06d2 \u0644\u0626\u06d2 OK \u067e\u0631 \u06a9\u0644\u06a9 \u06a9\u0631\u06cc\u06ba\u06d4 \u0627\u0653\u067e \u06a9\u0627\u0648\u0627\u0626\u06cc \u062f\u0648\u0628\u0627\u0631\u06c1 \u0686\u0644\u0627\u0646\u06d2 \u06a9\u06cc \u0636\u0631\u0648\u0631\u062a \u06be\u0648\u06af\u06cc\u06d4",
|
||||
|
||||
@@ -12,42 +12,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -120,9 +120,6 @@
|
||||
"%(field)s must have at least %(count)d characters.": "%(field)s \u81f3\u5c11\u8981\u6709 %(count)d \u5b57\u7b26\u3002",
|
||||
"%(new_item_message)s": "%(new_item_message)s",
|
||||
"%(programName)s Home Page.": "%(programName)s\u4e3b\u9875",
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"%(type)s Component Template Menu": "%(type)s \u7ec4\u4ef6\u6a21\u677f\u83dc\u5355",
|
||||
"%(value)s hour": [
|
||||
"%(value)s\u5c0f\u65f6"
|
||||
@@ -163,7 +160,6 @@
|
||||
"(required)": "\uff08\u5fc5\u586b\u9879\uff09",
|
||||
"(required):": "(\u5fc5\u987b):",
|
||||
"- Sortable": "\u2014\u53ef\u6392\u5e8f\u7684",
|
||||
"6 a.m.": "6 a.m.",
|
||||
": video upload complete.": "\u89c6\u9891\u4e0a\u4f20\u6210\u529f",
|
||||
"<%= user %> already in exception list.": "<%= user %> \u5df2\u5728\u7279\u4f8b\u540d\u5355\u4e2d\u3002",
|
||||
"<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "\u5df2\u7ecf\u6210\u529f\u65b0\u589e<%= user %>\u5230\u7279\u4f8b\u540d\u5355\u4e2d\u3002\u8bf7\u70b9\u51fb\u4e0b\u9762\u7684\u4ea7\u751f\u7279\u4f8b\u8bc1\u4e66\u5e76\u53d1\u9001\u8bc1\u4e66\u3002",
|
||||
@@ -341,7 +337,6 @@
|
||||
"Automated Transcripts": "\u81ea\u52a8\u5316\u5b57\u5e55",
|
||||
"Automatic": "\u81ea\u52a8",
|
||||
"Automatic transcripts are disabled.": "\u81ea\u52a8\u811a\u672c\u5df2\u7981\u7528\u3002",
|
||||
"Available %s": "Available %s",
|
||||
"Average": "\u97f3\u91cf\u4e2d\u7b49",
|
||||
"Back to Full List": "\u8fd4\u56de\u5b8c\u6574\u5217\u8868",
|
||||
"Back to sign in": "\u8fd4\u56de\u767b\u5f55",
|
||||
@@ -431,19 +426,15 @@
|
||||
"Checkout": "\u4ed8\u6b3e",
|
||||
"Checkout with PayPal": "\u4f7f\u7528PayPal\u4ed8\u6b3e",
|
||||
"Checkout with {processor}": "\u4f7f\u7528{processor}\u4ed8\u6b3e",
|
||||
"Choose": "Choose",
|
||||
"Choose File": "\u9009\u62e9\u6587\u4ef6",
|
||||
"Choose One": "\u9009\u62e9\u4e00\u4e2a",
|
||||
"Choose a .csv file": "\u9009\u62e9\u4e00\u4e2a.csv\u7684\u6587\u4ef6",
|
||||
"Choose a content group to associate": "\u9009\u62e9\u4e00\u4e2a\u5185\u5bb9\u7ec4\u6765\u5173\u8054",
|
||||
"Choose a location to move your component to": "\u9009\u62e9\u4e00\u4e2a\u4f4d\u7f6e\u5e76\u5c06\u60a8\u7684\u7684\u7ec4\u4ef6\u79fb\u52a8\u81f3\u6b64",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Choose mode": "\u9009\u62e9\u6a21\u5f0f",
|
||||
"Choose new file": "\u9009\u62e9\u6587\u4ef6",
|
||||
"Choose one": "\u8bf7\u9009\u62e9",
|
||||
"Choose your institution from the list below:": "\u4ece\u4ee5\u4e0b\u5217\u8868\u4e2d\u9009\u62e9\u60a8\u7684\u673a\u6784\uff1a",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Circle": "\u7a7a\u5fc3\u5706",
|
||||
"Clear": "\u6e05\u9664",
|
||||
"Clear All": "\u6e05\u9664\u6240\u6709",
|
||||
@@ -459,9 +450,7 @@
|
||||
"Click on this button to mute or unmute this video or press UP or DOWN buttons to increase or decrease volume level.": "\u8bf7\u70b9\u51fb\u6b64\u6309\u94ae\u4ee5\u5bf9\u8be5\u89c6\u9891\u9759\u97f3\uff0f\u53d6\u6d88\u9759\u97f3\uff0c\u6216\u8005\u4f7f\u7528\u952e\u76d8\u7684\u4e0a\u4e0b\u65b9\u5411\u952e\u589e\u5927\u6216\u51cf\u5c0f\u97f3\u91cf\u3002",
|
||||
"Click to add a new %(xblock_type)s": "\u70b9\u51fb\u6dfb\u52a0\u4e00\u4e2a\u65b0%(xblock_type)s",
|
||||
"Click to change": "\u70b9\u51fb\u66f4\u6539",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to edit": "\u70b9\u51fb\u4ee5\u7f16\u8f91",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Close": "\u5173\u95ed",
|
||||
"Close Calculator": "\u5173\u95ed\u8ba1\u7b97\u5668",
|
||||
"Code": "\u4ee3\u7801",
|
||||
@@ -798,7 +787,6 @@
|
||||
"Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or .png format.": "\u53ea\u652f\u6301\u4e0a\u4f20PDF\u6216 .gif .jpg .jpeg .png\u00a0\u683c\u5f0f\u56fe\u7247\u6587\u4ef6\u3002",
|
||||
"Files that you upload must be smaller than 5MB in size.": "\u4e0a\u4f20\u7684\u6587\u4ef6\u4e0d\u5f97\u8d85\u8fc75MB\u3002",
|
||||
"Fill browser": "\u5168\u5c4f",
|
||||
"Filter": "Filter",
|
||||
"Filter and sort topics": "\u8fc7\u6ee4\u548c\u6574\u7406\u8bdd\u9898",
|
||||
"Final Grade Received": "\u6700\u7ec8\u6536\u83b7\u5f97\u5206",
|
||||
"Financial Assistance": "\u7ecf\u6d4e\u8865\u52a9",
|
||||
@@ -878,7 +866,6 @@
|
||||
"Height": "\u9ad8\u5ea6",
|
||||
"Help Translate into {beta_language}": "Help Translate into {beta_language}",
|
||||
"Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u4ecb\u7ecd\u60a8\u56e2\u961f\u7684\u7279\u70b9\uff0c\u5e2e\u52a9\u5176\u4ed6\u5b66\u5458\u51b3\u5b9a\u662f\u5426\u52a0\u5165\u60a8\u7684\u56e2\u961f\u3002\u8bf7\u4ed4\u7ec6\u9009\u62e9\uff0c\u5982\u679c\u9650\u5236\u592a\u591a\uff0c\u5c31\u4f1a\u6709\u8f83\u5c11\u7684\u4eba\u613f\u610f\u52a0\u5165\u60a8\u7684\u56e2\u961f\u3002",
|
||||
"Hide": "Hide",
|
||||
"Hide Annotations": "\u9690\u85cf\u6279\u6ce8",
|
||||
"Hide Deprecated Settings": "\u9690\u85cf\u5df2\u8fc7\u65f6\u7684\u8bbe\u7f6e",
|
||||
"Hide Discussion": "\u9690\u85cf\u8ba8\u8bba",
|
||||
@@ -1075,7 +1062,6 @@
|
||||
"Merge cells": "\u5408\u5e76\u5355\u5143\u683c",
|
||||
"Message:": "\u6d88\u606f\uff1a",
|
||||
"Middle": "\u4e2d\u95f4",
|
||||
"Midnight": "Midnight",
|
||||
"Minimum Completion:": "\u6700\u4f4e\u5b8c\u6210\u7387\uff1a",
|
||||
"Minimum Score:": "\u6700\u4f4e\u5206\u6570\uff1a",
|
||||
"Module state successfully deleted.": "\u5df2\u6210\u529f\u5220\u9664\u6a21\u5757\u72b6\u6001\u3002",
|
||||
@@ -1134,7 +1120,6 @@
|
||||
"Nonbreaking space": "\u4e0d\u95f4\u65ad\u7a7a\u683c",
|
||||
"Noncommercial": "\u975e\u8425\u5229\u6027\u7684",
|
||||
"None": "\u65e0",
|
||||
"Noon": "Noon",
|
||||
"Not Currently Available": "\u5f53\u524d\u4e0d\u53ef\u7528",
|
||||
"Not Graded": "\u5c1a\u672a\u8bc4\u5206",
|
||||
"Not Selected": "\u672a\u9009\u4e2d",
|
||||
@@ -1153,7 +1138,6 @@
|
||||
"Notes": "\u7b14\u8bb0",
|
||||
"Notes hidden": "\u6ce8\u91ca\u5df2\u9690\u85cf",
|
||||
"Notes visible": "\u6ce8\u91ca\u53ef\u89c1",
|
||||
"Now": "Now",
|
||||
"Number Sent": "\u53d1\u9001\u6570\u76ee",
|
||||
"Number of Droppable": "\u53ef\u653e\u5f03\u7684\u6570\u91cf",
|
||||
"Numbered List (Ctrl+O)": "\u6709\u5e8f\u5217\u8868(Ctrl+O)",
|
||||
@@ -1352,7 +1336,6 @@
|
||||
"Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u79fb\u9664\u3002\u4e3a\u907f\u514d\u53d1\u751f\u9519\u8bef\uff0c\u5728\u4e0a\u4f20\u5b8c\u6210\u524d\u8bf7\u4e0d\u8981\u79bb\u5f00\u672c\u9875\u3002",
|
||||
"Remove": "\u79fb\u9664",
|
||||
"Remove Transcript": "\u79fb\u9664\u5b57\u5e55",
|
||||
"Remove all": "Remove all",
|
||||
"Remove chapter %(chapterDisplayName)s": "\u5220\u9664\u7ae0\u8282 %(chapterDisplayName)s",
|
||||
"Remove file": "\u79fb\u9664\u6587\u4ef6",
|
||||
"Remove from Invalidation Table": "\u4ece\u65e0\u6548\u8868\u683c\u4e2d\u5220\u9664",
|
||||
@@ -1465,7 +1448,6 @@
|
||||
"Share on Mozilla Backpack": "\u5206\u4eab\u5230 Mozilla Backpack \u4e0a",
|
||||
"Share your \"%(display_name)s\" award": "\u5206\u4eab\u60a8\u7684 \"%(display_name)s\" \u5956\u52b1",
|
||||
"Short explanation": "\u7b80\u8981\u8bf4\u660e",
|
||||
"Show": "Show",
|
||||
"Show All": "\u5168\u90e8\u663e\u793a",
|
||||
"Show Annotations": "\u663e\u793a\u6279\u6ce8",
|
||||
"Show Deprecated Settings": "\u663e\u793a\u5df2\u8fc7\u65f6\u7684\u8bbe\u7f6e",
|
||||
@@ -1761,8 +1743,6 @@
|
||||
"This image is for decorative purposes only and does not require a description.": "\u6b64\u56fe\u7247\u4ec5\u4f5c\u88c5\u9970\u7528\uff0c\u65e0\u9700\u63cf\u8ff0\u3002",
|
||||
"This is the Description of the Group Configuration": "\u8fd9\u662f\u7ec4\u914d\u7f6e\u7684\u63cf\u8ff0",
|
||||
"This is the Name of the Group Configuration": "\u8fd9\u662f\u7ec4\u914d\u7f6e\u7684\u540d\u79f0",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"This is the name of the group": "\u8fd9\u91cc\u8f93\u5165\u7ec4\u7684\u540d\u5b57",
|
||||
"This learner is currently sharing a limited profile.": "\u8be5\u5b66\u751f\u5f53\u524d\u516c\u5f00\u90e8\u5206\u4e2a\u4eba\u4fe1\u606f\u3002",
|
||||
"This link will open in a modal window": "\u8be5\u94fe\u63a5\u5c06\u5728\u6a21\u5f0f\u7a97\u53e3\u4e2d\u6253\u5f00",
|
||||
@@ -1826,10 +1806,8 @@
|
||||
"To share your certificate on Mozilla Backpack, you must first have a Backpack account. Complete the following steps to add your certificate to Backpack.": "\u8981\u5728 Mozilla Backpack \u4e0a\u5206\u4eab\u60a8\u7684\u8bc1\u4e66\uff0c\u60a8\u5fc5\u987b\u9996\u5148\u62e5\u6709\u4e00\u4e2aBackpack\u8d26\u53f7\u3002\u901a\u8fc7\u5b8c\u6210\u4ee5\u4e0b\u6b65\u9aa4\u5c06\u60a8\u7684\u8bc1\u4e66\u6dfb\u52a0\u81f3 Backpack\u3002",
|
||||
"To take a successful photo, make sure that:": "\u4e3a\u4e86\u7167\u76f8\u6210\u529f\uff0c\u8bf7\u786e\u4fdd\uff1a",
|
||||
"To verify your identity, you need a webcam and a government-issued photo ID.": "\u8981\u9a8c\u8bc1\u60a8\u7684\u8eab\u4efd\uff0c\u60a8\u9700\u8981\u4e00\u4e2a\u7f51\u7edc\u6444\u50cf\u5934\u548c\u4e00\u5f20\u653f\u5e9c\u7b7e\u53d1\u7684\u6709\u7167\u7247\u7684\u8eab\u4efd\u8bc1\u4ef6\u3002",
|
||||
"Today": "Today",
|
||||
"Toggle Account Password (Usable/Unusable)": "\u5207\u6362\u8d26\u53f7\u5bc6\u7801 \uff08\u53ef\u7528/\u4e0d\u53ef\u7528\uff09",
|
||||
"Toggle Notifications Setting": "\u5207\u6362\u901a\u77e5\u8bbe\u7f6e",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Tools": "\u5de5\u5177",
|
||||
"Top": "\u9876\u7aef",
|
||||
"Topic": "\u4e3b\u9898",
|
||||
@@ -1852,7 +1830,6 @@
|
||||
"Turn on transcripts": "\u6253\u5f00\u5b57\u5e55",
|
||||
"Type": "\u7c7b\u578b",
|
||||
"Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u8f93\u5165\u4e00\u4e2a\u7f51\u5740\uff0c\u6216\u6309\u4e0b\u201c\u9009\u62e9\u6587\u4ef6\u201d\u6309\u94ae\u6765\u4e0a\u4f20\u6587\u4ef6\u3002(\u4f8b\u5982'http://example.com/img/clouds.jpg')",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"URL": "URL",
|
||||
"Unable to delete account": "\u65e0\u6cd5\u5220\u9664\u8d26\u53f7",
|
||||
"Unable to determine whether we should give you a refund because of System Error. Please try again later.": "\u7cfb\u7edf\u53d1\u751f\u9519\u8bef\uff0c\u65e0\u6cd5\u5224\u65ad\u662f\u5426\u5e94\u7ed9\u60a8\u9000\u6b3e\uff0c\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002",
|
||||
@@ -2030,7 +2007,6 @@
|
||||
"Yes, allow edits to the active Certificate": "\u662f\u7684\uff0c\u5141\u8bb8\u7f16\u8f91\u6fc0\u6d3b\u7684\u8bc1\u4e66",
|
||||
"Yes, delete this {xblock_type}": "\u662f\u7684\uff0c\u5220\u9664\u8be5 {xblock_type}",
|
||||
"Yes, replace the edX transcript with the YouTube transcript": "\u662f\u7684\uff0c\u7528 YouTube \u5b57\u5e55\u66ff\u6362 edX \u5b57\u5e55\u3002",
|
||||
"Yesterday": "Yesterday",
|
||||
"You already have an edX account with your {enterprise_name} email address.": "\u60a8\u5df2\u4f7f\u7528\u90ae\u7bb1{enterprise_name}\u6ce8\u518cedX\u8d26\u53f7\u3002",
|
||||
"You are a member of this team.": "\u60a8\u662f\u8fd9\u4e2a\u56e2\u961f\u7684\u6210\u5458\u3002",
|
||||
"You are currently sharing a limited profile.": "\u60a8\u5f53\u524d\u516c\u5f00\u90e8\u5206\u4e2a\u4eba\u4fe1\u606f\u3002",
|
||||
@@ -2074,13 +2050,10 @@
|
||||
"You have not created any certificates yet.": "\u60a8\u5c1a\u672a\u521b\u5efa\u4efb\u4f55\u8bc1\u4e66\u3002",
|
||||
"You have not created any content groups yet.": "\u60a8\u8fd8\u6ca1\u6709\u521b\u5efa\u4efb\u4f55\u5185\u5bb9\u7ec4\u3002",
|
||||
"You have not created any group configurations yet.": "\u60a8\u8fd8\u6ca1\u6709\u521b\u5efa\u4efb\u4f55\u7ec4\u914d\u7f6e\u3002",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have set your language to {beta_language}, which is currently not fully translated. You can help us translate this language fully by joining the Transifex community and adding translations from English for learners that speak {beta_language}.": "\u60a8\u5df2\u5c06\u8bed\u8a00\u8bbe\u7f6e\u4e3a{beta_language}\uff0c\u76ee\u524d\u5c1a\u672a\u5b8c\u5168\u7ffb\u8bd1\u3002 \u60a8\u53ef\u4ee5\u52a0\u5165Transifex\u793e\u533a\uff0c\u5e76\u4e3a\u4f7f\u7528{beta_language}\u7684\u5b66\u5458\u6dfb\u52a0\u82f1\u8bed\u7ffb\u8bd1\uff0c\u4ece\u800c\u5e2e\u52a9\u6211\u4eec\u5145\u5206\u7ffb\u8bd1\u8fd9\u95e8\u8bed\u8a00\u3002",
|
||||
"You have successfully signed into %(currentProvider)s, but your %(currentProvider)s account does not have a linked %(platformName)s account. To link your accounts, sign in now using your %(platformName)s password.": "\u60a8\u5df2\u6210\u529f\u767b\u5f55%(currentProvider)s\uff0c\u4f46\u6b64%(currentProvider)s\u8d26\u53f7\u5c1a\u672a\u5173\u8054\u5230%(platformName)s\u8d26\u53f7\u3002\u8981\u5173\u8054\u8d26\u53f7\uff0c\u8bf7\u4f7f\u7528\u60a8\u7684%(platformName)s\u5bc6\u7801\u767b\u5f55\u3002",
|
||||
"You have successfully updated your goal.": "\u60a8\u5df2\u6210\u529f\u66f4\u65b0\u76ee\u6807\u3002",
|
||||
"You have unsaved changes are you sure you want to navigate away?": "\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\u5417\uff1f",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.",
|
||||
"You have unsaved changes. Do you really want to leave this page?": "\u60a8\u6709\u5c1a\u672a\u4fdd\u5b58\u7684\u4fee\u6539\uff0c\u786e\u5b9a\u8981\u79bb\u6b64\u9875\u9762\u5417\uff1f",
|
||||
"You haven't added any assets to this course yet.": "\u60a8\u5c1a\u672a\u5411\u8be5\u8bfe\u7a0b\u6dfb\u52a0\u4efb\u4f55\u8d44\u6e90\u3002",
|
||||
"You haven't added any content to this course yet.": "\u60a8\u5c1a\u672a\u5411\u8be5\u8bfe\u7a0b\u6dfb\u52a0\u4efb\u4f55\u5185\u5bb9\u3002",
|
||||
|
||||
@@ -12,42 +12,6 @@
|
||||
|
||||
django.catalog = django.catalog || {};
|
||||
|
||||
var newcatalog = {
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected",
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"6 a.m.": "6 a.m.",
|
||||
"Available %s": "Available %s",
|
||||
"Cancel": "Cancel",
|
||||
"Choose": "Choose",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Filter": "Filter",
|
||||
"Hide": "Hide",
|
||||
"Midnight": "Midnight",
|
||||
"Noon": "Noon",
|
||||
"Now": "Now",
|
||||
"Remove": "Remove",
|
||||
"Remove all": "Remove all",
|
||||
"Show": "Show",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"Yesterday": "Yesterday",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost."
|
||||
};
|
||||
for (var key in newcatalog) {
|
||||
django.catalog[key] = newcatalog[key];
|
||||
}
|
||||
|
||||
|
||||
if (!django.jsi18n_initialized) {
|
||||
django.gettext = function(msgid) {
|
||||
|
||||
@@ -41,9 +41,6 @@
|
||||
"%(num_students)s student opened Subsection": [
|
||||
"%(num_students)s \u4f4d\u5b78\u751f\u958b\u555f\u5c0f\u7bc0"
|
||||
],
|
||||
"%(sel)s of %(cnt)s selected": [
|
||||
"%(sel)s of %(cnt)s selected"
|
||||
],
|
||||
"%(team_count)s Team": [
|
||||
"%(team_count)s \u500b\u5718\u968a"
|
||||
],
|
||||
@@ -53,7 +50,6 @@
|
||||
"(\u5305\u542b%(student_count)s\u5b78\u751f)"
|
||||
],
|
||||
"(optional)": "(\u53ef\u9078\u586b)",
|
||||
"6 a.m.": "6 a.m.",
|
||||
"<%= user %> already in exception list.": "<%= user %> \u5df2\u5728\u7279\u4f8b\u540d\u55ae\u4e2d\u3002",
|
||||
"<%= user %> has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.": "\u5df2\u7d93\u6210\u529f\u65b0\u589e<%= user %>\u5230\u7279\u4f8b\u540d\u55ae\u4e2d\u3002\u8acb\u9ede\u64ca\u4e0b\u9762\u7684\u7522\u751f\u7279\u4f8b\u8b49\u66f8\u4e26\u767c\u9001\u8b49\u66f8\u3002",
|
||||
"A driver's license, passport, or government-issued ID with your name and photo.": "\u4e00\u5f35\u99d5\u7167\u3001\u8b77\u7167\uff0c\u6216\u653f\u5e9c\u7c3d\u767c\u7684\u8b49\u4ef6\uff0c\u9700\u5305\u542b\u60a8\u7684\u59d3\u540d\u548c\u7167\u7247\u3002",
|
||||
@@ -122,7 +118,6 @@
|
||||
"As part of the verification process, you take a photo of both your face and a government-issued photo ID. Our authorization service confirms your identity by comparing the photo you take with the photo on your ID.": "\u9032\u884c\u60a8\u81c9\u90e8\u7684\u62cd\u651d\u53ca\u653f\u5e9c\u6838\u767cID\u7167\u7247\uff0c\u4f5c\u70ba\u9a57\u8b49\u904e\u7a0b\u7684\u4e00\u90e8\u5206\u3002\u6211\u5011\u7684\u9a57\u8b49\u670d\u52d9\u900f\u904e\u6bd4\u8f03\u60a8\u62cd\u651d\u7684\u7167\u7247\u53ca\u60a8ID\u4e0a\u7684\u7167\u7247\u4f86\u78ba\u8a8d\u60a8\u7684\u8eab\u5206\u3002",
|
||||
"Assign students to cohorts by uploading a CSV file.": "\u4e0a\u50b3\u4e00\u500b CSV\u6a94\u6848\u4f86\u5206\u914d\u5b78\u751f\u5230\u5b78\u7fd2\u5925\u4f34\u7fa4\u7d44\u3002",
|
||||
"Automatic": "\u81ea\u52d5",
|
||||
"Available %s": "Available %s",
|
||||
"Back to sign in": "\u8fd4\u56de\u767b\u5165\u9801\u9762",
|
||||
"Back to {platform} FAQs": "\u56de\u5230 {platform} FAQs",
|
||||
"Basic": "\u57fa\u672c",
|
||||
@@ -160,23 +155,17 @@
|
||||
"Checkout": "\u7d50\u5e33",
|
||||
"Checkout with PayPal": "\u7528PayPal\u7d50\u5e33",
|
||||
"Checkout with {processor}": "\u4ee5 {processor} \u7d50\u5e33",
|
||||
"Choose": "Choose",
|
||||
"Choose File": "\u9078\u64c7\u6a94\u6848",
|
||||
"Choose One": "\u8acb\u9078\u64c7",
|
||||
"Choose a .csv file": "\u9078\u64c7\u4e00\u500b.csv\u6a94\u6848",
|
||||
"Choose a content group to associate": "\u9078\u64c7\u4e00\u500b\u6709\u95dc\u806f\u7684\u5167\u5bb9\u7fa4\u7d44",
|
||||
"Choose a time": "Choose a time",
|
||||
"Choose all": "Choose all",
|
||||
"Choose one": "\u8acb\u9078\u64c7",
|
||||
"Choose your institution from the list below:": "\u5f9e\u4e0b\u9762\u7684\u5217\u8868\u4e2d\u9078\u64c7\u60a8\u7684\u6a5f\u69cb\uff1a",
|
||||
"Chosen %s": "Chosen %s",
|
||||
"Clear All": "\u6e05\u9664\u5168\u90e8",
|
||||
"Clear search": "\u6e05\u9664\u641c\u5c0b",
|
||||
"Clear search results": "\u6e05\u9664\u641c\u5c0b\u7d50\u679c",
|
||||
"Click to change": "\u9ede\u64ca\u4ee5\u8b8a\u66f4",
|
||||
"Click to choose all %s at once.": "Click to choose all %s at once.",
|
||||
"Click to edit": "\u9ede\u64ca\u4ee5\u7de8\u8f2f",
|
||||
"Click to remove all chosen %s at once.": "Click to remove all chosen %s at once.",
|
||||
"Close": "\u95dc\u9589",
|
||||
"Code": "\u4ee3\u78bc",
|
||||
"Code Sample (Ctrl+K)": "\u4ee3\u78bc\u793a\u4f8b (Ctrl+K)",
|
||||
@@ -325,7 +314,6 @@
|
||||
"File types can not be empty.": "\u6a94\u6848\u985e\u578b\u4e0d\u53ef\u7a7a\u767d\u3002",
|
||||
"File {filename} exceeds maximum size of {maxFileSizeInMBs} MB": "\u6a94\u6848{filename}\u8d85\u904e{maxFileSizeInMBs} MB\u7684\u6700\u5927\u5bb9\u91cf",
|
||||
"Files must be in JPEG or PNG format.": "\u6a94\u6848\u5fc5\u9808\u662fJPEG\u6216\u8005PNG\u683c\u5f0f",
|
||||
"Filter": "Filter",
|
||||
"Filter and sort topics": "\u7be9\u9078\u548c\u6392\u5e8f\u8b70\u984c",
|
||||
"Financial Assistance": "\u7d93\u6fdf\u8cc7\u52a9",
|
||||
"Financial Assistance Application": "\u7d93\u6fdf\u63f4\u52a9\u7533\u8acb",
|
||||
@@ -352,7 +340,6 @@
|
||||
"Heading": "\u6a19\u984c",
|
||||
"Heading (Ctrl+H)": "\u6a19\u984c (Ctrl+H)",
|
||||
"Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.": "\u900f\u904e\u70ba\u4f60\u5011\u5718\u968a\u660e\u78ba\u4ecb\u7d39\u7279\u8272\uff0c\u6709\u5229\u65bc\u5176\u4ed6\u5b78\u7fd2\u8005\u6c7a\u5b9a\u662f\u5426\u52a0\u5165\u4f60\u7684\u5718\u968a\u3002\u8acb\u614e\u91cd\u9078\u64c7\uff0c\u56e0\u70ba\u5982\u679c\u904e\u65bc\u56b4\u683c\uff0c\u5c07\u5c0e\u81f4\u6709\u8208\u8da3\u52a0\u5165\u4f60\u5718\u968a\u7684\u4eba\u8b8a\u5c11\u3002",
|
||||
"Hide": "Hide",
|
||||
"Hide Deprecated Settings": "\u96b1\u85cf\u68c4\u7528\u7684\u8a2d\u5b9a",
|
||||
"Hide Discussion": "\u96b1\u85cf\u8a0e\u8ad6",
|
||||
"Hide content after due date": "\u5728\u622a\u6b62\u65e5\u671f\u904e\u5f8c\u96b1\u85cf\u5167\u5bb9",
|
||||
@@ -440,7 +427,6 @@
|
||||
"Max file size exceeded": "\u8d85\u904e\u6700\u5927\u6a94\u6848\u5bb9\u91cf",
|
||||
"Membership": "\u6703\u54e1",
|
||||
"Message:": "\u8a0a\u606f\uff1a",
|
||||
"Midnight": "Midnight",
|
||||
"Module state successfully deleted.": "\u6210\u529f\u522a\u9664\u6a21\u584a\u72c0\u614b\u3002",
|
||||
"More": "\u66f4\u591a",
|
||||
"My Orders": "\u6211\u7684\u8a02\u55ae",
|
||||
@@ -460,7 +446,6 @@
|
||||
"No results": "\u67e5\u7121\u7d50\u679c",
|
||||
"No results found for \"%(query_string)s\". Please try searching again.": "\u6c92\u6709\u627e\u5230 \"%(query_string)s\" \u7684\u7d50\u679c\u3002\u8acb\u518d\u5617\u8a66\u641c\u5c0b\u3002",
|
||||
"No tasks currently running.": "\u672a\u6709\u4efb\u52d9\u5728\u9032\u884c\u4e2d\u3002",
|
||||
"Noon": "Noon",
|
||||
"Not Currently Available": "\u76ee\u524d\u4e0d\u53ef\u7528",
|
||||
"Not Selected": "\u672a\u9078\u53d6",
|
||||
"Not Supported": "\u4e0d\u652f\u63f4",
|
||||
@@ -473,7 +458,6 @@
|
||||
"Notes": "\u7b46\u8a18",
|
||||
"Notes hidden": "\u96b1\u85cf\u7b46\u8a18",
|
||||
"Notes visible": "\u7b46\u8a18\u53ef\u898b",
|
||||
"Now": "Now",
|
||||
"Number Sent": "\u5bc4\u9001\u6578\u91cf",
|
||||
"Number of Students": "\u5b78\u751f\u6578\u91cf",
|
||||
"Numbered List (Ctrl+O)": "\u7de8\u865f\u5217\u8868 (Ctrl+O)",
|
||||
@@ -548,7 +532,6 @@
|
||||
"Register with Institution/Campus Credentials": "\u4f7f\u7528\u6a5f\u69cb/\u5b78\u6821\u8a3b\u518a",
|
||||
"Removal is in progress. To avoid errors, stay on this page until the process is complete.": "\u6b63\u5728\u79fb\u9664\u3002\u70ba\u4e86\u907f\u514d\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u505c\u7559\u5728\u6b64\u9801\u9762\u76f4\u5230\u79fb\u9664\u5b8c\u7562\u3002",
|
||||
"Remove": "\u79fb\u9664",
|
||||
"Remove all": "Remove all",
|
||||
"Remove chapter %(chapterDisplayName)s": "\u522a\u9664\u7ae0 %(chapterDisplayName)s",
|
||||
"Remove from Invalidation Table": "\u5f9e\u4f5c\u5ee2\u8868\u4e2d\u79fb\u9664",
|
||||
"Remove from List": "\u5f9e\u6e05\u55ae\u79fb\u9664",
|
||||
@@ -598,7 +581,6 @@
|
||||
"Server Error, Please refresh the page and try again.": "\u4f3a\u670d\u5668\u932f\u8aa4\u3002\u8acb\u5237\u65b0\u9801\u9762\u4e26\u518d\u8a66\u4e00\u6b21\u3002",
|
||||
"Set up your certificate": "\u5efa\u7acb\u60a8\u7684\u8b49\u66f8\u3002",
|
||||
"Settings": "\u8a2d\u5b9a",
|
||||
"Show": "Show",
|
||||
"Show Deprecated Settings": "\u986f\u793a\u68c4\u7528\u7684\u8a2d\u5b9a",
|
||||
"Show Discussion": "\u986f\u793a\u8a0e\u8ad6",
|
||||
"Show entire subsection": "\u5c55\u793a\u6240\u6709\u7684\u5c0f\u7bc0",
|
||||
@@ -743,8 +725,6 @@
|
||||
"This course uses automatic cohorting for verified track learners. You cannot disable cohorts, and you cannot rename the manual cohort named '{verifiedCohortName}'. To change the configuration for verified track cohorts, contact your edX partner manager.": "\u9019\u9580\u8ab2\u7a0b\u63a1\u7528\u81ea\u52d5\u70ba\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5b78\u7fd2\u8005\u5206\u968a\u7684\u529f\u80fd\u3002\u60a8\u7121\u6cd5\u505c\u7528\u5206\u968a\uff0c\u4e5f\u7121\u6cd5\u5c07\u540d\u70ba '{verifiedCohortName}' \u7684\u624b\u52d5\u5206\u968a\u7d50\u679c\u91cd\u65b0\u547d\u540d\u3002\u82e5\u8981\u8b8a\u66f4\u5df2\u78ba\u8a8d\u8ffd\u8e64\u5206\u968a\u7684\u8a2d\u5b9a\uff0c\u8acb\u548c edX \u5925\u4f34\u7d93\u7406\u9023\u7d61\u3002",
|
||||
"This feedback could not be submitted.": "\u9019\u689d\u53cd\u994b\u610f\u898b\u7121\u6cd5\u63d0\u4ea4\u3002",
|
||||
"This image is for decorative purposes only and does not require a description.": "\u6b64\u5716\u7247\u50c5\u4f5c\u70ba\u8f14\u52a9\u7684\u7528\u9014\u4e26\u4e0d\u9700\u8981\u63cf\u8ff0\u3002",
|
||||
"This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.": "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes.",
|
||||
"This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.": "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes.",
|
||||
"This learner will be removed from the team, allowing another learner to take the available spot.": "\u6b64\u6210\u54e1\u5c07\u88ab\u79fb\u9664\uff0c\u91cb\u51fa\u540d\u984d\u5f8c\u5176\u4ed6\u6210\u54e1\u53ef\u52a0\u5165\u3002",
|
||||
"This page contains information about orders that you have placed with {platform_name}.": "\u6b64\u9801\u5305\u542b\u60a8\u900f\u904e{platform_name}\u767c\u51fa\u7684\u8a02\u55ae\u7684\u76f8\u95dc\u8a0a\u606f\u3002",
|
||||
"This problem could not be saved.": "\u6b64\u554f\u984c\u7121\u6cd5\u5132\u5b58\u3002",
|
||||
@@ -766,16 +746,13 @@
|
||||
"To receive credit for problems, you must select \"Submit\" for each problem before you select \"End My Exam\".": "\u5982\u6536\u5230\u4fe1\u7528\u7684\u554f\u984c\uff0c\u5728\u60a8\u9078\u64c7\"\u7d50\u675f\u6211\u7684\u6e2c\u9a57\"\u4e4b\u524d\uff0c\u60a8\u5fc5\u9808\u70ba\u6bcf\u500b\u554f\u984c\u9ede\u64ca\"\u63d0\u4ea4\"\u6309\u9215\u3002",
|
||||
"To take a successful photo, make sure that:": "\u70ba\u4e86\u6210\u529f\u5730\u62cd\u651d\u7167\u7247\uff0c\u8acb\u78ba\u4fdd\uff1a",
|
||||
"To verify your identity, you need a webcam and a government-issued photo ID.": "\u70ba\u4e86\u9a57\u8b49\u4f60\u7684\u8eab\u5206\uff0c\u4f60\u5fc5\u9808\u8981\u6709\u4e00\u500b\u651d\u5f71\u93e1\u982d\u548c\u4e00\u5f35\u8b49\u4ef6\u7684\u7167\u7247\u3002",
|
||||
"Today": "Today",
|
||||
"Toggle Notifications Setting": "\u5207\u63db\u901a\u77e5\u8a2d\u5b9a",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Topic": "\u4e3b\u984c",
|
||||
"Topics": "\u4e3b\u984c",
|
||||
"Total": "\u7e3d\u6578",
|
||||
"Try the transaction again in a few minutes.": "\u8acb\u7b49\u5f85\u5e7e\u5206\u9418\u5f8c\u518d\u5617\u8a66\u3002",
|
||||
"Type": "\u985e\u578b",
|
||||
"Type in a URL or use the \"Choose File\" button to upload a file from your machine. (e.g. 'http://example.com/img/clouds.jpg')": "\u8f38\u5165\u4e00\u500b\u7db2\u5740\uff0c\u6216\u6309\u4e0b\u201c\u9078\u64c7\u6587\u4ef6\u201d\u7684\u6309\u9215\u4f86\u4e0a\u50b3\u6587\u4ef6\u3002(\u4f8b\u5982'http://example.com/img/clouds.jpg')",
|
||||
"Type into this box to filter down the list of available %s.": "Type into this box to filter down the list of available %s.",
|
||||
"URL": "\u7db2\u5740",
|
||||
"Unable to load": "\u7121\u6cd5\u8f09\u5165",
|
||||
"Undo (Ctrl+Z)": "\u5fa9\u539f (Ctrl+Z)",
|
||||
@@ -856,7 +833,6 @@
|
||||
"Would you like to sign in using your %(providerName)s credentials?": "\u4f60\u60f3\u8981\u4f7f\u7528\u4f60\u7684%(providerName)s \u8cc7\u683c\u767b\u5165\u55ce\uff1f",
|
||||
"Year of Birth": "\u51fa\u751f\u5e74\u4efd",
|
||||
"Yes, allow edits to the active Certificate": "\u662f\u7684\uff0c\u5141\u8a31\u7de8\u8f2f\u6b64\u8b49\u66f8\u3002",
|
||||
"Yesterday": "Yesterday",
|
||||
"You already belong to another team.": "\u4f60\u5df2\u7d93\u5c6c\u65bc\u53e6\u4e00\u500b\u5718\u968a\u3002",
|
||||
"You are a member of this team.": "\u60a8\u73fe\u5728\u662f\u9019\u500b\u5718\u968a\u7684\u4e00\u54e1\u4e86\u3002",
|
||||
"You are currently sharing a limited profile.": "\u60a8\u76ee\u524d\u5206\u4eab\u9650\u5b9a\u7684\u500b\u4eba\u6a94\u6848\u3002",
|
||||
@@ -883,9 +859,6 @@
|
||||
"You have not created any certificates yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u8b49\u66f8\u3002",
|
||||
"You have not created any content groups yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u5167\u5bb9\u7fa4\u7d44\u3002",
|
||||
"You have not created any group configurations yet.": "\u60a8\u5c1a\u672a\u5275\u5efa\u4efb\u4f55\u4e00\u500b\u7fa4\u7d44\u8a2d\u5b9a\u3002",
|
||||
"You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.": "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button.",
|
||||
"You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.": "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action.",
|
||||
"You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.": "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.",
|
||||
"You must enter a valid email address in order to add a new team member": "\u60a8\u5fc5\u9808\u8f38\u5165\u4e00\u500b\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u4f86\u65b0\u589e\u4e00\u4f4d\u65b0\u7684\u5718\u968a\u6210\u54e1\u3002",
|
||||
"You must provide a learner name.": "\u4f60\u5fc5\u9808\u63d0\u4f9b\u4e00\u500b\u5b78\u7fd2\u8005\u5168\u540d",
|
||||
"You must sign out and sign back in before your language changes take effect.": "\u5728\u60a8\u7684\u8a9e\u8a00\u66f4\u6539\u751f\u6548\u524d\uff0c\u60a8\u5fc5\u9808\u767b\u51fa\u518d\u91cd\u65b0\u767b\u5165\u3002",
|
||||
|
||||
Reference in New Issue
Block a user