Merge branch 'develop' into feature/react-18

This commit is contained in:
Alexey Safronov 2023-03-24 17:01:00 +04:00
commit 4a0a86efb1
228 changed files with 2349 additions and 1578 deletions

View File

@ -1,6 +1,6 @@
@echo off
pwsh %~dp0/build.backend.docker.ps1 %1
pwsh %~dp0/build.backend.docker.ps1 %*
echo.

View File

@ -129,8 +129,8 @@ ENV DNS_NAMESERVER=127.0.0.11 \
MAP_HASH_BUCKET_SIZE=""
RUN apt-get -y update && \
apt-get install -yq vim && \
apt-get install -y dos2unix && \
apt-get install -yq vim \
dos2unix && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /usr/share/nginx/html/*
@ -164,6 +164,7 @@ RUN chown nginx:nginx /etc/nginx/* -R && \
sed -i 's/127.0.0.1:5011/$service_login/' /etc/nginx/conf.d/onlyoffice.conf && \
sed -i 's/127.0.0.1:5001/$service_client/' /etc/nginx/conf.d/onlyoffice.conf && \
sed -i 's/127.0.0.1:5033/$service_healthchecks/' /etc/nginx/conf.d/onlyoffice.conf && \
sed -i 's/$public_root/\/var\/www\/public\//' /etc/nginx/conf.d/onlyoffice.conf && \
sed -i 's/172.*/$document_server;/' /etc/nginx/conf.d/onlyoffice.conf
## ASC.Data.Backup.BackgroundTasks ##
@ -331,7 +332,7 @@ ENV SRC_PATH=${SRC_PATH}
WORKDIR ${BUILD_PATH}/services/ASC.Migration.Runner/
RUN apt-get update && \
apt-get install -y dos2unix
apt-get install -yq dos2unix
COPY docker-migration-entrypoint.sh docker-migration-entrypoint.sh

View File

@ -1,4 +1,4 @@
version: "3.6"
version: "3.8"
services:
onlyoffice-document-server:
image: "${DOCUMENT_SERVER_IMAGE_NAME}"
@ -19,5 +19,5 @@ services:
networks:
default:
external:
name: ${NETWORK_NAME}
name: ${NETWORK_NAME}
external: true

View File

@ -1,6 +1,6 @@
@echo off
pwsh %~dp0/restart.backend.docker.ps1
pwsh %~dp0/restart.backend.docker.ps1 %*
echo.

View File

@ -1,6 +1,6 @@
@echo off
pwsh %~dp0/start.backend.docker.ps1
pwsh %~dp0/start.backend.docker.ps1 %*
echo.

View File

@ -79,7 +79,7 @@ public static class DbQuotaExtension
Tenant = -3,
Name = "startup",
Description = null,
Features = "free,total_size:2147483648,manager:1,room:12,usersInRoom:3",
Features = "free,total_size:2147483648,manager:5,room:5",
Price = 0,
ProductId = null,
Visible = false

View File

@ -312,7 +312,7 @@ public class SmtpSender : INotifySender
{
ContentId = attachment.ContentId,
Content = new MimeContent(new MemoryStream(attachment.Content)),
ContentDisposition = new ContentDisposition(ContentDisposition.Attachment),
ContentDisposition = new ContentDisposition(ContentDisposition.Inline),
ContentTransferEncoding = ContentEncoding.Base64,
FileName = attachment.FileName
};

View File

@ -193,8 +193,15 @@ public class NotifyHelper
if (!string.IsNullOrEmpty(url))
{
args.Add(new TagValue(CommonTags.VirtualRootPath, url));
args.Add(new TagValue(CommonTags.ProfileUrl, url + _commonLinkUtility.GetMyStaff()));
args.Add(new TagValue(CommonTags.LetterLogo, _tenantLogoManager.GetLogoDark(false)));
args.Add(new TagValue(CommonTags.ProfileUrl, url + _commonLinkUtility.GetMyStaff()));
var attachment = _tenantLogoManager.GetMailLogoAsAttacment().Result;
if (attachment != null)
{
args.Add(new TagValue(CommonTags.LetterLogo, "cid:" + attachment.ContentId));
args.Add(new TagValue(CommonTags.EmbeddedAttachments, new[] { attachment }));
}
}
return args;

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%"/>
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%"/>
</a>
</div>
</td>

View File

@ -96,8 +96,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -96,8 +96,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -96,8 +96,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -126,8 +126,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -96,8 +96,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -96,8 +96,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -96,8 +96,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -96,8 +96,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -96,8 +96,8 @@
<tr border="0" cellspacing="0" cellpadding="0">
<td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;">
<div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;">
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
<a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 386px; height: 44px; margin: 0; padding: 0;" target="_blank">
<img src="%LOGO%" style="border: 0px none; width: 386px; height: 44px; margin: 0; padding: 0;" alt="%LOGOTEXT%" />
</a>
</div>
</td>

View File

