Skip to content

Commit

Permalink
Update texts to the new identity
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Apr 1, 2023
1 parent 6892f9b commit 0a1f400
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ distruse, 23 de unităţi spitaliceşti distruse parţial, iar 9 avariate, dar f
de optimistă.

Ce putem face pentru a deveni mai puțin vulnerabili? Să știm totul despre oraș, despre clădirile în care locuim astfel
încât să putem cere consolidarea lor. Bulina Roșie nu este doar "un nou site de informare", ci o platformă care
încât să putem cere consolidarea lor. Acasă în Siguranță nu este doar "un nou site de informare", ci o platformă care
colectează și validează apoi cu experți date despre clădirile din România, la nivel național, ajută asociațiile de
proprietari să își consolideze clădirile, te ține la curent cu legislația și ți-o explică și are grijă să ai la îndemână
informații utile la orice moment.
Expand All @@ -58,7 +58,7 @@ would be partially destroyed, and 9 would be damaged, though still functional. A
quite optimistic.

What can we do to become less vulnerable? Find out everything about the city, about the buildings in which we live so
that we can ask for their consolidation. Bulina Roșie is not just "a new information site", but a platform that collects
that we can ask for their consolidation. Home Safe is not just "a new information site", but a platform that collects
and then validates with the help of experts data about the buildings in Romania, at a national level, it helps owners
associations to consolidate their buildings, it keeps you in touch with the current legislation and explains it to you,
and it makes sure that you have useful information at your disposal at all times.
Expand Down
8 changes: 4 additions & 4 deletions api/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-14 13:52+0300\n"
"POT-Creation-Date: 2023-04-01 10:54+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -658,10 +658,10 @@ msgstr ""
msgid "English"
msgstr ""

#: seismic_site/settings/base.py:298
msgid "Bulina Roșie Admin"
#: seismic_site/settings/base.py:297
msgid "Acasă în Siguranță"
msgstr ""

#: seismic_site/settings/base.py:300
#: seismic_site/settings/base.py:299
msgid "Bulina Roșie"
msgstr ""
10 changes: 5 additions & 5 deletions api/locale/ro/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-14 13:52+0300\n"
"POT-Creation-Date: 2023-04-01 10:54+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -670,11 +670,11 @@ msgstr "Română"
msgid "English"
msgstr "Engleză"

#: seismic_site/settings/base.py:298
msgid "Bulina Roșie Admin"
msgstr "Bulina Roșie Admin"
#: seismic_site/settings/base.py:297
msgid "Acasă în Siguranță"
msgstr "Acasă în Siguranță"

#: seismic_site/settings/base.py:300
#: seismic_site/settings/base.py:299
msgid "Bulina Roșie"
msgstr "Bulina Roșie"

Expand Down
2 changes: 1 addition & 1 deletion api/seismic_site/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@

JAZZMIN_SETTINGS: Dict[str, Any] = {
# title of the window
"site_title": _("Bulina Roșie Admin"),
"site_title": _("Acasă în Siguranță"),
# Title on the brand, and the login screen (19 chars max)
"site_header": _("Bulina Roșie"),
# square logo to use for your site, must be present in static files, used for favicon and brand on top left
Expand Down
2 changes: 1 addition & 1 deletion api/seismic_site/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from buildings.views import BuildingViewSet, ProximalUtilitiesViewSet, WorkPerformedViewSet, statistics
from pages.views import PagesViewSet

admin_site_string = "Bulina Roșie Admin"
admin_site_string = "Acasă în Siguranță"
admin.site.site_title = admin_site_string
admin.site.site_header = admin_site_string
admin.site.index_title = admin_site_string
Expand Down

0 comments on commit 0a1f400

Please sign in to comment.