Skip to content

Commit 54013df

Browse files
📝 Sync translation files (TOML)
1 parent 732ef18 commit 54013df

41 files changed

Lines changed: 2993 additions & 41 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

frontend/editor/public/locales/ar-AR/translation.toml

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3351,6 +3351,39 @@ integration = "تهيئة التكامل"
33513351
security = "تهيئة الأمان"
33523352
system = "تهيئة النظام"
33533353

3354+
[connect]
3355+
loading = "Checking this request."
3356+
redirecting = "Returning you to your server."
3357+
3358+
[connect.confirm]
3359+
acknowledge = "I recognise this address and want to connect it to my team"
3360+
approve = "Connect server"
3361+
deny = "Decline"
3362+
lead = "A Stirling server is asking to connect to your team. Check the address below is yours before you approve."
3363+
originLabel = "Address"
3364+
signedInAs = "Signed in as"
3365+
switchAccount = "Use a different account"
3366+
title = "Connect this server?"
3367+
unknownAccount = "an unknown account"
3368+
3369+
[connect.confirm.insecure]
3370+
body = "This address does not use HTTPS, so your sign-in will be sent over an unencrypted connection. Only approve it on a network you trust."
3371+
label = "Not an encrypted address"
3372+
3373+
[connect.declined]
3374+
body = "Nothing was connected. You can close this page."
3375+
title = "Request declined"
3376+
3377+
[connect.error]
3378+
failed = "That did not go through. Only a team owner can connect a server."
3379+
3380+
[connect.meta]
3381+
title = "Connect a server"
3382+
3383+
[connect.notFound]
3384+
body = "This connection request is not valid. It may have expired, or already been used. Start another one from your server."
3385+
title = "Request not valid"
3386+
33543387
[convert]
33553388
autoRotate = "تدوير تلقائي"
33563389
autoRotateDescription = "تدوير الصور تلقائيًا لتناسب صفحة PDF بشكل أفضل"
@@ -6487,6 +6520,34 @@ after = "لتمكين ربط الحساب مقابل حساب Stirling المس
64876520
before = "عيّن"
64886521
title = "لم يتم تكوين تسجيل دخول SaaS"
64896522

6523+
[portal.accountLink.connect.callback]
6524+
continue = "Continue"
6525+
linkedNotSignedIn = "You are not signed in to Stirling in this browser, so usage and billing will ask you to sign in."
6526+
modalTitle = "Connecting this server"
6527+
retry = "Try again"
6528+
signedInAnyway = "You are signed in to Stirling, so billing and usage will load. Only the server link is incomplete."
6529+
working = "Finishing the connection."
6530+
6531+
[portal.accountLink.connect.callback.expired]
6532+
body = "Connection requests are short lived. Start another one."
6533+
title = "Request expired"
6534+
6535+
[portal.accountLink.connect.callback.linked]
6536+
body = "This server is connected to your Stirling account."
6537+
title = "Server connected"
6538+
6539+
[portal.accountLink.connect.callback.malformed]
6540+
body = "This page was opened without a valid connection response. Start the connection from settings."
6541+
title = "Could not read the response"
6542+
6543+
[portal.accountLink.connect.callback.rejected]
6544+
body = "This request was declined or has already been used. Start another one if that was not intended."
6545+
title = "Connection not completed"
6546+
6547+
[portal.accountLink.connect.callback.unfinished]
6548+
body = "Stirling did not confirm the connection. This is usually temporary."
6549+
title = "Not finished yet"
6550+
64906551
[portal.accountLink.gate]
64916552
action = "ربط الحساب"
64926553
description = "اربط حساب Stirling لهذه المؤسسة لاستخدام الميزات القابلة للفوترة."
@@ -6520,11 +6581,18 @@ minutesAgo_other = "منذ {{count}} دقيقة"
65206581
never = "أبدًا"
65216582