@ -177,7 +177,11 @@ const findImagesIntoFiles = (fileList, imageList) => {
const usedImages = [];
imageList.forEach((i) => {
if (i.path.indexOf("flags") > -1 || i.path.indexOf("thirdparties") > -1)
if (
i.path.indexOf("flags") > -1 ||
i.path.indexOf("thirdparties") > -1 ||
i.path.indexOf("notifications") > -1
)
return usedImages.push(i.fileName);
imgCollection.push(i.fileName);

View File

@ -56,6 +56,7 @@ public class DbWorker
using var tx = await dbContext.Database.BeginTransactionAsync(IsolationLevel.ReadCommitted);
var notifyQueue = _mapper.Map<NotifyMessage, NotifyQueue>(m);
notifyQueue.Attachments = JsonConvert.SerializeObject(m.Attachments);
notifyQueue = dbContext.NotifyQueue.Add(notifyQueue).Entity;
await dbContext.SaveChangesAsync();

View File

@ -110,7 +110,7 @@
"min": 3,
"max": 50
},
"images": "images",
"images": "static/images",
"hide-settings": "Monitoring,LdapSettings,DocService,MailService,PublicPortal,ProxyHttpContent,SpamSubscription,FullTextSearch",
"hub": {
"url": "/socket.io",

File diff suppressed because it is too large Load Diff

View File

@ -3502,122 +3502,6 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>Collaborator</name>
<description/>
<comment/>
<default_text/>
<translations>
<translation>
<language>az-Cyrl-AZ</language>
<approved>false</approved>
</translation>
<translation>
<language>bg-BG</language>
<approved>false</approved>
</translation>
<translation>
<language>cs-CZ</language>
<approved>false</approved>
</translation>
<translation>
<language>de-DE</language>
<approved>false</approved>
</translation>
<translation>
<language>el-GR</language>
<approved>false</approved>
</translation>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-ES</language>
<approved>false</approved>
</translation>
<translation>
<language>fi-FI</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-FR</language>
<approved>false</approved>
</translation>
<translation>
<language>hy-AM</language>
<approved>false</approved>
</translation>
<translation>
<language>it-IT</language>
<approved>false</approved>
</translation>
<translation>
<language>ja-JP</language>
<approved>false</approved>
</translation>
<translation>
<language>ko-KR</language>
<approved>false</approved>
</translation>
<translation>
<language>lo-LA</language>
<approved>false</approved>
</translation>
<translation>
<language>lv-LV</language>
<approved>false</approved>
</translation>
<translation>
<language>nl-NL</language>
<approved>false</approved>
</translation>
<translation>
<language>pl-PL</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-BR</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-PT</language>
<approved>false</approved>
</translation>
<translation>
<language>ro-RO</language>
<approved>false</approved>
</translation>
<translation>
<language>ru-RU</language>
<approved>false</approved>
</translation>
<translation>
<language>sk-SK</language>
<approved>false</approved>
</translation>
<translation>
<language>sl-SI</language>
<approved>false</approved>
</translation>
<translation>
<language>tr-TR</language>
<approved>false</approved>
</translation>
<translation>
<language>uk-UA</language>
<approved>false</approved>
</translation>
<translation>
<language>vi-VN</language>
<approved>false</approved>
</translation>
<translation>
<language>zh-CN</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>Color</name>
<description/>
@ -4546,6 +4430,122 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>Context</name>
<description/>
<comment/>
<default_text/>
<translations>
<translation>
<language>az-Cyrl-AZ</language>
<approved>false</approved>
</translation>
<translation>
<language>bg-BG</language>
<approved>false</approved>
</translation>
<translation>
<language>cs-CZ</language>
<approved>false</approved>
</translation>
<translation>
<language>de-DE</language>
<approved>false</approved>
</translation>
<translation>
<language>el-GR</language>
<approved>false</approved>
</translation>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-ES</language>
<approved>false</approved>
</translation>
<translation>
<language>fi-FI</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-FR</language>
<approved>false</approved>
</translation>
<translation>
<language>hy-AM</language>
<approved>false</approved>
</translation>
<translation>
<language>it-IT</language>
<approved>false</approved>
</translation>
<translation>
<language>ja-JP</language>
<approved>false</approved>
</translation>
<translation>
<language>ko-KR</language>
<approved>false</approved>
</translation>
<translation>
<language>lo-LA</language>
<approved>false</approved>
</translation>
<translation>
<language>lv-LV</language>
<approved>false</approved>
</translation>
<translation>
<language>nl-NL</language>
<approved>false</approved>
</translation>
<translation>
<language>pl-PL</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-BR</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-PT</language>
<approved>false</approved>
</translation>
<translation>
<language>ro-RO</language>
<approved>false</approved>
</translation>
<translation>
<language>ru-RU</language>
<approved>false</approved>
</translation>
<translation>
<language>sk-SK</language>
<approved>false</approved>
</translation>
<translation>
<language>sl-SI</language>
<approved>false</approved>
</translation>
<translation>
<language>tr-TR</language>
<approved>false</approved>
</translation>
<translation>
<language>uk-UA</language>
<approved>false</approved>
</translation>
<translation>
<language>vi-VN</language>
<approved>false</approved>
</translation>
<translation>
<language>zh-CN</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>ContinueButton</name>
<description/>
@ -20090,6 +20090,122 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>PowerUser</name>
<description/>
<comment/>
<default_text/>
<translations>
<translation>
<language>az-Cyrl-AZ</language>
<approved>false</approved>
</translation>
<translation>
<language>bg-BG</language>
<approved>false</approved>
</translation>
<translation>
<language>cs-CZ</language>
<approved>false</approved>
</translation>
<translation>
<language>de-DE</language>
<approved>false</approved>
</translation>
<translation>
<language>el-GR</language>
<approved>false</approved>
</translation>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-ES</language>
<approved>false</approved>
</translation>
<translation>
<language>fi-FI</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-FR</language>
<approved>false</approved>
</translation>
<translation>
<language>hy-AM</language>
<approved>false</approved>
</translation>
<translation>
<language>it-IT</language>
<approved>false</approved>
</translation>
<translation>
<language>ja-JP</language>
<approved>false</approved>
</translation>
<translation>
<language>ko-KR</language>
<approved>false</approved>
</translation>
<translation>
<language>lo-LA</language>
<approved>false</approved>
</translation>
<translation>
<language>lv-LV</language>
<approved>false</approved>
</translation>
<translation>
<language>nl-NL</language>
<approved>false</approved>
</translation>
<translation>
<language>pl-PL</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-BR</language>
<approved>false</approved>
</translation>
<translation>
<language>pt-PT</language>
<approved>false</approved>
</translation>
<translation>
<language>ro-RO</language>
<approved>false</approved>
</translation>
<translation>
<language>ru-RU</language>
<approved>false</approved>
</translation>
<translation>
<language>sk-SK</language>
<approved>false</approved>
</translation>
<translation>
<language>sl-SI</language>
<approved>false</approved>
</translation>
<translation>
<language>tr-TR</language>
<approved>false</approved>
</translation>
<translation>
<language>uk-UA</language>
<approved>false</approved>
</translation>
<translation>
<language>vi-VN</language>
<approved>false</approved>
</translation>
<translation>
<language>zh-CN</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>PreparationPortalTitle</name>
<description/>

View File

@ -90,7 +90,7 @@ namespace ASC.Migrations.MySql.Migrations.CoreDb
new
{
Tenant = -3,
Features = "free,total_size:2147483648,manager:1,room:12,usersInRoom:3",
Features = "free,total_size:2147483648,manager:5,room:5",
Name = "startup",
Price = 0m,
Visible = false

View File

@ -120,7 +120,7 @@ public partial class CoreDbContextMigrate : Migration
migrationBuilder.InsertData(
table: "tenants_quota",
columns: new[] { "tenant", "description", "features", "name", "product_id" },
values: new object[] { -3, null, "free,total_size:2147483648,manager:1,room:12,usersInRoom:3", "startup", null });
values: new object[] { -3, null, "free,total_size:2147483648,manager:5,room:5", "startup", null });
migrationBuilder.InsertData(
table: "tenants_quota",

View File

@ -87,7 +87,7 @@ namespace ASC.Migrations.MySql.Migrations.CoreDb
new
{
Tenant = -3,
Features = "free,total_size:2147483648,manager:1,room:12,usersInRoom:3",
Features = "free,total_size:2147483648,manager:5,room:5",
Name = "startup",
Price = 0m,
Visible = false

View File

@ -85,7 +85,7 @@ namespace ASC.Migrations.PostgreSql.Migrations.CoreDb
new
{
Tenant = -3,
Features = "free,total_size:2147483648,manager:1,room:12,usersInRoom:3",
Features = "free,total_size:2147483648,manager:5,room:5",
Name = "startup",
Price = 0m,
Visible = false

View File

@ -113,7 +113,7 @@ public partial class CoreDbContextMigrate : Migration
schema: "onlyoffice",
table: "tenants_quota",
columns: new[] { "tenant", "description", "features", "name", "visible" },
values: new object[] { -3, null, "free,total_size:2147483648,manager:1,room:12,usersInRoom:3", "startup", false });
values: new object[] { -3, null, "free,total_size:2147483648,manager:5,room:5", "startup", false });
migrationBuilder.InsertData(
schema: "onlyoffice",

View File

@ -82,7 +82,7 @@ namespace ASC.Migrations.PostgreSql.Migrations.CoreDb
new
{
Tenant = -3,
Features = "free,total_size:2147483648,manager:1,room:12,usersInRoom:3",
Features = "free,total_size:2147483648,manager:5,room:5",
Name = "startup",
Price = 0m,
Visible = false

View File

@ -2,6 +2,6 @@
"ChangeUserStatusDialog": "{{ userStatus }} olan istifadəçilər {{ status }} olacaqlar.",
"ChangeUserStatusDialogHeader": "İstifadəçi statusunun dəyişdirilməsi",
"ChangeUsersActiveStatus": "iz ver",
"ChangeUsersDisableStatus": "Söndürülüb",
"ChangeUsersDisableStatus": "söndürülüb",
"ChangeUsersStatusButton": "İstifadəçi statusunun dəyişdirilməsi"
}

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Şifrə uğurla dəyişdirildi",
"ConfirmOwnerPortalSuccessMessage": "DocSpace sahibi uğurla dəyişdirildi. 10 saniyə ərzində yönləndiriləcəksiniz.",
"ConfirmOwnerPortalTitle": "Lütfən DocSpace sahibini {{newOwner}} olaraq dəyişdirmək istədiyinizi təsdiqləyin",
"ConfirmOwnerPortalTitle": "Lütfən DocSpace sahibini {{newOwner}} olaraq dəyişdirmək istədiyinizi təsdiqləyin.",
"CurrentNumber": "Cari mobil telefon nömrəniz",
"DeleteProfileBtn": "Hesabımı silin",
"DeleteProfileConfirmation": "Diqqət! Hesabınızı silmək üzrəsiniz.",
@ -11,7 +11,7 @@
"EmailAndPasswordCopiedToClipboard": "E-poçt ünvanı və şifrə mübadilə buferinə kopyalandı.",
"EnterAppCodeDescription": "Öz tətbiqinizdən əldə etdiyiniz 6 rəqəmli kodu daxil edin. Əgər telefonunuz əlçatan deyilsə, o zaman ehtiyat kodlarından istifadə edin.",
"EnterAppCodeTitle": "Doğrulama tətbiqindən kodu daxil edin",
"EnterCodePlaceholder": "Kodu daxil edin.",
"EnterCodePlaceholder": "Kodu daxil edin",
"EnterPhone": "Mobil telefon nömrəsi daxil edin",
"GetCode": "Kodu əldə edin",
"InviteTitle": "Siz portala qoşulmaq üçün dəvət olunmusunuz!",
@ -22,5 +22,5 @@
"SetAppDescription": "İki faktorlu avtorizasiya kodu aktivləşdirildi. DocSpace-də işləməyə davam etmək üçün doğrulama tətbiqini quraşdırın. Doğrulama tətbiqini <1>Android</1> və <4>iOS</4> və ya <8>Windows Phone</8> üçün istifadə edə bilərsiniz.",
"SetAppInstallDescription": "Tətbiqə qoşulmaq üçün QR kodu skan edin və ya manual olaraq öz gizli açarınızı <1>{{ secretKey }}</1>, daha sonra isə aşağıdakı xanada tətbiqdən əldə etdiyiz 6 rəqəmli kodu daxil edin.",
"SetAppTitle": "Doğrulama tətbiqini quraşdırın",
"WelcomeUser": "Portalımıza xoş gəlmisiniz!\nBaşlamaq üçün qeydiyyatdan keçin və ya sosial şəbəkə vasitəsilə giriş edin."
"WelcomeUser": "DocSpace-ə xoş gəlmisiniz!\nBaşlamaq üçün qeydiyyatdan keçin və ya sosial şəbəkə vasitəsilə giriş edin."
}

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "адрес",
"AboutCompanyAddressTitle": "Адрес",
"AboutCompanyEmailTitle": "имейл",
"AboutHeader": "Относно тази програма",
"DocumentManagement": "Управление на документа",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Паролата е сменена успешно",
"ConfirmOwnerPortalSuccessMessage": "Собственикът на DocSpace бе сменен успешно. След 10 секунди ще бъдете пренасочени.",
"ConfirmOwnerPortalTitle": "Молим да потвърдите, че искате да смените собственика на DocSpace с {{newOwner}}",
"ConfirmOwnerPortalTitle": "Молим да потвърдите, че искате да смените собственика на DocSpace с {{newOwner}}.",
"CurrentNumber": "Вашият текущ мобилен телефон",
"DeleteProfileBtn": "Изтрий моя профил",
"DeleteProfileConfirmation": "Внимание! На път сте да изтриете профила си.",
@ -22,5 +22,5 @@
"SetAppDescription": "Двуфакторното удостоверяване е активирано. Конфигурирайте приложението си за удостоверяване, за да продължите работата в DocSpace. Можете да използвате Google Authenticator за <1>Android</1> и <4>iOS</4> или Authenticator за <8>Windows телефон</8>.",
"SetAppInstallDescription": "За да свържете приложението, сканирайте QR кода или въведете ръчно тайния си ключ <1>{{ secretKey }}</1>, след това въведете 6-цифрения код от приложението си в полето отдолу.",
"SetAppTitle": "Конфигурирайте своето приложение за удостоверяване",
"WelcomeUser": "Добре дошли в нашия портал!\nЗа да започнете, регистрирайте се или влезте чрез социални мрежи."
"WelcomeUser": "Добре дошли в нашия DocSpace!\nЗа да започнете, регистрирайте се или влезте чрез социални мрежи."
}

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "adresa",
"AboutCompanyAddressTitle": "Adresa",
"AboutCompanyEmailTitle": "email",
"AboutHeader": "O tomto programu",
"DocumentManagement": "Správa dokumentů",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Heslo bylo úspěšně změněno",
"ConfirmOwnerPortalSuccessMessage": "Vlastník DocSpace byl úspěšně změněn. Za 10 sekund budete přesměrováni.",
"ConfirmOwnerPortalTitle": "Potvrďte prosím, že chcete změnit vlastníka DocSpace na {{newOwner}}",
"ConfirmOwnerPortalTitle": "Potvrďte prosím, že chcete změnit vlastníka DocSpace na {{newOwner}}.",
"CurrentNumber": "Vaše aktuální číslo mobilního telefonu",
"DeleteProfileBtn": "Smazat můj účet",
"DeleteProfileConfirmation": "Pozor! Chystáte se smazat svůj účet.",
@ -22,5 +22,5 @@
"SetAppDescription": "Dvoufázové ověřování je povoleno. Nakonfigurujte aplikaci autentizátoru, abyste mohli pokračovat v práci v DocSpace. Můžete použít aplikaci Google Authenticator pro <1>Android</1> a <4>iOS</4> nebo Authenticator pro <8>Windows Phone</8>.",
"SetAppInstallDescription": "Chcete-li aplikaci připojit, naskenujte kód QR nebo ručně zadejte svůj tajný klíč <1>{{{ secretKey }}</1> a poté zadejte šestimístný kód z aplikace do pole níže.",
"SetAppTitle": "Nastavení aplikace autentizačního zařízení",
"WelcomeUser": "Vítejte na našem portálu!\nChcete-li začít, zaregistrujte se nebo se přihlaste prostřednictvím sociálních sítí."
"WelcomeUser": "Vítejte na našem DocSpace!\nChcete-li začít, zaregistrujte se nebo se přihlaste prostřednictvím sociálních sítí."
}

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Passwort wurde erfolgreich geändert",
"ConfirmOwnerPortalSuccessMessage": "Der Portalbesitzer wurde erfolgreich geändert. In 10 Sekunden werden umgeleitet werden.",
"ConfirmOwnerPortalTitle": "Bitte bestätigen Sie, dass {{newOwner}} Portalbesitzer werden soll",
"ConfirmOwnerPortalTitle": "Bitte bestätigen Sie, dass {{newOwner}} Portalbesitzer werden soll.",
"CurrentNumber": "Ihre aktuelle Telefonnummer",
"DeleteProfileBtn": "Mein Konto löschen",
"DeleteProfileConfirmation": "Achtung! Dies wird Ihr Konto löschen.",
@ -18,9 +18,10 @@
"LoginRegistryButton": "Beitreten",
"PassworResetTitle": "Jetzt können Sie ein neues Kennwort erstellen.",
"PhoneSubtitle": "Die Zwei-Faktor-Authentifizierung ist für die zusätzliche Sicherheit des Portals bereitgestellt. Geben Sie eine neue Telefonnummer ein, um die Arbeit auf dem DocSpace fortzusetzen. Die Mobiltelefonnummer muss im internationalen Format mit dem Ländercode eingegeben werden.",
"PortalContinueTitle": "Veuillez confirmer que vous souhaitez réactiver votre DocSpace.",
"SetAppButton": "App verbinden",
"SetAppDescription": "Zwei-Faktor-Authentifizierung ist aktiv. Konfigurieren Sie Ihre Authentifizierungsanwendung für weitere Arbeit auf dem Portal. Sie können Google Authenticator für <1>Android</1> und <4>iOS</4> oder Authenticator für <8>Windows Phone</8> benutzen.",
"SetAppInstallDescription": "Verbinden Sie die App, indem Sie den QR-Code einscannen oder den Geheimschlüssel <1>{{ secretKey }}</1> manuell eingeben. Geben Sie dann den sechsstelligen Code aus Ihrer App im unten stehenden Feld ein.",
"SetAppTitle": "Konfigurieren Sie Ihre Authentifizierungsanwendung",
"WelcomeUser": "Willkommen bei unserem Portal!\nRegistrieren Sie sich oder melden Sie sich über soziale Netzwerke an, um fortzusetzen."
"WelcomeUser": "Willkommen bei unserem DocSpace!\nRegistrieren Sie sich oder melden Sie sich über soziale Netzwerke an, um fortzusetzen."
}

View File

@ -1,6 +1,6 @@
{
"ConflictResolveDescription": "Die Datei <1>{{file}}</1> existiert bereits im Ordner <1>{{folder}}</1>",
"ConflictResolveDescriptionFiles": "im Ordner <1>{{folder}}</1> sind bereits {{filesCount}} Dokumente mit dem gleichen Namen vorhanden",
"ConflictResolveDescriptionFiles": "im Ordner <1>{{folder}}</1> sind bereits {{filesCount}} Dokumente mit dem gleichen Namen vorhanden.",
"ConflictResolveSelectAction": "Bitte wählen Sie die Aktion aus:",
"ConflictResolveTitle": "Bestätigung überschreiben",
"CreateDescription": "Es werden zwei verschiedene Dateien in dem Ordner vorhanden sein.",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Ο κωδικός πρόσβασης άλλαξε με επιτυχία",
"ConfirmOwnerPortalSuccessMessage": "Ο κάτοχος της DocSpace άλλαξε επιτυχώς. Σε 10 δευτερόλεπτα θα ανακατευθυνθείτε.",
"ConfirmOwnerPortalTitle": "Επιβεβαιώστε ότι θέλετε να αλλάξετε τον κάτοχο της DocSpace σε {{newOwner}}",
"ConfirmOwnerPortalTitle": "Επιβεβαιώστε ότι θέλετε να αλλάξετε τον κάτοχο της DocSpace σε {{newOwner}}.",
"CurrentNumber": "Ο τωρινός αριθμός κινητού τηλεφώνου σας",
"DeleteProfileBtn": "Διαγραφή του λογαριασμού μου",
"DeleteProfileConfirmation": "Προσοχή! Πρόκειται να διαγράψετε τον λογαριασμό σας.",
@ -22,5 +22,5 @@
"SetAppDescription": "Ο έλεγχος ταυτότητας δύο παραγόντων είναι ενεργοποιημένος. Ρυθμίστε την εφαρμογή επαληθευτή για να συνεχίσετε να εργάζεστε στην DocSpace. Μπορείτε να χρησιμοποιήσετε το Google Authenticator για <1>Android</1> και <4>iOS</4> ή το Authenticator για <8>Windows Phone</8>.",
"SetAppInstallDescription": "Για να συνδέσετε την εφαρμογή, σαρώστε τον κωδικό QR ή εισαγάγετε χειροκίνητα το μυστικό σας κλειδί <1>{{ secretKey }}}</1> και, στη συνέχεια, εισαγάγετε έναν 6ψήφιο κωδικό από την εφαρμογή σας στο παρακάτω πεδίο.",
"SetAppTitle": "Διαμορφώστε την εφαρμογή επαληθευτή",
"WelcomeUser": "Καλώς ήρθατε στην πύλη μας!\nΓια να ξεκινήσετε, εγγραφείτε ή συνδεθείτε μέσω κοινωνικής δικτύωσης."
"WelcomeUser": "Καλώς ήρθατε στην DocSpace μας!\nΓια να ξεκινήσετε, εγγραφείτε ή συνδεθείτε μέσω κοινωνικής δικτύωσης."
}

View File

@ -1,6 +1,6 @@
{
"ConflictResolveDescription": "Το αρχείο με το όνομα <1>{{file}}</1> υπάρχει ήδη στον φάκελο <1>{{folder}}</1>.",
"ConflictResolveDescriptionFiles": "{{filesCount}} έγγραφα με το ίδιο όνομα υπάρχουν ήδη στον φάκελο <1>{{folder}}</1>",
"ConflictResolveDescriptionFiles": "{{filesCount}} έγγραφα με το ίδιο όνομα υπάρχουν ήδη στον φάκελο <1>{{folder}}</1>.",
"ConflictResolveSelectAction": "Επιλέξτε την ενέργεια",
"ConflictResolveTitle": "Επιβεβαίωση αντικατάστασης",
"CreateDescription": "Θα υπάρχουν δύο διαφορετικά αρχεία στον φάκελο.",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Password has been successfully changed",
"ConfirmOwnerPortalSuccessMessage": "DocSpace owner has been successfully changed. You will be redirected in 10 seconds.",
"ConfirmOwnerPortalTitle": "Please confirm you want to change the DocSpace owner to {{newOwner}}",
"ConfirmOwnerPortalTitle": "Please confirm you want to change the DocSpace owner to {{newOwner}}.",
"CurrentNumber": "Your current mobile phone number",
"DeleteProfileBtn": "Delete my account",
"DeleteProfileConfirmation": "Attention! You are about to delete your account.",
@ -18,9 +18,9 @@
"LoginRegistryButton": "Join",
"PassworResetTitle": "Now you can create a new password.",
"PhoneSubtitle": "The two-factor authentication is enabled to provide additional security. Enter your mobile phone number to continue working in the DocSpace. Mobile phone number must be entered using an international format with the country code.",
"PortalContinueTitle": "Please confirm that you want to reactivate your DocSpace",
"PortalDeactivateTitle": "Please confirm that you want to deactivate your DocSpace",
"PortalRemoveTitle": "Please confirm that you want to delete your DocSpace",
"PortalContinueTitle": "Please confirm that you want to reactivate your DocSpace.",
"PortalDeactivateTitle": "Please confirm that you want to deactivate your DocSpace.",
"PortalRemoveTitle": "Please confirm that you want to delete your DocSpace.",
"Reactivate": "Reactivate",
"SetAppButton": "Connect app",
"SetAppDescription": "Two-factor authentication is enabled. Configure your authenticator app to continue working in the DocSpace. You can use Google Authenticator for <1>Android</1> and <4>iOS</4> or Authenticator for <8>Windows Phone</8>.",
@ -28,5 +28,5 @@
"SetAppTitle": "Configure your authenticator application",
"SuccessDeactivate": "Your account has been successfully deactivated. In 10 seconds you will be redirected to the <1>site</1>.",
"SuccessReactivate": "Your account has been successfully reactivated. In 10 seconds you will be redirected to the <1>portal</1>.",
"WelcomeUser": "Welcome to our DocSpace! To get started, register or log in via social networks."
"WelcomeUser": "Welcome to our DocSpace!\nTo get started, register or log in via social networks."
}

View File

@ -4,7 +4,7 @@
"CollaborationRoomTitle": "Collaboration room",
"CreateRoomConfirmation": "Continue without connecting the storage?\nYou have selected a third-party storage option that is not connected yet. If you proceed without connecting the service, this option will not be added.",
"CreateTagOption": "Create tag",
"CustomRoomDescription": "Apply your own settings to use this room for any custom purpose",
"CustomRoomDescription": "Apply your own settings to use this room for any custom purpose.",
"CustomRoomTitle": "Custom room",
"FillingFormsRoomDescription": "Build, share and fill document templates or work with the ready presets to quickly create documents of any type.",
"FillingFormsRoomTitle": "Filling forms room",

View File

@ -5,10 +5,10 @@
"RequestActivation": "Request activation once again",
"RoomQuotaDescription": "You can archive the unnecessary rooms or <1>{{clickHere}}</1> to find a more suitable pricing plan for your DocSpace.",
"RoomQuotaHeader": "Rooms is about to be exceeded: {{currentValue}} / {{maxValue}}",
"StorageAndRoomHeader": "Storage and rooms limits are about to be exceeded.",
"StorageAndUserHeader": "Storage and admins/power users limits are about to be exceeded.",
"StorageQuotaDescription": "You can remove the unnecessary files or <1>{{clickHere}}</1> to find a more suitable pricing plan for your DocSpace.",
"StorageQuotaHeader": "Storage space amount is about to be exceeded: {{currentValue}} / {{maxValue}}",
"UserQuotaDescription": "<1>{{clickHere}}</1> to find a better pricing plan for your portal.",
"UserQuotaHeader": "The number of admins/power users is about to be exceed: {{currentValue}} / {{maxValue}}",
"StorageAndUserHeader": "Storage and admins/power users limits are about to be exceeded.",
"StorageAndRoomHeader": "Storage and rooms limits are about to be exceeded."
"UserQuotaHeader": "The number of admins/power users is about to be exceed: {{currentValue}} / {{maxValue}}"
}

