Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion client/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"Something went wrong": "Something went wrong",
"chats in bloop": "chats in bloop",
"Setup bloop": "Setup bloop",
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "Please log into your GitHub account to complete setup, this helps us us combat misuse.",
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "Please log into your GitHub account to complete setup, this helps us combat misuse.",
"Select color theme:": "Select color theme:",
"Connect account": "Connect account",
"Continue": "Continue",
Expand Down
2 changes: 1 addition & 1 deletion client/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"Something went wrong": "Algo salió mal",
"chats in bloop": "Chats en bloop",
"Setup bloop": "Configuración de bloop",
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "Inicie sesión con su cuenta de GitHub para completar la configuración",
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "Inicie sesión con su cuenta de GitHub para completar la configuración",
"Select color theme:": "Seleccione el tema:",
"Connect account": "Conectar cuenta",
"Continue": "Continuar",
Expand Down
4 changes: 2 additions & 2 deletions client/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"Something went wrong": "Qualcosa è andato storto",
"chats in bloop": "chat in bloop",
"Setup bloop": "Configura bloop",
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "Accedi al tuo account GitHub per completare la configurazione",
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "Accedi al tuo account GitHub per completare la configurazione",
"Select color theme:": "Seleziona tema colori:",
"Connect account": "Collega account",
"Continue": "Continua",
Expand Down Expand Up @@ -397,4 +397,4 @@
"<0></0><1></1> to navigate.": "<0></0><1></1> per navigare.",
"Below are a few questions you can ask me to get started:": "Di seguito alcune domande che puoi pormi per iniziare:",
"Check context files for any errors": "Controlla eventuali errori nei file di contesto"
}
}
2 changes: 1 addition & 1 deletion client/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"Something went wrong": "何かがうまくいかなかった",
"chats in bloop": "bloopでチャット",
"Setup bloop": "bloopをセットアップする",
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "セットアップを完了するため、GitHubアカウントにログインしてください",
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "セットアップを完了するため、GitHubアカウントにログインしてください",
"Select color theme:": "カラーテーマを選択する",
"Connect account": "アカウントを接続する",
"Continue": "次へ",
Expand Down
2 changes: 1 addition & 1 deletion client/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"Something went wrong": "出错了",
"chats in bloop": "在bloop中对话",
"Setup bloop": "设置bloop",
"Please log into your GitHub account to complete setup, this helps us us combat misuse.": "请登录您的GitHub账户以完成设置",
"Please log into your GitHub account to complete setup, this helps us combat misuse.": "请登录您的GitHub账户以完成设置",
"Select color theme:": "选择颜色主题:",
"Connect account": "连接账户",
"Continue": "继续",
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/Onboarding/Desktop/UserForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const UserForm = ({ form, setForm, onContinue }: Props) => {
) : (
<Trans>
Please log into your GitHub account to complete setup, this
helps us us combat misuse.
helps us combat misuse.
</Trans>
)}
</p>
Expand Down