Web: moved translationKeys "Size", "View", "Review"

This commit is contained in:
Nikita Gopienko 2021-05-26 17:37:03 +03:00
parent 364fc6bbeb
commit e437c7a035
20 changed files with 33 additions and 38 deletions

View File

@ -4,6 +4,5 @@
"EmbedCode": "Code einbetten",
"EmbeddingDocument": "Einbetten des Dokuments",
"Height": "Höhe",
"Size": "Größe",
"Width": "Breite"
}
}

View File

@ -15,7 +15,6 @@
"Notify users": "Benutzer benachrichtigen",
"Owner": "Besitzer",
"ReadOnly": "Schreibgeschützt",
"Review": "Review",
"ShareEmailBody": "Ihnen wurde Zugriff auf das Dokument {{itemName}} erteilt. Zum Öffnen klicken Sie auf den Link: {{shareLink}}",
"ShareEmailSubject": "Ihnen wurde Zugriff auf das Dokument {{itemName}} erteilt",
"ShareEveryone": "Alle",

View File

@ -4,6 +4,5 @@
"EmbedCode": "Embed code",
"EmbeddingDocument": "Embedding document",
"Height": "Height",
"Size": "Size",
"Width": "Width"
}
}

View File

@ -6,7 +6,6 @@
"ByAuthor": "Author",
"ByCreationDate": "Created",
"ByLastModifiedDate": "Modified",
"BySize": "Size",
"ByTitle": "Title",
"CommonEmptyContainerDescription": "\u0027Common\u0027 section contains files shared to all users by the portal admin. Only portal admins can create files there. Users can be granted Full access to a certain folder within the section. This way they will be able to create/upload files in this very folder. ",
"ContainsSpecCharacter": "The title can\u0027t contain any of the following characters: *\u002B:\u0022\u003C\u003E?|/",
@ -82,7 +81,6 @@
"UnblockVersion": "Unblock/Check-in",
"UploadToFolder": "Upload to folder",
"Version": "Ver.{{version}}",
"View": "View",
"ViewList": "List",
"ViewTiles": "Tiles"
}
}

View File

@ -15,7 +15,6 @@
"Notify users": "Notify users",
"Owner": "Owner",
"ReadOnly": "Read only",
"Review": "Review",
"ShareEmailBody": "You have been granted access to the {{itemName}} document. Click the link below to open the document right now: {{shareLink}}",
"ShareEmailSubject": "You have been granted access to the {{itemName}} document",
"ShareEveryone": "Everyone",

View File

@ -4,6 +4,5 @@
"EmbedCode": "Встраиваемый код",
"EmbeddingDocument": "Встраивание документа",
"Height": "Высота",
"Size": "Размер",
"Width": "Ширина"
}
}

View File

@ -6,7 +6,6 @@
"ByAuthor": "Автор",
"ByCreationDate": "Создан",
"ByLastModifiedDate": "Изменен",
"BySize": "Размер",
"ByTitle": "Название",
"CommonEmptyContainerDescription": "В разделе «Общие документы» отображаются все документы, которыми администратор портала предоставил общий доступ. Только администраторы портала могут создавать папки в этом разделе, но с предоставленным доступом пользователи портала также могут загружать свои файлы здесь. Перетащите файлы со своего компьютера сюда, чтобы загрузить их на свой портал еще проще.",
"ContainsSpecCharacter": "Название не должно содержать следующих символов: *\u002B:\u0022\u003C\u003E?|/",
@ -82,7 +81,6 @@
"UnblockVersion": "Заблокировать/Разблокировать",
"UploadToFolder": "Загрузить в папку",
"Version": "Вер.{{version}}",
"View": "Просмотр",
"ViewList": "Список",
"ViewTiles": "Плитки"
}
}

View File

@ -15,7 +15,6 @@
"Notify users": "Уведомить пользователей",
"Owner": "Владелец",
"ReadOnly": "Только чтение",
"Review": "Рецензирование",
"ShareEmailBody": "Вам предоставлен доступ к документу {{itemName}}. Нажмите на ссылку ниже, чтобы открыть документ прямо сейчас: {{shareLink}}",
"ShareEmailSubject": "Вам предоставлен доступ к документу {{itemName}}",
"ShareEveryone": "Все",

View File