View File

@ -41,7 +41,6 @@
"OwnerChange": "Change owner",
"Presentations": "Presentations",
"Remove": "Remove",
"RolePowerUserDescription": "Power users can create and edit files in the room, but can't create rooms, manage users, or access settings.",
"RoleCommentator": "Commentator",
"RoleCommentatorDescription": "Operations with existing files: viewing, commenting.",
"RoleDocSpaceAdminDescription": "DocSpace admins can access DocSpace settings, manage and archive rooms, invite new users and assign roles below their level. All admins have access to the Personal section.",
@ -49,6 +48,7 @@
"RoleEditorDescription": "Operations with existing files: viewing, editing, form filling, reviewing, commenting.",
"RoleFormFiller": "Form filler",
"RoleFormFillerDescription": "Operations with existing files: viewing, form filling, reviewing, commenting.",
"RolePowerUserDescription": "Power users can create and edit files in the room, but can't create rooms, manage users, or access settings.",
"RoleReviewer": "Reviewer",
"RoleReviewerDescription": "Operations with existing files: viewing, reviewing, commenting.",
"RoleRoomAdminDescription": "Room admins can create and manage the assigned rooms, invite new users and assign roles below their level. All admins have access to the Personal section.",

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "dirección",
"AboutCompanyAddressTitle": "Dirección",
"AboutCompanyEmailTitle": "email",
"AboutHeader": "Acerca de este programa",
"DocumentManagement": "Administración de documentos",

