mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
add translation strings
This commit is contained in:
parent
9c38621c34
commit
70f8e64423
@ -84,7 +84,6 @@ public class LatexCreatorConstraints implements StepVisitor {
|
||||
result.add(generateMGU(constraintSets) + LATEX_NEW_LINE + generateFinalType());
|
||||
numberGenerator.push();
|
||||
});
|
||||
// todo add some helpful text for the user
|
||||
}
|
||||
if (FIRST_PREFIX.equals(prefix)) {
|
||||
result.replaceAll(content -> ALIGN_BEGIN + content + ALIGN_END);
|
||||
|
@ -21,6 +21,8 @@ root.addAssumption=Typannahme hinzufügen
|
||||
root.deleteAll=Alle löschen
|
||||
root.variable=Variable
|
||||
root.type=Typ
|
||||
root.title404=404 - Seite nicht gefunden
|
||||
root.message404=Versuche /infer/<term> oder gebe deinen Lieblingsterm in das Eingabefeld ein
|
||||
root.drawer=Drawer
|
||||
root.example=Beispiele
|
||||
root.inputField=Eingabefeld
|
||||
|
Loading…
Reference in New Issue
Block a user