(cp 94148e032) fixes #2235 Chinese text is not displayed on one line (#2282)

This commit is contained in:
HWFord
2025-01-08 14:08:14 +01:00
parent a712201b74
commit 9ddaf7a83f
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ usersCache.selectize(jQuery('select.UserSearch'));
<fieldset>
<div class="addGroupFormLabelAndInput">
<label class="addGroupLabel" for="addGroupNameInput">{'Group name'|translate}</label>
<input type="text" id="addGroupNameInput" name="groupname" maxlength="50" size="20" placeholder="Photographers...">
<input type="text" id="addGroupNameInput" name="groupname" maxlength="50" size="20" placeholder="{'Photographers...'|translate}">
</div>
<div class="actionButtons">
<button name="submit" type="submit" class="buttonLike">
@@ -1443,6 +1443,7 @@ $(document).ready(function() {
.user-container-status {
width:10%;
max-width: 110px;
width: auto;
}
.user-header-email,
+1 -1
View File
@@ -7218,7 +7218,7 @@ color:#FF7B00;
}
.breadcrumb-item.add-item {
width: min-content;
width: fit-content;
cursor: pointer;
color: #777;
transition: 0.3s;
+4
View File
@@ -233,3 +233,7 @@ $lang['%d users deleted'] = '%d users deleted';
$lang['%d users were not updated.'] = '%d users not updated.';
$lang['%d users were updated.'] = '%d users updated.';
$lang['%d waiting for validation'] = '%d waiting for validation';
$lang['Rename album'] = 'Rename album';
$lang['Preview'] = 'Preview';
$lang['Privacy Level'] = 'Privacy Level';
$lang['Photographers...'] = 'Photographers...';
+5 -1
View File
@@ -1406,4 +1406,8 @@ $lang['A photo library administrator has created the following account for you:'
$lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = '有效期为 %s 的激活链接已发送到 “%s”。如果用户未收到链接,您可以通过编辑用户并管理其密码来生成并复制一个新链接。';
$lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = '已创建有效期为 %s 的激活链接,但无法发送。您现在可以复制以下链接并将其发送给用户。';
$lang['This link is valid for %s. After this time, you will need to request a new link.'] = '此链接有效期为 %s。过了这个时间,您需要请求一个新链接。';
$lang['To set your password, visit the following address:'] = '要设置您的密码,请访问以下地址:';
$lang['To set your password, visit the following address:'] = '要设置您的密码,请访问以下地址:';
$lang['Rename album'] = '重命名相册';
$lang['Preview'] = '预览';
$lang['Privacy Level'] = '隐私等级';
$lang['Photographers...'] = '摄影团队';