Skip to content

Commit

Permalink
updated messages
Browse files Browse the repository at this point in the history
  • Loading branch information
andywar65 committed Nov 21, 2022
1 parent 5fc5f1f commit 496b591
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 23 deletions.
Binary file modified locale/it/LC_MESSAGES/django.mo
Binary file not shown.
60 changes: 40 additions & 20 deletions locale/it/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-21 12:58+0100\n"
"PO-Revision-Date: 2022-11-21 13:02+0100\n"
"POT-Creation-Date: 2022-11-21 18:59+0100\n"
"PO-Revision-Date: 2022-11-21 19:02+0100\n"
"Last-Translator: andywar65 <[email protected]>\n"
"Language-Team: \n"
"Language: it\n"
Expand Down Expand Up @@ -167,6 +167,7 @@ msgid "Are you sure you want to delete this layer / block?"
msgstr "Sei sicuro di voler eliminare questo livello / blocco?"

#: .\djeocad\templates\djeocad\includes\drawing_create.html:19
#: .\djeocad\templates\djeocad\includes\layer_create.html:18
msgid "Add"
msgstr "Aggiungi"

Expand All @@ -175,67 +176,86 @@ msgid "Update drawing"
msgstr "Aggiorna il disegno"

#: .\djeocad\templates\djeocad\includes\drawing_update.html:24
#: .\djeocad\templates\djeocad\includes\layer_update.html:19
#: .\djeocad\templates\djeocad\includes\layer_update.html:18
msgid "Update"
msgstr "Aggiorna"

#: .\djeocad\templates\djeocad\includes\drawing_update.html:27
#: .\djeocad\templates\djeocad\includes\layer_update.html:23
msgid "Cancel"
#: .\djeocad\templates\djeocad\includes\layer_create.html:22
#: .\djeocad\templates\djeocad\includes\layer_update.html:22
msgid "Discard"
msgstr "Annulla"

#: .\djeocad\templates\djeocad\includes\drawing_update.html:33
msgid "Layers / Blocks"
msgstr "Livelli / Blocchi"

#: .\djeocad\templates\djeocad\includes\layer_update.html:10
#: .\djeocad\templates\djeocad\includes\drawing_update.html:39
msgid "No layers yet"
msgstr "Ancora nessun livello"

#: .\djeocad\templates\djeocad\includes\drawing_update.html:43
msgid "Add layer"
msgstr "Aggiungi livello"

#: .\djeocad\templates\djeocad\includes\layer_create.html:9
msgid "Create layer"
msgstr "Crea livello"

#: .\djeocad\templates\djeocad\includes\layer_update.html:9
msgid "Update layer"
msgstr "Aggiorna livello"

#: .\djeocad\urls.py:19
#: .\djeocad\urls.py:20
msgid "author/<username>/"
msgstr "autore/<username>/"

#: .\djeocad\urls.py:21
#: .\djeocad\urls.py:22
msgid "author/<username>/drawing/<pk>/"
msgstr "autore/<username>/disegno/<pk>/"

#: .\djeocad\urls.py:26
#: .\djeocad\urls.py:27
msgid "author/<username>/drawing/add/"
msgstr "autore/<username>/disegno/aggiungi/"

#: .\djeocad\urls.py:31
#: .\djeocad\urls.py:32
msgid "author/<username>/drawing/<pk>/update/"
msgstr "autore/<username>/disegno/<pk>/aggiorna/"

#: .\djeocad\urls.py:36
#: .\djeocad\urls.py:37
msgid "author/<username>/drawing/<pk>/delete/"
msgstr "autore/<username>/disegno/<pk>/elimina/"

#: .\djeocad\urls.py:41
#: .\djeocad\urls.py:42
msgid "author/<username>/drawing/<pk>/layer-add/"
msgstr "autore/<username>/disegno/<pk>/aggiungi-livello/"

#: .\djeocad\urls.py:47
msgid "author/<username>/layer/<pk>/update/"
msgstr "autore/<username>/livello/<pk>/aggiorna/"

#: .\djeocad\urls.py:45
#: .\djeocad\urls.py:51
msgid "drawing/<pk>/download/"
msgstr "disegno/<pk>/download/"

#: .\djeocad\views.py:111 .\djeocad\views.py:171
#: .\djeocad\views.py:111
msgid "Drawing does not belong to User"
msgstr "Il disegno non appartiene all'utente"

#: .\djeocad\views.py:190 .\djeocad\views.py:244
#: .\djeocad\views.py:185 .\djeocad\views.py:280
msgid "Request without HTMX headers"
msgstr ""

#: .\djeocad\views.py:220
msgid "Layer does not belong to User"
msgstr "Il livello non appartiene all'utente"

#: .\djeocad\views.py:248
#: .\djeocad\views.py:284
#, python-format
msgid "Layer \"%s\" deleted"
msgstr "Livello \"%s\" eliminato"

#~ msgid "Cancel"
#~ msgstr "Annulla"

#~ msgid "Layer does not belong to User"
#~ msgstr "Il livello non appartiene all'utente"

#~ msgid "Elements"
#~ msgstr "Elementi"
2 changes: 1 addition & 1 deletion templates/djeocad/includes/drawing_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4 class="card-title">
value="{% trans 'Update' %}" />
<a class="btn btn-secondary"
href="{% url 'djeocad:drawing_detail' username=object.user.username pk=object.id %}">
{% trans "Cancel" %}
{% trans "Discard" %}
</a>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/djeocad/includes/layer_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4 class="card-title">
<a class="btn btn-secondary"
href="{% url 'djeocad:drawing_update' username=drawing.user.username pk=drawing.id %}"
>
{% trans "Cancel" %}
{% trans "Discard" %}
</a>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/djeocad/includes/layer_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4 class="card-title">
<a class="btn btn-secondary"
href="{% url 'djeocad:drawing_update' username=object.drawing.user.username pk=object.drawing.id %}"
>
{% trans "Cancel" %}
{% trans "Discard" %}
</a>
</form>
</div>
Expand Down

0 comments on commit 496b591

Please sign in to comment.