View File

@ -1 +1,8 @@
{}
{
"ArchiveHeader": "¿Mover a Salas arhivadas?",
"ArchiveRoom": "Está a punto de archivar una sala.",
"ArchiveRooms": "Está a punto de archivar las salas.",
"RestoreAllRooms": "¿Está seguro de que desea restaurar todas las salas?",
"RestoreRoom": "¿Está seguro de que desea restaurar una sala?",
"RestoreRooms": "¿Está seguro de que desea restaurar salas?"
}

View File

@ -1,4 +1,9 @@
{
"AppointAdmin": "Designar administradores",
"BackupPortal": "Dados do DocSpace de backup",
"ChangeInstruction": "Para cambiar el propietario de DocSpace, elija a continuación el nombre del nuevo propietario.",
"ChangeOwner": "Cambiar el propietario de DocSpace",
"ChangeUser": "Cambiar usuario",
"DeactivateOrDeletePortal": "Desactivar o eliminar DocSpace",
"ManagePortal": "Gestionar la configuración del portal",
"ManageUser": "Gestionar las cuentas de usuarios"

View File

@ -2,6 +2,7 @@
"ChangeUserTypeButton": "Cambiar tipo",
"ChangeUserTypeHeader": "Cambiar tipo de usuario",
"ChangeUserTypeMessage": "Los usuarios con el tipo '{{ firstType }}' serán movidos al tipo '{{ secondType }}'.",
"ChangeUserTypeMessageMulti": "Los usuarios seleccionados se moverán al tipo '{{ secondType }}'.",
"ChangeUserTypeMessageWarning": "No puede cambiar el estado para el propietario del portal y para usted mismo.",
"SuccessChangeUserType": "Se ha cambiado el tipo de usuario correctamente"
}

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Contraseña se ha cambiado con éxito",
"ConfirmOwnerPortalSuccessMessage": "El propietario del portal ha sido cambiado correctamente. Dentro de 10 segundos será redirigido.",
"ConfirmOwnerPortalTitle": "Por favor, confirme que desea cambiar el propietario del portal a {{newOwner}}",
"ConfirmOwnerPortalTitle": "Por favor, confirme que desea cambiar el propietario del portal a {{newOwner}}.",
"CurrentNumber": "Su número de teléfono móvil actual",
"DeleteProfileBtn": "Eliminar mi cuenta",
"DeleteProfileConfirmation": "¡Atención! Usted va a eliminar su cuenta.",
@ -18,9 +18,15 @@
"LoginRegistryButton": "Unirse",
"PassworResetTitle": "Ahora puede crear una nueva contraseña.",
"PhoneSubtitle": "La autenticación de dos factores está activada para asegurar la seguridad adicional. Introduzca su número de teléfono móvil para continuar trabajando en DocSpace. Es preciso que introduzca el número de teléfono en el formato internacional con un código de país.",
"PortalContinueTitle": "Por favor, confirme que desea reactivar su DocSpace.",
"PortalDeactivateTitle": "Por favor, confirme que desea desactivar su DocSpace.",
"PortalRemoveTitle": "Por favor, confirme que desea eliminar su DocSpace.",
"Reactivate": "Reactivar",
"SetAppButton": "Conectar aplicación",
"SetAppDescription": "La autenticación de dos factores está activada. Configure su aplicación de autenticación para seguir trabajando en el portal. Puede utilizar Google Authenticator para <1>Android</1> y <4>iOS</4> o Authenticator para <8>Windows Phone</8>.",
"SetAppInstallDescription": "Para conectar la app, escanee el código QR o introduzca manualmente su clave secreta <1>{{ secretKey }}</1>, y luego introduzca un código de 6 dígitos de su app en el campo de abajo.",
"SetAppTitle": "Configure su aplicación de autenticación",
"WelcomeUser": "¡Le damos la bienvenida a nuestro portal!\nPara empezar, regístrese o inicie sesión a través de las redes sociales."
"SuccessDeactivate": "Su cuenta se ha desactivado correctamente. En 10 segundos será redirigido al <1>sitio</1>.",
"SuccessReactivate": "Su cuenta se ha reactivado correctamente. En 10 segundos será redirigido al <1>portal</1>.",
"WelcomeUser": "¡Le damos la bienvenida a nuestro DocSpace!\nPara empezar, regístrese o inicie sesión a través de las redes sociales."
}

View File

@ -3,5 +3,6 @@
"ConnectFolderTitle": "Título de carpeta",
"ConnectionUrl": "URL de conexión",
"Login": "Iniciar sesión",
"Reconnect": "Volver a conectar"
"Reconnect": "Volver a conectar",
"SuccessfulConnectionOfAThirdParty": "El servicio de terceros se ha conectado correctamente."
}

View File

@ -1,6 +1,9 @@
{
"ConversionMessage": "Todos los documentos que usted carga serán convertidos en el formato Office Open XML (docx, xlsx o pptx) para una edición más rápida.",
"ConvertedFileDestination": "La copia del archivo se creará en la carpeta <strong>{{folderTitle}}</strong>.",
"DocumentConversionTitle": "Conversión de documentos",
"FailedToConvert": "Error al convertir",
"FileUploadTitle": "Carga de archivos",
"HideMessage": "No volver a mostrar este mensaje",
"InfoCreateFileIn": "Un archivo nuevo'{{fileTitle}}' ha sido creado en '{{folderTitle}}'",
"OpenFileMessage": "El documento, que Usted abre, se convertirá al formato Office Open XML para la vista y edición rápida.",

View File

@ -1 +1,27 @@
{}
{
"ChooseRoomType": "Elegir el tipo de sala",
"CollaborationRoomDescription": "Colabore en uno o varios documentos con su equipo",
"CollaborationRoomTitle": "Sala de colaboración",
"CreateRoomConfirmation": "¿Continuar sin conectar el almacenamiento?\nHa seleccionado una opción de almacenamiento de terceros que aún no está conectada. Si continúa sin conectar el servicio, esta opción no se añadirá.",
"CreateTagOption": "Crear etiqueta",
"CustomRoomDescription": "Aplique sus propios ajustes para utilizar esta sala según sus necesidades.",
"CustomRoomTitle": "Sala personalizada",
"FillingFormsRoomDescription": "Cree, comparta y rellene plantillas de documentos o trabaje con los preajustes listos para crear rápidamente documentos de cualquier tipo.",
"FillingFormsRoomTitle": "Sala para rellenar formularios",
"Icon": "Icono",
"MakeRoomPrivateDescription": "Todos los archivos de esta sala se cifrarán.",
"MakeRoomPrivateLimitationsWarningDescription": "Con esta característica, solo puede invitar a los usuarios existentes de DocSpace. Después de crear una sala, no podrá cambiar la lista de usuarios.",
"MakeRoomPrivateTitle": "Hacer que la sala sea privada",
"ReviewRoomDescription": "Solicitar una revisión o comentarios sobre los documentos",
"ReviewRoomTitle": "Sala de revisión",
"RoomEditing": "Edición de las salas",
"RootLabel": "Raíz",
"TagsPlaceholder": "Añadir una etiqueta",
"ThirdPartyStorageComboBoxPlaceholder": "Seleccionar almacenamiento",
"ThirdPartyStorageDescription": "Utilice servicios de terceros como almacenamiento de datos para esta sala. Se creará una nueva carpeta para almacenar los datos de esta sala en el almacenamiento conectado.",
"ThirdPartyStorageNoStorageAlert": "Sobre todo, debe conectar el servicio correspondiente en la sección \"Integración\". En caso contrario, la conexión no será posible.",
"ThirdPartyStoragePermanentSettingDescription": "Los archivos se guardan en el almacenamiento de terceros {{thirdpartyTitle}} en la carpeta \"{{thirdpartyFolderName}}\".",
"ThirdPartyStorageRoomAdminNoStorageAlert": "Para conectar un almacenamiento de terceros, debe añadir el servicio correspondiente en la sección Integración de la configuración de DocSpace. Póngase en contacto con el propietario o administrador de DocSpace para habilitar la integración.",
"ThirdPartyStorageTitle": "Almacenamiento de terceros",
"ViewOnlyRoomTitle": "Sala de solo lectura"
}

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "osoite",
"AboutCompanyAddressTitle": "Osoite",
"AboutCompanyEmailTitle": "sähköposti",
"AboutHeader": "Tietoja tästä ohjelmasta",
"DocumentManagement": "Asiakirjojen hallinta",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Salasanan vaihtaminen onnistui",
"ConfirmOwnerPortalSuccessMessage": "DocSpace omistajan vaihto onnistui. 10 sekunnin kuluttua sinut uudelleen ohjataan.",
"ConfirmOwnerPortalTitle": "Vahvista, että haluat vaihtaa DocSpace omistajaksi henkilön {{newOwner}}",
"ConfirmOwnerPortalTitle": "Vahvista, että haluat vaihtaa DocSpace omistajaksi henkilön {{newOwner}}.",
"CurrentNumber": "Nykyinen matkapuhelinnumerosi",
"DeleteProfileBtn": "Poista tilini",
"DeleteProfileConfirmation": "Huomio! Olet poistamassa tilisi.",
@ -22,5 +22,5 @@
"SetAppDescription": "Kaksivaiheinen todennus on käytössä. Määritä autentikointisovelluksesi jatkaaksesi työskentelyä DocSpacessa. Voit käyttää Google Authenticatoria <1> Android</1> ja <4> iOS</4>-järjestelmällä tai Authenticatoria <8> Windows-puhelimella</8>.",
"SetAppInstallDescription": "Jos haluat yhdistää sovelluksen, skannaa QR-koodi tai kirjoita salainen avaimesi <1> {{secretKey}} </1> manuaalisesti ja kirjoita sitten 6-numeroinen koodi sovelluksestasi alla olevaan kenttään.",
"SetAppTitle": "Määritä todennussovelluksesi",
"WelcomeUser": "Tervetuloa mukaan portaaliimme!\nAloita rekisteröityminen tai kirjautuminen sosiaalisen verkostoitumisen kautta."
"WelcomeUser": "Tervetuloa DocSpaceen!\nAloita rekisteröityminen tai kirjautuminen sosiaalisen verkostoitumisen kautta."
}

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "adresse",
"AboutCompanyAddressTitle": "Adresse",
"AboutCompanyEmailTitle": "e-mail",
"AboutHeader": "À propos de ce programme",
"DocumentManagement": "Gestion des documents",