65226583
[portal.accountLink.modal]
6584+
cancel = "Cancel"
6585+
continueLink = "Continue to Stirling"
6586+
continueReauth = "Sign in again"
65236587
linkSubtitle = "سجّل الدخول إلى الحساب الذي يجب أن تُفوتر عليه هذه الخادم."
65246588
linkTitle = "ربط حساب Stirling الخاص بك"
6589+
noAuthorizeUrl = "Stirling did not return somewhere to continue. Try again in a moment."
65256590
reauthSubtitle = "انتهت صلاحية جلستك — سجّل الدخول مرة أخرى إلى حساب Stirling الخاص بك. يبقى مثيلك مرتبطًا."
65266591
reauthTitle = "تسجيل الدخول مرة أخرى"
6527-
simulateSignIn = "محاكاة تسجيل الدخول (dev)"
6592+
startFailed = "Could not reach Stirling to start the connection. Check this server's outbound network access, then try again."
6593+
step1 = "We send you to stirling.com to sign in. Any sign-in method works there, including Google and single sign-on."
6594+
step2 = "You check this server's address and approve it. A team owner has to do this the first time."
6595+
step3 = "Stirling brings you straight back here and finishes up."
65286596

65296597
[portal.accountLink.modal.loginNotConfigured]
65306598
after = "لتمكين الربط داخل التطبيق مقابل حساب Stirling المستضاف."
@@ -11797,6 +11865,10 @@ title = "نص العلامة المائية"
1179711865
image = "صورة"
1179811866
text = "نص"
1179911867

11868+
[workbench.sessionRestore]
11869+
none = "Your previous files are no longer stored on this device."
11870+
partial = "Restored {{restored}} of {{total}} files. The rest are no longer stored on this device."
11871+
1180011872
[workbenchBar]
1180111873
activeFiles = "الملفات النشطة"
1180211874
annotations = "الشروح"

frontend/editor/public/locales/az-AZ/translation.toml

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3351,6 +3351,39 @@ integration = "Inteqrasiya konfiqurasiyası"
33513351
security = "Təhlükəsizlik konfiqurasiyası"
33523352
system = "Sistem konfiqurasiyası"
33533353

3354+
[connect]
3355+
loading = "Checking this request."
3356+
redirecting = "Returning you to your server."
3357+
3358+
[connect.confirm]
3359+
acknowledge = "I recognise this address and want to connect it to my team"
3360+
approve = "Connect server"
3361+
deny = "Decline"
3362+
lead = "A Stirling server is asking to connect to your team. Check the address below is yours before you approve."
3363+
originLabel = "Address"
3364+
signedInAs = "Signed in as"
3365+
switchAccount = "Use a different account"
3366+
title = "Connect this server?"
3367+
unknownAccount = "an unknown account"
3368+
3369+
[connect.confirm.insecure]
3370+
body = "This address does not use HTTPS, so your sign-in will be sent over an unencrypted connection. Only approve it on a network you trust."
3371+
label = "Not an encrypted address"
3372+
3373+
[connect.declined]
3374+
body = "Nothing was connected. You can close this page."
3375+
title = "Request declined"
3376+
3377+
[connect.error]
3378+
failed = "That did not go through. Only a team owner can connect a server."
3379+
3380+
[connect.meta]
3381+
title = "Connect a server"
3382+
3383+
[connect.notFound]
3384+
body = "This connection request is not valid. It may have expired, or already been used. Start another one from your server."
3385+
title = "Request not valid"
3386+
33543387
[convert]
33553388
autoRotate = "Avtomatik döndür"
33563389
autoRotateDescription = "Şəkilləri PDF səhifəsinə daha yaxşı sığması üçün avtomatik döndürün"
@@ -6487,6 +6520,34 @@ after = "host edilmiş Stirling hesabına qarşı hesab bağlanmasını aktivlə
64876520
before = "Ayarla"
64886521
title = "SaaS girişi konfiqurasiya edilməyib"
64896522

