@@ -64,6 +64,14 @@ export const UI = {
|
||||
messages_GET_TUTORIAL_FAIL: 'Zurück zur Tutorials-Übersicht',
|
||||
messages_LOGIN_FAIL: 'Der Benutzername oder das Passwort ist nicht korrekt.',
|
||||
messages_copy_code: "Code wurde in die Zwischenablage kopiert",
|
||||
|
||||
/**
|
||||
* Reset Dialog
|
||||
*/
|
||||
|
||||
resetDialog_headline: "Workspace zurücksetzen?",
|
||||
resetDialog_text: "Möchtest du wirklich die Workspace zurücksetzen? Hierbei werden alle Blöcke gelöscht!",
|
||||
|
||||
/**
|
||||
* Share Dialog
|
||||
*/
|
||||
|
||||
@@ -67,6 +67,15 @@ export const UI = {
|
||||
messages_LOGIN_FAIL: 'The username or password is incorrect.',
|
||||
messages_login_error: "Enter both a username and a password.",
|
||||
messages_copy_code: "Copy code to clipboard succesfull",
|
||||
|
||||
|
||||
/**
|
||||
* Reset Dialog
|
||||
*/
|
||||
|
||||
resetDialog_headline: "Reset workspace?",
|
||||
resetDialog_text: "Do you really want to reset the workspace? All blocks will be deleted!",
|
||||
|
||||
/**
|
||||
* Share Dialog
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user