Skip to content

Commit

Permalink
expand translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
open-risk committed Oct 14, 2024
1 parent f46e5e8 commit 579ae61
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
41 changes: 21 additions & 20 deletions locale/el/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,71 +20,71 @@ msgstr ""

#: build/lib/equinox/settings.py:153 equinox/settings.py:153
msgid "Dutch"
msgstr ""
msgstr "Ολλανδικά"

#: build/lib/equinox/settings.py:154 equinox/settings.py:154
msgid "English"
msgstr ""
msgstr "Αγγλικά"

#: build/lib/equinox/settings.py:155 equinox/settings.py:155
msgid "Spanish"
msgstr ""
msgstr "Ισπανικά"

#: build/lib/equinox/settings.py:156 equinox/settings.py:156
msgid "Greek"
msgstr ""
msgstr "Ελληνικά"

#: portfolio/Loan.py:329
msgid "Loan"
msgstr ""
msgstr "Δάνειο"

#: portfolio/Loan.py:330
msgid "Loans"
msgstr ""
msgstr "Δάνεια"

#: portfolio/apps.py:31
msgid "Portfolio"
msgstr ""
msgstr "Χαρτοφυλάκιο"

#: reference/apps.py:33
msgid "Reference"
msgstr ""
msgstr "Παραπομπές"

#: results_explorer/apps.py:32
msgid "Reporting"
msgstr ""
msgstr "Αναφορές"

#: risk_analysis/apps.py:32
msgid "Risk Analysis"
msgstr ""
msgstr "Ανάλυση Ρίσκου"

#: start/apps.py:31
msgid "Starting Page"
msgstr ""
msgstr "Σελίδα Εκκινησης"

#: start/templates/start/base.html:93
msgid "Search"
msgstr ""
msgstr "Ψάξιμο"

#: start/templates/start/base.html:153
msgid "Account"
msgstr ""
msgstr "Λογαριασμός"

#: start/templates/start/base.html:156
msgid "Change password"
msgstr ""
msgstr "Άλλαξε Σύνθημα"

#: start/templates/start/base.html:160
msgid "Log out"
msgstr ""
msgstr "Αποσύνδεση"

#: start/templates/start/base.html:171
msgid "See Profile"
msgstr ""
msgstr "Δες το Προφίλ"

#: start/templates/start/base.html:212
msgid "Dashboard"
msgstr ""
msgstr "Επιφάνεια Εργασίας"

#: start/templates/start/base.html:325
msgid "Jazzmin version"
Expand All @@ -108,14 +108,15 @@ msgstr ""

#: start/templates/start/base.html:352
msgid "Close"
msgstr ""
msgstr "Κλείσιμο"

#: start/templates/start/front.html:19
msgid ""
"Equinox is an open source platform that supports the holistic risk "
"management of sustainable finance projects"
msgstr ""
msgstr "Το Equιnox είναι μια πλατφόρμα ανοιχτού λογισμικού που υποστηρίζει"
"την ολιστική διαχείριση προτζεκτ βιωσιμης χρηματοδότησης"

#: start/templates/start/front.html:31
msgid "Welcome to Equinox"
msgstr ""
msgstr "Καλώς ήρθατε στο Equinox"
2 changes: 1 addition & 1 deletion locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GENERAL TRANSLATIONS
# Copyright (C) 2021 - 2022, Open Risk (www.openriskmanagement.com)
# Copyright (C) 2021 - 2024, Open Risk (www.openriskmanagement.com)
# This file is distributed under the same license as the equinox package.
#
#, fuzzy
Expand Down
1 change: 0 additions & 1 deletion policy/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from pathlib import Path

# Directories
#

EQUINOX_DIR = Path(__file__).resolve().parent.parent
DATA_PATH = os.path.join(EQUINOX_DIR, 'policy/fixtures/policy_data/')
Expand Down
2 changes: 2 additions & 0 deletions portfolio/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

from django.contrib.auth.decorators import login_required
from django.views.generic import ListView
from django.views.generic.base import TemplateView
Expand All @@ -36,6 +37,7 @@ def get_context_data(self, **kwargs):
context = super(ListView, self).get_context_data(**kwargs)
return context


class AssetMapView(TemplateView):
"""Asset Markers Map view."""

Expand Down

0 comments on commit 579ae61

Please sign in to comment.