Skip to content

Commit

Permalink
google#785 add language keys for groups feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaurer committed Jul 7, 2020
1 parent 5a30550 commit 95d7db4
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 1 deletion.
55 changes: 54 additions & 1 deletion robMsg/json/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1318,5 +1318,58 @@
"MOTIONKIT_DUAL_TOOLTIP": "Setzt den jeweiligen MotionKit Motor auf die entsprechende Richtung.",
"MATH_SINGLE_OP_SQUARE": "Quadrat",
"MATH_SINGLE_TOOLTIP_SQUARE": "Ist die Zahl multipliziert mit sich selbst.",
"ADDRESS": "Adresse"
"ADDRESS": "Adresse",

"ORA_GROUP_TO_SHARE_DOES_NOT_EXIST": "Du besitzt keine Gruppe mit dem angegebenen Namen. <br />Versuche es mit einem anderen Namen noch mal.",
"ORA_GROUP_MEMBER_SHARE_RESTRICTION_EXCEEDED": "Du kannst deine Programme nur mit Mitgliedern deiner Gruppe teilen. Der Besitzer deiner Gruppe kann deine Programme automatisch lesen.",
"ORA_GROUP_ERROR_NAME_INVALID": "Der Name der Gruppe ist ungültig. Bitte verwende keine Sonderzeichen und gebe mindestens ein Zeichen an.",
"ORA_GROUP_ERROR_MISSING_RIGHTS_TO_BE_GROUP_OWNER": "Um eine Gruppe erstellen zu können muss eine valide E-Mail-Adresse mit deinem Benutzerkonto verknüpft sein.",
"ORA_GROUP_GET_ONE_ERROR": "Beim laden der Gruppe kam es zu einem Fehler. Bitte lade das Menü neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"ORA_GROUP_GET_ONE_ERROR_NOT_FOUND": "Es konnte keine Benutzergruppe mit dem angegebenen Namen für den Eigentümer gefunden werden.",
"ORA_GROUP_GET_ALL_ERROR": "Beim laden der Liste der Gruppen ist es zu einem Fehler gekommen. Bitte lade das Menü neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"ORA_GROUP_CREATE_ERROR": "Beim erstellen der Gruppe ist es zu einem Fehler gekommen. Bitte lade das Menü neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"ORA_GROUP_CREATE_ERROR_GROUP_LIMIT_REACHED": "Du hast dein Gruppenlimit erreicht. Du kannst du mehr als 100 Gruppen haben.",
"ORA_GROUP_CREATE_ERROR_GROUP_ALREADY_EXISTS": "Du hast bereits eine Gruppe mit diesem Namen. Bitte wähle einen anderen Namen.",
"ORA_GROUP_DELETE_ERROR": "Beim Löschen der Gruppe ist es zu einem Fehler gekommen. Bitte lade die Liste der Gruppen neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"ORA_GROUP_DELETE_ERROR_GROUP_DOES_NOT_EXISTS": "Es konnte keine Gruppe mit dem angegebenen Namen gefunden werden. Bitte lade die Liste der Gruppen neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"ORA_GROUP_DELETE_ERROR_GROUP_HAS_MEMBERS": "Es haben sich bereits Mitglieder deiner Gruppe angemeldet. Lösche bitte erst die Mitglieder deiner Gruppe, um dann die Gruppe selbst zu löschen.",
"ORA_GROUP_UPDATE_ERROR": "Beim ändern der Gruppe ist es zu einem Fehler gekommen. Bitte lade die Liste der Gruppen neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"ORA_GROUP_UPDATE_ERROR_NOT_FOUND": "Es konnte keine Fruppe mit dem angegebenen Namen gefunden werden. Bitte lade die Liste der Gruppen neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"ORA_GROUP_UPDATE_ERROR_NOT_OWNER": "Die Gruppe konnte nicht geändert werden. Du bist nicht der Eigentümer der Gruppe.",
"ORA_GROUP_ADD_MEMBER_ERROR": "Beim Hinzufügen neuer Mitglieder ist es zu einem Fehler gekommen. Bitte lade die aktuelle Ansicht neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"ORA_GROUP_ADD_MEMBER_ERROR_LIMIT_REACHED": "Du hast das Limit der Mitglieder für diese Gruppe erreicht. Eine Gruppe kann maximal 99 Mitglieder haben.",
"ORA_GROUP_ADD_MEMBER_ERROR_SMALLER_THAN_ONE": "Bitte gebe eine Zahl ein, die mindestens 1 oder größer ist.",
"ORA_GROUP_RENAME_ERROR": "Beim Umbenennen der Gruppe ist es zu einem Fehler gekommen. Bitte lade die aktuelle Ansicht neu und versuche es dann erneut. Wenn der Fehler bestehen bleibt, schreibe bitte unserem Support.",
"MENU_USERGROUP_LOG_IN": "Bei Gruppe anmelden ...",
"MENU_MANAGE_USERGROUPS": "Gruppen verwalten ...",
"GROUP_CREATE_NAME_HINT": "Bitte bedenke, dass alle Mitglieder der Gruppe den Gruppennamen bei jedem Login eingeben müssen.",
"SHARE_WITH_USER": "Teile dein Programm mit einem anderen Benutzer ...",
"SHARE_WITH_USERGROUP": "Teile dein Programm mit den Mitgliedern einer deiner Gruppen ...",
"DATATABLE_USERGROUP": "Gruppe",
"DATATABLE_USERGROUPS": "Gruppen",
"DATATABLE_USERGROUP_NAME": "Name der Gruppe",
"DATATABLE_USERGROUP_NAME_CREATE_HINT": "Der Name der Gruppe. Bitte bedenke, dass alle Mitglieder der Gruppe den Gruppennamen bei jedem Login eingeben müssen.",
"DATATABLE_USERGROUP_OWNER": "Benutzername des Gruppeneigentümers",
"USERGROUP_CREATE_INITIAL_MEMBERS": "Anzahl der anfänglichen Mitglieder",
"USERGROUP_CREATE": "Erstelle neue Gruppe",
"USERGROUP_ADD_MEMBERS": "Weitere Mitglieder generieren",
"USERGROUP_ADD_MEMBERS_COUNT": "Anzahl weiterer Mitglieder",
"USERGROUP_CREATE_TOOLTIP": "Klicke hier, um eine neue Gruppe zu erstellen",
"USERGROUP_LIST_DELETE_TOOLTIP": "Klicke hier, um die Gruppe zu löschen",
"USERGROUP_LIST_DELETE_ALL_TOOLTIP": "Klicke hier, um alle ausgewählten Gruppen zu löschen",
"USERGROUP_MEMBER_CREATE_TOOLTIP": "Klicke hier, um für die Gruppe weitere Mitglieder zu generieren.",
"USERGROUP_MEMBER_LIST_DELETE_TOOLTIP": "Klicke hier, um das Mitglied der Gruppe zu löschen.",
"USERGROUP_MEMBER_LIST_DELETE_ALL_TOOLTIP": "Klicke hier, um alle ausgewählten Mitglieder dieser Gruppe zu löschen.",
"USERGROUP_MEMBER_LIST_RESET_PASSWORD_TOOLTIP": "Klicke hier, um das Passwort des Mitglieds auf das ursprüngliche Passwort zurückzusetzen.",
"USERGROUP_MEMBER_LIST_RESET_ALL_PASSWORDS_TOOLTIP": "Klicke hier, um die Passwörter aller ausgewählten Mitglieder dieser Gruppe zurückzusetzen.",
"USERGROUP_MEMBER_DEFAULT_PASSWORD_HINT": "Das Passwort deines Benutzerkontos ist noch nicht sicher. Setze dein eigenes Passwort, damit nur du dich bei deinem Konto anmelden kannst.",
"USERGROUP_LOGIN_LOST_PASSWORD_HINT": "Wenn du das Passwort für dein Benutzerkonto vergessen hast, kannst du den Eigentümer der Gruppe darum bitten dein Passwort für dich zurückzusetzen. Danach kannst du dich wieder mit dem Passwort anmelden, das du beim ersten Login angeben musstest.",
"USERGROUP_NAME_HINT": "Hier musst du den Namen der Gruppe angeben, bei der du dich anmelden möchtest.",
"HINT_USERGROUP_OWNER": "Hier kommt <strong>nicht</strong> der echten Name von dem/der Gruppen-Eigentümer*in hin, sondern der <strong>Benutzername</strong>.",
"HINT_USERGROUP_MEMBER": "Gebe hier die Kennung deines Benutzerkontos an. Dabei handelt es sich in der Regel um eine zweistellige Zahl.",
"DELETE_USERGROUP_MEMBER_WARNING": "Bist du sicher, dass du die auswählten Mitglieder löschen möchtest?",
"DELETE_USERGROUP_MEMBER_AFTER_LOGIN_WARNING": "Ein Mitglieder, welches du löschen willst, hat sich beriets angemeldet und eventuell Programme erstellt. Bist du sicher, dass du die auswählten Mitglieder löschen möchtest?",
"SHARE_PROGRAMS_USERGROUP_HINT": "Um Programme mit der Gruppe zu teilen musst zur Liste deiner Programme gehen und das Programm dort mit der Gruppe teilen.",
"ORA_USER_UPDATE_ERROR_NOT_SAVED_TO_DB": "Die Passwortänderung konnte nicht gespeichert werden. Hast du das alte Passwort richtig eingegeben?"
}

