Merge branch 'feature/profile-menu' of github.com:ONLYOFFICE/AppServer into feature/profile-menu

This commit is contained in:
Nikita Gopienko 2023-04-07 14:05:13 +03:00
commit 7ad3f820d7
9 changed files with 60 additions and 29 deletions

View File

@ -55,5 +55,7 @@
"spCertificates": "Certificati SP",
"spCertificatesTooltip": "I certificati del fornitore di servizi utilizzati per firmare e crittografare le richieste e le risposte dallSP",
"spDecryptStatements": "Decrittografare le asserzioni",
"spSignExitRequest": "Firma le richieste di Logout",
"spSignResponseRequest": "Firma le risposte di Logout",
"spSigningAlgorithm": "Algoritmo di firma"
}

View File

@ -2,7 +2,7 @@ import React, { useCallback } from "react";
import { inject, observer } from "mobx-react";
import { withRouter } from "react-router";
import { withTranslation } from "react-i18next";
import styled from "styled-components";
import styled, { css } from "styled-components";
import { isMobile, isTablet, isMobileOnly } from "react-device-detect";
import moment from "moment";
@ -50,36 +50,41 @@ const SimpleFilesRowContent = styled(RowContent)`
${(props) =>
((props.sectionWidth <= 1024 && props.sectionWidth > 500) || isTablet) &&
`
.row-main-container-wrapper {
display: flex;
justify-content: space-between;
max-width: inherit;
}
css`
.row-main-container-wrapper {
display: flex;
justify-content: space-between;
max-width: inherit;
}
.badges {
flex-direction: row-reverse;
}
.badges {
flex-direction: row-reverse;
}
.tablet-badge {
margin-top: 5px;
}
.tablet-badge {
margin-top: 5px;
}
.tablet-edit,
.can-convert {
margin-top: 6px;
margin-right: 24px !important;
}
.tablet-edit,
.can-convert {
margin-top: 6px;
margin-right: 24px !important;
}
.badge-version {
margin-right: 22px;
}
.badge-version {
margin-right: 22px;
}
.new-items {
min-width: 16px;
margin: 5px 24px 0 0;
}
`}
.new-items {
min-width: 16px;
margin: 5px 24px 0 0;
}
`}
.row-content-link {
padding: 12px 12px 0px 0px;
margin-top: -12px;
}
`;
SimpleFilesRowContent.defaultProps = { theme: Base };

View File

@ -149,6 +149,10 @@ const StyledTableRow = styled(TableRow)`
}
}
.item-file-name {
padding: 12px 12px 12px 0px;
}
${(props) =>
props.showHotkeyBorder &&
css`

View File

@ -54,6 +54,10 @@ const SimpleFilesTileContent = styled(TileContent)`
}
}
.item-file-name {
padding: 12px 12px 12px 0px;
}
${({ isRooms }) =>
isRooms &&
css`

View File

@ -127,6 +127,9 @@
"LastName": "Familienname",
"LatePayment": "Verspätete Zahlung",
"LearnMore": "Mehr erfahren",
"LiveChat": "Live-Chat",
"LiveChatOff": "Live-Chat wurde erfolgreich unterbrochen",
"LiveChatOn": "Live-Chat wurde erfolgreich verbunden",
"Load": "Laden",
"LoadingDescription": "Bitte warten...",
"LoadingProcessing": "Ladevorgang...",
@ -171,7 +174,7 @@
"PayBeforeTheEndGracePeriod": "Stellen Sie sicher, dass die Zahlung vor Ablauf der bezahlten Frist erfolgt.",
"PaymentsTitle": "Zahlungen",
"People": "Personen",
"PerUserMonth": "<1>{{currencySymbol}}</1><1>{{price}}</1> pro Admin/Monat",
"PerUserMonth": "<1>{{currencySymbol}}</1><1>{{price}}</1> pro Admin/Power-Benutzer/Monat",
"Petabyte": "PB",
"Phone": "Telefon",
"Plugin": "Plugin",

View File

