Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: sync i18n translations #975

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions i18n/de/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,16 +450,13 @@
"description": "The label for the docs helpfulness question"
},
"theme.common.helpUsImproveTheDocs": {
"message": "Helfen Sie uns, die Dokumentation zu verbessern!",
"description": "The label for the edit this page button"
"message": "Helfen Sie uns, die Dokumentation zu verbessern!"
},
"theme.common.yes": {
"message": "Ja",
"description": "The label for the docs helpful button"
"message": "Ja"
},
"theme.common.no": {
"message": "Nein",
"description": "The label for the docs not helpful button"
"message": "Nein"
},
"theme.common.feedbackPlaceholder": {
"message": "Wir würden gerne Ihr Feedback hören!",
Expand Down Expand Up @@ -505,5 +502,17 @@
},
"theme.common.connector.sms": {
"message": "SMS-Anbieter"
},
"theme.common.pagination.info": {
"message": "{min}-{max} von {total}"
},
"theme.blog.tutorial.subtitle": {
"message": "Folgen Sie unserem Schritt-für-Schritt-Tutorial, um sofort ein Authentifizierungssystem einzurichten."
},
"theme.common.resetFilters": {
"message": "Filter zurücksetzen"
},
"theme.blog.tutorial.title": {
"message": "Erstellen Sie ${connector}-Anmeldung mit ${sdk}"
}
}
21 changes: 15 additions & 6 deletions i18n/es/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,16 +450,13 @@
"description": "The label for the docs helpfulness question"
},
"theme.common.helpUsImproveTheDocs": {
"message": "¡Ayúdanos a mejorar la documentación!",
"description": "The label for the edit this page button"
"message": "¡Ayúdanos a mejorar la documentación!"
},
"theme.common.yes": {
"message": "Sí",
"description": "The label for the docs helpful button"
"message": "Sí"
},
"theme.common.no": {
"message": "No",
"description": "The label for the docs not helpful button"
"message": "No"
},
"theme.common.feedbackPlaceholder": {
"message": "¡Nos encantaría recibir tus comentarios!",
Expand Down Expand Up @@ -505,5 +502,17 @@
},
"theme.common.connector.sms": {
"message": "Proveedores de SMS"
},
"theme.common.pagination.info": {
"message": "{min}-{max} de {total}"
},
"theme.blog.tutorial.subtitle": {
"message": "Sigue nuestro tutorial paso a paso para configurar un sistema de autenticación de inmediato."
},
"theme.common.resetFilters": {
"message": "Restablecer filtros"
},
"theme.blog.tutorial.title": {
"message": "Crea inicio de sesión con ${connector} usando ${sdk}"
}
}
23 changes: 16 additions & 7 deletions i18n/fr/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,16 +450,13 @@
"description": "The label for the docs helpfulness question"
},
"theme.common.helpUsImproveTheDocs": {
"message": "Aidez-nous à améliorer la documentation !",
"description": "The label for the edit this page button"
},
"message": "Aidez-nous à améliorer la documentation !"
},
"theme.common.yes": {
"message": "Oui",
"description": "The label for the docs helpful button"
"message": "Oui"
},
"theme.common.no": {
"message": "Non",
"description": "The label for the docs not helpful button"
"message": "Non"
},
"theme.common.feedbackPlaceholder": {
"message": "Nous aimerions avoir votre avis !",
Expand Down Expand Up @@ -505,5 +502,17 @@
},
"theme.common.connector.sms": {
"message": "Fournisseurs de SMS"
},
"theme.common.pagination.info": {
"message": "{min}-{max} sur {total}"
},
"theme.blog.tutorial.subtitle": {
"message": "Suivez notre tutoriel étape par étape pour configurer un système d'authentification immédiatement."
},
"theme.common.resetFilters": {
"message": "Réinitialiser les filtres"
},
"theme.blog.tutorial.title": {
"message": "Créez la connexion ${connector} avec ${sdk}"
}
}
21 changes: 15 additions & 6 deletions i18n/ja/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
"description": "The label for the docs helpfulness question"
},
"theme.common.yes": {
"message": "はい",
"description": "The label for the docs helpful button"
"message": "はい"
},
"theme.common.no": {
"message": "いいえ",
"description": "The label for the docs not helpful button"
"message": "いいえ"
},
"theme.common.thanksForTheFeedback": {
"message": "Logtoドキュメントの改善にご協力いただきありがとうございます!💜",
Expand All @@ -32,8 +30,7 @@
"description": "The label of the submit button"
},
"theme.common.helpUsImproveTheDocs": {
"message": "ドキュメントの改善にご協力ください!",
"description": "The label for the edit this page button"
"message": "ドキュメントの改善にご協力ください!"
},
"theme.common.editThisPage": {
"message": "このページを編集",
Expand Down Expand Up @@ -505,5 +502,17 @@
},
"theme.common.connector.sms": {
"message": "SMSプロバイダー"
},
"theme.common.pagination.info": {
"message": "{min}-{max} / {total}"
},
"theme.blog.tutorial.subtitle": {
"message": "ステップバイステップのチュートリアルに従って、すぐに認証システムをセットアップしましょう。"
},
"theme.common.resetFilters": {
"message": "フィルターをリセット"
},
"theme.blog.tutorial.title": {
"message": "${connector} サインインを ${sdk} で構築"
}
}
21 changes: 15 additions & 6 deletions i18n/pt-BR/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,16 +450,13 @@
"description": "The label for the docs helpfulness question"
},
"theme.common.helpUsImproveTheDocs": {
"message": "Ajude-nos a melhorar a documentação!",
"description": "The label for the edit this page button"
"message": "Ajude-nos a melhorar a documentação!"
},
"theme.common.yes": {
"message": "Sim",
"description": "The label for the docs helpful button"
"message": "Sim"
},
"theme.common.no": {
"message": "Não",
"description": "The label for the docs not helpful button"
"message": "Não"
},
"theme.common.feedbackPlaceholder": {
"message": "Adoraríamos ouvir seu feedback!",
Expand Down Expand Up @@ -505,5 +502,17 @@
},
"theme.common.connector.sms": {
"message": "Provedores de SMS"
},
"theme.common.pagination.info": {
"message": "{min}-{max} de {total}"
},
"theme.blog.tutorial.subtitle": {
"message": "Siga nosso tutorial passo a passo para configurar um sistema de autenticação imediatamente."
},
"theme.common.resetFilters": {
"message": "Redefinir filtros"
},
"theme.blog.tutorial.title": {
"message": "Crie login com ${connector} usando ${sdk}"
}
}
21 changes: 15 additions & 6 deletions i18n/zh-CN/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,16 +450,13 @@
"description": "The label for the docs helpfulness question"
},
"theme.common.helpUsImproveTheDocs": {
"message": "帮助我们改进文档!",
"description": "The label for the edit this page button"
"message": "帮助我们改进文档!"
},
"theme.common.yes": {
"message": "是",
"description": "The label for the docs helpful button"
"message": "是"
},
"theme.common.no": {
"message": "否",
"description": "The label for the docs not helpful button"
"message": "否"
},
"theme.common.feedbackPlaceholder": {
"message": "我们很想听到你的反馈!",
Expand Down Expand Up @@ -505,5 +502,17 @@
},
"theme.common.connector.sms": {
"message": "短信提供商"
},
"theme.common.pagination.info": {
"message": "{min}-{max} / {total}"
},
"theme.blog.tutorial.subtitle": {
"message": "按照我们的分步教程,立即设置身份验证系统。"
},
"theme.common.resetFilters": {
"message": "重置筛选条件"
},
"theme.blog.tutorial.title": {
"message": "使用 ${sdk} 构建 ${connector} 登录"
}
}
Loading