mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-01 05:51:52 +08:00
New Crowdin translations (#1850)
* New translations settings.php (Korean) * New translations settings.php (Polish) * New translations settings.php (Ukrainian) * New translations settings.php (Turkish) * New translations settings.php (Swedish) * New translations settings.php (Spanish, Argentina) * New translations settings.php (Spanish) * New translations errors.php (Spanish) * New translations settings.php (Slovak) * New translations settings.php (Russian) * New translations settings.php (Portuguese, Brazilian) * New translations settings.php (Japanese) * New translations settings.php (Chinese Simplified) * New translations settings.php (Italian) * New translations settings.php (Hungarian) * New translations settings.php (German) * New translations settings.php (French) * New translations settings.php (Dutch) * New translations settings.php (Danish) * New translations settings.php (Czech) * New translations settings.php (Chinese Traditional) * New translations settings.php (Arabic) * New translations settings.php (German Informal) * New translations common.php (Dutch) * New translations settings.php (Spanish) * New translations errors.php (Hungarian) * New translations settings.php (Hungarian) * New translations common.php (Hungarian) * New translations errors.php (Hungarian) * New translations settings.php (Hungarian) * New translations validation.php (Hungarian) * New translations errors.php (Portuguese, Brazilian) * New translations errors.php (Chinese Simplified) * New translations settings.php (Chinese Simplified) * New translations settings.php (Chinese Simplified) * New translations settings.php (Chinese Simplified) * New translations auth.php (Chinese Traditional) * New translations common.php (Chinese Traditional) * New translations entities.php (Chinese Traditional) * New translations errors.php (Chinese Traditional) * New translations entities.php (Chinese Traditional) * New translations settings.php (Chinese Traditional) * New translations settings.php (Chinese Traditional) * New translations settings.php (Chinese Traditional) * New translations settings.php (Chinese Simplified) * New translations settings.php (Chinese Traditional) * New translations validation.php (Chinese Traditional) * New translations validation.php (Chinese Traditional) * New translations errors.php (German) * New translations errors.php (German) * New translations settings.php (German) * New translations settings.php (German Informal) * New translations errors.php (French) * New translations settings.php (French) * New translations errors.php (Portuguese, Brazilian) * New translations settings.php (Portuguese, Brazilian) * New translations settings.php (Portuguese, Brazilian) * New translations settings.php (Portuguese, Brazilian) * New translations settings.php (Hungarian) * New translations settings.php (Hungarian) * New translations validation.php (Hungarian) * New translations errors.php (Chinese Simplified) * New translations errors.php (Spanish) * New translations errors.php (Korean) * New translations settings.php (Korean) * New translations errors.php (Polish) * New translations settings.php (Polish) * New translations errors.php (Russian) * New translations settings.php (Russian) * New translations errors.php (Slovak) * New translations settings.php (Slovak) * New translations settings.php (Spanish) * New translations errors.php (Japanese) * New translations errors.php (Spanish, Argentina) * New translations settings.php (Spanish, Argentina) * New translations errors.php (Swedish) * New translations settings.php (Swedish) * New translations errors.php (Turkish) * New translations settings.php (Turkish) * New translations errors.php (Ukrainian) * New translations settings.php (Ukrainian) * New translations settings.php (Japanese) * New translations settings.php (Italian) * New translations settings.php (Chinese Simplified) * New translations settings.php (Portuguese, Brazilian) * New translations errors.php (Chinese Traditional) * New translations settings.php (Chinese Traditional) * New translations errors.php (French) * New translations settings.php (French) * New translations errors.php (German) * New translations settings.php (German) * New translations settings.php (Hungarian) * New translations errors.php (Portuguese, Brazilian) * New translations settings.php (German Informal) * New translations errors.php (Italian) * New translations errors.php (Arabic) * New translations settings.php (Arabic) * New translations errors.php (Czech) * New translations settings.php (Czech) * New translations errors.php (Danish) * New translations settings.php (Danish) * New translations errors.php (Dutch) * New translations settings.php (Dutch) * New translations errors.php (Hungarian) * New translations errors.php (German Informal) * New translations settings.php (Spanish) * New translations settings.php (French) * New translations settings.php (Chinese Simplified) * New translations settings.php (Japanese) * New translations settings.php (Turkish) * New translations settings.php (Swedish) * New translations settings.php (Spanish, Argentina) * New translations settings.php (Spanish) * New translations settings.php (Slovak) * New translations settings.php (Russian) * New translations settings.php (Polish) * New translations settings.php (Korean) * New translations settings.php (Italian) * New translations settings.php (Chinese Traditional) * New translations settings.php (Dutch) * New translations settings.php (Danish) * New translations settings.php (Czech) * New translations settings.php (Arabic) * New translations settings.php (German Informal) * New translations settings.php (Portuguese, Brazilian) * New translations settings.php (Hungarian) * New translations settings.php (German) * New translations settings.php (French) * New translations settings.php (Ukrainian)
This commit is contained in:
@ -23,7 +23,6 @@ return [
|
||||
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
|
||||
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
|
||||
'social_no_action_defined' => 'No action defined',
|
||||
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
|
||||
'social_account_in_use' => 'This :socialAccount account is already in use, Try logging in via the :socialAccount option.',
|
||||
|
@ -56,7 +56,7 @@ return [
|
||||
'reg_enable_toggle' => 'Aktivér tilmelding',
|
||||
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
|
||||
'reg_default_role' => 'Default user role after registration',
|
||||
'reg_enable_ldap_warning' => 'The option above is not used while LDAP authentication is active. User accounts for non-existing members will be auto-created if authentication, against the LDAP system in use, is successful.',
|
||||
'reg_enable_external_warning' => 'The option above is ignored while external LDAP or SAML authentication is active. User accounts for non-existing members will be auto-created if authentication, against the external system in use, is successful.',
|
||||
'reg_email_confirmation' => 'Email bekræftelse',
|
||||
'reg_email_confirmation_toggle' => 'Require email confirmation',
|
||||
'reg_confirm_email_desc' => 'If domain restriction is used then email confirmation will be required and this option will be ignored.',
|
||||
@ -131,7 +131,7 @@ return [
|
||||
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
||||
'users_send_invite_option' => 'Send user invite email',
|
||||
'users_external_auth_id' => 'Ekstern godkendelses ID',
|
||||
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your LDAP system.',
|
||||
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your external authentication system.',
|
||||
'users_password_warning' => 'Only fill the below if you would like to change your password.',
|
||||
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
||||
'users_delete' => 'Delete User',
|
||||
@ -185,6 +185,7 @@ return [
|
||||
'language_select' => [
|
||||
'en' => 'English',
|
||||
'ar' => 'العربية',
|
||||
'da' => 'Dansk',
|
||||
'de' => 'Deutsch (Sie)',
|
||||
'de_informal' => 'Deutsch (Du)',
|
||||
'es' => 'Español',
|
||||
|
Reference in New Issue
Block a user