Stand 2018-11-15.

This commit is contained in:
2018-11-15 00:29:25 +01:00
committed by Stefan Rohde-Enslin
parent 7863de96cb
commit e7361078ec
44 changed files with 547 additions and 116 deletions

View File

@ -100,6 +100,7 @@
"quilt": "Quilt",
"options": "Options",
"newspapers_mailing_lists": "Newspapers and mailing lists",
"room": "Room"
"room": "Room",
"image": "Image"
}
}

View File

@ -0,0 +1,20 @@
{
"tlNotifications": {
"loan_ended": "Loan ended",
"With": "With",
"started": "started",
"ended": "ended",
"new_comment": "New comment",
"new_priv_msg_by": "New private message by",
"dear": "Dear",
"this_week_news": "there are notifications for you this week on musdb.",
"messages_from_admins": "Messages from the administrators",
"loans_ending": "Loans ending",
"privMsgsChats": "Private messages \/ chats",
"comments": "Comments",
"news_unsubscribe": "Unsubscribe",
"news_unsubscribe_text": "To not receive notification mails from musdb anymore, please log in and deactivate the automated notifications in your account settings",
"news_subject_line": "News at museum-digital:musdb",
"new_user": "New user"
}
}

View File

@ -95,6 +95,28 @@
"about": "About",
"user_set_invisible": "Your profile has been set invisible to other users in musdb.",
"user_set_visible": "Your profile has been set visible to other users in musdb.",
"user_description_edited": "Your profile description has been edited"
"user_description_edited": "Your profile description has been edited",
"public_pgp_key": "Public PGP key",
"username_explica": "Username with which a user logs in. Ideally something concise but unique.",
"realname_explica": "Full name of the user.",
"usermail_explica": "Mail address of the user.<br\/>We need this information to be able to send out invitation mails. Later, it allows <em>musdb<\/em> to send automated mails with recent updates (these need to be enabled below). If the user wants to delete their account, a mail asking for confirmation will also be sent to this email address.<br\/>If the user's profile is made visible other users logged in to musdb, the email address will be visible there, too.",
"password_form": "Must contain at least 8 characters.",
"password_explica": "Password. Must be at least 8 characters long.",
"automatic_mails_explica": "Should updates (currently notifications of recently ending loan entries and notifications from admins and other users) be automatically mailed to the user in regular intervals?",
"user_role_explica": "The user role determines a user's default access rights to contents in musdb. A more in-depth explanation can be found in the handbook.",
"user_institution_explica": "Every user (even regional administrators) needs to be linked to a \"home institution\". This \"home institution\" can be set here.",
"user_about_explica": "Say something about yourself. This description will be visible on your profile if you set it visible to other users in musdb.",
"public_pgp_key_explica": "In this field, a public PGP key can be entered. If this is done, future mails will be sent encrypted to you.",
"two_factor_authentication": "Two Factor Authentication",
"via_mail": "Via E-Mail",
"2fa_explica": "Two factor authentication can be enabled here. Thus far, the only option is two factor authentication using your mail account. After entering your login credentials, you will be sent a code via mail with which you can then log in. By default, two factor authentication is disabled.",
"security": "Security",
"your_account_has_been_deleted": "Your account has been deleted",
"this_is_your_auth_code": "You can find your authentication code below. Enter it to log in to musdb:",
"auth_code": "Authentication code",
"login_at_musdb": "Login at musdb",
"auth_code_invalid": "The authentication code you entered is not valid",
"2fa_screen_explica": "Sie haben die Zwei-Faktor-Authentifizierungs-Option in den Benutzereinstellungen aktiviert. Entsprechend haben Sie gerade einen Zugangscode zugeschickt bekommen.<br \/>Dieser Code ist f\u00fcr zwei Stunden g\u00fcltig.",
"access_denied": "Access denied"
}
}