6523+
[portal.accountLink.connect.callback]
6524+
continue = "Continue"
6525+
linkedNotSignedIn = "You are not signed in to Stirling in this browser, so usage and billing will ask you to sign in."
6526+
modalTitle = "Connecting this server"
6527+
retry = "Try again"
6528+
signedInAnyway = "You are signed in to Stirling, so billing and usage will load. Only the server link is incomplete."
6529+
working = "Finishing the connection."
6530+
6531+
[portal.accountLink.connect.callback.expired]
6532+
body = "Connection requests are short lived. Start another one."
6533+
title = "Request expired"
6534+
6535+
[portal.accountLink.connect.callback.linked]
6536+
body = "This server is connected to your Stirling account."
6537+
title = "Server connected"
6538+
6539+
[portal.accountLink.connect.callback.malformed]
6540+
body = "This page was opened without a valid connection response. Start the connection from settings."
6541+
title = "Could not read the response"
6542+
6543+
[portal.accountLink.connect.callback.rejected]
6544+
body = "This request was declined or has already been used. Start another one if that was not intended."
6545+
title = "Connection not completed"
6546+
6547+
[portal.accountLink.connect.callback.unfinished]
6548+
body = "Stirling did not confirm the connection. This is usually temporary."
6549+
title = "Not finished yet"
6550+
64906551
[portal.accountLink.gate]
64916552
action = "Hesabı bağla"
64926553
description = "Ödənişli funksiyalardan istifadə etmək üçün bu təşkilatın Stirling hesabını bağlayın."
@@ -6520,11 +6581,18 @@ minutesAgo_other = "{{count}} dəq əvvəl"
65206581
never = "heç vaxt"
65216582

65226583
[portal.accountLink.modal]
6584+
cancel = "Cancel"
6585+
continueLink = "Continue to Stirling"
6586+
continueReauth = "Sign in again"
65236587
linkSubtitle = "Bu serverin hesablanacağı hesaba daxil olun."
65246588
linkTitle = "Stirling hesabınızı bağlayın"
6589+
noAuthorizeUrl = "Stirling did not return somewhere to continue. Try again in a moment."
65256590
reauthSubtitle = "Sessiyanızın müddəti bitdi — Stirling hesabınıza yenidən daxil olun. Instansiyanız bağlı qalır."
65266591
reauthTitle = "Yenidən daxil olun"
6527-
simulateSignIn = "Daxil olmanı simulyasiya et (dev)"
6592+
startFailed = "Could not reach Stirling to start the connection. Check this server's outbound network access, then try again."
6593+
step1 = "We send you to stirling.com to sign in. Any sign-in method works there, including Google and single sign-on."
6594+
step2 = "You check this server's address and approve it. A team owner has to do this the first time."
6595+
step3 = "Stirling brings you straight back here and finishes up."
65286596

65296597
[portal.accountLink.modal.loginNotConfigured]
65306598
after = "host edilmiş Stirling hesabına qarşı tətbiqdaxili bağlanmanı aktivləşdirmək üçün."
@@ -11797,6 +11865,10 @@ title = "Filigran mətni"
1179711865
image = "Şəkil"
1179811866
text = "Yazı"
1179911867

11868+
[workbench.sessionRestore]
11869+
none = "Your previous files are no longer stored on this device."
11870+
partial = "Restored {{restored}} of {{total}} files. The rest are no longer stored on this device."
11871+
1180011872
[workbenchBar]
1180111873
activeFiles = "Aktiv fayllar"
1180211874
annotations = "Annotasiyalar"

frontend/editor/public/locales/bg-BG/translation.toml

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3351,6 +3351,39 @@ integration = "Конфигурация за интеграции"
33513351
security = "Конфигурация за сигурност"
33523352
system = "Системна конфигурация"
33533353

3354+
[connect]
3355+
loading = "Checking this request."
3356+
redirecting = "Returning you to your server."
3357+
3358+
[connect.confirm]
3359+
acknowledge = "I recognise this address and want to connect it to my team"
3360+
approve = "Connect server"
3361+
deny = "Decline"
3362+
lead = "A Stirling server is asking to connect to your team. Check the address below is yours before you approve."
3363+
originLabel = "Address"
3364+
signedInAs = "Signed in as"
3365+
switchAccount = "Use a different account"
3366+
title = "Connect this server?"
3367+
unknownAccount = "an unknown account"
3368+
3369+
[connect.confirm.insecure]
3370+
body = "This address does not use HTTPS, so your sign-in will be sent over an unencrypted connection. Only approve it on a network you trust."
3371+
label = "Not an encrypted address"
3372+
3373+
[connect.declined]
3374+
body = "Nothing was connected. You can close this page."
3375+
title = "Request declined"
3376+
3377+
[connect.error]
3378+
failed = "That did not go through. Only a team owner can connect a server."
3379+
3380+
[connect.meta]
3381+
title = "Connect a server"
3382+
3383+
[connect.notFound]
3384+
body = "This connection request is not valid. It may have expired, or already been used. Start another one from your server."
3385+
title = "Request not valid"
3386+
33543387
[convert]
33553388
autoRotate = "Автоматично завъртане"
33563389
autoRotateDescription = "Автоматично завърта изображенията за по-добро напасване към PDF страницата"
@@ -6487,6 +6520,34 @@ after = "за да активирате свързване на акаунт с
64876520
before = "Задайте"
64886521
title = "SaaS входът не е конфигуриран"
64896522

