Skip to content

Commit 7b8a6f4

Browse files
authored
fix: translate all locales (#7932)
* fix(phrases): translate settings_description * fix(phrases): translate sign-in-exp content * fix(phrases): translate account center * fix(phrases): translate terms of use * fix(connector): transalte description
1 parent 1dcbb2d commit 7b8a6f4

File tree

64 files changed

+951
-868
lines changed

Some content is hidden

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

64 files changed

+951
-868
lines changed

packages/connectors/connector-feishu-web/src/constant.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ export const defaultMetadata: ConnectorMetadata = {
1414
name: {
1515
en: 'Feishu',
1616
'zh-CN': '飞书',
17+
'tr-TR': 'Feishu',
18+
ko: 'Feishu',
1719
},
1820
logo: './logo.svg',
1921
logoDark: null,
2022
description: {
21-
'zh-CN': '飞书是一个由字节跳动开发的企业协作与管理平台',
22-
en: 'Feishu is an enterprise collaboration platform developed by ByteDance',
23+
en: 'Feishu is an enterprise collaboration platform developed by ByteDance.',
24+
'zh-CN': '飞书是由字节跳动开发的企业协作与管理平台。',
25+
'tr-TR': 'Feishu, ByteDance tarafından geliştirilen kurumsal bir iş birliği platformudur.',
26+
ko: 'Feishu는 ByteDance가 개발한 엔터프라이즈 협업 플랫폼입니다.',
2327
},
2428
readme: './README.md',
2529
formItems: [

packages/connectors/connector-gatewayapi-sms/src/constant.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export const defaultMetadata: ConnectorMetadata = {
1414
logoDark: null,
1515
description: {
1616
en: 'GatewayAPI accelerates development by removing the learning curve and guesswork, so you can get down to building right away with our APIs.',
17+
'zh-CN': 'GatewayAPI 通过消除学习曲线和猜测,加速开发,让你能够立即使用我们的 API 构建。',
18+
'tr-TR':
19+
"GatewayAPI, öğrenme eğrisini ve tahmin yürütmeyi ortadan kaldırarak geliştirmeyi hızlandırır ve API'lerimizle hemen geliştirmeye başlamanızı sağlar.",
20+
ko: 'GatewayAPI는 학습 곡선과 시행착오를 줄여 개발을 가속화하고 우리의 API로 즉시 구축을 시작할 수 있게 해 줍니다.',
1721
},
1822
readme: './README.md',
1923
formItems: [

packages/connectors/connector-gitlab/src/constant.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export const defaultMetadata: ConnectorMetadata = {
2020
logoDark: null,
2121
description: {
2222
en: 'GitLab is an online community for software development and version control.',
23+
'zh-CN': 'GitLab 是用于软件开发和版本控制的在线社区。',
24+
'tr-TR': 'GitLab, yazılım geliştirme ve sürüm kontrolü için çevrimiçi bir topluluktur.',
25+
ko: 'GitLab은 소프트웨어 개발과 버전 관리를 위한 온라인 커뮤니티입니다.',
2326
},
2427
readme: './README.md',
2528
formItems: [

packages/connectors/connector-http-email/src/constant.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export const defaultMetadata: ConnectorMetadata = {
1212
logoDark: null,
1313
description: {
1414
en: 'Send email via HTTP call.',
15+
'zh-CN': '通过 HTTP 调用发送电子邮件。',
16+
'tr-TR': 'HTTP isteği aracılığıyla e-posta gönderin.',
17+
ko: 'HTTP 호출을 통해 이메일을 보냅니다.',
1518
},
1619
readme: './README.md',
1720
formItems: [

packages/connectors/connector-http-sms/src/constant.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export const defaultMetadata: ConnectorMetadata = {
1212
logoDark: './logo-dark.svg',
1313
description: {
1414
en: 'Send SMS via HTTP call.',
15+
'zh-CN': '通过 HTTP 调用发送短信。',
16+
'tr-TR': 'HTTP isteği aracılığıyla SMS gönderin.',
17+
ko: 'HTTP 호출을 통해 SMS를 보냅니다.',
1518
},
1619
readme: './README.md',
1720
formItems: [

packages/connectors/connector-huggingface/src/constant.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ export const defaultMetadata: ConnectorMetadata = {
1717
logoDark: null,
1818
description: {
1919
en: 'Hugging Face is a machine learning (ML) and data science platform and community that helps users build, deploy and train machine learning models.',
20+
'zh-CN':
21+
'Hugging Face 是一个机器学习和数据科学平台与社区,帮助用户构建、部署和训练机器学习模型。',
22+
'tr-TR':
23+
'Hugging Face, kullanıcıların makine öğrenimi modelleri oluşturmasına, dağıtmasına ve eğitmesine yardımcı olan bir makine öğrenimi ve veri bilimi platformu ile topluluğudur.',
24+
ko: 'Hugging Face는 사용자가 머신러닝 모델을 구축하고 배포하며 학습하도록 돕는 머신러닝·데이터 과학 플랫폼이자 커뮤니티입니다.',
2025
},
2126
readme: './README.md',
2227
formItems: [

packages/connectors/connector-kook/src/constant.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,17 @@ export const defaultMetadata: ConnectorMetadata = {
3333
name: {
3434
en: 'KOOK',
3535
'zh-CN': 'KOOK',
36+
'tr-TR': 'KOOK',
37+
ko: 'KOOK',
3638
},
3739
logo: './logo.svg',
3840
logoDark: null,
3941
description: {
40-
en: 'KOOK is a voice and text chat platform for gamers, which similar to Discord.',
41-
'zh-CN': 'KOOK 是一个类似 Discord 的主要为游戏玩家设计的语音和文字聊天平台。',
42+
en: 'KOOK is a voice and text chat platform for gamers, similar to Discord.',
43+
'zh-CN': 'KOOK 是一个类似 Discord 的、为游戏玩家设计的语音和文字聊天平台。',
44+
'tr-TR':
45+
"KOOK, Discord'a benzer şekilde oyuncular için tasarlanmış bir ses ve metin sohbet platformudur.",
46+
ko: 'KOOK은 Discord와 유사한, 게이머를 위한 음성 및 텍스트 채팅 플랫폼입니다.',
4247
},
4348
readme: './README.md',
4449
formItems: [

packages/connectors/connector-logto-sms/src/constant.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export const defaultMetadata: ConnectorMetadata = {
1212
logoDark: './logo-dark.svg',
1313
description: {
1414
en: 'Logto SMS service (demonstration).',
15+
'zh-CN': 'Logto SMS 服务(演示)。',
16+
'tr-TR': 'Logto SMS hizmeti (demonstrasyon).',
17+
ko: 'Logto SMS 서비스(데모).',
1518
},
1619
readme: './README.md',
1720
formItems: [

packages/connectors/connector-logto-social-demo/src/constant.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ export const defaultMetadata: ConnectorMetadata = {
1313
logo: './logo.svg',
1414
logoDark: null,
1515
description: {
16-
en: 'The demo for social sign-in',
16+
en: 'Demo connector for social sign-in.',
17+
'zh-CN': '用于社交登录的演示连接器。',
18+
'tr-TR': 'Sosyal oturum açma için demo bağlayıcı.',
19+
ko: '소셜 로그인 데모 커넥터입니다.',
1720
},
1821
readme: './README.md',
1922
isStandard: true,

packages/connectors/connector-mailgun/src/constant.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export const defaultMetadata: ConnectorMetadata = {
1414
logoDark: null,
1515
description: {
1616
en: 'Mailgun is an email delivery service for sending, receiving, and tracking emails.',
17+
'zh-CN': 'Mailgun 是一款用于发送、接收和跟踪电子邮件的邮件投递服务。',
18+
'tr-TR':
19+
'Mailgun, e-postaları gönderme, alma ve izleme için kullanılan bir e-posta teslim hizmetidir.',
20+
ko: 'Mailgun은 이메일을 발송하고 수신하며 추적할 수 있는 이메일 전송 서비스입니다.',
1721
},
1822
readme: './README.md',
1923
formItems: [

0 commit comments

Comments
 (0)