@ -20,6 +20,9 @@
"Audio": "Audio",
"BarMaintenanceDescription": "Pedimos disculpas por cualquier problema técnico de corta duración en el funcionamiento del servicio que pueda aparecer el día {{targetDate}} durante la actualización de {{productName}}.",
"BarMaintenanceDisclaimer": "Por favor, asegúrese de que todos los cambios se guardan correctamente durante este día.",
"BookNow": "Reservar ahora",
"BookTeamTraining": "Reserve una sesión de formación en equipo con nuestros mejores especialistas",
"BookTraining": "Reserve una sesión de formación",
"ByFirstNameSorting": "Por nombre",
"ByLastNameSorting": "Por apellido",
"Bytes": "bytes",
@ -124,6 +127,9 @@
"LastName": "Apellido",
"LatePayment": "Pago atrasado",
"LearnMore": "Más información",
"LiveChat": "Chat en directo",
"LiveChatOff": "El chat en directo se ha desconectado correctamente",
"LiveChatOn": "El chat en directo se ha conectado correctamente",
"Load": "Cargar",
"LoadingDescription": "Espere un momento...",
"LoadingProcessing": "Cargando...",
@ -168,7 +174,7 @@
"PayBeforeTheEndGracePeriod": "Asegúrese de realizar el pago antes de que expire el periodo de gracia.",
"PaymentsTitle": "Pagos",
"People": "Personas",
"PerUserMonth": "<1>{{currencySymbol}}</1><1>{{price}}</1> por administrador/mes",
"PerUserMonth": "<1>{{currencySymbol}}</1><1>{{price}}</1> por administrador/usuario avanzado/mes",
"Petabyte": "PB",
"Phone": "Teléfono",
"Plugin": "Plugin",
@ -235,6 +241,7 @@
"UnexpectedError": "Se ha producido un error inesperado. Inténtelo de nuevo más tarde o póngase en contacto con el equipo de soporte.",
"Unknown": "Desconocido",
"UnknownError": "Error desconocido",
"UseLikePro": "Utilice {{organizationName}} como un profesional",
"User": "Usuario",
"UsersInvited": "Usuarios invitados",
"Version": "Versión",

View File

@ -216,6 +216,7 @@
"Settings": "Impostazioni",
"SettingsDocSpace": "Impostazioni di DocSpace",
"SettingsGeneral": "Generale",
"SettingsPersonal": "Personali",
"ShowMore": "Mostra più",
"SignInWithFacebook": "Accedere con Facebook",
"SignInWithGoogle": "Accedere con Google",

View File

@ -20,6 +20,7 @@
"Audio": "Áudio",
"BarMaintenanceDescription": "Pedimos desculpas por quaisquer problemas técnicos de curto prazo no funcionamento do serviço, que podem aparecer em {{targetDate}} durante a atualização do {{productName}}.",
"BarMaintenanceDisclaimer": "Certifique-se de que todas as alterações tenham sido salvas com sucesso durante este dia.",
"BookNow": "Agende agora",
"BookTeamTraining": "Marque uma sessão de treino de equipa com os nossos melhores especialistas.",
"BookTraining": "Agende um treinamento",
"ByFirstNameSorting": "Pelo primeiro nome",

View File

@ -22,6 +22,7 @@
"BarMaintenanceDisclaimer": "请确保在这一天内成功保存所有更改。",
"BookNow": "立即预约",
"BookTeamTraining": "预约团队培训课程",
"BookTraining": "预订培训",
"ByFirstNameSorting": "按名字",
"ByLastNameSorting": "按姓氏",
"Bytes": "字节",
@ -126,6 +127,9 @@
"LastName": "姓氏",
"LatePayment": "逾期付款",
"LearnMore": "了解更多",
"LiveChat": "实时聊天",
"LiveChatOff": "实时聊天已结束",
"LiveChatOn": "实时聊天已开始",
"Load": "加载",
"LoadingDescription": "请稍后...",
"LoadingProcessing": "加载中...",
@ -170,7 +174,7 @@
"PayBeforeTheEndGracePeriod": "请确保在宽限期到期前付款",
"PaymentsTitle": "付款",
"People": "人脉",
"PerUserMonth": "每管理员/月 <1>{{currencySymbol}}</1><1>{{price}}</1>",
"PerUserMonth": "<1>{{currencySymbol}}</1><1>{{price}}</1> 每个管理员/高级用户/月",
"Petabyte": "PB",
"Phone": "电话",
"Plugin": "插件",