6523+
[portal.accountLink.connect.callback]
6524+
continue = "Continue"
6525+
linkedNotSignedIn = "You are not signed in to Stirling in this browser, so usage and billing will ask you to sign in."
6526+
modalTitle = "Connecting this server"
6527+
retry = "Try again"
6528+
signedInAnyway = "You are signed in to Stirling, so billing and usage will load. Only the server link is incomplete."
6529+
working = "Finishing the connection."
6530+
6531+
[portal.accountLink.connect.callback.expired]
6532+
body = "Connection requests are short lived. Start another one."
6533+
title = "Request expired"
6534+
6535+
[portal.accountLink.connect.callback.linked]
6536+
body = "This server is connected to your Stirling account."
6537+
title = "Server connected"
6538+
6539+
[portal.accountLink.connect.callback.malformed]
6540+
body = "This page was opened without a valid connection response. Start the connection from settings."
6541+
title = "Could not read the response"
6542+
6543+
[portal.accountLink.connect.callback.rejected]
6544+
body = "This request was declined or has already been used. Start another one if that was not intended."
6545+
title = "Connection not completed"
6546+
6547+
[portal.accountLink.connect.callback.unfinished]
6548+
body = "Stirling did not confirm the connection. This is usually temporary."
6549+
title = "Not finished yet"
6550+
64906551
[portal.accountLink.gate]
64916552
action = "Свържи акаунт"
64926553
description = "Свържете Stirling акаунта на тази организация, за да използвате платени функции."
@@ -6520,11 +6581,18 @@ minutesAgo_other = "преди {{count}} мин"
65206581
never = "никога"
65216582

65226583
[portal.accountLink.modal]
6584+
cancel = "Cancel"
6585+
continueLink = "Continue to Stirling"
6586+
continueReauth = "Sign in again"
65236587
linkSubtitle = "Влезте в акаунта, към който този сървър трябва да таксува."
65246588
linkTitle = "Свържете своя Stirling акаунт"
6589+
noAuthorizeUrl = "Stirling did not return somewhere to continue. Try again in a moment."
65256590
reauthSubtitle = "Сесията ви изтече — влезте отново във вашия Stirling акаунт. Вашата инстанция остава свързана."
65266591
reauthTitle = "Влезте отново"
6527-
simulateSignIn = "Симулирай влизане (dev)"
6592+
startFailed = "Could not reach Stirling to start the connection. Check this server's outbound network access, then try again."
6593+
step1 = "We send you to stirling.com to sign in. Any sign-in method works there, including Google and single sign-on."
6594+
step2 = "You check this server's address and approve it. A team owner has to do this the first time."
6595+
step3 = "Stirling brings you straight back here and finishes up."
65286596

65296597
[portal.accountLink.modal.loginNotConfigured]
65306598
after = "за да активирате свързване в приложението с хоствания Stirling акаунт."
@@ -11797,6 +11865,10 @@ title = "Текст на водния знак"
1179711865
image = "Изображение"
1179811866
text = "Текст"
1179911867

11868+
[workbench.sessionRestore]
11869+
none = "Your previous files are no longer stored on this device."
11870+
partial = "Restored {{restored}} of {{total}} files. The rest are no longer stored on this device."
11871+
1180011872
[workbenchBar]
1180111873
activeFiles = "Активни файлове"
1180211874
annotations = "Анотации"

0 commit comments

Comments
 (0)