View File

@ -1 +1,8 @@
{}
{
"ArchiveHeader": "Déplacer à larchive ?",
"ArchiveRoom": "Vous êtes sur le point darchiver une salle.",
"ArchiveRooms": "Vous êtes sur le point darchiver des salles.",
"RestoreAllRooms": "Souhaitez-vous vraiment restaurer toutes les salles ?",
"RestoreRoom": "Souhaitez-vous vraiment restaurer une salle ?",
"RestoreRooms": "Souhaitez-vous vraiment restaurer les salles ?"
}

View File

@ -1,5 +1,10 @@
{
"AppointAdmin": "Nommer les administrateurs",
"BackupPortal": "Créer une sauvegarde de DocSpace",
"ChangeInstruction": "Pour changer le propriétaire de DocSpace, veuillez choisir le nom du nouveau propriétaire ci-dessous.",
"ChangeOwner": "Changer le propriétaire de DocSpace",
"ChangeUser": "Modifier lutilisateur",
"DeactivateOrDeletePortal": "Désactiver ou supprimer DocSpace",
"ManagePortal": "Gérer la configuration du portail",
"ManageUser": "Gérer les comptes d'utilisateurs"
}

View File

@ -2,6 +2,7 @@
"ChangeUserTypeButton": "Modifier le type",
"ChangeUserTypeHeader": "Changer le type d'utilisateur",
"ChangeUserTypeMessage": "Les utilisateurs du type '{{ firstType }}' seront transférés vers le type '{{ secondType }}'.",
"ChangeUserTypeMessageMulti": "Les utilisateurs sélectionnés seront déplacés vers le type '{{ secondType }}'.",
"ChangeUserTypeMessageWarning": "Vous ne pouvez pas changer le type pour le propriétaire de DocSpace ainsi que pour vous même.",
"SuccessChangeUserType": "Le type de l'utilisateur a été modifié avec succès"
}

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Le mot de passe a bien été modifié",
"ConfirmOwnerPortalSuccessMessage": "Le propriétaire de DocSpace a été changé avec succès. Dans 10 secondes, vous serez redirigé.",
"ConfirmOwnerPortalTitle": "Veuillez confirmer le changement de propriétaire. Nouveau propriétaire : {{newOwner}}",
"ConfirmOwnerPortalTitle": "Veuillez confirmer le changement de propriétaire. Nouveau propriétaire : {{newOwner}}.",
"CurrentNumber": "Votre numéro de téléphone mobile actuel",
"DeleteProfileBtn": "Supprimer mon compte",
"DeleteProfileConfirmation": "Attention ! Vous êtes sur le point de supprimer ce compte.",
@ -18,9 +18,14 @@
"LoginRegistryButton": "S'inscrire",
"PassworResetTitle": "Maintenant, vous pouvez créer un nouveau mot de passe.",
"PhoneSubtitle": "L'authentification à 2 facteurs est activée pour assurer une protection supplémentaire. Entrez votre numéro de téléphone portable pour continuer le travail dans DocSpace. Le numéro de téléphone portable doit être entré en utilisant le format international avec le code du pays.",
"PortalDeactivateTitle": "Veuillez confirmer que vous souhaitez désactiver votre DocSpace.",
"PortalRemoveTitle": "Veuillez confirmer que vous souhaitez supprimer votre DocSpace.",
"Reactivate": "Réactiver",
"SetAppButton": "Connecter l'application",
"SetAppDescription": "L'authentification à deux facteurs est activée. Configurez votre application d'authentification pour continuer à travailler dans DocSpace. Vous pouvez utiliser Google Authenticator pour <1>Android</1> et <4>iOS</4> ou Authenticator pour <8>Windows Phone</8>.",
"SetAppInstallDescription": "Pour connecter l'app, scannez le code QR ou saisissez manuellement votre clé secrète <1>{{ secretKey }}</1>, puis saisissez un code à 6 chiffres de votre app dans le champ ci-dessous.",
"SetAppTitle": "Configurez votre application d'authentification",
"WelcomeUser": "Bienvenue sur notre portail !\nPour commencer, enregistrez-vous, ou connectez-vous via les réseaux sociaux."
"SuccessDeactivate": "Votre compte a été désactivé avec succès. Dans 10 secondes, vous serez redirigé vers le <1>site</1>.",
"SuccessReactivate": "Votre compte a été réactivé avec succès. Dans 10 secondes, vous serez redirigé vers le <1>portail</1>.",
"WelcomeUser": "Bienvenue sur notre DocSpaceen !\nPour commencer, enregistrez-vous, ou connectez-vous via les réseaux sociaux."
}

View File

@ -3,5 +3,6 @@
"ConnectFolderTitle": "Titre du dossier",
"ConnectionUrl": "URL de connexion",
"Login": "Identifiant",
"Reconnect": "Reconnexion"
"Reconnect": "Reconnexion",
"SuccessfulConnectionOfAThirdParty": "Le service tiers a été connecté avec succès."
}

View File

@ -2,6 +2,7 @@
"ConversionMessage": "Tous les documents transférés seront convertis au format Office Open XML (docx, xlsx or pptx) pour garantir une édition rapide.",
"ConvertedFileDestination": "La copie du fichier sera créée dans le dossier <strong>{{folderTitle}}</strong>.",
"DocumentConversionTitle": "Conversion du document",
"FailedToConvert": "Échec de la conversion",
"FileUploadTitle": "Chargement du fichier",
"HideMessage": "Ne plus afficher ce message",
"InfoCreateFileIn": "Le nouveau fichier '{{fileTitle}}' est créé dans '{{folderTitle}}'",

View File

@ -1 +1,27 @@
{}
{
"ChooseRoomType": "Choisir le type de salle",
"CollaborationRoomDescription": "Collaborez avec votre équipe sur un ou plusieurs documents",
"CollaborationRoomTitle": "Salle de collaboration",
"CreateRoomConfirmation": "Poursuivre sans connecter le stockage ?\nVous avez sélectionné une option de stockage de tiers qui nest pas encore connectée. Si vous continuez sans connecter le service, cette option ne sera pas ajoutée.",
"CreateTagOption": "Créer une étiquette",
"CustomRoomDescription": "Appliquez vos propres paramètres pour utiliser cette salle à des fins personnalisées.",
"CustomRoomTitle": "Salle personnalisée",
"FillingFormsRoomDescription": "Créez, partagez et remplissez des modèles de documents ou utilisez les modèles prêts à lemploi pour créer rapidement des documents de tout type.",
"FillingFormsRoomTitle": "Salle de remplissage de formulaires",
"Icon": "Icône",
"MakeRoomPrivateDescription": "Tous les fichiers de cette salle seront chiffrés.",
"MakeRoomPrivateLimitationsWarningDescription": "Cette fonction vous permet dinviter uniquement les utilisateurs existants de DocSpace. Après avoir créé une salle, vous ne pourrez pas modifier la liste des utilisateurs.",
"MakeRoomPrivateTitle": "Rendre la salle privée",
"ReviewRoomDescription": "Demander une révision ou des commentaires sur les documents",
"ReviewRoomTitle": "Salle de révision",
"RoomEditing": "Salle de lédition",
"RootLabel": "Racine",
"TagsPlaceholder": "Ajouter une étiquette",
"ThirdPartyStorageComboBoxPlaceholder": "Sélectionner le stockage",
"ThirdPartyStorageDescription": "Utilisez des services tiers pour stocker les données de cette salle. Un nouveau dossier pour le stockage des données de cette salle sera créé dans lespace de stockage connecté.",
"ThirdPartyStorageNoStorageAlert": "Auparavant, vous devez connecter le service correspondant dans la section \"Intégration\". Dans le cas contraire, la connexion ne sera pas possible.",
"ThirdPartyStoragePermanentSettingDescription": "Les fichiers sont stockés dans un espace de stockage tiers {{thirdpartyTitle}} dans le dossier \"{{thirdpartyFolderName}}\".",
"ThirdPartyStorageRoomAdminNoStorageAlert": "Pour connecter un stockage tiers, vous devez ajouter le service correspondant dans la section Intégration des paramètres de DocSpace. Contactez le propriétaire ou ladministrateur de DocSpace pour activer lintégration.",
"ThirdPartyStorageTitle": "Stockage tiers",
"ViewOnlyRoomTitle": "Salle de lecture seule"
}

