Skip to content

Commit

Permalink
chore: add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlwn123 committed Feb 12, 2025
1 parent bda053d commit 17bf0ee
Show file tree
Hide file tree
Showing 11 changed files with 88 additions and 22 deletions.
10 changes: 8 additions & 2 deletions apps/router/src/languages/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "Benvingut de nou!",
"subtitle": "Si us plau, introdueix la teva contrasenya.",
"password": "Contrasenya",
"submit": "Enviar"
"submit": "Enviar",
"errors": {
"invalid-password": "Contrasenya no vàlida"
},
"alert-title": "La interfície de Gateway està en manteniment.",
"alert-description": "Si us plau, utilitzeu el gateway-cli per ara i controleu els nostres canals de llançament per a actualitzacions."
},
"role-selector": {
"disclaimer-title": "Fedimint és un programari beta.",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "Serà wss:// per a guardian o https:// per a passarel·la",
"service-type-label": "Tipus de servei",
"service-name-label": "Nom del Servei",
"sync-status-label": "Estat de sincronització"
"sync-status-label": "Estat de sincronització",
"service-exists-error": "El servei ja existeix"
},
"remove-service-modal": {
"title": "Elimina {{type}}",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "Willkommen zurück!",
"subtitle": "Bitte geben Sie Ihr Passwort ein.",
"password": "Passwort",
"submit": "Einreichen"
"submit": "Einreichen",
"errors": {
"invalid-password": "Ungültiges Passwort"
},
"alert-title": "Die Gateway-Benutzeroberfläche befindet sich in Wartung.",
"alert-description": "Bitte verwenden Sie vorerst die gateway-cli und überwachen Sie unsere Release-Kanäle auf Updates."
},
"role-selector": {
"disclaimer-title": "Fedimint ist Beta-Software",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "Wird wss:// für Guardian oder https:// für Gateway sein",
"service-type-label": "Dienstleistungsart",
"service-name-label": "Dienstname",
"sync-status-label": "Synchronisationsstatus"
"sync-status-label": "Synchronisationsstatus",
"service-exists-error": "Der Dienst existiert bereits"
},
"remove-service-modal": {
"title": "Entfernen Sie {{type}}",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "¡Bienvenido de nuevo!",
"subtitle": "Por favor, ingrese su contraseña.",
"password": "Contraseña",
"submit": "Enviar"
"submit": "Enviar",
"errors": {
"invalid-password": "Contraseña inválida"
},
"alert-title": "La interfaz de Gateway está en mantenimiento.",
"alert-description": "Por favor, utiliza el gateway-cli por ahora y monitorea nuestros canales de lanzamiento para actualizaciones."
},
"role-selector": {
"disclaimer-title": "Fedimint es un software beta.",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "Será wss:// para guardian o https:// para gateway",
"service-type-label": "Tipo de Servicio",
"service-name-label": "Nombre del Servicio",
"sync-status-label": "Estado de Sincronización"
"sync-status-label": "Estado de Sincronización",
"service-exists-error": "El servicio ya existe"
},
"remove-service-modal": {
"title": "Eliminar {{tipo}}",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "Bienvenue de retour !",
"subtitle": "Veuillez entrer votre mot de passe.",
"password": "Mot de passe",
"submit": "Soumettre"
"submit": "Soumettre",
"errors": {
"invalid-password": "Mot de passe invalide"
},
"alert-title": "L'interface utilisateur de Gateway est en maintenance.",
"alert-description": "Veuillez utiliser le gateway-cli pour l'instant et surveiller nos canaux de publication pour les mises à jour."
},
"role-selector": {
"disclaimer-title": "Fedimint est un logiciel bêta",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "Sera wss:// pour guardian ou https:// pour gateway",
"service-type-label": "Type de service",
"service-name-label": "Nom du service",
"sync-status-label": "Statut de Synchronisation"
"sync-status-label": "Statut de Synchronisation",
"service-exists-error": "Le service existe déjà"
},
"remove-service-modal": {
"title": "Supprimer {{type}}",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "Üdvözöllek újra!",
"subtitle": "Kérjük, adja meg a jelszavát.",
"password": "Jelszó",
"submit": "Beküldés"
"submit": "Beküldés",
"errors": {
"invalid-password": "Érvénytelen jelszó"
},
"alert-title": "A Gateway UI karbantartás alatt áll.",
"alert-description": "Kérjük, használja a gateway-cli-t most, és figyelje a kiadási csatornáinkat a frissítésekért."
},
"role-selector": {
"disclaimer-title": "A Fedimint bétaszoftver.",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "Guardian esetén wss:// lesz, gateway esetén pedig https://",
"service-type-label": "Szolgáltatás típusa",
"service-name-label": "Szolgáltatás neve",
"sync-status-label": "Szinkronizálási állapot"
"sync-status-label": "Szinkronizálási állapot",
"service-exists-error": "A szolgáltatás már létezik"
},
"remove-service-modal": {
"title": "Távolítsa el a {{type}}",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "Ben tornato!",
"subtitle": "Inserisci la tua password.",
"password": "Contraseña",
"submit": "Invia"
"submit": "Invia",
"errors": {
"invalid-password": "Contraseña inválida"
},
"alert-title": "La interfaz de usuario de Gateway está en mantenimiento.",
"alert-description": "Por favor, use o gateway-cli por enquanto e monitore nossos canais de lançamento para atualizações."
},
"role-selector": {
"disclaimer-title": "Fedimint è un software beta",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "Sarà wss:// per guardian o https:// per gateway",
"service-type-label": "Tipo di servizio",
"service-name-label": "Nome del servizio",
"sync-status-label": "Stato di sincronizzazione"
"sync-status-label": "Stato di sincronizzazione",
"service-exists-error": "El servicio ya existe"
},
"remove-service-modal": {
"title": "Rimuovi {{type}}",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "おかえりなさい!",
"subtitle": "パスワードを入力してください。",
"password": "パスワード",
"submit": "提出する"
"submit": "提出する",
"errors": {
"invalid-password": "無効なパスワード"
},
"alert-title": "ゲートウェイUIはメンテナンス中です。",
"alert-description": "今のところgateway-cliを使用し、更新のためにリリースチャンネルを監視してください。"
},
"role-selector": {
"disclaimer-title": "Fedimintはベータ版ソフトウェアです",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "ガーディアンの場合はwss://、ゲートウェイの場合はhttps://になります。",
"service-type-label": "サービスタイプ",
"service-name-label": "サービス名",
"sync-status-label": "同期状況"
"sync-status-label": "同期状況",
"service-exists-error": "サービスはすでに存在します"
},
"remove-service-modal": {
"title": "{{type}}を削除する",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "다시 오신 것을 환영합니다!",
"subtitle": "비밀번호를 입력해 주세요.",
"password": "비밀번호",
"submit": "제출하다"
"submit": "제출하다",
"errors": {
"invalid-password": "잘못된 비밀번호"
},
"alert-title": "게이트웨이 UI가 유지보수 중입니다.",
"alert-description": "현재는 gateway-cli를 사용하고 업데이트를 위해 우리의 릴리스 채널을 모니터링해 주세요."
},
"role-selector": {
"disclaimer-title": "Fedimint는 베타 소프트웨어입니다",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "guardian의 경우 wss://, gateway의 경우 https://가 될 것입니다.",
"service-type-label": "서비스 유형",
"service-name-label": "서비스 이름",
"sync-status-label": "동기화 상태"
"sync-status-label": "동기화 상태",
"service-exists-error": "서비스가 이미 존재합니다."
},
"remove-service-modal": {
"title": "{{type}} 제거",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "Bem-vindo de volta!",
"subtitle": "Por favor, insira sua senha.",
"password": "Senha",
"submit": "Enviar"
"submit": "Enviar",
"errors": {
"invalid-password": "Senha inválida"
},
"alert-title": "A interface do Gateway está em manutenção.",
"alert-description": "Por favor, use o gateway-cli por enquanto e monitore nossos canais de lançamento para atualizações."
},
"role-selector": {
"disclaimer-title": "Fedimint é um software beta",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "Será wss:// para guardião ou https:// para gateway",
"service-type-label": "Tipo de Serviço",
"service-name-label": "Nome do Serviço",
"sync-status-label": "Status de Sincronização"
"sync-status-label": "Status de Sincronização",
"service-exists-error": "O serviço já existe"
},
"remove-service-modal": {
"title": "Remova {{type}}",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "Добро пожаловать обратно!",
"subtitle": "Пожалуйста, введите ваш пароль.",
"password": "Пароль",
"submit": "Отправить"
"submit": "Отправить",
"errors": {
"invalid-password": "Неверный пароль"
},
"alert-title": "Интерфейс Gateway находится на обслуживании.",
"alert-description": "Пожалуйста, используйте gateway-cli на данный момент и следите за нашими каналами релиза для обновлений."
},
"role-selector": {
"disclaimer-title": "Fedimint - это бета-версия программного обеспечения.",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "Будет wss:// для защитника или https:// для шлюза",
"service-type-label": "Тип услуги",
"service-name-label": "Название услуги",
"sync-status-label": "Статус синхронизации"
"sync-status-label": "Статус синхронизации",
"service-exists-error": "Сервис уже существует"
},
"remove-service-modal": {
"title": "Удалить {{type}}",
Expand Down
10 changes: 8 additions & 2 deletions apps/router/src/languages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@
"title": "欢迎回来!",
"subtitle": "请输入您的密码。",
"password": "密码",
"submit": "提交"
"submit": "提交",
"errors": {
"invalid-password": "无效的密码"
},
"alert-title": "网关用户界面正在维护中。",
"alert-description": "请暂时使用gateway-cli,并关注我们的发布渠道以获取更新。"
},
"role-selector": {
"disclaimer-title": "Fedimint是测试版软件",
Expand Down Expand Up @@ -542,7 +547,8 @@
"helper-text": "将为guardian使用wss://,为gateway使用https://。",
"service-type-label": "服务类型",
"service-name-label": "服务名称",
"sync-status-label": "同步状态"
"sync-status-label": "同步状态",
"service-exists-error": "服务已存在"
},
"remove-service-modal": {
"title": "删除{{type}}",
Expand Down

0 comments on commit 17bf0ee

Please sign in to comment.