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

feat: preliminary adaptation of gaussdb #12061

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix i18n sql-review
  • Loading branch information
shanzhuer committed May 21, 2024
commit 85d80d8c9be1ebecced26df25b8636f5b019a7a2
2 changes: 1 addition & 1 deletion frontend/src/locales/sql-review/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dm": "DM",
"mariadb": "MariaDB",
"oceanbase_oracle": "OceanBase (Oracle)",
"gaussdb": "GaussDB",
"gaussdb": "GaussDB"
},
"category": {
"engine": "Engine",
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/locales/sql-review/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"mssql": "SQL Server",
"dm": "DM",
"mariadb": "MariaDB",
"oceanbase_oracle": "OceanBase (Oracle)"
"oceanbase_oracle": "OceanBase (Oracle)",
"gaussdb": "GaussDB"
},
"category": {
"engine": "Motor",
Expand Down Expand Up @@ -623,4 +624,4 @@
"warning": "Advertencia",
"disabled": "Deshabilitado"
}
}
}
5 changes: 3 additions & 2 deletions frontend/src/locales/sql-review/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"mssql": "SQL Server",
"dm": "DM",
"mariadb": "MariaDB",
"oceanbase_oracle": "OceanBase(Oracle)"
"oceanbase_oracle": "OceanBase(Oracle)",
"gaussdb": "GaussDB"
},
"category": {
"engine": "エンジン",
Expand Down Expand Up @@ -623,4 +624,4 @@
"warning": "警告",
"disabled": "無効化"
}
}
}
5 changes: 3 additions & 2 deletions frontend/src/locales/sql-review/vi-VN.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"mssql": "Máy chủ SQL",
"dm": "DM",
"mariadb": "MariaDB",
"oceanbase_oracle": "OceanBase (Oracle)"
"oceanbase_oracle": "OceanBase (Oracle)",
"gaussdb": "GaussDB"
},
"category": {
"engine": "Động cơ",
Expand Down Expand Up @@ -623,4 +624,4 @@
"warning": "Cảnh báo",
"disabled": "Tàn tật"
}
}
}
2 changes: 1 addition & 1 deletion frontend/src/locales/sql-review/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dm": "DM",
"mariadb": "MariaDB",
"oceanbase_oracle": "OceanBase (Oracle)",
"gaussdb": "GaussDB",
"gaussdb": "GaussDB"
},
"category": {
"engine": "引擎",
Expand Down