Skip to content

Commit

Permalink
Deploying to gh-pages from @ 25ec4e6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
luth1um committed Sep 3, 2024
1 parent ccd53c6 commit 6a544e2
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 135 deletions.
134 changes: 0 additions & 134 deletions assets/index-1QYX0ax7.js

This file was deleted.

134 changes: 134 additions & 0 deletions assets/index-TDfvff1G.js

Large diffs are not rendered by default.

Binary file added assets/timed_automata_analyzer_bg-Do-yyFjO.wasm
Binary file not shown.
Binary file removed assets/timed_automata_analyzer_bg-La1nU_Yn.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/timed-automata-analysis/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TA Analysis</title>
<script type="module" crossorigin src="/timed-automata-analysis/assets/index-1QYX0ax7.js"></script>
<script type="module" crossorigin src="/timed-automata-analysis/assets/index-TDfvff1G.js"></script>
<link rel="stylesheet" crossorigin href="/timed-automata-analysis/assets/index-53nMlWTL.css">
</head>
<body>
Expand Down
5 changes: 5 additions & 0 deletions locales/de/translation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"app.title": "Analyse von Timed Automata",
"manipulation.button.reachability": "Erreichbarkeit",
"manipulation.button.reset": "TA zurücksetzen",
"manipulation.table.showContent": "{{content}} ausklappen",
"manipulation.table.hideContent": "{{content}} einklappen",
"manipulation.table.addElement": "{{content}} hinzufügen",
Expand All @@ -21,6 +22,10 @@
"analysisDialog.analysis.resultSomeUnreachable": "Die folgenden Orte sind unerreichbar:",
"analysisDialog.button.close": "Schließen",
"analysisDialog.button.analyze": "Starten",
"resetDialog.title": "Zurücksetzen bestätigen",
"resetDialog.contentText": "Bist du sicher, dass du den TA zurücksetzen möchtest? Alle Änderungen gehen dabei verloren.",
"resetDialog.button.cancel": "Abbrechen",
"resetDialog.button.reset": "Zurücksetzen",
"locDialog.errorNameEmpty": "Name darf nicht leer sein",
"locDialog.errorNameExists": "Name wird bereits verwendet",
"locDialog.editLoc": "Ort bearbeiten",
Expand Down
5 changes: 5 additions & 0 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"app.title": "Timed-Automata Analysis",
"manipulation.button.reachability": "Reachability",
"manipulation.button.reset": "Reset TA",
"manipulation.table.showContent": "Show {{content}}",
"manipulation.table.hideContent": "Hide {{content}}",
"manipulation.table.addElement": "Add {{content}}",
Expand All @@ -21,6 +22,10 @@
"analysisDialog.analysis.resultSomeUnreachable": "The following locations are unreachable:",
"analysisDialog.button.close": "Close",
"analysisDialog.button.analyze": "Analyze",
"resetDialog.title": "Confirm Reset",
"resetDialog.contentText": "Are you sure that you want to reset the TA? All changes will be lost.",
"resetDialog.button.cancel": "Cancel",
"resetDialog.button.reset": "Reset",
"locDialog.errorNameEmpty": "Name cannot be empty",
"locDialog.errorNameExists": "Name already exists",
"locDialog.editLoc": "Edit Location",
Expand Down

0 comments on commit 6a544e2

Please sign in to comment.