53 changes: 53 additions & 0 deletions robMsg/robMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -1437,3 +1437,56 @@ Blockly.Msg.MODE_TIME = 'time';
Blockly.Msg.SENSOR_UNIT_METER = 'm';
Blockly.Msg.SENSOR_UNIT_SPEED = 'km/h';
Blockly.Msg.ADDRESS = 'address';

Blockly.Msg.ORA_GROUP_TO_SHARE_DOES_NOT_EXIST = 'You do not own a user group with the name you entered. <br />Try again with a different name!';
Blockly.Msg.ORA_GROUP_MEMBER_SHARE_RESTRICTION_EXCEEDED = 'You can only share programs with other members of your user group. The owner of your user group can automatically read your programs.';
Blockly.Msg.ORA_GROUP_ERROR_NAME_INVALID = 'The name of the user group is invalid. Please do not use special characters and enter at least one character.';
Blockly.Msg.ORA_GROUP_ERROR_MISSING_RIGHTS_TO_BE_GROUP_OWNER = 'You are not allowed to be a user group owner. Your account must have an validated email attached.';
Blockly.Msg.ORA_GROUP_GET_ONE_ERROR = 'There was an error while aquiring the user group. Please reload the menu and try again. If this error should persist, please contact our support.';
Blockly.Msg.ORA_GROUP_GET_ONE_ERROR_NOT_FOUND = 'Could not find a user group with the specified name.';
Blockly.Msg.ORA_GROUP_GET_ALL_ERROR = 'There was an error while aquiring the list of user groups. Please reload the menu and try again. If this error should persist, please contact our support.';
Blockly.Msg.ORA_GROUP_CREATE_ERROR = 'There was an error on creating the user group. Please try different inputs or try again later. If this error should persist, please contact our support.';
Blockly.Msg.ORA_GROUP_CREATE_ERROR_GROUP_LIMIT_REACHED = 'You reached the limit of user groups. You can not have more than 100 user groups in total.';
Blockly.Msg.ORA_GROUP_CREATE_ERROR_GROUP_ALREADY_EXISTS = 'You already have a user group with the that name. Please enter another name.';
Blockly.Msg.ORA_GROUP_DELETE_ERROR = 'There was an error while deleting the user group. Please reload the user group list and try again. If this error should persist, please contact our support.';
Blockly.Msg.ORA_GROUP_DELETE_ERROR_GROUP_DOES_NOT_EXISTS = 'Could not find a user group with the specified name. Please reload the list of your user groups and try again.';
Blockly.Msg.ORA_GROUP_DELETE_ERROR_GROUP_HAS_MEMBERS = 'One or more members of the user group have logged in in the past and created programs. In order to delete the user group, delete its members first.';
Blockly.Msg.ORA_GROUP_UPDATE_ERROR = 'There was an error while updating the user group. Please reload the user group list and try again. If this error should persist, please contact our support.';
Blockly.Msg.ORA_GROUP_UPDATE_ERROR_NOT_FOUND = 'Could not find a user group with the specified name. Please reload the current form and try again.';
Blockly.Msg.ORA_GROUP_UPDATE_ERROR_NOT_OWNER = 'Could not update the user group. You are not the owner of that group.';
Blockly.Msg.ORA_GROUP_ADD_MEMBER_ERROR = 'There was an error while adding new members the user group. Please reload the current form and try again. If this error should persist, please contact our support.';
Blockly.Msg.ORA_GROUP_ADD_MEMBER_ERROR_LIMIT_REACHED = 'You reached the member limit of the user group. You can not have more than 99 members in one user group.';
Blockly.Msg.ORA_GROUP_ADD_MEMBER_ERROR_SMALLER_THAN_ONE = 'You must enter a number that is bigger or equals 1.';
Blockly.Msg.ORA_GROUP_RENAME_ERROR = 'There was an error while changing the name of the user group. Please reload the current form and try again. If this error should persist, please contact our support.';
Blockly.Msg.MENU_USERGROUP_LOG_IN = "Log in with user group ...";
Blockly.Msg.MENU_MANAGE_USERGROUPS = "Manage user groups ...";
Blockly.Msg.GROUP_CREATE_NAME_HINT = 'Please keep in mind, that all members of a group have to enter the group name on each login. It should neither be complicated nor long.';
Blockly.Msg.SHARE_WITH_USER = 'Share your program with another user ...';
Blockly.Msg.SHARE_WITH_USERGROUP = 'Share your program with the members of one of your user groups ...';
Blockly.Msg.DATATABLE_USERGROUP = 'user group';
Blockly.Msg.DATATABLE_USERGROUPS = 'user groups';
Blockly.Msg.DATATABLE_USERGROUP_NAME = 'Name of the user group';
Blockly.Msg.DATATABLE_USERGROUP_NAME_CREATE_HINT = 'The name of the user group. Kepp in mind, that the members will have to type it in each time they log in.';
Blockly.Msg.DATATABLE_USERGROUP_OWNER = 'Name of the owner of the user group';
Blockly.Msg.USERGROUP_CREATE_INITIAL_MEMBERS = 'Number of initial members';
Blockly.Msg.USERGROUP_CREATE = 'Create new user group';
Blockly.Msg.USERGROUP_ADD_MEMBERS = 'Add members';
Blockly.Msg.USERGROUP_ADD_MEMBERS_COUNT = 'Number of additional members';
Blockly.Msg.USERGROUP_CREATE_TOOLTIP = 'Click here to create a new usergroup';
Blockly.Msg.USERGROUP_LIST_DELETE_TOOLTIP = 'Click here to delete the user group.';
Blockly.Msg.USERGROUP_LIST_DELETE_ALL_TOOLTIP = 'Click here to delete all selected user groups.';
Blockly.Msg.USERGROUP_MEMBER_CREATE_TOOLTIP = 'Click here to add members to your usergroup.';
Blockly.Msg.USERGROUP_MEMBER_LIST_DELETE_TOOLTIP = 'Click here to delete this user group member.';
Blockly.Msg.USERGROUP_MEMBER_LIST_DELETE_ALL_TOOLTIP = 'Click here to delete all selected user group members.';
Blockly.Msg.USERGROUP_MEMBER_LIST_RESET_PASSWORD_TOOLTIP = 'Click here to reset the password of this user group member to the default password.';
Blockly.Msg.USERGROUP_MEMBER_LIST_RESET_ALL_PASSWORDS_TOOLTIP = 'Click here to reset the password of all selected user group members to their corresponding default password.';
Blockly.Msg.USERGROUP_MEMBER_DEFAULT_PASSWORD_HINT = 'The password for your account is not safe. Set your own password, so that only you can login to your account.';
Blockly.Msg.USERGROUP_LOGIN_LOST_PASSWORD_HINT = 'If you forgot your password, you can ask the owner of your user group to reset the password to the initial password for you. It will be the password you had to enter when you logged in first.';
Blockly.Msg.USERGROUP_NAME_HINT = 'The user group to which you want to log in has a name. Enter it here.';
Blockly.Msg.HINT_USERGROUP_OWNER = 'Do <strong>not</strong> enter the real name of the owner of the user group here, but his <strong>username</strong> instead.';
Blockly.Msg.HINT_USERGROUP_MEMBER = 'Enter the member id of your user here. It should be a two digit number.';
Blockly.Msg.DELETE_USERGROUP_MEMBER_WARNING = 'Are you sure that you want to delete the selected member(s)?';
Blockly.Msg.DELETE_USERGROUP_MEMBER_AFTER_LOGIN_WARNING = 'A member you want to delete did already log in and might have create own programs. Are you sure that you want to delete the selected member(s)?';
Blockly.Msg.SHARE_PROGRAMS_USERGROUP_HINT = "To share programs with a user group, open your program list and share a program with a user group.";

Blockly.Msg.ORA_USER_UPDATE_ERROR_NOT_SAVED_TO_DB = 'The password could not be saved to the database. Are you sure that you entered the old password correctly?';

0 comments on commit 95d7db4

Please sign in to comment.