Skip to content

Commit 06b108c

Browse files
committed
feat(i18n): add bypassProxy and Bedrock auth strings
1 parent b1e6347 commit 06b108c

File tree

10 files changed

+82
-12
lines changed

10 files changed

+82
-12
lines changed

src/renderer/src/i18n/locales/en-us.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "Bucket",
33373337
"placeholder": "Bucket, e.g: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3341+
"label": "Bypass Proxy"
3342+
},
33393343
"endpoint": {
33403344
"label": "API Endpoint",
33413345
"placeholder": "https://s3.example.com"
@@ -3419,10 +3423,6 @@
34193423
"help": "When enabled, file data will be skipped during backup, only configuration information will be backed up, significantly reducing backup file size",
34203424
"label": "Lightweight Backup"
34213425
},
3422-
"bypassProxy": {
3423-
"help": "When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3424-
"label": "Bypass Proxy"
3425-
},
34263426
"syncStatus": {
34273427
"error": "Sync error: {{message}}",
34283428
"label": "Sync Status",

src/renderer/src/i18n/locales/zh-cn.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "存储桶",
33373337
"placeholder": "Bucket, 例如: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "开启后,S3 请求将绕过应用程序代理,以防止大文件上传时的数据损坏。建议保持开启,除非您的 S3 端点需要通过代理访问。",
3341+
"label": "绕过代理"
3342+
},
33393343
"endpoint": {
33403344
"label": "API 地址",
33413345
"placeholder": "https://s3.example.com"
@@ -3419,10 +3423,6 @@
34193423
"help": "开启后备份时将跳过文件数据,仅备份配置信息,显著减小备份文件体积",
34203424
"label": "精简备份"
34213425
},
3422-
"bypassProxy": {
3423-
"help": "开启后,S3 请求将绕过应用程序代理,以防止大文件上传时的数据损坏。建议保持开启,除非您的 S3 端点需要通过代理访问。",
3424-
"label": "绕过代理"
3425-
},
34263426
"syncStatus": {
34273427
"error": "同步错误: {{message}}",
34283428
"label": "同步状态",

src/renderer/src/i18n/locales/zh-tw.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "儲存桶",
33373337
"placeholder": "Bucket,例如: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "開啟後,S3 請求將繞過應用程式代理,以防止大檔案上傳時的資料損壞。建議保持開啟,除非您的 S3 端點需要透過代理存取。",
3341+
"label": "繞過代理"
3342+
},
33393343
"endpoint": {
33403344
"label": "API 位址",
33413345
"placeholder": "https://s3.example.com"
@@ -3419,10 +3423,6 @@
34193423
"help": "開啟後備份時將跳過檔案資料,僅備份設定資訊,顯著減小備份檔案體積",
34203424
"label": "精簡備份"
34213425
},
3422-
"bypassProxy": {
3423-
"help": "開啟後,S3 請求將繞過應用程式代理,以防止大檔案上傳時的資料損壞。建議保持開啟,除非您的 S3 端點需要透過代理存取。",
3424-
"label": "繞過代理"
3425-
},
34263426
"syncStatus": {
34273427
"error": "同步錯誤: {{message}}",
34283428
"label": "同步狀態",

src/renderer/src/i18n/translate/de-de.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "Bucket",
33373337
"placeholder": "Bucket, z. B.: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "[to be translated]:When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3341+
"label": "[to be translated]:Bypass Proxy"
3342+
},
33393343
"endpoint": {
33403344
"label": "API-Adresse",
33413345
"placeholder": "https://s3.example.com"
@@ -4260,6 +4264,12 @@
42604264
"aws-bedrock": {
42614265
"access_key_id": "AWS-Zugriffsschlüssel-ID",
42624266
"access_key_id_help": "Ihre AWS-Zugriffsschlüssel-ID, um auf AWS Bedrock-Dienste zuzugreifen",
4267+
"api_key": "[to be translated]:Bedrock API Key",
4268+
"api_key_help": "[to be translated]:Your AWS Bedrock API Key for authentication",
4269+
"auth_type": "[to be translated]:Authentication Type",
4270+
"auth_type_api_key": "[to be translated]:Bedrock API Key",
4271+
"auth_type_help": "[to be translated]:Choose between IAM credentials or Bedrock API Key authentication",
4272+
"auth_type_iam": "[to be translated]:IAM Credentials",
42634273
"description": "AWS Bedrock ist ein vollständig verwalteter Basismodell-Dienst von Amazon, der eine Vielzahl moderner großer Sprachmodelle unterstützt",
42644274
"region": "AWS-Region",
42654275
"region_help": "Ihre AWS-Serviceregion, z.B. us-east-1",

src/renderer/src/i18n/translate/el-gr.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "Δοχείο",
33373337
"placeholder": "Bucket, π.χ.: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "[to be translated]:When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3341+
"label": "[to be translated]:Bypass Proxy"
3342+
},
33393343
"endpoint": {
33403344
"label": "Διεύθυνση API",
33413345
"placeholder": "https://s3.example.com"
@@ -4260,6 +4264,12 @@
42604264
"aws-bedrock": {
42614265
"access_key_id": "Αναγνωριστικό κλειδιού πρόσβασης AWS",
42624266
"access_key_id_help": "Το ID του κλειδιού πρόσβασης AWS που χρησιμοποιείται για την πρόσβαση στην υπηρεσία AWS Bedrock",
4267+
"api_key": "[to be translated]:Bedrock API Key",
4268+
"api_key_help": "[to be translated]:Your AWS Bedrock API Key for authentication",
4269+
"auth_type": "[to be translated]:Authentication Type",
4270+
"auth_type_api_key": "[to be translated]:Bedrock API Key",
4271+
"auth_type_help": "[to be translated]:Choose between IAM credentials or Bedrock API Key authentication",
4272+
"auth_type_iam": "[to be translated]:IAM Credentials",
42634273
"description": "Η AWS Bedrock είναι μια πλήρως διαχειριζόμενη υπηρεσία βασικών μοντέλων που παρέχεται από την Amazon και υποστηρίζει διάφορα προηγμένα μεγάλα γλωσσικά μοντέλα.",
42644274
"region": "Περιοχές AWS",
42654275
"region_help": "Η περιοχή υπηρεσίας AWS σας, για παράδειγμα us-east-1",

src/renderer/src/i18n/translate/es-es.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "Bucket",
33373337
"placeholder": "Bucket, por ejemplo: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "[to be translated]:When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3341+
"label": "[to be translated]:Bypass Proxy"
3342+
},
33393343
"endpoint": {
33403344
"label": "Dirección API",
33413345
"placeholder": "https://s3.example.com"
@@ -4260,6 +4264,12 @@
42604264
"aws-bedrock": {
42614265
"access_key_id": "ID de clave de acceso de AWS",
42624266
"access_key_id_help": "Su ID de clave de acceso de AWS, utilizado para acceder al servicio AWS Bedrock",
4267+
"api_key": "[to be translated]:Bedrock API Key",
4268+
"api_key_help": "[to be translated]:Your AWS Bedrock API Key for authentication",
4269+
"auth_type": "[to be translated]:Authentication Type",
4270+
"auth_type_api_key": "[to be translated]:Bedrock API Key",
4271+
"auth_type_help": "[to be translated]:Choose between IAM credentials or Bedrock API Key authentication",
4272+
"auth_type_iam": "[to be translated]:IAM Credentials",
42634273
"description": "AWS Bedrock es un servicio de modelos fundamentales completamente gestionado proporcionado por Amazon, que admite diversos modelos avanzados de lenguaje de gran tamaño.",
42644274
"region": "Región de AWS",
42654275
"region_help": "Su región de servicio AWS, por ejemplo us-east-1",

src/renderer/src/i18n/translate/fr-fr.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "Bucket",
33373337
"placeholder": "Bucket, par exemple : example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "[to be translated]:When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3341+
"label": "[to be translated]:Bypass Proxy"
3342+
},
33393343
"endpoint": {
33403344
"label": "Adresse API",
33413345
"placeholder": "https://s3.example.com"
@@ -4260,6 +4264,12 @@
42604264
"aws-bedrock": {
42614265
"access_key_id": "Identifiant de clé d'accès AWS",
42624266
"access_key_id_help": "Votre identifiant de clé d'accès AWS, utilisé pour accéder au service AWS Bedrock",
4267+
"api_key": "[to be translated]:Bedrock API Key",
4268+
"api_key_help": "[to be translated]:Your AWS Bedrock API Key for authentication",
4269+
"auth_type": "[to be translated]:Authentication Type",
4270+
"auth_type_api_key": "[to be translated]:Bedrock API Key",
4271+
"auth_type_help": "[to be translated]:Choose between IAM credentials or Bedrock API Key authentication",
4272+
"auth_type_iam": "[to be translated]:IAM Credentials",
42634273
"description": "AWS Bedrock est un service de modèles de base entièrement géré proposé par Amazon, prenant en charge divers grands modèles linguistiques avancés.",
42644274
"region": "Région AWS",
42654275
"region_help": "Votre région de service AWS, par exemple us-east-1",

src/renderer/src/i18n/translate/ja-jp.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "バケット",
33373337
"placeholder": "Bucket、例: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "[to be translated]:When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3341+
"label": "[to be translated]:Bypass Proxy"
3342+
},
33393343
"endpoint": {
33403344
"label": "APIエンドポイント",
33413345
"placeholder": "https://s3.example.com"
@@ -4260,6 +4264,12 @@
42604264
"aws-bedrock": {
42614265
"access_key_id": "AWS アクセスキー ID",
42624266
"access_key_id_help": "あなたの AWS アクセスキー ID は、AWS Bedrock サービスへのアクセスに使用されます",
4267+
"api_key": "[to be translated]:Bedrock API Key",
4268+
"api_key_help": "[to be translated]:Your AWS Bedrock API Key for authentication",
4269+
"auth_type": "[to be translated]:Authentication Type",
4270+
"auth_type_api_key": "[to be translated]:Bedrock API Key",
4271+
"auth_type_help": "[to be translated]:Choose between IAM credentials or Bedrock API Key authentication",
4272+
"auth_type_iam": "[to be translated]:IAM Credentials",
42634273
"description": "AWS Bedrock は、Amazon が提供する完全に管理されたベースモデルサービスで、さまざまな最先端の大言語モデルをサポートしています",
42644274
"region": "AWS リージョン",
42654275
"region_help": "あなたの AWS サービスリージョン、例:us-east-1",

src/renderer/src/i18n/translate/pt-pt.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "Bucket",
33373337
"placeholder": "Bucket, por exemplo: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "[to be translated]:When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3341+
"label": "[to be translated]:Bypass Proxy"
3342+
},
33393343
"endpoint": {
33403344
"label": "Endereço da API",
33413345
"placeholder": "https://s3.example.com"
@@ -4260,6 +4264,12 @@
42604264
"aws-bedrock": {
42614265
"access_key_id": "ID da chave de acesso da AWS",
42624266
"access_key_id_help": "O seu ID da chave de acesso AWS, utilizado para aceder ao serviço AWS Bedrock",
4267+
"api_key": "[to be translated]:Bedrock API Key",
4268+
"api_key_help": "[to be translated]:Your AWS Bedrock API Key for authentication",
4269+
"auth_type": "[to be translated]:Authentication Type",
4270+
"auth_type_api_key": "[to be translated]:Bedrock API Key",
4271+
"auth_type_help": "[to be translated]:Choose between IAM credentials or Bedrock API Key authentication",
4272+
"auth_type_iam": "[to be translated]:IAM Credentials",
42634273
"description": "A AWS Bedrock é um serviço de modelos fundamentais totalmente gerido fornecido pela Amazon, que suporta diversos modelos avançados de linguagem.",
42644274
"region": "Região da AWS",
42654275
"region_help": "A sua região de serviço da AWS, por exemplo, us-east-1",

src/renderer/src/i18n/translate/ru-ru.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,6 +3336,10 @@
33363336
"label": "Корзина",
33373337
"placeholder": "Корзина, например: example"
33383338
},
3339+
"bypassProxy": {
3340+
"help": "[to be translated]:When enabled, S3 requests bypass the application proxy to prevent data corruption during large file uploads. Recommended to keep enabled unless your S3 endpoint requires proxy access.",
3341+
"label": "[to be translated]:Bypass Proxy"
3342+
},
33393343
"endpoint": {
33403344
"label": "Конечная точка API",
33413345
"placeholder": "https://s3.example.com"
@@ -4260,6 +4264,12 @@
42604264
"aws-bedrock": {
42614265
"access_key_id": "AWS Ключ доступа ID",
42624266
"access_key_id_help": "Ваш AWS Ключ доступа ID для доступа к AWS Bedrock",
4267+
"api_key": "[to be translated]:Bedrock API Key",
4268+
"api_key_help": "[to be translated]:Your AWS Bedrock API Key for authentication",
4269+
"auth_type": "[to be translated]:Authentication Type",
4270+
"auth_type_api_key": "[to be translated]:Bedrock API Key",
4271+
"auth_type_help": "[to be translated]:Choose between IAM credentials or Bedrock API Key authentication",
4272+
"auth_type_iam": "[to be translated]:IAM Credentials",
42634273
"description": "AWS Bedrock — это полное управляемое сервисное предложение для моделей, поддерживающее различные современные модели языка",
42644274
"region": "AWS регион",
42654275
"region_help": "Ваш регион AWS, например us-east-1",

0 commit comments

Comments
 (0)