View File

@ -1,11 +1,11 @@
{
"ChangePasswordSuccess": "Գաղտնաբառը հաջողությամբ փոխվել է",
"ConfirmOwnerPortalSuccessMessage": "Կայքէջի տնօրինողը հաջողությամբ փոխվել է: 10 վայրկյանից դուք կվերաուղղորդվեք:",
"ConfirmOwnerPortalTitle": "Խնդրում ենք հաստատել, որ ցանկանում եք փոխել կայքէջի տնօրինողին {{newOwner}}",
"ConfirmOwnerPortalTitle": "Խնդրում ենք հաստատել, որ ցանկանում եք փոխել կայքէջի տնօրինողին {{newOwner}}.",
"CurrentNumber": "Ձեր ընթացիկ բջջային հեռախոսահամարը",
"DeleteProfileBtn": "Ջնջել իմ հաշիվը",
"DeleteProfileConfirmation": "Ուշադրություն! Դուք պատրաստվում եք ջնջել Ձեր հաշիվը",
"DeleteProfileConfirmationInfo": "Սեղմելով \"Ջնջել իմ հաշիվը\" Դուք համաձայն եք մեր գաղտնիության քաղաքականությանը.",
"DeleteProfileConfirmationInfo": "Սեղմելով \"Ջնջել իմ հաշիվը\" Դուք համաձայն եք մեր գաղտնիության քաղաքականությանը:",
"DeleteProfileSuccessMessage": "Ձեր հաշիվը հաջողությամբ ջնջվել է",
"DeleteProfileSuccessMessageInfo": "Տեսեք մեր Գաղտնիության քաղաքականությունը՝ Ձեր հաշիվը ջնջելու և դրա հետ կապված տվյալների մասին ավելին իմանալու համար:",
"EmailAndPasswordCopiedToClipboard": "Էլփոստը և գաղտնաբառը պատճենվել են սեղմատախտակ",
@ -22,5 +22,5 @@
"SetAppDescription": "Երկու գործոնով իսկորոշումըը միացված է: Կազմաձևեք Ձեր իսկորոշման հավելվածը՝ շարունակելու աշխատել կայքէջում. Դուք կարող եք օգտագործել Google Իսկորոշում-ը <1>Android</1> և <4>iOS</4> կամ իսկորոշում <8>Windows Phone-ում</8>.",
"SetAppInstallDescription": "Հավելվածը միացնելու համար սկանավորեք QR կոդը կամ ձեռքով մուտքագրեք Ձեր գաղտնի բանալին <1>{{ secretKey }}</1>, և այնուհետև ստորև դաշտում մուտքագրեք Ձեր հավելվածի 6 նիշանոց կոդը.",
"SetAppTitle": "Կարգավորեք Ձեր իսկորոշման հավելվածը",
"WelcomeUser": "Բարի գալուստ միանալ մեր կայքէջին!\nՍկսելու համար գրանցվեք, կամ մուտք գործեք սոցիալական ցանցի միջոցով."
"WelcomeUser": "Բարի գալուստ միանալ մեր DocSpace!\nՍկսելու համար գրանցվեք, կամ մուտք գործեք սոցիալական ցանցի միջոցով."
}

View File

@ -1,6 +1,6 @@
{
"ConflictResolveDescription": "Այց անունով ֆայլը՝ <1>{{file}}</1> արդեն առկա է պանակում <1>{{folder}}</1>.",
"ConflictResolveDescriptionFiles": "{{filesCount}} նույն անունով փաստաթղթեր արդեն կան պանակում <1>{{folder}}</1>",
"ConflictResolveDescriptionFiles": "{{filesCount}} նույն անունով փաստաթղթեր արդեն կան պանակում <1>{{folder}}</1>:",
"ConflictResolveSelectAction": "Խնդրում ենք ընտրել գործողությունը:",
"ConflictResolveTitle": "Վերագրել հաստատումը",
"CreateDescription": "Պանակում կլինեն երկու տարբեր ֆայլեր:",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "La password è stata cambiata con successo",
"ConfirmOwnerPortalSuccessMessage": "Il proprietario del portale è stato cambiato con successo. Tra 10 secondi verrai reindirizzato.",
"ConfirmOwnerPortalTitle": "Conferma di voler cambiare il proprietario del portale in {{newOwner}}",
"ConfirmOwnerPortalTitle": "Conferma di voler cambiare il proprietario del portale in {{newOwner}}.",
"CurrentNumber": "Il tuo attuale numero di cellulare",
"DeleteProfileBtn": "Cancella il mio account",
"DeleteProfileConfirmation": "Attenzione! Stai per eliminare il tuo account.",
@ -22,5 +22,5 @@
"SetAppDescription": "Autenticazione a due fattori è attivata. Configura l'app di autenticazione per continuare a lavorare in DocSpace. Puoi usare Google Authenticator per <1>Android</1> e <4>iOS</4> o Authenticator per <8>Windows Phone</8>.",
"SetAppInstallDescription": "Per connettere la app, scannerizza il codice QR o inserisci manualmente la tua chiave segreta <1>{{ secretKey }}</1> e poi inserisci un codice a 6-cifre dalla tua app nel campo sottostante.",
"SetAppTitle": "Configurare la tua applicazione di autenticazione",
"WelcomeUser": "Benvenuto nel nostro portale!\nPer iniziare registrati o accedi tramite social network."
"WelcomeUser": "Benvenuto nel nostro DocSpace!\nPer iniziare registrati o accedi tramite social network."
}

View File

@ -4,5 +4,6 @@
"AboutHeader": "本プログラムについて",
"DocumentManagement": "ドキュメント管理",
"OnlineEditors": "オンライン編集者",
"Site": "サイト",
"SoftwareLicense": "ソフトウェアライセンス"
}

View File

@ -1 +1,8 @@
{}
{
"ArchiveHeader": "「アーカイブ済み」へ移行しますか?",
"ArchiveRoom": "このルームをアーカイブしようとしています。",
"ArchiveRooms": "このルームをアーカイブしようとしています。",
"RestoreAllRooms": "このまますべてのルームの復元を続けますか?",
"RestoreRoom": "このままルームの復元を続けますか?",
"RestoreRooms": "このままルームの復元を続けますか?"
}

View File

@ -1,5 +1,5 @@
{
"ChangePhoneInstructionSent": "電話番号変更の指示が正常に送信されました",
"MobilePhoneChangeTitle": "携帯電話の変更",
"MobilePhoneEraseDescription": "ユーザーの携帯電話番号を変更する方法は、ユーザーのEメールアドレスに送られます"
"MobilePhoneEraseDescription": "ユーザーの携帯電話番号を変更する方法は、ユーザーのEメールアドレスに送られます"
}

View File

@ -1,5 +1,10 @@
{
"AppointAdmin": "管理者の選任",
"BackupPortal": "ポータルデータをバックアップする",
"ChangeInstruction": "DocSpaceの所有者を変更する場合は、新しい所有者の名前を以下で選択してください。",
"ChangeOwner": "DocSpaceの所有者を変更する",
"ChangeUser": "ユーザーを変更する",
"DeactivateOrDeletePortal": "DocSpaceを停止する、または解除する",
"ManagePortal": "ポータル構成を管理する",
"ManageUser": "ユーザーアカウントを管理する"
}

View File

@ -2,5 +2,6 @@
"ChangeUserTypeButton": "タイプの変更",
"ChangeUserTypeHeader": "ユーザータイプの変更",
"ChangeUserTypeMessage": "「{{ firstType }}」タイプのユーザーは、「{{ secondType }}」タイプに移動します。",
"ChangeUserTypeMessageMulti": "選択されたユーザーは「{{ secondType }}」タイプに移動します。",
"SuccessChangeUserType": "ユーザータイプの変更に成功しました。"
}

View File

@ -18,9 +18,15 @@
"LoginRegistryButton": "参加",
"PassworResetTitle": "これで新しいパスワードが作成できます。",
"PhoneSubtitle": "「カスタムドメイン」オプションをチェックして、下のフィールドに信頼できるメールサーバーを入力すると、そのサーバーにアカウントを持つ人がサインインページで「参加」リンクをクリックして自分自身を登録できるようになるか、このオプションを無効にすることができます。",
"PortalContinueTitle": "DocSpaceの再度有効化をご確認ください。",
"PortalDeactivateTitle": "DocSpaceを停止することをご確認ください。",
"PortalRemoveTitle": "DocSpaceを削除することをご確認ください。",
"Reactivate": "再度有効化",
"SetAppButton": "アプリを接続する",
"SetAppDescription": "2ファクタ認証が有効になっています。ポータルでの作業を続けるために、認証アプリを設定します。 <1>Android</1> と <4>iOS</4> のためグーグルオーセンティケーターまたは <8>Windows Phone</8>のためオーセンティケーターをご利用頂けます。",
"SetAppInstallDescription": "アプリを接続するには、QRコードをスキャンするか、手動で暗号キー<1>{{ secretKey }}</1>を入力した後、以下のフィールドにアプリの6桁のコードを入力してください。",
"SetAppTitle": "認証アプリケーションの設定",
"SuccessDeactivate": "お客様のアカウントは正常に無効化されました。10秒後に<1>サイト</1>にリダイレクトされます。",
"SuccessReactivate": "お客様のアカウントは正常に再有効化されました。10秒後に<1>ポータル</1>にリダイレクトされます。",
"WelcomeUser": "ポータルへようこそ!\n登録を始めるかSNSでログインしてください。"
}

View File

@ -3,5 +3,6 @@
"ConnectFolderTitle": "フォルダ名",
"ConnectionUrl": "接続先URL",
"Login": "ログイン",
"Reconnect": "再接続"
"Reconnect": "再接続",
"SuccessfulConnectionOfAThirdParty": "サードパーティーのサービスが正常に接続されました。"
}

View File

