Skip to content

Commit

Permalink
MCKIN-24633 master PR for portuguese translation isssue (#302)
Browse files Browse the repository at this point in the history
MCKIN-24633 PR for Portuguese translation issue
  • Loading branch information
mudassir-hafeez committed Sep 22, 2020
1 parent 85c1c17 commit 264be99
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
66 changes: 33 additions & 33 deletions problem_builder/public/js/translations/pt_BR/textjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
django.catalog = django.catalog || {};

var newcatalog = {
"All": "Tudo",
"Data export failed. Reason: <%= error %>": "Falha na exporta\u00e7\u00e3o de dados. Motivo: <%= error %>",
"All": "Tudo",
"Data export failed. Reason: <%= error %>": "Falha na exporta\u00e7\u00e3o de dados. Motivo: <%= error %>",
"Results retrieved on <%= creation_time %> (<%= seconds %> second).": [
"Resultados recuperados em <%= creation_time %> (<%= segundos %> segundo).",
"Resultados recuperados em <%= creation_time %> (<%= segundos %> segundos)."
],
"Resultados recuperados em <%= creation_time %> (<%= seconds %> segundo).",
"Resultados recuperados em <%= creation_time %> (<%= seconds %> segundos)."
],
"The report is currently being generated\u2026": "O relat\u00f3rio est\u00e1 sendo gerado..."
};
for (var key in newcatalog) {
Expand Down Expand Up @@ -86,40 +86,40 @@
/* formatting library */

django.formats = {
"DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \u00e0\\s H:i",
"DATETIME_FORMAT": "j \\d\\e F \\d\\e Y \u00e0\\s H:i",
"DATETIME_INPUT_FORMATS": [
"%d/%m/%Y %H:%M:%S",
"%d/%m/%Y %H:%M:%S.%f",
"%d/%m/%Y %H:%M",
"%d/%m/%Y",
"%d/%m/%y %H:%M:%S",
"%d/%m/%y %H:%M:%S.%f",
"%d/%m/%y %H:%M",
"%d/%m/%y",
"%Y-%m-%d %H:%M:%S",
"%Y-%m-%d %H:%M:%S.%f",
"%Y-%m-%d %H:%M",
"%d/%m/%Y %H:%M:%S",
"%d/%m/%Y %H:%M:%S.%f",
"%d/%m/%Y %H:%M",
"%d/%m/%Y",
"%d/%m/%y %H:%M:%S",
"%d/%m/%y %H:%M:%S.%f",
"%d/%m/%y %H:%M",
"%d/%m/%y",
"%Y-%m-%d %H:%M:%S",
"%Y-%m-%d %H:%M:%S.%f",
"%Y-%m-%d %H:%M",
"%Y-%m-%d"
],
"DATE_FORMAT": "j \\d\\e F \\d\\e Y",
],
"DATE_FORMAT": "j \\d\\e F \\d\\e Y",
"DATE_INPUT_FORMATS": [
"%d/%m/%Y",
"%d/%m/%y",
"%d/%m/%Y",
"%d/%m/%y",
"%Y-%m-%d"
],
"DECIMAL_SEPARATOR": ",",
"FIRST_DAY_OF_WEEK": "0",
"MONTH_DAY_FORMAT": "j \\d\\e F",
"NUMBER_GROUPING": "3",
"SHORT_DATETIME_FORMAT": "d/m/Y H:i",
"SHORT_DATE_FORMAT": "d/m/Y",
"THOUSAND_SEPARATOR": ".",
"TIME_FORMAT": "H:i",
],
"DECIMAL_SEPARATOR": ",",
"FIRST_DAY_OF_WEEK": "0",
"MONTH_DAY_FORMAT": "j \\d\\e F",
"NUMBER_GROUPING": "3",
"SHORT_DATETIME_FORMAT": "d/m/Y H:i",
"SHORT_DATE_FORMAT": "d/m/Y",
"THOUSAND_SEPARATOR": ".",
"TIME_FORMAT": "H:i",
"TIME_INPUT_FORMATS": [
"%H:%M:%S",
"%H:%M:%S.%f",
"%H:%M:%S",
"%H:%M:%S.%f",
"%H:%M"
],
],
"YEAR_MONTH_FORMAT": "F \\d\\e Y"
};

Expand Down
Binary file modified problem_builder/translations/pt_BR/LC_MESSAGES/textjs.mo
Binary file not shown.
10 changes: 5 additions & 5 deletions problem_builder/translations/pt_BR/LC_MESSAGES/textjs.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
# Copyright (C) 2019 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
#
#
# #-#-#-#-# djangojs-partial.po (PACKAGE VERSION) #-#-#-#-#
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Matheus Gomes Correia, 2019
# Omar Al-Ithawi <i@omardo.com>, 2019
#
#
#, fuzzy
msgid ""
msgstr ""
Expand Down Expand Up @@ -50,9 +50,9 @@ msgid "Results retrieved on <%= creation_time %> (<%= seconds %> second)."
msgid_plural ""
"Results retrieved on <%= creation_time %> (<%= seconds %> seconds)."
msgstr[0] ""
"Resultados recuperados em <%= creation_time %> (<%= segundos %> segundo)."
"Resultados recuperados em <%= creation_time %> (<%= seconds %> segundo)."
msgstr[1] ""
"Resultados recuperados em <%= creation_time %> (<%= segundos %> segundos)."
"Resultados recuperados em <%= creation_time %> (<%= seconds %> segundos)."

#: public/js/instructor_tool.js:429
msgid "The report is currently being generated…"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Constants #########################################################

VERSION = '4.1.1'
VERSION = '4.1.2'

# Functions #########################################################

Expand Down

0 comments on commit 264be99

Please sign in to comment.