Skip to content

Commit

Permalink
Merge pull request openedx#460 from eduNEXT/leo/lang-1
Browse files Browse the repository at this point in the history
Adding new translations to edunext-platform
  • Loading branch information
vad33r authored Nov 25, 2020
2 parents 31840a0 + d842ac1 commit 640122f
Show file tree
Hide file tree
Showing 137 changed files with 199,806 additions and 82,526 deletions.
1,096 changes: 988 additions & 108 deletions cms/static/js/i18n/ar/djangojs.js

Large diffs are not rendered by default.

698 changes: 697 additions & 1 deletion cms/static/js/i18n/da/djangojs.js

Large diffs are not rendered by default.

157 changes: 127 additions & 30 deletions cms/static/js/i18n/de-de/djangojs.js

Large diffs are not rendered by default.

1,059 changes: 1,018 additions & 41 deletions cms/static/js/i18n/el/djangojs.js

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions cms/static/js/i18n/en@lolcat/djangojs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
36 changes: 0 additions & 36 deletions cms/static/js/i18n/en@pirate/djangojs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading

0 comments on commit 640122f

Please sign in to comment.