generated from MinBZK/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bbb4af
commit 1553757
Showing
13 changed files
with
285 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 0001-01-01 00:00+0000\n" | ||
"PO-Revision-Date: 0001-01-01 00:00+0000\n" | ||
"POT-Creation-Date: 2024-11-11 13:37+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.15.0\n" | ||
"Generated-By: Babel 2.16.0\n" | ||
|
||
#: amt/api/ai_act_profile.py:24 | ||
msgid "Type" | ||
|
@@ -324,10 +324,10 @@ msgid "Reviewing" | |
msgstr "" | ||
|
||
#: amt/site/templates/macros/tasks.html.j2:32 | ||
#: amt/site/templates/projects/details_base.html.j2:29 | ||
#: amt/site/templates/projects/details_base.html.j2:55 | ||
#: amt/site/templates/projects/details_base.html.j2:84 | ||
#: amt/site/templates/projects/details_base.html.j2:107 | ||
#: amt/site/templates/projects/details_base.html.j2:74 | ||
#: amt/site/templates/projects/details_base.html.j2:100 | ||
#: amt/site/templates/projects/details_base.html.j2:129 | ||
#: amt/site/templates/projects/details_base.html.j2:152 | ||
msgid "Done" | ||
msgstr "" | ||
|
||
|
@@ -499,28 +499,56 @@ msgstr "" | |
msgid "Select group by" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:19 | ||
msgid "Delete algoritmic system" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:26 | ||
msgid "Are you sure you want to delete your algoritmic system " | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:30 | ||
msgid "" | ||
"Data will be stored for at least 45 days before permanent\n" | ||
" deletion." | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:39 | ||
#: amt/site/templates/projects/new.html.j2:132 | ||
msgid "Yes" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:44 | ||
#: amt/site/templates/projects/new.html.j2:142 | ||
msgid "No" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:57 | ||
msgid "Delete algorithm system" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:71 | ||
msgid "Does the algorithm meet the requirements?" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:51 | ||
#: amt/site/templates/projects/details_base.html.j2:105 | ||
#: amt/site/templates/projects/details_base.html.j2:96 | ||
#: amt/site/templates/projects/details_base.html.j2:150 | ||
msgid "To do" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:53 | ||
#: amt/site/templates/projects/details_base.html.j2:98 | ||
msgid "In progress" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:70 | ||
#: amt/site/templates/projects/details_base.html.j2:115 | ||
msgid "Go to all requirements" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:81 | ||
#: amt/site/templates/projects/details_base.html.j2:126 | ||
msgid "Which instruments are executed?" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/details_base.html.j2:122 | ||
#: amt/site/templates/projects/details_base.html.j2:167 | ||
msgid "Go to all instruments" | ||
msgstr "" | ||
|
||
|
@@ -684,14 +712,6 @@ msgstr "" | |
msgid "Find your AI Act profile" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/new.html.j2:132 | ||
msgid "Yes" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/new.html.j2:142 | ||
msgid "No" | ||
msgstr "" | ||
|
||
#: amt/site/templates/projects/new.html.j2:151 | ||
msgid "" | ||
"Overview of instruments for the responsible development, deployment, " | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
amt/migrations/versions/6581a03aabec_add_deleted_at_to_project.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
"""add deleted_at to project | ||
Revision ID: 6581a03aabec | ||
Revises: 7f20f8562007 | ||
Create Date: 2024-11-01 10:29:58.930558 | ||
""" | ||
|
||
from collections.abc import Sequence | ||
|
||
import sqlalchemy as sa | ||
from alembic import op | ||
from sqlalchemy.dialects import sqlite | ||
|
||
# revision identifiers, used by Alembic. | ||
revision: str = "6581a03aabec" | ||
down_revision: str | None = "7f20f8562007" | ||
branch_labels: str | Sequence[str] | None = None | ||
depends_on: str | Sequence[str] | None = None | ||
|
||
|
||
def upgrade() -> None: | ||
op.add_column("project", sa.Column("deleted_at", sa.DateTime(), nullable=True)) | ||
|
||
|
||
def downgrade() -> None: | ||
op.drop_column("project", "deleted_at") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.