@ -2,6 +2,7 @@
"ConversionMessage": "アップロードされた文書はすべてOffice Open XML形式docx、xlsx、pptxに変換され、より迅速な編集が可能になります。",
"ConvertedFileDestination": "ファイルコピーは<strong>{{folderTitle}}</strong>フォルダに作成されます",
"DocumentConversionTitle": "ドキュメントの変換",
"FailedToConvert": "変換に失敗しました",
"FileUploadTitle": "ファイルのアップロード",
"HideMessage": "このメッセージを再度表示しない",
"InfoCreateFileIn": "新しい'{{fileTitle}}'ファイルが'{{folderTitle}}'に作成された",

View File

@ -1 +1,28 @@
{}
{
"ChooseRoomType": "タイプから選択する",
"CollaborationRoomDescription": "1つの文書または複数の文書について、チームで共同作業を行う",
"CollaborationRoomTitle": "コラボレーションルーム",
"CreateRoomConfirmation": "ストレージを接続せずに続けますか?\nまだ接続されていないサードパーティストレージオプションを選択されました。サービスを接続せずに進めると、このオプションは追加されません。",
"CreateTagOption": "タグを作成する",
"CustomRoomDescription": "独自の設定を適用して、このルームを任意のカスタム用途に使用することができます",
"CustomRoomTitle": "カスタムルーム",
"FillingFormsRoomDescription": "文書テンプレートの作成、共有、記入、または準備されたプリセットを使用して、あらゆるタイプの文書をすばやく作成できます。",
"FillingFormsRoomTitle": "フォームへの記入用ルーム",
"Icon": "アイコン",
"MakeRoomPrivateDescription": "このルームにあるファイルはすべて暗号化されます。",
"MakeRoomPrivateLimitationsWarningDescription": "この機能では、既存のDocSpaceユーザーだけを招待することができます。ルームを作成した後、ユーザーリストを変更することはできません。",
"MakeRoomPrivateTitle": "このルームをプライベートルームにする",
"ReviewRoomDescription": "資料のレビューやコメントを依頼する",
"ReviewRoomTitle": "ルームをレビューする",
"RoomEditing": "ルームの編集",
"RootLabel": "ルーツ",
"TagsPlaceholder": "タグを付ける",
"ThirdPartyStorageComboBoxPlaceholder": "ストレージの選択",
"ThirdPartyStorageDescription": "このルームのデータ保存先として、サードパーティーのサービスを利用します。接続されたストレージに、このルームのデータを保存するための新しいフォルダが作成されます。",
"ThirdPartyStorageNoStorageAlert": "事前に、「統合」で対応するサービスを接続しておく必要があります。そうでない場合は、接続ができません。",
"ThirdPartyStoragePermanentSettingDescription": "ファイルは、{{thirdpartyTitle}} サードパーティのストレージの「{{thirdpartyFolderName}}」フォルダーに保存されています。",
"ThirdPartyStorageRoomAdminNoStorageAlert": "サードパーティーのストレージを接続するには、DocSpace設定の「統合」セクションに対応するサービスを追加する必要があります。統合を有効にするには、DocSpaceの所有者または管理者にご連絡ください。",
"ThirdPartyStorageTitle": "サードパーティのストレージ",
"ViewOnlyRoomDescription": "準備の整った文書、レポート、ドキュメントなどのファイルを共有し、閲覧することができます。",
"ViewOnlyRoomTitle": "閲覧用のルーム"
}

View File

@ -1,5 +1,5 @@
{
"ChangePhoneInstructionSent": "전화 번호 변경 방법이 전송되었습니다",
"MobilePhoneChangeTitle": "모바일 전화 변경",
"MobilePhoneEraseDescription": "사용자 모바일 전화 번호 변경 방법이 사용자의 이메일 주소로 전송됩니다"
"MobilePhoneEraseDescription": "사용자 모바일 전화 번호 변경 방법이 사용자의 이메일 주소로 전송됩니다."
}

View File

@ -1,6 +1,6 @@
{
"ChangePasswordSuccess": "비밀번호가 성공적으로 변경되었습니다",
"ConfirmOwnerPortalSuccessMessage": "포털 소유자가 성공적으로 변경되었습니다. 10초 후에 리디렉션됩니다",
"ConfirmOwnerPortalSuccessMessage": "포털 소유자가 성공적으로 변경되었습니다. 10초 후에 리디렉션됩니다.",
"CurrentNumber": "사용 중인 휴대폰 번호",
"DeleteProfileBtn": "내 계정 삭제",
"DeleteProfileConfirmation": "주목해주세요! 고객님께서는 계정을 삭제하려고 하십니다.",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "ລະຫັດຜ່ານໄດ້ຖືກປ່ຽນແລ້ວ",
"ConfirmOwnerPortalSuccessMessage": "ປ່ຽນເຈົ້າຂອງ DocSpace ສຳເລັດ. ໃນ 10 ວິນາທີທ່ານຈະໄດ້ຮັບການປ່ຽນເສັ້ນທາງ.",
"ConfirmOwnerPortalTitle": "ກະລຸນາຢືນຢັນວ່າທ່ານຕ້ອງການທີ່ຈະປ່ຽນຜູ້ໃຊ້ເກົ່າ DocSpace owner ເປັນ {{newOwner}}",
"ConfirmOwnerPortalTitle": "ກະລຸນາຢືນຢັນວ່າທ່ານຕ້ອງການທີ່ຈະປ່ຽນຜູ້ໃຊ້ເກົ່າ DocSpace owner ເປັນ {{newOwner}}.",
"CurrentNumber": "ເບີໂທລະສັບມືຖືປະຈຸບັນຂອງເຈົ້າ",
"DeleteProfileBtn": "ລຶບບັນຊີຂອງຂ້ອຍ",
"DeleteProfileConfirmation": "ຮຽນທ່ານ!ກ່ຽວກັບການລຶບບັນຊີຂອງທ່ານ",

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "adrese",
"AboutCompanyAddressTitle": "Adrese",
"AboutCompanyEmailTitle": "e-pasts",
"AboutHeader": "Par šo programmu",
"DocumentManagement": "Dokumentu pārvaldība",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Parole ir veiksmīgi nomainīta",
"ConfirmOwnerPortalSuccessMessage": "DocSpace īpašnieks ir veiksmīgi nomainīts. Jūs tiksiet novirzīts pēc 10 sekundēm.",
"ConfirmOwnerPortalTitle": "Lūdzu, apstipriniet, ka vēlaties mainīt DocSpace īpašnieku uz {{newOwner}}",
"ConfirmOwnerPortalTitle": "Lūdzu, apstipriniet, ka vēlaties mainīt DocSpace īpašnieku uz {{newOwner}}.",
"CurrentNumber": "Jūsu pašreizējais mobilā tālruņa numurs",
"DeleteProfileBtn": "Dzēst manu kontu",
"DeleteProfileConfirmation": "Uzmanību! Jūs gatavojaties izdzēst savu kontu.",
@ -22,5 +22,5 @@
"SetAppDescription": "Ir iespējota divu faktoru autentifikācija. Konfigurējiet savu autentifikatora lietotni, lai turpinātu darbu DocSpace. Varat izmantot Google autentifikatoru <1>Android</1> un <4>iOS</4> vai autentifikatoru <8>Windows Phone</8>.",
"SetAppInstallDescription": "Lai izveidotu savienojumu ar lietotni, skenējiet QR kodu vai manuāli ievadiet savu slepeno atslēgu <1>{{ secretKey }}</1> un pēc tam zemāk esošajā laukā ievadiet sešu ciparu kodu no savas lietotnes.",
"SetAppTitle": "Konfigurējiet savu autentifikācijas lietojumprogrammu",
"WelcomeUser": "Laipni lūdzam pievienoties mūsu portālam!\nLai sāktu, reģistrējieties vai piesakieties, izmantojot sociālo tīklu."
"WelcomeUser": "Laipni lūdzam pievienoties mūsu DocSpace!\nLai sāktu, reģistrējieties vai piesakieties, izmantojot sociālo tīklu."
}

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "adres",
"AboutCompanyAddressTitle": "Adres",
"AboutCompanyEmailTitle": "e-mail",
"AboutHeader": "Over dit programma",
"DocumentManagement": "Documentbeheer",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Wachtwoord is succesvol gewijzigd",
"ConfirmOwnerPortalSuccessMessage": "DocSpace eigenaar is met succes gewijzigd. Over 10 seconden wordt u doorgestuurd.",
"ConfirmOwnerPortalTitle": "Bevestig dat u de eigenaar van het DocSpace wilt wijzigen naar {{newOwner}}",
"ConfirmOwnerPortalTitle": "Bevestig dat u de eigenaar van het DocSpace wilt wijzigen naar {{newOwner}}.",
"CurrentNumber": "Uw huidige mobiele nummer",
"DeleteProfileBtn": "Verwijder mijn account",
"DeleteProfileConfirmation": "Let op! U staat op het punt uw account te verwijderen.",
@ -22,5 +22,5 @@
"SetAppDescription": "Twee-factor authenticatie is ingeschakeld. Configureer uw authenticator app om in de DocSpace te kunnen blijven werken. U kunt Google Authenticator voor <1>Android</1> en <4>iOS</4> of Authenticator voor <8>Windows Phone</8> gebruiken.",
"SetAppInstallDescription": "Om de app te verbinden scant u de QR-code of voert u handmatig uw geheime code in <1>{{ secretKey }}</1>, en voert u vervolgens een 6-cijferige code van uw app in het onderstaande veld in.",
"SetAppTitle": "Configureer uw authenticatietoepassing",
"WelcomeUser": "Welkom bij ons portaal!\nOm te beginnen kunt u zich inschrijven, of inloggen via sociale netwerken."
"WelcomeUser": "Welkom bij ons DocSpace!\nOm te beginnen kunt u zich inschrijven, of inloggen via sociale netwerken."
}

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "adres",
"AboutCompanyAddressTitle": "Adres",
"AboutCompanyEmailTitle": "e-mail",
"AboutHeader": "O tym programie",
"DocumentManagement": "Zarządzanie dokumentami",

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "Hasło zostało pomyślnie zmienione",
"ConfirmOwnerPortalSuccessMessage": "Właściciel DocSpace został pomyślnie zmieniony. Przekierowanie nastąpi za 10 sekund.",
"ConfirmOwnerPortalTitle": "Potwierdź zmianę właściciela DocSpace na {{newOwner}}",
"ConfirmOwnerPortalTitle": "Potwierdź zmianę właściciela DocSpace na {{newOwner}}.",
"CurrentNumber": "Twój aktualny numer telefonu komórkowego",
"DeleteProfileBtn": "Usuń moje konto",
"DeleteProfileConfirmation": "Uwaga! Zamierzasz usunąć swoje konto.",
@ -22,5 +22,5 @@
"SetAppDescription": "Weryfikacja dwuetapowa jest włączona. Skonfiguruj swoją aplikację uwierzytelniającą, aby kontynuować pracę w DocSpace. Możesz użyć aplikacji Google Authenticator dla systemów <1>Android</1> i <4>iOS</4> lub Authenticator dla <8>Windows Phone</8>.",
"SetAppInstallDescription": "Aby podłączyć aplikację, zeskanuj kod QR lub ręcznie wpisz swój tajny klucz <1>{{ secretKey }}</1>, a następnie wprowadź 6-cyfrowy kod ze swojej aplikacji w poniższym polu.",
"SetAppTitle": "Skonfiguruj swoją aplikację uwierzytelniającą",
"WelcomeUser": "Witaj na naszym portalu!\nAby rozpocząć pracę, zarejestruj się lub zaloguj za pośrednictwem mediów społecznościowych."
"WelcomeUser": "Witaj na naszym DocSpace!\nAby rozpocząć pracę, zarejestruj się lub zaloguj za pośrednictwem mediów społecznościowych."
}