@ -292,7 +292,7 @@ export default function withContextOptions(WrappedComponent) {
case "view":
return {
key: option,
label: t("View"),
label: t("Common:View"),
icon: "/static/images/eye.react.svg",
onClick: this.onMediaFileClick,
disabled: false,

View File

@ -143,7 +143,9 @@ class EmbeddingPanelComponent extends React.Component {
</StyledHeaderContent>
<StyledBody size={size}>
<div className="embedding-panel_body">
<Text className="embedding-panel_text">{t("Size")}:</Text>
<Text className="embedding-panel_text">
{t("Common:Size")}:
</Text>
<div className="embedding-panel_links-container">
<Link
isHovered

View File

@ -50,7 +50,7 @@ const AccessComboBox = (props) => {
{accessOptions.includes("Review") && (
<DropDownItem
label={t("Review")}
label={t("Common:Review")}
icon="/static/images/access.review.react.svg"
data-id={itemId}
data-access={Review}

View File

@ -669,7 +669,7 @@ class Panel extends React.Component {
: shareDataItems[i].access === 3
? t("DenyAccess")
: shareDataItems[i].access === 5
? t("Review")
? t("Common:Review")
: shareDataItems[i].access === 6
? t("Comment")
: shareDataItems[i].access === 7

View File

@ -203,7 +203,7 @@ class SectionFilterContent extends React.Component {
{ key: "DateAndTimeCreation", label: t("ByCreationDate"), default: true },
{ key: "AZ", label: t("ByTitle"), default: true },
{ key: "Type", label: t("Common:Type"), default: true },
{ key: "Size", label: t("BySize"), default: true },
{ key: "Size", label: t("Common:Size"), default: true },
{ key: "Author", label: t("ByAuthor"), default: true },
];

View File

@ -20,10 +20,8 @@
"ProductsAndInstruments_Products": "Module",
"ProfileAction": "Arbeit mit dem Profil",
"ProfileTypePopupHelper": "Gäste haben eingeschränkten Zugriff auf einige Funktionen und Module auf dem Portal",
"ReviewingCustomMode": "Review",
"TemporaryPassword": "Vorübergehendes Kennwort",
"TermsOfUsePopupHelperLink": "Erfahren Sie mehr über die Nutzungsbedingungen",
"UpdatingProcess": "Wird aktualisiert...",
"ViewAccess": "Anzeigen",
"WriteComment": "Kommentar hinzufügen"
}

View File

@ -20,10 +20,8 @@
"ProductsAndInstruments_Products": "Modules",
"ProfileAction": "Profile action",
"ProfileTypePopupHelper": "Guests have limited access to some portal features and modules",
"ReviewingCustomMode": "Review",
"TemporaryPassword": "Temporary password",
"TermsOfUsePopupHelperLink": "Read more about terms of use",
"UpdatingProcess": "Updating...",
"ViewAccess": "View",
"WriteComment": "Add comment"
}

View File

@ -20,10 +20,8 @@
"ProductsAndInstruments_Products": "Модули",
"ProfileAction": "Работа с профилем",
"ProfileTypePopupHelper": "Гости имеют ограниченный доступ к некоторым функциям и модулям портала",
"ReviewingCustomMode": "Рецензирование",
"TemporaryPassword": "Временный пароль",
"TermsOfUsePopupHelperLink": "Подробнее об условиях использования",
"UpdatingProcess": "Обновление...",
"ViewAccess": "Просмотр",
"WriteComment": "Добавить комментарий"
}

View File

@ -590,38 +590,38 @@ class UpdateUserForm extends React.Component {
</tr>
<tr>
<Td>{t("Common:Mail")}</Td>
<Td>{t("ReviewingCustomMode")}</Td>
<Td>{t("Common:Review")}</Td>
<Td>-</Td>
</tr>
<tr>
<Td>{t("Common:Documents")}</Td>
<Td>{t("Common:FullAccess")}</Td>
<Td>{t("ViewAccess")}</Td>
<Td>{t("Common:View")}</Td>
</tr>
<tr>
<Td>{t("Common:ProjectsProduct")}</Td>
<Td>{t("ReviewingCustomMode")}</Td>
<Td>{t("Common:Review")}</Td>
<Td>-</Td>
</tr>
<tr>
<Td>{t("Common:CommunityProduct")}</Td>
<Td>{t("Common:FullAccess")}</Td>
<Td>{t("ViewAccess")}</Td>
<Td>{t("Common:View")}</Td>
</tr>
<tr>
<Td>{t("Common:People")}</Td>
<Td>{t("ReviewingCustomMode")}</Td>
<Td>{t("Common:Review")}</Td>
<Td>-</Td>
</tr>
<tr>
<Td>{t("Message")}</Td>
<Td>{t("ReviewingCustomMode")}</Td>
<Td>{t("ReviewingCustomMode")}</Td>
<Td>{t("Common:Review")}</Td>
<Td>{t("Common:Review")}</Td>
</tr>
<tr>
<Td>{t("Calendar")}</Td>
<Td>{t("ReviewingCustomMode")}</Td>
<Td>{t("ReviewingCustomMode")}</Td>
<Td>{t("Common:Review")}</Td>
<Td>{t("Common:Review")}</Td>
</tr>
</tbody>
</Table>

View File

@ -69,5 +69,8 @@
"ProjectsProduct": "Projekte",
"LastName": "Familienname",
"Language": "Sprache",
"NotFoundLanguage": "Können Sie Ihre Sprache nicht finden? Wenden Sie sich an uns unter \u003C1\u003E{{supportEmail}}\u003C/1\u003E, um ONLYOFFICE für Belohnungen zu übersetzen."
"NotFoundLanguage": "Können Sie Ihre Sprache nicht finden? Wenden Sie sich an uns unter \u003C1\u003E{{supportEmail}}\u003C/1\u003E, um ONLYOFFICE für Belohnungen zu übersetzen.",
"View": "Anzeigen",
"Review": "Review",
"Size": "Größe"
}

View File

@ -71,5 +71,8 @@
"LastName": "Last Name",
"Language": "Language",
"Mail": "Mail",
"NotFoundLanguage": "Can\u0027t find your language? Contact us at \u003C1\u003E{{supportEmail}}\u003C/1\u003E to take part in the translation and get rewards."
"NotFoundLanguage": "Can\u0027t find your language? Contact us at \u003C1\u003E{{supportEmail}}\u003C/1\u003E to take part in the translation and get rewards.",
"View": "View",
"Review": "Review",
"Size": "Size"
}

View File

@ -71,5 +71,8 @@
"LastName": "Фамилия",
"Language": "Язык",
"Mail": "Почта",
"NotFoundLanguage": "Если Вы не можете найти свой язык в списке доступных, Вы всегда можете написать нам по адресу \u003C1\u003E{{supportEmail}}\u003C/1\u003E, чтобы принять участие в переводе и получить до 1 года бесплатного использования."
"NotFoundLanguage": "Если Вы не можете найти свой язык в списке доступных, Вы всегда можете написать нам по адресу \u003C1\u003E{{supportEmail}}\u003C/1\u003E, чтобы принять участие в переводе и получить до 1 года бесплатного использования.",
"View": "Просмотр",
"Review": "Рецензирование",
"Size": "Размер"
}