View File

@ -1,8 +1,9 @@
{
"AboutCompanyAddressTitle": "endereço",
"AboutCompanyAddressTitle": "Endereço",
"AboutCompanyEmailTitle": "e-mail",
"AboutHeader": "Sobre este programa",
"DocumentManagement": "Gerenciamento de documentos",
"OnlineEditors": "Editores online",
"Site": "Site",
"SoftwareLicense": "Licença para software"
}

View File

@ -1 +1,8 @@
{}
{
"ArchiveHeader": "Mudar para Arquivado?",
"ArchiveRoom": "Você está prestes a arquivar uma sala.",
"ArchiveRooms": "Você está prestes a arquivar salas.",
"RestoreAllRooms": "Tem certeza de que deseja restaurar todos os quartos?",
"RestoreRoom": "Tem certeza de que deseja restaurar um quarto?",
"RestoreRooms": "Tem certeza de que deseja restaurar os quartos?"
}

View File

@ -1,5 +1,10 @@
{
"AppointAdmin": "Nomear administradores",
"BackupPortal": "Fazer backup dos dados do DocSpace",
"ChangeInstruction": "Para alterar o proprietário do DocSpace, escolha o nome do novo proprietário abaixo.",
"ChangeOwner": "Alterar proprietário do DocSpace",
"ChangeUser": "Mudar usuário",
"DeactivateOrDeletePortal": "Desativar ou excluir DocSpace",
"ManagePortal": "Gerenciar configuração do DocSpace",
"ManageUser": "Gerenciar contas de usuário"
}

View File

@ -2,6 +2,7 @@
"ChangeUserTypeButton": "Alterar Tipo",
"ChangeUserTypeHeader": "Alterar tipo do usuário",
"ChangeUserTypeMessage": "Os usuários com o tipo '{{ firstType }}' serão movidos para o tipo '{{ secondType }}'.",
"ChangeUserTypeMessageMulti": "Os usuários selecionados serão movidos para o tipo '{{ secondType }}'.",
"ChangeUserTypeMessageWarning": "Você não pode mudar o tipo para os administradores do DocSpace e para você.",
"SuccessChangeUserType": "O tipo de usuário foi alterado com sucesso"
}

View File

@ -1,7 +1,7 @@
{
"ChangePasswordSuccess": "A senha foi alterada com sucesso",
"ConfirmOwnerPortalSuccessMessage": "Proprietário do DocSpace foi alterado com sucesso. Em 10 segundos você será redirecionado.",
"ConfirmOwnerPortalTitle": "Por favor, confirme que você deseja mudar o proprietário do DocSpace para {{newOwner}}",
"ConfirmOwnerPortalTitle": "Por favor, confirme que você deseja mudar o proprietário do DocSpace para {{newOwner}}.",
"CurrentNumber": "O seu número de celular atual",
"DeleteProfileBtn": "Apagar minha conta",
"DeleteProfileConfirmation": "Atenção! Você está prestes a apagar sua conta.",
@ -18,9 +18,15 @@
"LoginRegistryButton": "Aderir",
"PassworResetTitle": "Agora você pode criar uma nova senha.",
"PhoneSubtitle": "A autenticação de dois fatores está habilitada para fornecer segurança adicional. Insira seu número de telefone para continuar a trabalhar no DocSpace. O número de celular deve ser inserido usando um formato internacional com o código de país.",
"PortalContinueTitle": "Confirme que deseja reativar seu DocSpace.",
"PortalDeactivateTitle": "Por favor, confirme que você deseja desativar seu DocSpace.",
"PortalRemoveTitle": "Por favor, confirme que você deseja excluir seu DocSpace.",
"Reactivate": "Reativar",
"SetAppButton": "Conectar app",
"SetAppDescription": "A autenticação de dois fatores está ativada. Configure seu aplicativo autenticador para continuar a trabalhar no DocSpace. Você pode usar o Google Authenticator para <1> Android </1> e <4> iOS </4> ou o Authenticator para <8> Windows Phone </8>.",
"SetAppInstallDescription": "Para conectar o aplicativo, leia o código QR ou insira manualmente sua chave secreta <1> {{secretKey}} </1> e, em seguida, insira um código de 6 dígitos do seu aplicativo no campo abaixo.",
"SetAppTitle": "Configure seu aplicativo autenticador",
"WelcomeUser": "Bem-vindo ao nosso portal!\nPara começar a se registrar ou iniciar sessão via rede social."
"SuccessDeactivate": "Sua conta foi desativada com sucesso. Em 10 segundos você será redirecionado para o <1>site</1>.",
"SuccessReactivate": "Sua conta foi reativada com sucesso. Em 10 segundos você será redirecionado para o <1>portal</1>.",
"WelcomeUser": "Bem-vindo ao nosso DocSpace!\nPara começar a se registrar ou iniciar sessão via rede social."
}

View File

@ -3,5 +3,6 @@
"ConnectFolderTitle": "Título da pasta",
"ConnectionUrl": "Url de conexão",
"Login": "Login",
"Reconnect": "Reconectar"
"Reconnect": "Reconectar",
"SuccessfulConnectionOfAThirdParty": "O serviço de terceiros foi conectado com sucesso."
}

View File

@ -1,6 +1,9 @@
{
"ConversionMessage": "Todos os documentos que você carregar serão convertidos no formato Office Open XML (docx, xlsx ou pptx) para uma edição mais rápida.",
"ConvertedFileDestination": "A cópia do arquivo será criada na pasta <strong>{{folderTitle}}</strong>.",
"DocumentConversionTitle": "Conversão de documentos",
"FailedToConvert": "Falha ao converter",
"FileUploadTitle": "Upload de arquivo",
"HideMessage": "Não mostre esta mensagem novamente",
"InfoCreateFileIn": "O novo arquivo '{{fileTitle}}' foi criado em '{{folderTitle}}'",
"OpenFileMessage": "O arquivo de documento que você abrir será convertido para o formato Office Open XML para uma visualização e edição rápidas.",

View File

@ -1 +1,27 @@
{}
{
"CollaborationRoomDescription": "Colabore em um ou vários documentos com sua equipe",
"CollaborationRoomTitle": "Sala de colaboração",
"CreateRoomConfirmation": "Continuar sem conectar o armazenamento?\nVocê selecionou uma opção de armazenamento de terceiros que ainda não está conectada. Se você continuar sem conectar o serviço, esta opção não será adicionada.",
"CreateTagOption": "Criar etiqueta",
"CustomRoomDescription": "Aplique suas próprias configurações para usar esta sala para qualquer finalidade personalizada.",
"CustomRoomTitle": "Sala personalizada",
"FillingFormsRoomDescription": "Crie, compartilhe e preencha modelos de documentos ou trabalhe com as predefinições prontas para criar rapidamente documentos de qualquer tipo.",
"FillingFormsRoomTitle": "Sala de preenchimento de formulários",
"Icon": "Ícone",
"MakeRoomPrivateDescription": "Todos os arquivos nesta sala serão criptografados.",
"MakeRoomPrivateLimitationsWarningDescription": "Com esse recurso, você pode convidar apenas usuários existentes do DocSpace. Depois de criar uma sala, você não poderá alterar a lista de usuários.",
"MakeRoomPrivateTitle": "Tornar o quarto privado",
"ReviewRoomDescription": "Solicitar revisão ou comentários sobre os documentos",
"ReviewRoomTitle": "Sala de revisão",
"RoomEditing": "Edição de sala",
"RootLabel": "Root",
"TagsPlaceholder": "Adicionar uma etiqueta",
"ThirdPartyStorageComboBoxPlaceholder": "Selecione o armazenamento",
"ThirdPartyStorageDescription": "Use serviços de terceiros como armazenamento de dados para esta sala. Uma nova pasta para armazenar os dados desta sala será criada no armazenamento conectado.",
"ThirdPartyStorageNoStorageAlert": "Antes, você precisa conectar o serviço correspondente na seção “Integração”. Caso contrário, a conexão não será possível.",
"ThirdPartyStoragePermanentSettingDescription": "Os arquivos são armazenados em um armazenamento {{thirdpartyTitle}} de terceiros na pasta \"{{thirdpartyFolderName}}\".",
"ThirdPartyStorageRoomAdminNoStorageAlert": "Para conectar um armazenamento de terceiros, você precisa adicionar o serviço correspondente na seção Integração das configurações do DocSpace. Entre em contato com o proprietário ou administrador do DocSpace para ativar a integração.",
"ThirdPartyStorageTitle": "Armazenamento de terceiros",
"ViewOnlyRoomDescription": "Compartilhe quaisquer documentos, relatórios, documentação e outros arquivos prontos para visualização.",
"ViewOnlyRoomTitle": "Sala somente para visualização"
}

View File

@ -1,5 +1,5 @@
{
"AboutCompanyAddressTitle": "morada",
"AboutCompanyAddressTitle": "Morada",
"AboutCompanyEmailTitle": "email",
"AboutHeader": "Sobre este programa",
"DocumentManagement": "Gestão de documentos",

Some files were not shown because too many files have changed in this diff Show More