mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Compare commits
101 Commits
Author | SHA1 | Date | |
---|---|---|---|
60dd4df5ec | |||
fa006798cf | |||
c5abc3d6b2 | |||
|
a8dc30c9dd | ||
|
2cfed3e79b | ||
|
001983c5a2 | ||
470f7455c0 | |||
|
70e00a7ee6 | ||
|
b76247e304 | ||
f58c30ff17 | |||
5bdbebfbc3 | |||
|
03c4a1c797 | ||
|
e18604b3ce | ||
|
3ff8d2571b | ||
|
f22f8d2317 | ||
|
8a4a099e37 | ||
|
702ffb81ef | ||
|
93e16fdda2 | ||
|
575c8ea8ca | ||
|
4ff1d107b8 | ||
3ad1e51f42 | |||
e07e7b736e | |||
89815bf5e7 | |||
9d00f58998 | |||
f5d001846a | |||
0a6907b549 | |||
322f92b734 | |||
|
038e4494f5 | ||
56b71ec0d1 | |||
787014c38d | |||
e60726c741 | |||
904670781d | |||
22bdaac18b | |||
446199827b | |||
53a71d55c5 | |||
03638c0553 | |||
8968179c11 | |||
2c0b4ffe1f | |||
f454b4bb1c | |||
56698725cb | |||
|
1896013267 | ||
17eeb6d38e | |||
5e83b4466d | |||
|
45d1934f96 | ||
|
7821e25bdb | ||
ae8d558989 | |||
|
b348c83501 | ||
|
f58a12ebd5 | ||
|
b806deeed0 | ||
|
4e1be838bd | ||
|
bb7ec76ced | ||
|
e2b843cd18 | ||
8c9713e805 | |||
786de6a7ba | |||
1bf54a69fd | |||
3ddfd6bb44 | |||
c48266c336 | |||
96e1ceb1d2 | |||
19859f45f4 | |||
74c136f833 | |||
af91d96db6 | |||
0cd55fbfe9 | |||
55aee163b6 | |||
|
eb172022fa | ||
|
0d5cac27ed | ||
baef4ea4d1 | |||
6b3b22a01a | |||
ebf7780c3c | |||
0f24c80e5a | |||
afa61a9bc2 | |||
8be9f932e7 | |||
d802b32597 | |||
|
12f3e03b45 | ||
28f0419af4 | |||
52108d7613 | |||
df6625af49 | |||
59846e6ff4 | |||
63fece2a1b | |||
9ef475ec3f | |||
3546c57e39 | |||
8730be02af | |||
b925ff9c01 | |||
2c46269cf2 | |||
23d8467154 | |||
d1297a0085 | |||
6bd8667f43 | |||
|
c9093a36b3 | ||
|
b6dbfe1564 | ||
06b0090480 | |||
629ce63329 | |||
313e7407eb | |||
4458177688 | |||
ea7865a086 | |||
|
ca900f3dcf | ||
|
4f6f28c6e6 | ||
8caac0f21d | |||
|
cacfc1c2eb | ||
|
2f30c0d42f | ||
b1fbc43ab2 | |||
fe9817bf31 | |||
ddb7ead083 |
@@ -193,8 +193,46 @@
|
|||||||
"translation",
|
"translation",
|
||||||
"code"
|
"code"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "jimcat8",
|
||||||
|
"name": "tianci li",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/86754294?v=4",
|
||||||
|
"profile": "https://github.com/jimcat8",
|
||||||
|
"contributions": [
|
||||||
|
"translation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "555cider",
|
||||||
|
"name": "555cider",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/73565447?v=4",
|
||||||
|
"profile": "https://github.com/555cider",
|
||||||
|
"contributions": [
|
||||||
|
"translation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "m1khal3v",
|
||||||
|
"name": "Anton Mikhalev",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/41085561?v=4",
|
||||||
|
"profile": "https://github.com/m1khal3v",
|
||||||
|
"contributions": [
|
||||||
|
"translation"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "64knl",
|
||||||
|
"name": "René",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/3864423?v=4",
|
||||||
|
"profile": "https://64k.nl/",
|
||||||
|
"contributions": [
|
||||||
|
"code",
|
||||||
|
"translation"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contributorsPerLine": 7,
|
"contributorsPerLine": 7,
|
||||||
"skipCi": true
|
"skipCi": true,
|
||||||
|
"commitType": "docs"
|
||||||
}
|
}
|
||||||
|
32
.github/workflows/create-artifact-linux-arm64.yml
vendored
Normal file
32
.github/workflows/create-artifact-linux-arm64.yml
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
name: Create artifact [LINUX ARM64]
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out Git repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Node.js
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm i
|
||||||
|
|
||||||
|
- name: "Build"
|
||||||
|
run: npm run build -- --arm64 --linux deb AppImage
|
||||||
|
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: linux-build
|
||||||
|
retention-days: 3
|
||||||
|
path: |
|
||||||
|
build
|
||||||
|
!build/*-unpacked
|
||||||
|
!build/.icon-ico
|
9
.github/workflows/create-artifact-linux.yml
vendored
9
.github/workflows/create-artifact-linux.yml
vendored
@@ -15,10 +15,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
- name: npm install & build
|
- name: Install dependencies
|
||||||
run: |
|
run: npm i
|
||||||
npm install
|
|
||||||
npm run build
|
- name: "Build"
|
||||||
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
124
CHANGELOG.md
124
CHANGELOG.md
@@ -2,6 +2,130 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [0.7.12](https://github.com/antares-sql/antares/compare/v0.7.11...v0.7.12) (2023-07-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add Dutch language support ([4ff1d10](https://github.com/antares-sql/antares/commit/4ff1d107b8837887ceb3ffecaed46b9bdb908127))
|
||||||
|
* format options of csv export, closes [#196](https://github.com/antares-sql/antares/issues/196) ([3ad1e51](https://github.com/antares-sql/antares/commit/3ad1e51f42f3cc37ad66bdab64e9a8a0eadea74b))
|
||||||
|
* more translations ([575c8ea](https://github.com/antares-sql/antares/commit/575c8ea8cabc1fb315bad1693df6cd4ccd869838))
|
||||||
|
* **PostgreSQL:** ability to switch the database, closes [#432](https://github.com/antares-sql/antares/issues/432) ([89815bf](https://github.com/antares-sql/antares/commit/89815bf5e7c4062950b7418b31b45552ae0e1276))
|
||||||
|
* Sort available languages alphabetically ([3ff8d25](https://github.com/antares-sql/antares/commit/3ff8d2571be306a8a72e5ad2b9f963b285e8db26))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **PostgreSQL:** unable to export as sql inserts ([e07e7b7](https://github.com/antares-sql/antares/commit/e07e7b736ef29368262ec4b17d9e1f54ef3ec390))
|
||||||
|
* rename components and variables in SettingBarContext ([8a4a099](https://github.com/antares-sql/antares/commit/8a4a099e37c9bbc1365f322f6276f32153e24379))
|
||||||
|
* spelling corrections ([93e16fd](https://github.com/antares-sql/antares/commit/93e16fdda29601f3e898b1a9470bd8546ea95df6))
|
||||||
|
* update source string to fix spelling ([001983c](https://github.com/antares-sql/antares/commit/001983c5a2ebe17c943a9be3a58cc587f5cd09e3))
|
||||||
|
|
||||||
|
### [0.7.11](https://github.com/antares-sql/antares/compare/v0.7.10...v0.7.11) (2023-06-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* context menu to close tabs, closes [#392](https://github.com/antares-sql/antares/issues/392) ([787014c](https://github.com/antares-sql/antares/commit/787014c38df743315c04962871a3801805a93c55))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* disable filter during table content loading, fixes [#588](https://github.com/antares-sql/antares/issues/588) ([e60726c](https://github.com/antares-sql/antares/commit/e60726c741276b7da0d54c0986d2a45ed9979bc9))
|
||||||
|
* **MySQL:** unable to get users list with some db settings ([9046707](https://github.com/antares-sql/antares/commit/904670781d47b1ac0dcfd982215ba1786f8c8145))
|
||||||
|
* unique keys not recognized in table settings on some MariaDB versions ([4461998](https://github.com/antares-sql/antares/commit/446199827be4b07382453739f42d46fa0201d04c))
|
||||||
|
* weird behavior in some text editors ([22bdaac](https://github.com/antares-sql/antares/commit/22bdaac18b1c46a57802cbbd3ad339ee075ec70b))
|
||||||
|
|
||||||
|
### [0.7.10](https://github.com/antares-sql/antares/compare/v0.7.9...v0.7.10) (2023-05-28)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* copy rows as PHP array ([03638c0](https://github.com/antares-sql/antares/commit/03638c05534e9ce2e594ce5945485587ed99e609))
|
||||||
|
* DDL query in table settings for MySQL and PostgreSQL, closes [#581](https://github.com/antares-sql/antares/issues/581) ([f454b4b](https://github.com/antares-sql/antares/commit/f454b4bb1ca79eec285b3b4039a2ef66802ff82a))
|
||||||
|
* export table content or query results as PHP array, closes [#575](https://github.com/antares-sql/antares/issues/575) ([8968179](https://github.com/antares-sql/antares/commit/8968179c11f4fe3e624873aac4685a5a33521024))
|
||||||
|
* keepalive on mysql/postgre connections, should fix [#577](https://github.com/antares-sql/antares/issues/577) ([17eeb6d](https://github.com/antares-sql/antares/commit/17eeb6d38e45b553e35e004b748569971743ca18))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* disable shorctut to show Ace editor settings, fixes [#585](https://github.com/antares-sql/antares/issues/585) ([2c0b4ff](https://github.com/antares-sql/antares/commit/2c0b4ffe1f2e418f5e9120a40787788d8e7fd27e))
|
||||||
|
|
||||||
|
### [0.7.9](https://github.com/antares-sql/antares/compare/v0.7.8...v0.7.9) (2023-05-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* no table results message ([19859f4](https://github.com/antares-sql/antares/commit/19859f45f4457292b6ecfe79bdcfbdcc7722be06))
|
||||||
|
* option to choose the target table of an SQL INSERT exportation, closes [#556](https://github.com/antares-sql/antares/issues/556) ([c48266c](https://github.com/antares-sql/antares/commit/c48266c336d7c61abe2b56b5702e5bca83bb57b3))
|
||||||
|
* **translation:** ko-KR translation, closes [#561](https://github.com/antares-sql/antares/issues/561) ([baef4ea](https://github.com/antares-sql/antares/commit/baef4ea4d1747233a86b90fe5b60a0d6cfba1f1c))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* sidebar height out of visible area ([af91d96](https://github.com/antares-sql/antares/commit/af91d96db6e79222e5dbc9b880a904a40332c09b))
|
||||||
|
* unable to delete rows with null values and no primary key ([74c136f](https://github.com/antares-sql/antares/commit/74c136f8334b6972ae55dd8ee0ade09ef8ae3282))
|
||||||
|
* vertical scrollbar does not reset after performing a search, fixes [#567](https://github.com/antares-sql/antares/issues/567) ([0cd55fb](https://github.com/antares-sql/antares/commit/0cd55fbfe9ff09589ae5993f16b0dd56a2ea1a5a))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* **translation:** update italian translation ([96e1ceb](https://github.com/antares-sql/antares/commit/96e1ceb1d2488390216553cd3fce2eec261f04eb))
|
||||||
|
|
||||||
|
### [0.7.8](https://github.com/antares-sql/antares/compare/v0.7.7...v0.7.8) (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* filter schemas in sidebar, closes [#555](https://github.com/antares-sql/antares/issues/555) ([8be9f93](https://github.com/antares-sql/antares/commit/8be9f932e7a44b2067d8b57950d8faafc577123f))
|
||||||
|
* **MySQL:** option to export from results SQL INSERTS in chunks, closes [#501](https://github.com/antares-sql/antares/issues/501) ([0f24c80](https://github.com/antares-sql/antares/commit/0f24c80e5a2dc45875df6b67d3c097cf1cca458e))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **MySQL:** missing scale for FLOAT type ([52108d7](https://github.com/antares-sql/antares/commit/52108d76133d5fdffb56faa995d7ab7ee3e7c4bc))
|
||||||
|
* triggers not exported if related table not included ([d802b32](https://github.com/antares-sql/antares/commit/d802b32597e42ee90a2d691fe74245b3bc2517ee))
|
||||||
|
* unable to export BLOB values from table content o query result ([afa61a9](https://github.com/antares-sql/antares/commit/afa61a9bc2d698894096a6b5413c49f05b2fd5aa))
|
||||||
|
|
||||||
|
### [0.7.7](https://github.com/antares-sql/antares/compare/v0.7.6...v0.7.7) (2023-03-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* hide table size tooltip if disabled ([2c46269](https://github.com/antares-sql/antares/commit/2c46269cf262248d3f5644b7c5b89d5d317a89a4))
|
||||||
|
* **Linux:** remove app menu shown pressing ALT key ([63fece2](https://github.com/antares-sql/antares/commit/63fece2a1b6b09f61ae416f7c3a7b51ee0a53d0e))
|
||||||
|
* **Linux:** remove app menu shown pressing ALT key ([b925ff9](https://github.com/antares-sql/antares/commit/b925ff9c01afcc727e5d70bafb079d468ed1eede))
|
||||||
|
* **MySQL:** missing table information in table setting tab ([59846e6](https://github.com/antares-sql/antares/commit/59846e6ff47591ec8dc22403c3be0e70e0f3ccfd))
|
||||||
|
* unable to set string fields default values starting with 0 ([3546c57](https://github.com/antares-sql/antares/commit/3546c57e398be7b2e226bb8e93e8fc0fb8bab40a))
|
||||||
|
|
||||||
|
### [0.7.6](https://github.com/antares-sql/antares/compare/v0.7.5...v0.7.6) (2023-02-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* error with import/export tools, fixes [#541](https://github.com/antares-sql/antares/issues/541) ([d1297a0](https://github.com/antares-sql/antares/commit/d1297a0085fd54967817816efaeed5770a887bbf))
|
||||||
|
|
||||||
|
### [0.7.5](https://github.com/antares-sql/antares/compare/v0.7.4...v0.7.5) (2023-02-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **MySQL:** option, disabled by default, to enable table size indicators on sidebar ([313e740](https://github.com/antares-sql/antares/commit/313e7407eb1afe5d19ac49ee4b308950b48cafa8))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **MariaDB:** exception with event_scheduler DISABLED with MariaDB 10, fixes [#535](https://github.com/antares-sql/antares/issues/535) ([4458177](https://github.com/antares-sql/antares/commit/445817768863616ea7340c8bf62472197b73bd6e))
|
||||||
|
* single quotes not properly escaped for random generated content ([629ce63](https://github.com/antares-sql/antares/commit/629ce633294c862266db9e27ffa5c154e8fc416c))
|
||||||
|
* unable to import after a failed import, fixes [#515](https://github.com/antares-sql/antares/issues/515) ([b1fbc43](https://github.com/antares-sql/antares/commit/b1fbc43ab2f39827cb85ac7d21ac889ffc2f4c64))
|
||||||
|
|
||||||
|
### [0.7.4](https://github.com/antares-sql/antares/compare/v0.7.3...v0.7.4) (2023-02-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* tables sort in sidebar ([ddb7ead](https://github.com/antares-sql/antares/commit/ddb7ead0832708713ba4bb2717661b8b93a47e3f))
|
||||||
|
|
||||||
### [0.7.3](https://github.com/antares-sql/antares/compare/v0.7.2...v0.7.3) (2023-02-09)
|
### [0.7.3](https://github.com/antares-sql/antares/compare/v0.7.2...v0.7.3) (2023-02-09)
|
||||||
|
|
||||||
|
|
||||||
|
51
README.md
51
README.md
@@ -19,7 +19,10 @@ We are actively working on it, hoping to provide new cool features, improvements
|
|||||||
🔗 If you are curious to try Antares you can download and install the [latest release](https://github.com/Fabio286/antares/releases/latest).
|
🔗 If you are curious to try Antares you can download and install the [latest release](https://github.com/Fabio286/antares/releases/latest).
|
||||||
👁 To stay tuned for new releases [follow Antares SQL](https://twitter.com/AntaresSQL) on Twitter.
|
👁 To stay tuned for new releases [follow Antares SQL](https://twitter.com/AntaresSQL) on Twitter.
|
||||||
🌟 Don't forget to **leave a star** if you appreciate this project.
|
🌟 Don't forget to **leave a star** if you appreciate this project.
|
||||||
🗳️ Poll: **[Which is the main OS you use Antares on?](https://github.com/antares-sql/antares/discussions/379)**
|
|
||||||
|
🗳️ Polls:
|
||||||
|
- **[Which is the main OS you use Antares on?](https://github.com/antares-sql/antares/discussions/379)**
|
||||||
|
- **[Which database do you use the most?](https://github.com/antares-sql/antares/discussions/594)**
|
||||||
|
|
||||||
## Current key features
|
## Current key features
|
||||||
|
|
||||||
@@ -118,30 +121,36 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center"><a href="https://fabiodistasio.it/"><img src="https://avatars.githubusercontent.com/u/31471771?v=4?s=100" width="100px;" alt="Fabio Di Stasio"/><br /><sub><b>Fabio Di Stasio</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=Fabio286" title="Code">💻</a> <a href="#translation-Fabio286" title="Translation">🌍</a> <a href="https://github.com/antares-sql/antares/commits?author=Fabio286" title="Documentation">📖</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://fabiodistasio.it/"><img src="https://avatars.githubusercontent.com/u/31471771?v=4?s=100" width="100px;" alt="Fabio Di Stasio"/><br /><sub><b>Fabio Di Stasio</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=Fabio286" title="Code">💻</a> <a href="#translation-Fabio286" title="Translation">🌍</a> <a href="https://github.com/antares-sql/antares/commits?author=Fabio286" title="Documentation">📖</a></td>
|
||||||
<td align="center"><a href="https://www.linkedin.com/in/giulioganci/"><img src="https://avatars.githubusercontent.com/u/4192159?v=4?s=100" width="100px;" alt="Giulio Ganci"/><br /><sub><b>Giulio Ganci</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=toriphes" title="Code">💻</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/giulioganci/"><img src="https://avatars.githubusercontent.com/u/4192159?v=4?s=100" width="100px;" alt="Giulio Ganci"/><br /><sub><b>Giulio Ganci</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=toriphes" title="Code">💻</a></td>
|
||||||
<td align="center"><a href="https://christianratz.de/"><img src="https://avatars.githubusercontent.com/u/2630316?v=4?s=100" width="100px;" alt="Christian Ratz"/><br /><sub><b>Christian Ratz</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=digitalgopnik" title="Code">💻</a> <a href="#translation-digitalgopnik" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://christianratz.de/"><img src="https://avatars.githubusercontent.com/u/2630316?v=4?s=100" width="100px;" alt="Christian Ratz"/><br /><sub><b>Christian Ratz</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=digitalgopnik" title="Code">💻</a> <a href="#translation-digitalgopnik" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://reverb6821.github.io/"><img src="https://avatars.githubusercontent.com/u/55198803?v=4?s=100" width="100px;" alt="Giuseppe Gigliotti"/><br /><sub><b>Giuseppe Gigliotti</b></sub></a><br /><a href="#translation-reverb6821" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://reverb6821.github.io/"><img src="https://avatars.githubusercontent.com/u/55198803?v=4?s=100" width="100px;" alt="Giuseppe Gigliotti"/><br /><sub><b>Giuseppe Gigliotti</b></sub></a><br /><a href="#translation-reverb6821" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://github.com/Mohd-PH"><img src="https://avatars.githubusercontent.com/u/9362157?v=4?s=100" width="100px;" alt="Mohd-PH"/><br /><sub><b>Mohd-PH</b></sub></a><br /><a href="#translation-Mohd-PH" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Mohd-PH"><img src="https://avatars.githubusercontent.com/u/9362157?v=4?s=100" width="100px;" alt="Mohd-PH"/><br /><sub><b>Mohd-PH</b></sub></a><br /><a href="#translation-Mohd-PH" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://github.com/hongkfui"><img src="https://avatars.githubusercontent.com/u/37477191?v=4?s=100" width="100px;" alt="hongkfui"/><br /><sub><b>hongkfui</b></sub></a><br /><a href="#translation-hongkfui" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hongkfui"><img src="https://avatars.githubusercontent.com/u/37477191?v=4?s=100" width="100px;" alt="hongkfui"/><br /><sub><b>hongkfui</b></sub></a><br /><a href="#translation-hongkfui" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://github.com/MrAnyx"><img src="https://avatars.githubusercontent.com/u/44176707?v=4?s=100" width="100px;" alt="Robin"/><br /><sub><b>Robin</b></sub></a><br /><a href="#translation-MrAnyx" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MrAnyx"><img src="https://avatars.githubusercontent.com/u/44176707?v=4?s=100" width="100px;" alt="Robin"/><br /><sub><b>Robin</b></sub></a><br /><a href="#translation-MrAnyx" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center"><a href="https://github.com/daeleduardo"><img src="https://avatars.githubusercontent.com/u/8599078?v=4?s=100" width="100px;" alt="Daniel Eduardo"/><br /><sub><b>Daniel Eduardo</b></sub></a><br /><a href="#translation-daeleduardo" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daeleduardo"><img src="https://avatars.githubusercontent.com/u/8599078?v=4?s=100" width="100px;" alt="Daniel Eduardo"/><br /><sub><b>Daniel Eduardo</b></sub></a><br /><a href="#translation-daeleduardo" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://ngoquocdat.com/"><img src="https://avatars.githubusercontent.com/u/56961917?v=4?s=100" width="100px;" alt="Ngô Quốc Đạt"/><br /><sub><b>Ngô Quốc Đạt</b></sub></a><br /><a href="#translation-datlechin" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://ngoquocdat.com/"><img src="https://avatars.githubusercontent.com/u/56961917?v=4?s=100" width="100px;" alt="Ngô Quốc Đạt"/><br /><sub><b>Ngô Quốc Đạt</b></sub></a><br /><a href="#translation-datlechin" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://github.com/IsamuSugi"><img src="https://avatars.githubusercontent.com/u/7746658?v=4?s=100" width="100px;" alt="Isamu Sugiura"/><br /><sub><b>Isamu Sugiura</b></sub></a><br /><a href="#translation-IsamuSugi" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/IsamuSugi"><img src="https://avatars.githubusercontent.com/u/7746658?v=4?s=100" width="100px;" alt="Isamu Sugiura"/><br /><sub><b>Isamu Sugiura</b></sub></a><br /><a href="#translation-IsamuSugi" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="http://rsacchetto.nexxontech.it/"><img src="https://avatars.githubusercontent.com/u/18429412?v=4?s=100" width="100px;" alt="Riccardo Sacchetto"/><br /><sub><b>Riccardo Sacchetto</b></sub></a><br /><a href="#platform-Occhioverde" title="Packaging/porting to new platform">📦</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="http://rsacchetto.nexxontech.it/"><img src="https://avatars.githubusercontent.com/u/18429412?v=4?s=100" width="100px;" alt="Riccardo Sacchetto"/><br /><sub><b>Riccardo Sacchetto</b></sub></a><br /><a href="#platform-Occhioverde" title="Packaging/porting to new platform">📦</a></td>
|
||||||
<td align="center"><a href="https://kilianstallinger.com"><img src="https://avatars.githubusercontent.com/u/5290318?v=4?s=100" width="100px;" alt="Kilian Stallinger"/><br /><sub><b>Kilian Stallinger</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=kilianstallz" title="Code">💻</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://kilianstallinger.com"><img src="https://avatars.githubusercontent.com/u/5290318?v=4?s=100" width="100px;" alt="Kilian Stallinger"/><br /><sub><b>Kilian Stallinger</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=kilianstallz" title="Code">💻</a></td>
|
||||||
<td align="center"><a href="https://github.com/wenj91"><img src="https://avatars.githubusercontent.com/u/12549338?v=4?s=100" width="100px;" alt="文杰"/><br /><sub><b>文杰</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=wenj91" title="Code">💻</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wenj91"><img src="https://avatars.githubusercontent.com/u/12549338?v=4?s=100" width="100px;" alt="文杰"/><br /><sub><b>文杰</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=wenj91" title="Code">💻</a></td>
|
||||||
<td align="center"><a href="https://github.com/goYou"><img src="https://avatars.githubusercontent.com/u/62732795?v=4?s=100" width="100px;" alt="goYou"/><br /><sub><b>goYou</b></sub></a><br /><a href="#translation-goYou" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/goYou"><img src="https://avatars.githubusercontent.com/u/62732795?v=4?s=100" width="100px;" alt="goYou"/><br /><sub><b>goYou</b></sub></a><br /><a href="#translation-goYou" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center"><a href="https://github.com/raliqala"><img src="https://avatars.githubusercontent.com/u/30502407?v=4?s=100" width="100px;" alt="Topollo"/><br /><sub><b>Topollo</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=raliqala" title="Code">💻</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/raliqala"><img src="https://avatars.githubusercontent.com/u/30502407?v=4?s=100" width="100px;" alt="Topollo"/><br /><sub><b>Topollo</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=raliqala" title="Code">💻</a></td>
|
||||||
<td align="center"><a href="https://github.com/SmileYzn"><img src="https://avatars.githubusercontent.com/u/5851851?v=4?s=100" width="100px;" alt="Cleverson"/><br /><sub><b>Cleverson</b></sub></a><br /><a href="#translation-SmileYzn" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SmileYzn"><img src="https://avatars.githubusercontent.com/u/5851851?v=4?s=100" width="100px;" alt="Cleverson"/><br /><sub><b>Cleverson</b></sub></a><br /><a href="#translation-SmileYzn" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://github.com/fredatgithub"><img src="https://avatars.githubusercontent.com/u/6720055?v=4?s=100" width="100px;" alt="fred"/><br /><sub><b>fred</b></sub></a><br /><a href="#translation-fredatgithub" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/fredatgithub"><img src="https://avatars.githubusercontent.com/u/6720055?v=4?s=100" width="100px;" alt="fred"/><br /><sub><b>fred</b></sub></a><br /><a href="#translation-fredatgithub" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://github.com/xak666"><img src="https://avatars.githubusercontent.com/u/38811437?v=4?s=100" width="100px;" alt="xaka_xak"/><br /><sub><b>xaka_xak</b></sub></a><br /><a href="#translation-xak666" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xak666"><img src="https://avatars.githubusercontent.com/u/38811437?v=4?s=100" width="100px;" alt="xaka_xak"/><br /><sub><b>xaka_xak</b></sub></a><br /><a href="#translation-xak666" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="https://codepen.io/theo-billardey"><img src="https://avatars.githubusercontent.com/u/48206778?v=4?s=100" width="100px;" alt="Théo Billardey"/><br /><sub><b>Théo Billardey</b></sub></a><br /><a href="#translation-brdtheo" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="https://codepen.io/theo-billardey"><img src="https://avatars.githubusercontent.com/u/48206778?v=4?s=100" width="100px;" alt="Théo Billardey"/><br /><sub><b>Théo Billardey</b></sub></a><br /><a href="#translation-brdtheo" title="Translation">🌍</a></td>
|
||||||
<td align="center"><a href="http://yaskur.net"><img src="https://avatars.githubusercontent.com/u/9539970?v=4?s=100" width="100px;" alt="Muhammad Dyas Yaskur"/><br /><sub><b>Muhammad Dyas Yaskur</b></sub></a><br /><a href="#translation-dyaskur" title="Translation">🌍</a> <a href="https://github.com/antares-sql/antares/commits?author=dyaskur" title="Code">💻</a></td>
|
<td align="center" valign="top" width="14.28%"><a href="http://yaskur.net"><img src="https://avatars.githubusercontent.com/u/9539970?v=4?s=100" width="100px;" alt="Muhammad Dyas Yaskur"/><br /><sub><b>Muhammad Dyas Yaskur</b></sub></a><br /><a href="#translation-dyaskur" title="Translation">🌍</a> <a href="https://github.com/antares-sql/antares/commits?author=dyaskur" title="Code">💻</a></td>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jimcat8"><img src="https://avatars.githubusercontent.com/u/86754294?v=4?s=100" width="100px;" alt="tianci li"/><br /><sub><b>tianci li</b></sub></a><br /><a href="#translation-jimcat8" title="Translation">🌍</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/555cider"><img src="https://avatars.githubusercontent.com/u/73565447?v=4?s=100" width="100px;" alt="555cider"/><br /><sub><b>555cider</b></sub></a><br /><a href="#translation-555cider" title="Translation">🌍</a></td>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/m1khal3v"><img src="https://avatars.githubusercontent.com/u/41085561?v=4?s=100" width="100px;" alt="Anton Mikhalev"/><br /><sub><b>Anton Mikhalev</b></sub></a><br /><a href="#translation-m1khal3v" title="Translation">🌍</a></td>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://64k.nl/"><img src="https://avatars.githubusercontent.com/u/3864423?v=4?s=100" width="100px;" alt="René"/><br /><sub><b>René</b></sub></a><br /><a href="https://github.com/antares-sql/antares/commits?author=64knl" title="Code">💻</a> <a href="#translation-64knl" title="Translation">🌍</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
12101
package-lock.json
generated
12101
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "antares",
|
"name": "antares",
|
||||||
"productName": "Antares",
|
"productName": "Antares",
|
||||||
"version": "0.7.3",
|
"version": "0.7.12",
|
||||||
"description": "A modern, fast and productivity driven SQL client with a focus in UX.",
|
"description": "A modern, fast and productivity driven SQL client with a focus in UX.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/antares-sql/antares.git",
|
"repository": "https://github.com/antares-sql/antares.git",
|
||||||
@@ -66,16 +66,14 @@
|
|||||||
"target": "deb",
|
"target": "deb",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64",
|
"x64",
|
||||||
"armv7l",
|
"armv7l"
|
||||||
"arm64"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target": "AppImage",
|
"target": "AppImage",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64",
|
"x64",
|
||||||
"armv7l",
|
"armv7l"
|
||||||
"arm64"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -132,6 +130,7 @@
|
|||||||
"electron-window-state": "~5.0.3",
|
"electron-window-state": "~5.0.3",
|
||||||
"encoding": "~0.1.13",
|
"encoding": "~0.1.13",
|
||||||
"floating-vue": "~2.0.0-beta.20",
|
"floating-vue": "~2.0.0-beta.20",
|
||||||
|
"json2php": "~0.0.7",
|
||||||
"leaflet": "~1.7.1",
|
"leaflet": "~1.7.1",
|
||||||
"marked": "~4.0.19",
|
"marked": "~4.0.19",
|
||||||
"moment": "~2.29.4",
|
"moment": "~2.29.4",
|
||||||
@@ -144,7 +143,7 @@
|
|||||||
"pinia": "~2.0.28",
|
"pinia": "~2.0.28",
|
||||||
"source-map-support": "~0.5.20",
|
"source-map-support": "~0.5.20",
|
||||||
"spectre.css": "~0.5.9",
|
"spectre.css": "~0.5.9",
|
||||||
"sql-formatter": "~12.0.3",
|
"sql-formatter": "~12.2.0",
|
||||||
"ssh2-promise": "~1.0.2",
|
"ssh2-promise": "~1.0.2",
|
||||||
"v-mask": "~2.3.0",
|
"v-mask": "~2.3.0",
|
||||||
"vue": "~3.2.45",
|
"vue": "~3.2.45",
|
||||||
|
@@ -31,11 +31,12 @@ export const defaults: Customizations = {
|
|||||||
routines: false,
|
routines: false,
|
||||||
functions: false,
|
functions: false,
|
||||||
schedulers: false,
|
schedulers: false,
|
||||||
// Settings
|
// Misc
|
||||||
elementsWrapper: '',
|
elementsWrapper: '',
|
||||||
stringsWrapper: '"',
|
stringsWrapper: '"',
|
||||||
tableAdd: false,
|
tableAdd: false,
|
||||||
tableTruncateDisableFKCheck: false,
|
tableTruncateDisableFKCheck: false,
|
||||||
|
tableDdl: false,
|
||||||
viewAdd: false,
|
viewAdd: false,
|
||||||
triggerAdd: false,
|
triggerAdd: false,
|
||||||
triggerFunctionAdd: false,
|
triggerFunctionAdd: false,
|
||||||
|
@@ -44,6 +44,7 @@ export const customizations: Customizations = {
|
|||||||
tableAdd: true,
|
tableAdd: true,
|
||||||
tableTruncateDisableFKCheck: true,
|
tableTruncateDisableFKCheck: true,
|
||||||
tableDuplicate: true,
|
tableDuplicate: true,
|
||||||
|
tableDdl: true,
|
||||||
viewAdd: true,
|
viewAdd: true,
|
||||||
triggerAdd: true,
|
triggerAdd: true,
|
||||||
routineAdd: true,
|
routineAdd: true,
|
||||||
|
@@ -35,11 +35,12 @@ export const customizations: Customizations = {
|
|||||||
triggerFunctions: true,
|
triggerFunctions: true,
|
||||||
routines: true,
|
routines: true,
|
||||||
functions: true,
|
functions: true,
|
||||||
// Settings
|
// Misc
|
||||||
elementsWrapper: '"',
|
elementsWrapper: '"',
|
||||||
stringsWrapper: '\'',
|
stringsWrapper: '\'',
|
||||||
tableAdd: true,
|
tableAdd: true,
|
||||||
tableDuplicate: true,
|
tableDuplicate: true,
|
||||||
|
tableDdl: true,
|
||||||
viewAdd: true,
|
viewAdd: true,
|
||||||
triggerAdd: true,
|
triggerAdd: true,
|
||||||
triggerFunctionAdd: true,
|
triggerFunctionAdd: true,
|
||||||
|
@@ -54,6 +54,7 @@ export default [
|
|||||||
{
|
{
|
||||||
name: 'FLOAT',
|
name: 'FLOAT',
|
||||||
length: true,
|
length: true,
|
||||||
|
scale: true,
|
||||||
collation: false,
|
collation: false,
|
||||||
unsigned: false,
|
unsigned: false,
|
||||||
zerofill: false
|
zerofill: false
|
||||||
|
@@ -30,7 +30,7 @@ export interface Customizations {
|
|||||||
routines?: boolean;
|
routines?: boolean;
|
||||||
functions?: boolean;
|
functions?: boolean;
|
||||||
schedulers?: boolean;
|
schedulers?: boolean;
|
||||||
// Settings
|
// Misc
|
||||||
elementsWrapper: string;
|
elementsWrapper: string;
|
||||||
stringsWrapper: string;
|
stringsWrapper: string;
|
||||||
tableAdd?: boolean;
|
tableAdd?: boolean;
|
||||||
@@ -39,6 +39,7 @@ export interface Customizations {
|
|||||||
tableArray?: boolean;
|
tableArray?: boolean;
|
||||||
tableRealCount?: boolean;
|
tableRealCount?: boolean;
|
||||||
tableTruncateDisableFKCheck?: boolean;
|
tableTruncateDisableFKCheck?: boolean;
|
||||||
|
tableDdl?: boolean;
|
||||||
viewAdd?: boolean;
|
viewAdd?: boolean;
|
||||||
viewSettings?: boolean;
|
viewSettings?: boolean;
|
||||||
triggerAdd?: boolean;
|
triggerAdd?: boolean;
|
||||||
|
@@ -72,7 +72,7 @@ export const escapeAndQuote = (val: string, client: ClientCode) => {
|
|||||||
export const valueToSqlString = (args: {
|
export const valueToSqlString = (args: {
|
||||||
val: any;
|
val: any;
|
||||||
client: ClientCode;
|
client: ClientCode;
|
||||||
field: {type: string; datePrecision: number};
|
field: {type: string; datePrecision: number; isArray?: boolean};
|
||||||
}): string => {
|
}): string => {
|
||||||
let parsedValue;
|
let parsedValue;
|
||||||
const { val, client, field } = args;
|
const { val, client, field } = args;
|
||||||
@@ -94,7 +94,7 @@ export const valueToSqlString = (args: {
|
|||||||
? escapeAndQuote(moment(val).format(`YYYY-MM-DD HH:mm:ss${datePrecision}`), client)
|
? escapeAndQuote(moment(val).format(`YYYY-MM-DD HH:mm:ss${datePrecision}`), client)
|
||||||
: escapeAndQuote(val, client);
|
: escapeAndQuote(val, client);
|
||||||
}
|
}
|
||||||
else if ('isArray' in field) {
|
else if ('isArray' in field && field.isArray) {
|
||||||
let localVal;
|
let localVal;
|
||||||
if (Array.isArray(val))
|
if (Array.isArray(val))
|
||||||
localVal = JSON.stringify(val).replaceAll('[', '{').replaceAll(']', '}');
|
localVal = JSON.stringify(val).replaceAll('[', '{').replaceAll(']', '}');
|
||||||
@@ -107,10 +107,16 @@ export const valueToSqlString = (args: {
|
|||||||
else if (BIT.includes(field.type))
|
else if (BIT.includes(field.type))
|
||||||
parsedValue = `b'${hexToBinary(Buffer.from(val).toString('hex') as undefined as HexChar[])}'`;
|
parsedValue = `b'${hexToBinary(Buffer.from(val).toString('hex') as undefined as HexChar[])}'`;
|
||||||
else if (BLOB.includes(field.type)) {
|
else if (BLOB.includes(field.type)) {
|
||||||
|
let buffer: Buffer;
|
||||||
|
if (val instanceof Uint8Array)
|
||||||
|
buffer = Buffer.from(val);
|
||||||
|
else
|
||||||
|
buffer = val;
|
||||||
|
|
||||||
if (['mysql', 'maria'].includes(client))
|
if (['mysql', 'maria'].includes(client))
|
||||||
parsedValue = `X'${val.toString('hex').toUpperCase()}'`;
|
parsedValue = `X'${buffer.toString('hex').toUpperCase()}'`;
|
||||||
else if (client === 'pg')
|
else if (client === 'pg')
|
||||||
parsedValue = `decode('${val.toString('hex').toUpperCase()}', 'hex')`;
|
parsedValue = `decode('${buffer.toString('hex').toUpperCase()}', 'hex')`;
|
||||||
}
|
}
|
||||||
else if (NUMBER.includes(field.type))
|
else if (NUMBER.includes(field.type))
|
||||||
parsedValue = val;
|
parsedValue = val;
|
||||||
@@ -146,17 +152,47 @@ export const valueToSqlString = (args: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const jsonToSqlInsert = (args: {
|
export const jsonToSqlInsert = (args: {
|
||||||
json: { [key: string]: any};
|
json: { [key: string]: any}[];
|
||||||
client: ClientCode;
|
client: ClientCode;
|
||||||
fields: { [key: string]: {type: string; datePrecision: number}};
|
fields: { [key: string]: {type: string; datePrecision: number}};
|
||||||
table: string;
|
table: string;
|
||||||
|
options?: {sqlInsertAfter: number; sqlInsertDivider: 'bytes' | 'rows'};
|
||||||
}) => {
|
}) => {
|
||||||
const { client, json, fields, table } = args;
|
const { client, json, fields, table, options } = args;
|
||||||
|
const sqlInsertAfter = options && options.sqlInsertAfter ? options.sqlInsertAfter : 1;
|
||||||
|
const sqlInsertDivider = options && options.sqlInsertDivider ? options.sqlInsertDivider : 'rows';
|
||||||
const { elementsWrapper: ew } = customizations[client];
|
const { elementsWrapper: ew } = customizations[client];
|
||||||
const fieldNames = Object.keys(json).map(key => `${ew}${key}${ew}`);
|
const fieldNames = Object.keys(json[0]).map(key => `${ew}${key}${ew}`);
|
||||||
const values = Object.keys(json).map(key => (
|
let insertStmt = `INSERT INTO ${ew}${table}${ew} (${fieldNames.join(', ')}) VALUES `;
|
||||||
valueToSqlString({ val: json[key], client, field: fields[key] })
|
let insertsString = '';
|
||||||
));
|
let queryLength = 0;
|
||||||
|
let rowsWritten = 0;
|
||||||
|
|
||||||
return `INSERT INTO ${ew}${table}${ew} (${fieldNames.join(', ')}) VALUES (${values.join(', ')});`;
|
for (const row of json) {
|
||||||
|
const values = [];
|
||||||
|
|
||||||
|
values.push(Object.keys(row).map(key => (
|
||||||
|
valueToSqlString({ val: row[key], client, field: fields[key] })
|
||||||
|
)));
|
||||||
|
|
||||||
|
if (
|
||||||
|
(sqlInsertDivider === 'bytes' && queryLength >= sqlInsertAfter * 1024) ||
|
||||||
|
(sqlInsertDivider === 'rows' && rowsWritten === sqlInsertAfter)
|
||||||
|
) {
|
||||||
|
insertsString += insertStmt+';';
|
||||||
|
insertStmt = `\nINSERT INTO ${ew}${table}${ew} (${fieldNames.join(', ')}) VALUES `;
|
||||||
|
rowsWritten = 0;
|
||||||
|
}
|
||||||
|
rowsWritten++;
|
||||||
|
|
||||||
|
if (rowsWritten > 1) insertStmt += ',\n';
|
||||||
|
|
||||||
|
insertStmt += `(${values.join(',')})`;
|
||||||
|
queryLength = insertStmt.length;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (rowsWritten > 0)
|
||||||
|
insertsString += insertStmt+';';
|
||||||
|
|
||||||
|
return insertsString;
|
||||||
};
|
};
|
||||||
|
14
src/main/ipc-handlers/database.ts
Normal file
14
src/main/ipc-handlers/database.ts
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
import * as antares from 'common/interfaces/antares';
|
||||||
|
import { ipcMain } from 'electron';
|
||||||
|
|
||||||
|
export default (connections: {[key: string]: antares.Client}) => {
|
||||||
|
ipcMain.handle('get-databases', async (event, uid) => {
|
||||||
|
try {
|
||||||
|
const result = await connections[uid].getDatabases();
|
||||||
|
return { status: 'success', response: result };
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
return { status: 'error', response: err.toString() };
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
@@ -9,6 +9,7 @@ import functions from './functions';
|
|||||||
import schedulers from './schedulers';
|
import schedulers from './schedulers';
|
||||||
import updates from './updates';
|
import updates from './updates';
|
||||||
import application from './application';
|
import application from './application';
|
||||||
|
import database from './database';
|
||||||
import schema from './schema';
|
import schema from './schema';
|
||||||
import users from './users';
|
import users from './users';
|
||||||
|
|
||||||
@@ -22,6 +23,7 @@ export default () => {
|
|||||||
routines(connections);
|
routines(connections);
|
||||||
functions(connections);
|
functions(connections);
|
||||||
schedulers(connections);
|
schedulers(connections);
|
||||||
|
database(connections);
|
||||||
schema(connections);
|
schema(connections);
|
||||||
users(connections);
|
users(connections);
|
||||||
updates();
|
updates();
|
||||||
|
@@ -75,6 +75,17 @@ export default (connections: {[key: string]: antares.Client}) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ipcMain.handle('get-table-ddl', async (event, params) => {
|
||||||
|
try {
|
||||||
|
const result = await connections[params.uid].getTableDll(params);
|
||||||
|
|
||||||
|
return { status: 'success', response: result };
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
return { status: 'error', response: err.toString() };
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
ipcMain.handle('get-key-usage', async (event, params) => {
|
ipcMain.handle('get-key-usage', async (event, params) => {
|
||||||
try {
|
try {
|
||||||
const result = await connections[params.uid].getKeyUsage(params);
|
const result = await connections[params.uid].getKeyUsage(params);
|
||||||
@@ -247,7 +258,10 @@ export default (connections: {[key: string]: antares.Client}) => {
|
|||||||
if (typeof row[key] === 'string')
|
if (typeof row[key] === 'string')
|
||||||
row[key] = `'${row[key]}'`;
|
row[key] = `'${row[key]}'`;
|
||||||
|
|
||||||
row[key] = `= ${row[key]}`;
|
if (row[key] === null)
|
||||||
|
row[key] = 'IS NULL';
|
||||||
|
else
|
||||||
|
row[key] = `= ${row[key]}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
await connections[params.uid]
|
await connections[params.uid]
|
||||||
@@ -352,7 +366,18 @@ export default (connections: {[key: string]: antares.Client}) => {
|
|||||||
if (typeof fakeValue === 'string') {
|
if (typeof fakeValue === 'string') {
|
||||||
if (params.row[key].length)
|
if (params.row[key].length)
|
||||||
fakeValue = fakeValue.substring(0, params.row[key].length);
|
fakeValue = fakeValue.substring(0, params.row[key].length);
|
||||||
fakeValue = `'${sqlEscaper(fakeValue)}'`;
|
|
||||||
|
switch (connections[params.uid]._client) {
|
||||||
|
case 'mysql':
|
||||||
|
case 'maria':
|
||||||
|
fakeValue = `'${sqlEscaper(fakeValue)}'`;
|
||||||
|
break;
|
||||||
|
case 'pg':
|
||||||
|
case 'sqlite':
|
||||||
|
case 'firebird':
|
||||||
|
fakeValue = `'${fakeValue.replaceAll('\'', '\'\'')}'`;
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if ([...DATE, ...DATETIME].includes(type))
|
else if ([...DATE, ...DATETIME].includes(type))
|
||||||
fakeValue = `'${moment(fakeValue).format('YYYY-MM-DD HH:mm:ss.SSSSSS')}'`;
|
fakeValue = `'${moment(fakeValue).format('YYYY-MM-DD HH:mm:ss.SSSSSS')}'`;
|
||||||
|
@@ -162,6 +162,10 @@ export abstract class AntaresCore {
|
|||||||
throw new Error('Method "getDbConfig" not implemented');
|
throw new Error('Method "getDbConfig" not implemented');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getDatabases () {
|
||||||
|
throw new Error('Method "getDatabases" not implemented');
|
||||||
|
}
|
||||||
|
|
||||||
createSchema (...args: any) {
|
createSchema (...args: any) {
|
||||||
throw new Error('Method "createSchema" not implemented');
|
throw new Error('Method "createSchema" not implemented');
|
||||||
}
|
}
|
||||||
@@ -174,6 +178,10 @@ export abstract class AntaresCore {
|
|||||||
throw new Error('Method "dropSchema" not implemented');
|
throw new Error('Method "dropSchema" not implemented');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getTableDll (...args: any) {
|
||||||
|
throw new Error('Method "getTableDll" not implemented');
|
||||||
|
}
|
||||||
|
|
||||||
getDatabaseCollation (...args: any) {
|
getDatabaseCollation (...args: any) {
|
||||||
throw new Error('Method "getDatabaseCollation" not implemented');
|
throw new Error('Method "getDatabaseCollation" not implemented');
|
||||||
}
|
}
|
||||||
|
@@ -75,7 +75,7 @@ export class ShortcutRegister {
|
|||||||
for (const key of shortcut.keys) {
|
for (const key of shortcut.keys) {
|
||||||
try {
|
try {
|
||||||
this._menu.append(new MenuItem({
|
this._menu.append(new MenuItem({
|
||||||
label: 'Shortcuts',
|
label: '.',
|
||||||
visible: false,
|
visible: false,
|
||||||
submenu: [{
|
submenu: [{
|
||||||
label: String(key),
|
label: String(key),
|
||||||
|
@@ -9,6 +9,8 @@ export class MySQLClient extends AntaresCore {
|
|||||||
private _schema?: string;
|
private _schema?: string;
|
||||||
private _runningConnections: Map<string, number>;
|
private _runningConnections: Map<string, number>;
|
||||||
private _connectionsToCommit: Map<string, mysql.Connection | mysql.PoolConnection>;
|
private _connectionsToCommit: Map<string, mysql.Connection | mysql.PoolConnection>;
|
||||||
|
private _keepaliveTimer: NodeJS.Timer;
|
||||||
|
private _keepaliveMs: number;
|
||||||
_connection?: mysql.Connection | mysql.Pool;
|
_connection?: mysql.Connection | mysql.Pool;
|
||||||
_params: mysql.ConnectionOptions & {schema: string; ssl?: mysql.SslOptions; ssh?: SSHConfig; readonly: boolean};
|
_params: mysql.ConnectionOptions & {schema: string; ssl?: mysql.SslOptions; ssh?: SSHConfig; readonly: boolean};
|
||||||
|
|
||||||
@@ -52,6 +54,7 @@ export class MySQLClient extends AntaresCore {
|
|||||||
this._schema = null;
|
this._schema = null;
|
||||||
this._runningConnections = new Map();
|
this._runningConnections = new Map();
|
||||||
this._connectionsToCommit = new Map();
|
this._connectionsToCommit = new Map();
|
||||||
|
this._keepaliveMs = 10*60*1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _getType (field: mysql.FieldPacket & { columnType?: number; columnLength?: number }) {
|
private _getType (field: mysql.FieldPacket & { columnType?: number; columnLength?: number }) {
|
||||||
@@ -182,6 +185,8 @@ export class MySQLClient extends AntaresCore {
|
|||||||
|
|
||||||
destroy () {
|
destroy () {
|
||||||
this._connection.end();
|
this._connection.end();
|
||||||
|
clearInterval(this._keepaliveTimer);
|
||||||
|
this._keepaliveTimer = undefined;
|
||||||
if (this._ssh) this._ssh.close();
|
if (this._ssh) this._ssh.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -243,9 +248,19 @@ export class MySQLClient extends AntaresCore {
|
|||||||
conn.query(`SET SESSION sql_mode = '${sqlMode.filter((m: string) => !['ANSI', 'ANSI_QUOTES'].includes(m)).join(',')}'`);
|
conn.query(`SET SESSION sql_mode = '${sqlMode.filter((m: string) => !['ANSI', 'ANSI_QUOTES'].includes(m)).join(',')}'`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this._keepaliveTimer = setInterval(async () => {
|
||||||
|
await this.keepAlive();
|
||||||
|
}, this._keepaliveMs);
|
||||||
|
|
||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private async keepAlive () {
|
||||||
|
const connection = await (this._connection as mysql.Pool).getConnection();
|
||||||
|
await connection.ping();
|
||||||
|
connection.release();
|
||||||
|
}
|
||||||
|
|
||||||
use (schema: string) {
|
use (schema: string) {
|
||||||
this._schema = schema;
|
this._schema = schema;
|
||||||
return this.raw(`USE \`${schema}\``);
|
return this.raw(`USE \`${schema}\``);
|
||||||
@@ -290,36 +305,69 @@ export class MySQLClient extends AntaresCore {
|
|||||||
|
|
||||||
const { rows: functions } = await this.raw('SHOW FUNCTION STATUS');
|
const { rows: functions } = await this.raw('SHOW FUNCTION STATUS');
|
||||||
const { rows: procedures } = await this.raw('SHOW PROCEDURE STATUS');
|
const { rows: procedures } = await this.raw('SHOW PROCEDURE STATUS');
|
||||||
const { rows: schedulers } = await this.raw('SELECT *, EVENT_SCHEMA AS `Db`, EVENT_NAME AS `Name` FROM information_schema.`EVENTS`');
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
let schedulers: any[] = [];
|
||||||
|
|
||||||
|
try { // Avoid exception with event_scheduler DISABLED with MariaDB 10
|
||||||
|
const { rows } = await this.raw('SELECT *, EVENT_SCHEMA AS `Db`, EVENT_NAME AS `Name` FROM information_schema.`EVENTS`');
|
||||||
|
schedulers = rows;
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
console.log(err);
|
||||||
|
}
|
||||||
|
|
||||||
const tablesArr: ShowTableResult[] = [];
|
const tablesArr: ShowTableResult[] = [];
|
||||||
const triggersArr: ShowTriggersResult[] = [];
|
const triggersArr: ShowTriggersResult[] = [];
|
||||||
let schemaSize = 0;
|
let schemaSize = 0;
|
||||||
|
|
||||||
|
const Store = require('electron-store');
|
||||||
|
|
||||||
|
Store.initRenderer();
|
||||||
|
const settingsStore = new Store({ name: 'settings' });
|
||||||
|
|
||||||
for (const db of filteredDatabases) {
|
for (const db of filteredDatabases) {
|
||||||
if (!schemas.has(db.Database)) continue;
|
if (!schemas.has(db.Database)) continue;
|
||||||
|
|
||||||
let { rows: tables } = await this.raw<antares.QueryResult<ShowTableResult>>(`
|
const showTableSize = settingsStore.get('show_table_size', false);
|
||||||
SELECT
|
|
||||||
TABLE_NAME,
|
|
||||||
TABLE_TYPE,
|
|
||||||
ENGINE,
|
|
||||||
DATA_LENGTH,
|
|
||||||
INDEX_LENGTH,
|
|
||||||
TABLE_COMMENT,
|
|
||||||
TABLE_COLLATION,
|
|
||||||
CREATE_TIME,
|
|
||||||
UPDATE_TIME
|
|
||||||
FROM information_schema.TABLES
|
|
||||||
WHERE TABLE_SCHEMA = "${db.Database}"
|
|
||||||
`);
|
|
||||||
|
|
||||||
if (tables.length) {
|
if (showTableSize) {
|
||||||
tables = tables.map(table => {
|
let { rows: tables } = await this.raw<antares.QueryResult<ShowTableResult>>(`
|
||||||
table.TABLE_SCHEMA = db.Database;
|
SELECT
|
||||||
return table;
|
TABLE_NAME,
|
||||||
});
|
TABLE_TYPE,
|
||||||
tablesArr.push(...tables);
|
ENGINE,
|
||||||
|
DATA_LENGTH,
|
||||||
|
INDEX_LENGTH,
|
||||||
|
TABLE_COMMENT,
|
||||||
|
TABLE_COLLATION,
|
||||||
|
CREATE_TIME,
|
||||||
|
UPDATE_TIME
|
||||||
|
FROM information_schema.TABLES
|
||||||
|
WHERE TABLE_SCHEMA = "${db.Database}"
|
||||||
|
ORDER BY TABLE_NAME
|
||||||
|
`);
|
||||||
|
|
||||||
|
if (tables.length) {
|
||||||
|
tables = tables.map(table => {
|
||||||
|
table.TABLE_SCHEMA = db.Database;
|
||||||
|
return table;
|
||||||
|
});
|
||||||
|
tablesArr.push(...tables);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
let { rows: tables } = await this.raw<antares.QueryResult<ShowTableResult>>(`SHOW FULL TABLES FROM \`${db.Database}\``);
|
||||||
|
|
||||||
|
if (tables.length) {
|
||||||
|
tables = tables.map(table => {
|
||||||
|
const [name, type] = Object.values(table);
|
||||||
|
table.TABLE_SCHEMA = db.Database;
|
||||||
|
table.TABLE_NAME = name;
|
||||||
|
table.TABLE_TYPE = type;
|
||||||
|
return table;
|
||||||
|
});
|
||||||
|
tablesArr.push(...tables);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let { rows: triggers } = await this.raw<antares.QueryResult<ShowTriggersResult>>(`SHOW TRIGGERS FROM \`${db.Database}\``);
|
let { rows: triggers } = await this.raw<antares.QueryResult<ShowTriggersResult>>(`SHOW TRIGGERS FROM \`${db.Database}\``);
|
||||||
@@ -641,11 +689,11 @@ export class MySQLClient extends AntaresCore {
|
|||||||
|
|
||||||
return rows.map(row => {
|
return rows.map(row => {
|
||||||
return {
|
return {
|
||||||
unique: !row.Non_unique,
|
unique: !Number(row.Non_unique),
|
||||||
name: row.Key_name,
|
name: row.Key_name,
|
||||||
column: row.Column_name,
|
column: row.Column_name,
|
||||||
indexType: row.Index_type,
|
indexType: row.Index_type,
|
||||||
type: row.Key_name === 'PRIMARY' ? 'PRIMARY' : !row.Non_unique ? 'UNIQUE' : row.Index_type === 'FULLTEXT' ? 'FULLTEXT' : 'INDEX',
|
type: row.Key_name === 'PRIMARY' ? 'PRIMARY' : !Number(row.Non_unique) ? 'UNIQUE' : row.Index_type === 'FULLTEXT' ? 'FULLTEXT' : 'INDEX',
|
||||||
cardinality: row.Cardinality,
|
cardinality: row.Cardinality,
|
||||||
comment: row.Comment,
|
comment: row.Comment,
|
||||||
indexComment: row.Index_comment
|
indexComment: row.Index_comment
|
||||||
@@ -653,6 +701,17 @@ export class MySQLClient extends AntaresCore {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getTableDll ({ schema, table }: { schema: string; table: string }) {
|
||||||
|
const { rows } = await this.raw<antares.QueryResult<{
|
||||||
|
'Create Table'?: string;
|
||||||
|
Table: string;
|
||||||
|
}>>(`SHOW CREATE TABLE \`${schema}\`.\`${table}\``);
|
||||||
|
|
||||||
|
if (rows.length)
|
||||||
|
return rows[0]['Create Table'];
|
||||||
|
else return '';
|
||||||
|
}
|
||||||
|
|
||||||
async getKeyUsage ({ schema, table }: { schema: string; table: string }) {
|
async getKeyUsage ({ schema, table }: { schema: string; table: string }) {
|
||||||
interface KeyResult {
|
interface KeyResult {
|
||||||
TABLE_SCHEMA: string;
|
TABLE_SCHEMA: string;
|
||||||
@@ -705,7 +764,7 @@ export class MySQLClient extends AntaresCore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async getUsers () {
|
async getUsers () {
|
||||||
const { rows } = await this.raw('SELECT `user`, `host`, authentication_string AS `password` FROM `mysql`.`user`');
|
const { rows } = await this.raw('SELECT `user` as \'user\', `host` as \'host\', authentication_string AS `password` FROM `mysql`.`user`');
|
||||||
|
|
||||||
return rows.map(row => {
|
return rows.map(row => {
|
||||||
return {
|
return {
|
||||||
|
@@ -84,6 +84,8 @@ export class PostgreSQLClient extends AntaresCore {
|
|||||||
private _schema?: string;
|
private _schema?: string;
|
||||||
private _runningConnections: Map<string, number>;
|
private _runningConnections: Map<string, number>;
|
||||||
private _connectionsToCommit: Map<string, pg.Client | pg.PoolClient>;
|
private _connectionsToCommit: Map<string, pg.Client | pg.PoolClient>;
|
||||||
|
private _keepaliveTimer: NodeJS.Timer;
|
||||||
|
private _keepaliveMs: number;
|
||||||
protected _connection?: pg.Client | pg.Pool;
|
protected _connection?: pg.Client | pg.Pool;
|
||||||
private types: {[key: string]: string} = {};
|
private types: {[key: string]: string} = {};
|
||||||
private _arrayTypes: {[key: string]: string} = {
|
private _arrayTypes: {[key: string]: string} = {
|
||||||
@@ -104,6 +106,7 @@ export class PostgreSQLClient extends AntaresCore {
|
|||||||
this._schema = null;
|
this._schema = null;
|
||||||
this._runningConnections = new Map();
|
this._runningConnections = new Map();
|
||||||
this._connectionsToCommit = new Map();
|
this._connectionsToCommit = new Map();
|
||||||
|
this._keepaliveMs = 10*60*1000;
|
||||||
|
|
||||||
for (const key in pg.types.builtins) {
|
for (const key in pg.types.builtins) {
|
||||||
const builtinKey = key as builtinsTypes;
|
const builtinKey = key as builtinsTypes;
|
||||||
@@ -151,7 +154,7 @@ export class PostgreSQLClient extends AntaresCore {
|
|||||||
host: this._params.host,
|
host: this._params.host,
|
||||||
port: this._params.port,
|
port: this._params.port,
|
||||||
user: this._params.user,
|
user: this._params.user,
|
||||||
database: undefined as string | undefined,
|
database: 'postgres' as string,
|
||||||
password: this._params.password,
|
password: this._params.password,
|
||||||
ssl: null as mysql.SslOptions
|
ssl: null as mysql.SslOptions
|
||||||
};
|
};
|
||||||
@@ -222,14 +225,26 @@ export class PostgreSQLClient extends AntaresCore {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._keepaliveTimer = setInterval(async () => {
|
||||||
|
await this.keepAlive();
|
||||||
|
}, this._keepaliveMs);
|
||||||
|
|
||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
destroy () {
|
destroy () {
|
||||||
this._connection.end();
|
this._connection.end();
|
||||||
|
clearInterval(this._keepaliveTimer);
|
||||||
|
this._keepaliveTimer = undefined;
|
||||||
if (this._ssh) this._ssh.close();
|
if (this._ssh) this._ssh.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private async keepAlive () {
|
||||||
|
const connection = await this._connection.connect() as pg.PoolClient;
|
||||||
|
await connection.query('SELECT 1+1');
|
||||||
|
connection.release();
|
||||||
|
}
|
||||||
|
|
||||||
use (schema: string, connection?: pg.Client | pg.PoolClient) {
|
use (schema: string, connection?: pg.Client | pg.PoolClient) {
|
||||||
this._schema = schema;
|
this._schema = schema;
|
||||||
|
|
||||||
@@ -247,6 +262,18 @@ export class PostgreSQLClient extends AntaresCore {
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getDatabases () {
|
||||||
|
const { rows } = await this.raw('SELECT datname FROM pg_database WHERE datistemplate = false');
|
||||||
|
if (rows) {
|
||||||
|
return rows.reduce((acc, cur) => {
|
||||||
|
acc.push(cur.datname);
|
||||||
|
return acc;
|
||||||
|
}, [] as string[]);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
async getStructure (schemas: Set<string>) {
|
async getStructure (schemas: Set<string>) {
|
||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
interface ShowTableResult {
|
interface ShowTableResult {
|
||||||
@@ -567,6 +594,142 @@ export class PostgreSQLClient extends AntaresCore {
|
|||||||
}, {} as {table: string; schema: string}[]);
|
}, {} as {table: string; schema: string}[]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
async getTableDll ({ schema, table }: { schema: string; table: string }) {
|
||||||
|
// const { rows } = await this.raw<antares.QueryResult<{'ddl'?: string}>>(`
|
||||||
|
// SELECT
|
||||||
|
// 'CREATE TABLE ' || relname || E'\n(\n' ||
|
||||||
|
// array_to_string(
|
||||||
|
// array_agg(' ' || column_name || ' ' || type || ' '|| not_null)
|
||||||
|
// , E',\n'
|
||||||
|
// ) || E'\n);\n' AS ddl
|
||||||
|
// FROM (
|
||||||
|
// SELECT
|
||||||
|
// a.attname AS column_name
|
||||||
|
// , pg_catalog.format_type(a.atttypid, a.atttypmod) AS type
|
||||||
|
// , CASE WHEN a.attnotnull THEN 'NOT NULL' ELSE 'NULL' END AS not_null
|
||||||
|
// , c.relname
|
||||||
|
// FROM pg_attribute a, pg_class c, pg_type t
|
||||||
|
// WHERE a.attnum > 0
|
||||||
|
// AND a.attrelid = c.oid
|
||||||
|
// AND a.atttypid = t.oid
|
||||||
|
// AND c.relname = '${table}'
|
||||||
|
// ORDER BY a.attnum
|
||||||
|
// ) AS tabledefinition
|
||||||
|
// GROUP BY relname
|
||||||
|
// `);
|
||||||
|
|
||||||
|
// if (rows.length)
|
||||||
|
// return rows[0].ddl;
|
||||||
|
// else return '';
|
||||||
|
|
||||||
|
/* eslint-disable camelcase */
|
||||||
|
interface SequenceRecord {
|
||||||
|
sequence_catalog: string;
|
||||||
|
sequence_schema: string;
|
||||||
|
sequence_name: string;
|
||||||
|
data_type: string;
|
||||||
|
numeric_precision: number;
|
||||||
|
numeric_precision_radix: number;
|
||||||
|
numeric_scale: number;
|
||||||
|
start_value: string;
|
||||||
|
minimum_value: string;
|
||||||
|
maximum_value: string;
|
||||||
|
increment: string;
|
||||||
|
cycle_option: string;
|
||||||
|
}
|
||||||
|
/* eslint-enable camelcase */
|
||||||
|
|
||||||
|
let createSql = '';
|
||||||
|
const sequences = [];
|
||||||
|
const columnsSql = [];
|
||||||
|
const arrayTypes: {[key: string]: string} = {
|
||||||
|
_int2: 'smallint',
|
||||||
|
_int4: 'integer',
|
||||||
|
_int8: 'bigint',
|
||||||
|
_float4: 'real',
|
||||||
|
_float8: 'double precision',
|
||||||
|
_char: '"char"',
|
||||||
|
_varchar: 'character varying'
|
||||||
|
};
|
||||||
|
|
||||||
|
// Table columns
|
||||||
|
const { rows } = await this.raw(`
|
||||||
|
SELECT *
|
||||||
|
FROM "information_schema"."columns"
|
||||||
|
WHERE "table_schema" = '${schema}'
|
||||||
|
AND "table_name" = '${table}'
|
||||||
|
ORDER BY "ordinal_position" ASC
|
||||||
|
`, { schema: 'information_schema' });
|
||||||
|
|
||||||
|
if (!rows.length) return '';
|
||||||
|
|
||||||
|
for (const column of rows) {
|
||||||
|
let fieldType = column.data_type;
|
||||||
|
if (fieldType === 'USER-DEFINED') fieldType = `"${schema}".${column.udt_name}`;
|
||||||
|
else if (fieldType === 'ARRAY') {
|
||||||
|
if (Object.keys(arrayTypes).includes(fieldType))
|
||||||
|
fieldType = arrayTypes[column.udt_name] + '[]';
|
||||||
|
else
|
||||||
|
fieldType = column.udt_name.replaceAll('_', '') + '[]';
|
||||||
|
}
|
||||||
|
|
||||||
|
const columnArr = [
|
||||||
|
`"${column.column_name}"`,
|
||||||
|
`${fieldType}${column.character_maximum_length ? `(${column.character_maximum_length})` : ''}`
|
||||||
|
];
|
||||||
|
|
||||||
|
if (column.column_default) {
|
||||||
|
columnArr.push(`DEFAULT ${column.column_default}`);
|
||||||
|
if (column.column_default.includes('nextval')) {
|
||||||
|
const sequenceName = column.column_default.split('\'')[1];
|
||||||
|
sequences.push(sequenceName);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (column.is_nullable === 'NO') columnArr.push('NOT NULL');
|
||||||
|
|
||||||
|
columnsSql.push(columnArr.join(' '));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Table sequences
|
||||||
|
for (let sequence of sequences) {
|
||||||
|
if (sequence.includes('.')) sequence = sequence.split('.')[1];
|
||||||
|
|
||||||
|
const { rows } = await this.select('*')
|
||||||
|
.schema('information_schema')
|
||||||
|
.from('sequences')
|
||||||
|
.where({ sequence_schema: `= '${schema}'`, sequence_name: `= '${sequence}'` })
|
||||||
|
.run<SequenceRecord>();
|
||||||
|
|
||||||
|
if (rows.length) {
|
||||||
|
createSql += `CREATE SEQUENCE "${schema}"."${sequence}"
|
||||||
|
START WITH ${rows[0].start_value}
|
||||||
|
INCREMENT BY ${rows[0].increment}
|
||||||
|
MINVALUE ${rows[0].minimum_value}
|
||||||
|
MAXVALUE ${rows[0].maximum_value}
|
||||||
|
CACHE 1;\n`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Table create
|
||||||
|
createSql += `\nCREATE TABLE "${schema}"."${table}"(
|
||||||
|
${columnsSql.join(',\n ')}
|
||||||
|
);\n`;
|
||||||
|
|
||||||
|
// Table indexes
|
||||||
|
createSql += '\n';
|
||||||
|
const { rows: indexes } = await this.select('*')
|
||||||
|
.schema('pg_catalog')
|
||||||
|
.from('pg_indexes')
|
||||||
|
.where({ schemaname: `= '${schema}'`, tablename: `= '${table}'` })
|
||||||
|
.run<{indexdef: string}>();
|
||||||
|
|
||||||
|
for (const index of indexes)
|
||||||
|
createSql += `${index.indexdef};\n`;
|
||||||
|
|
||||||
|
return createSql;
|
||||||
|
}
|
||||||
|
|
||||||
async getKeyUsage ({ schema, table }: { schema: string; table: string }) {
|
async getKeyUsage ({ schema, table }: { schema: string; table: string }) {
|
||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
interface KeyResult {
|
interface KeyResult {
|
||||||
|
@@ -184,9 +184,9 @@ CREATE TABLE \`${view.Name}\`(
|
|||||||
const { rows: triggers } = await this._client.raw(
|
const { rows: triggers } = await this._client.raw(
|
||||||
`SHOW TRIGGERS FROM \`${this.schemaName}\``
|
`SHOW TRIGGERS FROM \`${this.schemaName}\``
|
||||||
);
|
);
|
||||||
const generatedTables = this._tables
|
// const generatedTables = this._tables
|
||||||
.filter(t => t.includeStructure)
|
// .filter(t => t.includeStructure)
|
||||||
.map(t => t.table);
|
// .map(t => t.table);
|
||||||
|
|
||||||
let sqlString = '';
|
let sqlString = '';
|
||||||
|
|
||||||
@@ -200,7 +200,7 @@ CREATE TABLE \`${view.Name}\`(
|
|||||||
sql_mode: sqlMode
|
sql_mode: sqlMode
|
||||||
} = trigger;
|
} = trigger;
|
||||||
|
|
||||||
if (!generatedTables.includes(table)) continue;
|
// if (!generatedTables.includes(table)) continue;// Commented to avoid issues if export contains triggers without tables
|
||||||
|
|
||||||
const definer = this.getEscapedDefiner(trigger.Definer);
|
const definer = this.getEscapedDefiner(trigger.Definer);
|
||||||
sqlString += '/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;;\n';
|
sqlString += '/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;;\n';
|
||||||
|
@@ -172,9 +172,6 @@ function createAppMenu () {
|
|||||||
{
|
{
|
||||||
role: 'editMenu'
|
role: 'editMenu'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
role: 'viewMenu'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
role: 'windowMenu'
|
role: 'windowMenu'
|
||||||
}
|
}
|
||||||
|
@@ -7,7 +7,7 @@ import MysqlExporter from '../libs/exporters/sql/MysqlExporter';
|
|||||||
import PostgreSQLExporter from '../libs/exporters/sql/PostgreSQLExporter';
|
import PostgreSQLExporter from '../libs/exporters/sql/PostgreSQLExporter';
|
||||||
let exporter: antares.Exporter;
|
let exporter: antares.Exporter;
|
||||||
|
|
||||||
process.on('message', async ({ type, client, tables, options }) => {
|
process.on('message', async ({ type, client, tables, options }: any) => {
|
||||||
if (type === 'init') {
|
if (type === 'init') {
|
||||||
const connection = await ClientsFactory.getClient({
|
const connection = await ClientsFactory.getClient({
|
||||||
client: client.name,
|
client: client.name,
|
||||||
|
@@ -6,72 +6,106 @@ import { PostgreSQLClient } from '../libs/clients/PostgreSQLClient';
|
|||||||
import { ClientsFactory } from '../libs/ClientsFactory';
|
import { ClientsFactory } from '../libs/ClientsFactory';
|
||||||
import MySQLImporter from '../libs/importers/sql/MySQLlImporter';
|
import MySQLImporter from '../libs/importers/sql/MySQLlImporter';
|
||||||
import PostgreSQLImporter from '../libs/importers/sql/PostgreSQLImporter';
|
import PostgreSQLImporter from '../libs/importers/sql/PostgreSQLImporter';
|
||||||
|
import SSHConfig from 'ssh2-promise/lib/sshConfig';
|
||||||
|
import { ImportOptions } from 'common/interfaces/importer';
|
||||||
let importer: antares.Importer;
|
let importer: antares.Importer;
|
||||||
|
|
||||||
process.on('message', async ({ type, dbConfig, options }) => {
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
process.on('message', async ({ type, dbConfig, options }: {
|
||||||
|
type: string;
|
||||||
|
dbConfig: mysql.ConnectionOptions & { schema: string; ssl?: mysql.SslOptions; ssh?: SSHConfig; readonly: boolean }
|
||||||
|
| pg.ClientConfig & { schema: string; ssl?: mysql.SslOptions; ssh?: SSHConfig; readonly: boolean }
|
||||||
|
| { databasePath: string; readonly: boolean };
|
||||||
|
options: ImportOptions;
|
||||||
|
}) => {
|
||||||
if (type === 'init') {
|
if (type === 'init') {
|
||||||
const connection = await ClientsFactory.getClient({
|
try {
|
||||||
client: options.type,
|
const connection = await ClientsFactory.getClient({
|
||||||
params: {
|
client: options.type,
|
||||||
...dbConfig,
|
params: {
|
||||||
schema: options.schema
|
...dbConfig,
|
||||||
},
|
schema: options.schema
|
||||||
poolSize: 1
|
},
|
||||||
}) as MySQLClient | PostgreSQLClient;
|
poolSize: 1
|
||||||
|
}) as MySQLClient | PostgreSQLClient;
|
||||||
|
|
||||||
const pool = await connection.getConnectionPool();
|
const pool = await connection.getConnectionPool();
|
||||||
|
|
||||||
switch (options.type) {
|
switch (options.type) {
|
||||||
case 'mysql':
|
case 'mysql':
|
||||||
case 'maria':
|
case 'maria':
|
||||||
importer = new MySQLImporter(pool as unknown as mysql.Pool, options);
|
importer = new MySQLImporter(pool as unknown as mysql.Pool, options);
|
||||||
break;
|
break;
|
||||||
case 'pg':
|
case 'pg':
|
||||||
importer = new PostgreSQLImporter(pool as unknown as pg.PoolClient, options);
|
importer = new PostgreSQLImporter(pool as unknown as pg.PoolClient, options);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
process.send({
|
||||||
|
type: 'error',
|
||||||
|
payload: `"${options.type}" importer not aviable`
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
importer.once('error', err => {
|
||||||
|
console.error(err);
|
||||||
process.send({
|
process.send({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
payload: `"${options.type}" importer not aviable`
|
payload: err.toString()
|
||||||
});
|
});
|
||||||
return;
|
});
|
||||||
}
|
|
||||||
|
|
||||||
importer.once('error', err => {
|
importer.once('end', () => {
|
||||||
|
process.send({
|
||||||
|
type: 'end',
|
||||||
|
payload: { cancelled: importer.isCancelled }
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
importer.once('cancel', () => {
|
||||||
|
process.send({ type: 'cancel' });
|
||||||
|
});
|
||||||
|
|
||||||
|
importer.on('progress', state => {
|
||||||
|
process.send({
|
||||||
|
type: 'import-progress',
|
||||||
|
payload: state
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
importer.on('query-error', state => {
|
||||||
|
process.send({
|
||||||
|
type: 'query-error',
|
||||||
|
payload: state
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
importer.run();
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
process.send({
|
process.send({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
payload: err.toString()
|
payload: err.toString()
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
importer.once('end', () => {
|
|
||||||
process.send({
|
|
||||||
type: 'end',
|
|
||||||
payload: { cancelled: importer.isCancelled }
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
importer.once('cancel', () => {
|
|
||||||
process.send({ type: 'cancel' });
|
|
||||||
});
|
|
||||||
|
|
||||||
importer.on('progress', state => {
|
|
||||||
process.send({
|
|
||||||
type: 'import-progress',
|
|
||||||
payload: state
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
importer.on('query-error', state => {
|
|
||||||
process.send({
|
|
||||||
type: 'query-error',
|
|
||||||
payload: state
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
importer.run();
|
|
||||||
}
|
}
|
||||||
else if (type === 'cancel')
|
else if (type === 'cancel')
|
||||||
importer.cancel();
|
importer.cancel();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
process.on('uncaughtException', (err) => {
|
||||||
|
console.error(err);
|
||||||
|
process.send({
|
||||||
|
type: 'error',
|
||||||
|
payload: err.toString()
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
process.on('unhandledRejection', (err) => {
|
||||||
|
console.error(err);
|
||||||
|
process.send({
|
||||||
|
type: 'error',
|
||||||
|
payload: err.toString()
|
||||||
|
});
|
||||||
|
});
|
||||||
|
@@ -130,6 +130,12 @@ onMounted(() => {
|
|||||||
node = node.parentNode;
|
node = node.parentNode;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
document.addEventListener('keydown', e => {
|
||||||
|
if (e.altKey && e.key === 'Alt') { // Prevent Alt key to trigger hidden shortcut menu
|
||||||
|
e.preventDefault();
|
||||||
|
}
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@@ -44,6 +44,11 @@ watch(() => props.mode, () => {
|
|||||||
editor.session.setMode(`ace/mode/${props.mode}`);
|
editor.session.setMode(`ace/mode/${props.mode}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(() => props.modelValue, () => {
|
||||||
|
if (editor && props.readOnly)
|
||||||
|
editor.session.setValue(props.modelValue);
|
||||||
|
});
|
||||||
|
|
||||||
watch(editorTheme, () => {
|
watch(editorTheme, () => {
|
||||||
if (editor)
|
if (editor)
|
||||||
editor.setTheme(`ace/theme/${editorTheme.value}`);
|
editor.setTheme(`ace/theme/${editorTheme.value}`);
|
||||||
@@ -113,6 +118,8 @@ onMounted(() => {
|
|||||||
}, 20);
|
}, 20);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
editor.commands.removeCommand('showSettingsMenu');
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
editor.resize();
|
editor.resize();
|
||||||
}, 20);
|
}, 20);
|
||||||
|
@@ -135,7 +135,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
{{ t('message.deleteCorfirm') }} <b>{{ selectedConnectionName }}</b>?
|
{{ t('message.deleteConfirm') }} <b>{{ selectedConnectionName }}</b>?
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ConfirmModal>
|
</ConfirmModal>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<div class="modal-title h6">
|
<div class="modal-title h6">
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<i class="mdi mdi-24px mdi-brush-variant mr-1" />
|
<i class="mdi mdi-24px mdi-brush-variant mr-1" />
|
||||||
<span class="cut-text">{{ t('message.editConnectionAppearence') }}</span>
|
<span class="cut-text">{{ t('message.editConnectionAppearance') }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a class="btn btn-clear c-hand" @click.stop="closeModal" />
|
<a class="btn btn-clear c-hand" @click.stop="closeModal" />
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button class="btn btn-primary mr-2" @click.stop="editFolderAppearence">
|
<button class="btn btn-primary mr-2" @click.stop="editFolderAppearance">
|
||||||
{{ t('word.update') }}
|
{{ t('word.update') }}
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-link" @click.stop="closeModal">
|
<button class="btn btn-link" @click.stop="closeModal">
|
||||||
@@ -136,7 +136,7 @@ const { trapRef } = useFocusTrap();
|
|||||||
const firstInput: Ref<HTMLInputElement> = ref(null);
|
const firstInput: Ref<HTMLInputElement> = ref(null);
|
||||||
const localConnection: Ref<SidebarElement> = ref(unproxify(props.connection));
|
const localConnection: Ref<SidebarElement> = ref(unproxify(props.connection));
|
||||||
|
|
||||||
const editFolderAppearence = () => {
|
const editFolderAppearance = () => {
|
||||||
updateConnectionOrder(localConnection.value);
|
updateConnectionOrder(localConnection.value);
|
||||||
closeModal();
|
closeModal();
|
||||||
};
|
};
|
@@ -6,7 +6,7 @@
|
|||||||
<div class="modal-header pl-2">
|
<div class="modal-header pl-2">
|
||||||
<div class="modal-title h6">
|
<div class="modal-title h6">
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<i class="mdi mdi-24px mdi-database-arrow-down mr-1" />
|
<i class="mdi mdi-24px mdi-database-export mr-1" />
|
||||||
<span class="cut-text">{{ t('message.exportSchema') }}</span>
|
<span class="cut-text">{{ t('message.exportSchema') }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
<div ref="table" class="table table-hover">
|
<div ref="table" class="table table-hover">
|
||||||
<div class="thead">
|
<div class="thead">
|
||||||
<div class="tr text-center">
|
<div class="tr text-center">
|
||||||
<div class="th no-border" style="width: 50%;" />
|
<div class="th no-border" :style="'width: 50%;'" />
|
||||||
<div class="th no-border">
|
<div class="th no-border">
|
||||||
<label
|
<label
|
||||||
class="form-checkbox m-0 px-2 form-inline"
|
class="form-checkbox m-0 px-2 form-inline"
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tr">
|
<div class="tr">
|
||||||
<div class="th" style="width: 50%;">
|
<div class="th" :style="'width: 50%;'">
|
||||||
<div class="table-column-title">
|
<div class="table-column-title">
|
||||||
<span>{{ t('word.table') }}</span>
|
<span>{{ t('word.table') }}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<div v-if="clientCustoms.exportByChunks">
|
<div v-if="clientCustoms.exportByChunks">
|
||||||
<div class="h6 mt-4 mb-2">
|
<div class="h6 mt-4 mb-2">
|
||||||
{{ t('message.newInserStmtEvery') }}:
|
{{ t('message.newInsertStmtEvery') }}:
|
||||||
</div>
|
</div>
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column col-6">
|
<div class="column col-6">
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="h6 mb-2 mt-4">
|
<div class="h6 mb-2 mt-4">
|
||||||
{{ t('message.ourputFormat') }}:
|
{{ t('message.outputFormat') }}:
|
||||||
</div>
|
</div>
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column h5 mb-4">
|
<div class="column h5 mb-4">
|
||||||
@@ -382,7 +382,7 @@ const updateProgress = (event: Event, state: ExportState) => {
|
|||||||
progressStatus.value = t('message.processingTableExport', { table: state.currentItem });
|
progressStatus.value = t('message.processingTableExport', { table: state.currentItem });
|
||||||
break;
|
break;
|
||||||
case 'FETCH':
|
case 'FETCH':
|
||||||
progressStatus.value = t('message.fechingTableExport', { table: state.currentItem });
|
progressStatus.value = t('message.fetchingTableExport', { table: state.currentItem });
|
||||||
break;
|
break;
|
||||||
case 'WRITE':
|
case 'WRITE':
|
||||||
progressStatus.value = t('message.writingTableExport', { table: state.currentItem });
|
progressStatus.value = t('message.writingTableExport', { table: state.currentItem });
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button class="btn btn-primary mr-2" @click.stop="editFolderAppearence">
|
<button class="btn btn-primary mr-2" @click.stop="editFolderAppearance">
|
||||||
{{ t('word.update') }}
|
{{ t('word.update') }}
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-link" @click.stop="closeModal">
|
<button class="btn btn-link" @click.stop="closeModal">
|
||||||
@@ -110,7 +110,7 @@ const { trapRef } = useFocusTrap();
|
|||||||
const firstInput: Ref<HTMLInputElement> = ref(null);
|
const firstInput: Ref<HTMLInputElement> = ref(null);
|
||||||
const localFolder: Ref<SidebarElement> = ref(unproxify(props.folder));
|
const localFolder: Ref<SidebarElement> = ref(unproxify(props.folder));
|
||||||
|
|
||||||
const editFolderAppearence = () => {
|
const editFolderAppearance = () => {
|
||||||
updateConnectionOrder(localFolder.value);
|
updateConnectionOrder(localFolder.value);
|
||||||
closeModal();
|
closeModal();
|
||||||
};
|
};
|
@@ -6,7 +6,7 @@
|
|||||||
<div class="modal-header pl-2">
|
<div class="modal-header pl-2">
|
||||||
<div class="modal-title h6">
|
<div class="modal-title h6">
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<i class="mdi mdi-24px mdi-database-arrow-up mr-1" />
|
<i class="mdi mdi-24px mdi-database-import mr-1" />
|
||||||
<span class="cut-text">{{ t('message.importSchema') }}</span>
|
<span class="cut-text">{{ t('message.importSchema') }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -110,7 +110,7 @@
|
|||||||
<div class="form-group column col-12 mb-0">
|
<div class="form-group column col-12 mb-0">
|
||||||
<div class="col-5 col-sm-12">
|
<div class="col-5 col-sm-12">
|
||||||
<label class="form-label">
|
<label class="form-label">
|
||||||
{{ t('message.restorePreviourSession') }}
|
{{ t('message.restorePreviousSession') }}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3 col-sm-12">
|
<div class="col-3 col-sm-12">
|
||||||
@@ -120,6 +120,24 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group column col-12 mb-0">
|
||||||
|
<div class="col-5 col-sm-12">
|
||||||
|
<label class="form-label">
|
||||||
|
{{ t('message.showTableSize') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="col-1 col-sm-12">
|
||||||
|
<label class="form-switch d-inline-block" @click.prevent="toggleShowTableSize">
|
||||||
|
<input type="checkbox" :checked="showTableSize">
|
||||||
|
<i class="form-icon" />
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="col-6 col-sm-12 px-2 p-vcentered">
|
||||||
|
<small class="d-block" :style="'line-height: 1.1; font-size: 70%;'">
|
||||||
|
{{ t('message.showTableSizeDescription') }}
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="form-group column col-12 mb-0">
|
<div class="form-group column col-12 mb-0">
|
||||||
<div class="col-5 col-sm-12">
|
<div class="col-5 col-sm-12">
|
||||||
<label class="form-label">
|
<label class="form-label">
|
||||||
@@ -418,6 +436,7 @@ const {
|
|||||||
defaultCopyType: selectedCopyType,
|
defaultCopyType: selectedCopyType,
|
||||||
notificationsTimeout,
|
notificationsTimeout,
|
||||||
restoreTabs,
|
restoreTabs,
|
||||||
|
showTableSize,
|
||||||
disableBlur,
|
disableBlur,
|
||||||
disableScratchpad,
|
disableScratchpad,
|
||||||
applicationTheme,
|
applicationTheme,
|
||||||
@@ -440,7 +459,8 @@ const {
|
|||||||
changeEditorTheme,
|
changeEditorTheme,
|
||||||
changeEditorFontSize,
|
changeEditorFontSize,
|
||||||
updateNotificationsTimeout,
|
updateNotificationsTimeout,
|
||||||
changeDefaultCopyType
|
changeDefaultCopyType,
|
||||||
|
changeShowTableSize
|
||||||
} = settingsStore;
|
} = settingsStore;
|
||||||
const {
|
const {
|
||||||
hideSettingModal: closeModal,
|
hideSettingModal: closeModal,
|
||||||
@@ -533,7 +553,7 @@ const locales = computed(() => {
|
|||||||
for (const locale of Object.keys(localesNames))
|
for (const locale of Object.keys(localesNames))
|
||||||
locales.push({ code: locale, name: localesNames[locale] });
|
locales.push({ code: locale, name: localesNames[locale] });
|
||||||
|
|
||||||
return locales;
|
return locales.sort((a, b) => (a.name.localeCompare(b.name)));
|
||||||
});
|
});
|
||||||
|
|
||||||
const copyTypes = computed(() => [
|
const copyTypes = computed(() => [
|
||||||
@@ -582,6 +602,10 @@ const toggleRestoreSession = () => {
|
|||||||
changeRestoreTabs(!restoreTabs.value);
|
changeRestoreTabs(!restoreTabs.value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const toggleShowTableSize = () => {
|
||||||
|
changeShowTableSize(!showTableSize.value);
|
||||||
|
};
|
||||||
|
|
||||||
const toggleDisableBlur = () => {
|
const toggleDisableBlur = () => {
|
||||||
changeDisableBlur(!disableBlur.value);
|
changeDisableBlur(!disableBlur.value);
|
||||||
};
|
};
|
||||||
|
@@ -137,7 +137,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
{{ t('message.deleteCorfirm') }} <b>{{ t(shortcutEvents[shortcutToDelete.event].l18n, {param: shortcutEvents[shortcutToDelete.event].l18nParam}) }} (<span v-html="parseKeys(shortcutToDelete.keys)" />)</b>?
|
{{ t('message.deleteConfirm') }} <b>{{ t(shortcutEvents[shortcutToDelete.event].l18n, {param: shortcutEvents[shortcutToDelete.event].l18nParam}) }} (<span v-html="parseKeys(shortcutToDelete.keys)" />)</b>?
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ConfirmModal>
|
</ConfirmModal>
|
||||||
|
@@ -373,6 +373,8 @@ onMounted(() => {
|
|||||||
e.stop();
|
e.stop();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
editor.value.commands.removeCommand('showSettingsMenu');
|
||||||
|
|
||||||
if (props.autoFocus) {
|
if (props.autoFocus) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
editor.value.focus();
|
editor.value.focus();
|
||||||
|
@@ -380,7 +380,7 @@ emit('folder-sort');// To apply changes on component key change
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
line-height: 1;
|
line-height: 1.02;
|
||||||
transition: bottom .2s;
|
transition: bottom .2s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -444,7 +444,7 @@ emit('folder-sort');// To apply changes on component key change
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
line-height: 1;
|
line-height: 1.02;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -17,8 +17,8 @@
|
|||||||
>
|
>
|
||||||
<span class="d-flex"><i class="mdi mdi-18px mdi-content-duplicate text-light pr-1" /> {{ t('word.duplicate') }}</span>
|
<span class="d-flex"><i class="mdi mdi-18px mdi-content-duplicate text-light pr-1" /> {{ t('word.duplicate') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="context-element" @click.stop="showAppearenceModal">
|
<div class="context-element" @click.stop="showAppearanceModal">
|
||||||
<span class="d-flex"><i class="mdi mdi-18px mdi-brush-variant text-light pr-1" /> {{ t('word.appearence') }}</span>
|
<span class="d-flex"><i class="mdi mdi-18px mdi-brush-variant text-light pr-1" /> {{ t('word.appearance') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="context-element" @click="showConfirmModal">
|
<div class="context-element" @click="showConfirmModal">
|
||||||
<span class="d-flex"><i class="mdi mdi-18px mdi-delete text-light pr-1" /> {{ t('word.delete') }}</span>
|
<span class="d-flex"><i class="mdi mdi-18px mdi-delete text-light pr-1" /> {{ t('word.delete') }}</span>
|
||||||
@@ -36,19 +36,19 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
{{ t('message.deleteCorfirm') }} <b>{{ connectionName }}</b>?
|
{{ t('message.deleteConfirm') }} <b>{{ connectionName }}</b>?
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ConfirmModal>
|
</ConfirmModal>
|
||||||
<ModalFolderAppearence
|
<ModalFolderAppearance
|
||||||
v-if="isFolderEdit"
|
v-if="isFolderEdit"
|
||||||
:folder="contextConnection"
|
:folder="contextConnection"
|
||||||
@close="hideAppearenceModal"
|
@close="hideAppearanceModal"
|
||||||
/>
|
/>
|
||||||
<ModalConnectionAppearence
|
<ModalConnectionAppearance
|
||||||
v-if="isConnectionEdit"
|
v-if="isConnectionEdit"
|
||||||
:connection="contextConnection"
|
:connection="contextConnection"
|
||||||
@close="hideAppearenceModal"
|
@close="hideAppearanceModal"
|
||||||
/>
|
/>
|
||||||
</BaseContextMenu>
|
</BaseContextMenu>
|
||||||
</template>
|
</template>
|
||||||
@@ -62,8 +62,8 @@ import { SidebarElement, useConnectionsStore } from '@/stores/connections';
|
|||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
import BaseContextMenu from '@/components/BaseContextMenu.vue';
|
import BaseContextMenu from '@/components/BaseContextMenu.vue';
|
||||||
import ConfirmModal from '@/components/BaseConfirmModal.vue';
|
import ConfirmModal from '@/components/BaseConfirmModal.vue';
|
||||||
import ModalFolderAppearence from '@/components/ModalFolderAppearence.vue';
|
import ModalFolderAppearance from '@/components/ModalFolderAppearance.vue';
|
||||||
import ModalConnectionAppearence from '@/components/ModalConnectionAppearence.vue';
|
import ModalConnectionAppearance from '@/components/ModalConnectionAppearance.vue';
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
@@ -118,14 +118,14 @@ const duplicateConnection = () => {
|
|||||||
closeContext();
|
closeContext();
|
||||||
};
|
};
|
||||||
|
|
||||||
const showAppearenceModal = () => {
|
const showAppearanceModal = () => {
|
||||||
if (props.contextConnection.isFolder)
|
if (props.contextConnection.isFolder)
|
||||||
isFolderEdit.value = true;
|
isFolderEdit.value = true;
|
||||||
else
|
else
|
||||||
isConnectionEdit.value = true;
|
isConnectionEdit.value = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
const hideAppearenceModal = () => {
|
const hideAppearanceModal = () => {
|
||||||
isConnectionEdit.value = false;
|
isConnectionEdit.value = false;
|
||||||
isFolderEdit.value = false;
|
isFolderEdit.value = false;
|
||||||
closeContext();
|
closeContext();
|
||||||
|
@@ -1,5 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-show="isSelected" class="workspace column columns col-gapless">
|
<div v-show="isSelected" class="workspace column columns col-gapless">
|
||||||
|
<WorkspaceTabsContext
|
||||||
|
v-if="isTabContext"
|
||||||
|
:context-event="contextEvent"
|
||||||
|
:selected-tab="selectedContextTab"
|
||||||
|
@close-all-tabs="closeAllTabs"
|
||||||
|
@close-other-tabs="closeOtherTabs"
|
||||||
|
@close-to-left="closeTabsToLeft"
|
||||||
|
@close-to-right="closeTabsToRight"
|
||||||
|
@close-context="closeContext"
|
||||||
|
/>
|
||||||
<WorkspaceExploreBar
|
<WorkspaceExploreBar
|
||||||
v-if="workspace?.connectionStatus === 'connected'"
|
v-if="workspace?.connectionStatus === 'connected'"
|
||||||
:connection="connection"
|
:connection="connection"
|
||||||
@@ -23,6 +33,7 @@
|
|||||||
:class="{'active': selectedTab === element.uid}"
|
:class="{'active': selectedTab === element.uid}"
|
||||||
@mousedown.left="selectTab({uid: workspace.uid, tab: element.uid})"
|
@mousedown.left="selectTab({uid: workspace.uid, tab: element.uid})"
|
||||||
@mouseup.middle="closeTab(element)"
|
@mouseup.middle="closeTab(element)"
|
||||||
|
@contextmenu.prevent="contextMenu($event, element)"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
v-if="element.type === 'query'"
|
v-if="element.type === 'query'"
|
||||||
@@ -501,6 +512,7 @@ import WorkspaceTabNewRoutine from '@/components/WorkspaceTabNewRoutine.vue';
|
|||||||
import WorkspaceTabNewFunction from '@/components/WorkspaceTabNewFunction.vue';
|
import WorkspaceTabNewFunction from '@/components/WorkspaceTabNewFunction.vue';
|
||||||
import WorkspaceTabNewScheduler from '@/components/WorkspaceTabNewScheduler.vue';
|
import WorkspaceTabNewScheduler from '@/components/WorkspaceTabNewScheduler.vue';
|
||||||
import WorkspaceTabNewTriggerFunction from '@/components/WorkspaceTabNewTriggerFunction.vue';
|
import WorkspaceTabNewTriggerFunction from '@/components/WorkspaceTabNewTriggerFunction.vue';
|
||||||
|
import WorkspaceTabsContext from '@/components/WorkspaceTabsContext.vue';
|
||||||
|
|
||||||
import WorkspaceTabPropsTable from '@/components/WorkspaceTabPropsTable.vue';
|
import WorkspaceTabPropsTable from '@/components/WorkspaceTabPropsTable.vue';
|
||||||
import WorkspaceTabPropsView from '@/components/WorkspaceTabPropsView.vue';
|
import WorkspaceTabPropsView from '@/components/WorkspaceTabPropsView.vue';
|
||||||
@@ -545,12 +557,19 @@ const hasWheelEvent = ref(false);
|
|||||||
const isProcessesModal = ref(false);
|
const isProcessesModal = ref(false);
|
||||||
const unsavedTab = ref(null);
|
const unsavedTab = ref(null);
|
||||||
const tabWrap = ref(null);
|
const tabWrap = ref(null);
|
||||||
|
const contextEvent = ref(null);
|
||||||
|
const isTabContext = ref(false);
|
||||||
|
const selectedContextTab = ref(null);
|
||||||
|
|
||||||
const workspace = computed(() => getWorkspace(props.connection.uid));
|
const workspace = computed(() => getWorkspace(props.connection.uid));
|
||||||
|
|
||||||
const draggableTabs = computed<WorkspaceTab[]>({
|
const draggableTabs = computed<WorkspaceTab[]>({
|
||||||
get () {
|
get () {
|
||||||
return workspace.value.tabs;
|
if (workspace.value.customizations.database)
|
||||||
|
return workspace.value.tabs.filter(tab => tab.type === 'query' || tab.database === workspace.value.database);
|
||||||
|
|
||||||
|
else
|
||||||
|
return workspace.value.tabs;
|
||||||
},
|
},
|
||||||
set (val) {
|
set (val) {
|
||||||
updateTabs({ uid: props.connection.uid, tabs: val });
|
updateTabs({ uid: props.connection.uid, tabs: val });
|
||||||
@@ -627,6 +646,34 @@ const closeTab = (tab: WorkspaceTab, force = false) => {
|
|||||||
removeTab({ uid: props.connection.uid, tab: tab.uid });
|
removeTab({ uid: props.connection.uid, tab: tab.uid });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const closeAllTabs = () => {
|
||||||
|
for (const tab of draggableTabs.value)
|
||||||
|
removeTab({ uid: props.connection.uid, tab: tab.uid });
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeOtherTabs = () => {
|
||||||
|
const otherTabs = draggableTabs.value.filter(t => t.uid !== selectedContextTab.value.uid);
|
||||||
|
|
||||||
|
for (const tab of otherTabs)
|
||||||
|
removeTab({ uid: props.connection.uid, tab: tab.uid });
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeTabsToLeft = () => {
|
||||||
|
const tabIndex = draggableTabs.value.findIndex(t => t.uid === selectedContextTab.value.uid);
|
||||||
|
const leftTabs = draggableTabs.value.filter((t, i) => i < tabIndex);
|
||||||
|
|
||||||
|
for (const tab of leftTabs)
|
||||||
|
removeTab({ uid: props.connection.uid, tab: tab.uid });
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeTabsToRight = () => {
|
||||||
|
const tabIndex = draggableTabs.value.findIndex(t => t.uid === selectedContextTab.value.uid);
|
||||||
|
const leftTabs = draggableTabs.value.filter((t, i) => i > tabIndex);
|
||||||
|
|
||||||
|
for (const tab of leftTabs)
|
||||||
|
removeTab({ uid: props.connection.uid, tab: tab.uid });
|
||||||
|
};
|
||||||
|
|
||||||
const showProcessesModal = () => {
|
const showProcessesModal = () => {
|
||||||
isProcessesModal.value = true;
|
isProcessesModal.value = true;
|
||||||
};
|
};
|
||||||
@@ -647,6 +694,16 @@ const addWheelEvent = () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const contextMenu = (event: MouseEvent, tab: WorkspaceTab) => {
|
||||||
|
selectedContextTab.value = tab;
|
||||||
|
contextEvent.value = event;
|
||||||
|
isTabContext.value = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeContext = () => {
|
||||||
|
isTabContext.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
await addWorkspace(props.connection.uid);
|
await addWorkspace(props.connection.uid);
|
||||||
const isInitiated = await Connection.checkConnection(props.connection.uid);
|
const isInitiated = await Connection.checkConnection(props.connection.uid);
|
||||||
|
@@ -120,6 +120,7 @@
|
|||||||
v-model="connection.database"
|
v-model="connection.database"
|
||||||
class="form-input"
|
class="form-input"
|
||||||
type="text"
|
type="text"
|
||||||
|
:placeholder="clientCustomizations.defaultDatabase"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -416,7 +417,7 @@ const clients = [
|
|||||||
{ name: 'MariaDB', slug: 'maria' },
|
{ name: 'MariaDB', slug: 'maria' },
|
||||||
{ name: 'PostgreSQL', slug: 'pg' },
|
{ name: 'PostgreSQL', slug: 'pg' },
|
||||||
{ name: 'SQLite', slug: 'sqlite' },
|
{ name: 'SQLite', slug: 'sqlite' },
|
||||||
{ name: 'Firebird SQL (experimental)', slug: 'firebird' }
|
{ name: 'Firebird SQL', slug: 'firebird' }
|
||||||
];
|
];
|
||||||
|
|
||||||
const connection = ref({
|
const connection = ref({
|
||||||
|
@@ -122,6 +122,7 @@
|
|||||||
v-model="localConnection.database"
|
v-model="localConnection.database"
|
||||||
class="form-input"
|
class="form-input"
|
||||||
type="text"
|
type="text"
|
||||||
|
:placeholder="clientCustomizations.defaultDatabase"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -429,7 +430,7 @@ const clients = [
|
|||||||
{ name: 'MariaDB', slug: 'maria' },
|
{ name: 'MariaDB', slug: 'maria' },
|
||||||
{ name: 'PostgreSQL', slug: 'pg' },
|
{ name: 'PostgreSQL', slug: 'pg' },
|
||||||
{ name: 'SQLite', slug: 'sqlite' },
|
{ name: 'SQLite', slug: 'sqlite' },
|
||||||
{ name: 'Firebird SQL (experimental)', slug: 'firebird' }
|
{ name: 'Firebird SQL', slug: 'firebird' }
|
||||||
];
|
];
|
||||||
|
|
||||||
const firstInput: Ref<HTMLInputElement> = ref(null);
|
const firstInput: Ref<HTMLInputElement> = ref(null);
|
||||||
|
@@ -10,7 +10,18 @@
|
|||||||
@keydown="explorebarSearch"
|
@keydown="explorebarSearch"
|
||||||
>
|
>
|
||||||
<div class="workspace-explorebar-header">
|
<div class="workspace-explorebar-header">
|
||||||
<span class="workspace-explorebar-title">{{ connectionName }}</span>
|
<div
|
||||||
|
v-if="customizations.database"
|
||||||
|
class="workspace-explorebar-database-switch"
|
||||||
|
:title="t('message.switchDatabase')"
|
||||||
|
>
|
||||||
|
<BaseSelect
|
||||||
|
v-model="selectedDatabase"
|
||||||
|
:options="databases"
|
||||||
|
class="form-select select-sm text-bold my-0"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<span v-else class="workspace-explorebar-title">{{ connectionName }}</span>
|
||||||
<span v-if="workspace.connectionStatus === 'connected'" class="workspace-explorebar-tools">
|
<span v-if="workspace.connectionStatus === 'connected'" class="workspace-explorebar-tools">
|
||||||
<i
|
<i
|
||||||
v-if="customizations.schemas"
|
v-if="customizations.schemas"
|
||||||
@@ -32,13 +43,20 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="workspace-explorebar-search">
|
<div class="workspace-explorebar-search">
|
||||||
<div v-if="workspace.connectionStatus === 'connected'" class="has-icon-right">
|
<div v-if="workspace.connectionStatus === 'connected'" class="input-group has-icon-right">
|
||||||
|
<div
|
||||||
|
class="input-group-addon px-1 py-0 p-vcentered c-hand"
|
||||||
|
:title="t('message.switchSearchMethod')"
|
||||||
|
@click="toggleSearchMethod"
|
||||||
|
>
|
||||||
|
<i class="mdi mdi-18px" :class="[searchMethod === 'elements' ? 'mdi-shape' : 'mdi-database']" />
|
||||||
|
</div>
|
||||||
<input
|
<input
|
||||||
ref="searchInput"
|
ref="searchInput"
|
||||||
v-model="searchTerm"
|
v-model="searchTerm"
|
||||||
class="form-input input-sm"
|
class="form-input input-sm"
|
||||||
type="text"
|
type="text"
|
||||||
:placeholder="t('message.searchForElements')"
|
:placeholder="searchMethod === 'elements' ? t('message.searchForElements') : t('message.searchForSchemas')"
|
||||||
>
|
>
|
||||||
<i v-if="!searchTerm" class="form-icon mdi mdi-magnify mdi-18px" />
|
<i v-if="!searchTerm" class="form-icon mdi mdi-magnify mdi-18px" />
|
||||||
<i
|
<i
|
||||||
@@ -50,11 +68,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="workspace-explorebar-body" @click="explorebar.focus()">
|
<div class="workspace-explorebar-body" @click="explorebar.focus()">
|
||||||
<WorkspaceExploreBarSchema
|
<WorkspaceExploreBarSchema
|
||||||
v-for="db of workspace.structure"
|
v-for="db of filteredSchemas"
|
||||||
:key="db.name"
|
:key="db.name"
|
||||||
ref="schema"
|
ref="schema"
|
||||||
:database="db"
|
:database="db"
|
||||||
:connection="connection"
|
:connection="connection"
|
||||||
|
:search-method="searchMethod"
|
||||||
@show-schema-context="openSchemaContext"
|
@show-schema-context="openSchemaContext"
|
||||||
@show-table-context="openTableContext"
|
@show-table-context="openTableContext"
|
||||||
@show-misc-context="openMiscContext"
|
@show-misc-context="openMiscContext"
|
||||||
@@ -116,10 +135,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Component, computed, onMounted, Ref, ref, watch } from 'vue';
|
import { Component, computed, onMounted, Prop, Ref, ref, watch } from 'vue';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
|
|
||||||
import { useConnectionsStore } from '@/stores/connections';
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
|
import { ConnectionParams } from 'common/interfaces/antares';
|
||||||
import { useNotificationsStore } from '@/stores/notifications';
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
import { useSettingsStore } from '@/stores/settings';
|
import { useSettingsStore } from '@/stores/settings';
|
||||||
import { useWorkspacesStore } from '@/stores/workspaces';
|
import { useWorkspacesStore } from '@/stores/workspaces';
|
||||||
@@ -133,12 +153,14 @@ import TableContext from '@/components/WorkspaceExploreBarTableContext.vue';
|
|||||||
import MiscContext from '@/components/WorkspaceExploreBarMiscContext.vue';
|
import MiscContext from '@/components/WorkspaceExploreBarMiscContext.vue';
|
||||||
import MiscFolderContext from '@/components/WorkspaceExploreBarMiscFolderContext.vue';
|
import MiscFolderContext from '@/components/WorkspaceExploreBarMiscFolderContext.vue';
|
||||||
import ModalNewSchema from '@/components/ModalNewSchema.vue';
|
import ModalNewSchema from '@/components/ModalNewSchema.vue';
|
||||||
|
import BaseSelect from '@/components/BaseSelect.vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
import Databases from '@/ipc-api/Databases';
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
connection: Object,
|
connection: Object as Prop<ConnectionParams>,
|
||||||
isSelected: Boolean
|
isSelected: Boolean
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -152,11 +174,13 @@ const { explorebarSize } = storeToRefs(settingsStore);
|
|||||||
const { changeExplorebarSize } = settingsStore;
|
const { changeExplorebarSize } = settingsStore;
|
||||||
const {
|
const {
|
||||||
getWorkspace,
|
getWorkspace,
|
||||||
|
switchConnection,
|
||||||
removeConnected: disconnectWorkspace,
|
removeConnected: disconnectWorkspace,
|
||||||
refreshStructure,
|
refreshStructure,
|
||||||
newTab,
|
newTab,
|
||||||
removeTabs,
|
removeTabs,
|
||||||
setSearchTerm,
|
setSearchTerm,
|
||||||
|
setDatabase,
|
||||||
addLoadingElement,
|
addLoadingElement,
|
||||||
removeLoadingElement
|
removeLoadingElement
|
||||||
} = workspacesStore;
|
} = workspacesStore;
|
||||||
@@ -164,6 +188,7 @@ const {
|
|||||||
const searchInput: Ref<HTMLInputElement> = ref(null);
|
const searchInput: Ref<HTMLInputElement> = ref(null);
|
||||||
const explorebar: Ref<HTMLInputElement> = ref(null);
|
const explorebar: Ref<HTMLInputElement> = ref(null);
|
||||||
const resizer: Ref<HTMLInputElement> = ref(null);
|
const resizer: Ref<HTMLInputElement> = ref(null);
|
||||||
|
const databases: Ref<string[]> = ref([]);
|
||||||
const schema: Ref<Component & { selectSchema: (name: string) => void; $refs: {schemaAccordion: HTMLDetailsElement} }[]> = ref(null);
|
const schema: Ref<Component & { selectSchema: (name: string) => void; $refs: {schemaAccordion: HTMLDetailsElement} }[]> = ref(null);
|
||||||
const isRefreshing = ref(false);
|
const isRefreshing = ref(false);
|
||||||
const isNewDBModal = ref(false);
|
const isNewDBModal = ref(false);
|
||||||
@@ -177,10 +202,12 @@ const isMiscFolderContext = ref(false);
|
|||||||
const databaseContextEvent = ref(null);
|
const databaseContextEvent = ref(null);
|
||||||
const tableContextEvent = ref(null);
|
const tableContextEvent = ref(null);
|
||||||
const miscContextEvent = ref(null);
|
const miscContextEvent = ref(null);
|
||||||
|
const selectedDatabase = ref(props.connection.database);
|
||||||
const selectedSchema = ref('');
|
const selectedSchema = ref('');
|
||||||
const selectedTable = ref(null);
|
const selectedTable = ref(null);
|
||||||
const selectedMisc = ref(null);
|
const selectedMisc = ref(null);
|
||||||
const searchTerm = ref('');
|
const searchTerm = ref('');
|
||||||
|
const searchMethod: Ref<'elements' | 'schemas'> = ref('elements');
|
||||||
|
|
||||||
const workspace = computed(() => {
|
const workspace = computed(() => {
|
||||||
return getWorkspace(props.connection.uid);
|
return getWorkspace(props.connection.uid);
|
||||||
@@ -194,6 +221,13 @@ const customizations = computed(() => {
|
|||||||
return workspace.value.customizations;
|
return workspace.value.customizations;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const filteredSchemas = computed(() => {
|
||||||
|
if (searchMethod.value === 'schemas')
|
||||||
|
return workspace.value.structure.filter(schema => schema.name.search(searchTerm.value) >= 0);
|
||||||
|
else
|
||||||
|
return workspace.value.structure;
|
||||||
|
});
|
||||||
|
|
||||||
watch(localWidth, (val: number) => {
|
watch(localWidth, (val: number) => {
|
||||||
clearTimeout(explorebarWidthInterval.value);
|
clearTimeout(explorebarWidthInterval.value);
|
||||||
|
|
||||||
@@ -214,9 +248,14 @@ watch(searchTerm, () => {
|
|||||||
}, 200);
|
}, 200);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(selectedDatabase, (val, oldVal) => {
|
||||||
|
if (oldVal)
|
||||||
|
switchConnection({ ...props.connection, database: selectedDatabase.value });
|
||||||
|
});
|
||||||
|
|
||||||
localWidth.value = explorebarSize.value;
|
localWidth.value = explorebarSize.value;
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(async () => {
|
||||||
resizer.value.addEventListener('mousedown', (e: MouseEvent) => {
|
resizer.value.addEventListener('mousedown', (e: MouseEvent) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
@@ -224,10 +263,28 @@ onMounted(() => {
|
|||||||
window.addEventListener('mouseup', stopResize);
|
window.addEventListener('mouseup', stopResize);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (workspace.value.structure.length === 1) { // Auto-open if juust one schema
|
if (workspace.value.structure.length === 1) { // Auto-open if just one schema
|
||||||
schema.value[0].selectSchema(workspace.value.structure[0].name);
|
schema.value[0].selectSchema(workspace.value.structure[0].name);
|
||||||
schema.value[0].$refs.schemaAccordion.open = true;
|
schema.value[0].$refs.schemaAccordion.open = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (customizations.value.database) {
|
||||||
|
try {
|
||||||
|
const { status, response } = await Databases.getDatabases(props.connection.uid);
|
||||||
|
if (status === 'success') {
|
||||||
|
databases.value = response;
|
||||||
|
if (selectedDatabase.value === '') {
|
||||||
|
selectedDatabase.value = response[0];
|
||||||
|
setDatabase(selectedDatabase.value);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
addNotification({ status: 'error', message: response });
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
addNotification({ status: 'error', message: err.stack });
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const refresh = async () => {
|
const refresh = async () => {
|
||||||
@@ -238,8 +295,11 @@ const refresh = async () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const explorebarSearch = () => {
|
const explorebarSearch = (event: KeyboardEvent) => {
|
||||||
searchInput.value.focus();
|
const isLetter = (event.key >= 'a' && event.key <= 'z');
|
||||||
|
const isNumber = (event.key >= '0' && event.key <= '9');
|
||||||
|
if (isLetter || isNumber)
|
||||||
|
searchInput.value.focus();
|
||||||
};
|
};
|
||||||
|
|
||||||
const resize = (e: MouseEvent) => {
|
const resize = (e: MouseEvent) => {
|
||||||
@@ -403,6 +463,15 @@ const duplicateTable = async (payload: { schema: string; table: { name: string }
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const toggleSearchMethod = () => {
|
||||||
|
searchTerm.value = '';
|
||||||
|
setSearchTerm(searchTerm.value);
|
||||||
|
|
||||||
|
if (searchMethod.value === 'elements')
|
||||||
|
searchMethod.value = 'schemas';
|
||||||
|
else
|
||||||
|
searchMethod.value = 'elements';
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@@ -472,12 +541,32 @@ const duplicateTable = async (payload: { schema: string; table: { name: string }
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.workspace-explorebar-database-switch {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
z-index: 20;
|
||||||
|
margin-right: 5px;
|
||||||
|
margin-left: -4px;
|
||||||
|
margin-top: -3px;
|
||||||
|
margin-bottom: -0.5rem;
|
||||||
|
height: 24px;
|
||||||
|
|
||||||
|
.form-select.select-sm {
|
||||||
|
font-size: 0.6rem;
|
||||||
|
height: 1.2rem;
|
||||||
|
line-height: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.workspace-explorebar-search {
|
.workspace-explorebar-search {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
margin: 0 0 5px 0;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
.has-icon-right {
|
.has-icon-right {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -491,6 +580,7 @@ const duplicateTable = async (payload: { schema: string; table: { name: string }
|
|||||||
.form-input {
|
.form-input {
|
||||||
height: 1.2rem;
|
height: 1.2rem;
|
||||||
padding-left: 0.2rem;
|
padding-left: 0.2rem;
|
||||||
|
border-radius:0 $border-radius $border-radius 0;
|
||||||
|
|
||||||
&:focus + .form-icon {
|
&:focus + .form-icon {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
@@ -505,7 +595,7 @@ const duplicateTable = async (payload: { schema: string; table: { name: string }
|
|||||||
|
|
||||||
.workspace-explorebar-body {
|
.workspace-explorebar-body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc((100vh - 58px) - #{$excluding-size});
|
height: calc((100vh - 63px) - #{$excluding-size});
|
||||||
overflow: overlay;
|
overflow: overlay;
|
||||||
padding: 0 0.1rem;
|
padding: 0 0.1rem;
|
||||||
}
|
}
|
||||||
|
@@ -50,7 +50,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
{{ t('message.deleteCorfirm') }} "<b>{{ selectedMisc.name }}</b>"?
|
{{ t('message.deleteConfirm') }} "<b>{{ selectedMisc.name }}</b>"?
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ConfirmModal>
|
</ConfirmModal>
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
<i v-else class="icon mdi mdi-18px mdi-chevron-right" />
|
<i v-else class="icon mdi mdi-18px mdi-chevron-right" />
|
||||||
<i class="database-icon mdi mdi-18px mdi-database mr-1" />
|
<i class="database-icon mdi mdi-18px mdi-database mr-1" />
|
||||||
<div class="">
|
<div class="">
|
||||||
<span>{{ database.name }}</span>
|
<span v-html="highlightWord(database.name, 'schemas')" />
|
||||||
<div
|
<div
|
||||||
v-if="database.size"
|
v-if="database.size"
|
||||||
class="schema-size tooltip tooltip-left mr-1"
|
class="schema-size tooltip tooltip-left mr-1"
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<span v-html="highlightWord(table.name)" />
|
<span v-html="highlightWord(table.name)" />
|
||||||
</a>
|
</a>
|
||||||
<div
|
<div
|
||||||
v-if="table.type === 'table' && table.size !== false"
|
v-if="table.type === 'table' && table.size !== false && !isNaN(table.size)"
|
||||||
class="table-size tooltip tooltip-left mr-1"
|
class="table-size tooltip tooltip-left mr-1"
|
||||||
:data-tooltip="formatBytes(table.size)"
|
:data-tooltip="formatBytes(table.size)"
|
||||||
>
|
>
|
||||||
@@ -249,7 +249,8 @@ const { t } = useI18n();
|
|||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
database: Object as Prop<WorkspaceStructure>,
|
database: Object as Prop<WorkspaceStructure>,
|
||||||
connection: Object
|
connection: Object,
|
||||||
|
searchMethod: String as Prop<'elements' | 'schemas'>
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits([
|
const emit = defineEmits([
|
||||||
@@ -282,29 +283,51 @@ const searchTerm = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const filteredTables = computed(() => {
|
const filteredTables = computed(() => {
|
||||||
return props.database.tables.filter(table => table.name.search(searchTerm.value) >= 0);
|
if (props.searchMethod === 'elements')
|
||||||
|
return props.database.tables.filter(table => table.name.search(searchTerm.value) >= 0);
|
||||||
|
else
|
||||||
|
return props.database.tables;
|
||||||
});
|
});
|
||||||
|
|
||||||
const filteredTriggers = computed(() => {
|
const filteredTriggers = computed(() => {
|
||||||
return props.database.triggers.filter(trigger => trigger.name.search(searchTerm.value) >= 0);
|
if (props.searchMethod === 'elements')
|
||||||
|
return props.database.triggers.filter(trigger => trigger.name.search(searchTerm.value) >= 0);
|
||||||
|
else
|
||||||
|
return props.database.triggers;
|
||||||
});
|
});
|
||||||
|
|
||||||
const filteredProcedures = computed(() => {
|
const filteredProcedures = computed(() => {
|
||||||
return props.database.procedures.filter(procedure => procedure.name.search(searchTerm.value) >= 0);
|
if (props.searchMethod === 'elements')
|
||||||
|
return props.database.procedures.filter(procedure => procedure.name.search(searchTerm.value) >= 0);
|
||||||
|
else
|
||||||
|
return props.database.procedures;
|
||||||
});
|
});
|
||||||
|
|
||||||
const filteredFunctions = computed(() => {
|
const filteredFunctions = computed(() => {
|
||||||
return props.database.functions.filter(func => func.name.search(searchTerm.value) >= 0);
|
if (props.searchMethod === 'elements')
|
||||||
|
return props.database.functions.filter(func => func.name.search(searchTerm.value) >= 0);
|
||||||
|
else
|
||||||
|
return props.database.functions;
|
||||||
});
|
});
|
||||||
|
|
||||||
const filteredTriggerFunctions = computed(() => {
|
const filteredTriggerFunctions = computed(() => {
|
||||||
return props.database.triggerFunctions
|
if (props.searchMethod === 'elements') {
|
||||||
? props.database.triggerFunctions.filter(func => func.name.search(searchTerm.value) >= 0)
|
return props.database.triggerFunctions
|
||||||
: [];
|
? props.database.triggerFunctions.filter(func => func.name.search(searchTerm.value) >= 0)
|
||||||
|
: [];
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
return props.database.triggerFunctions
|
||||||
|
? props.database.triggerFunctions
|
||||||
|
: [];
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const filteredSchedulers = computed(() => {
|
const filteredSchedulers = computed(() => {
|
||||||
return props.database.schedulers.filter(scheduler => scheduler.name.search(searchTerm.value) >= 0);
|
if (props.searchMethod === 'elements')
|
||||||
|
return props.database.schedulers.filter(scheduler => scheduler.name.search(searchTerm.value) >= 0);
|
||||||
|
else
|
||||||
|
return props.database.schedulers;
|
||||||
});
|
});
|
||||||
|
|
||||||
const workspace = computed(() => {
|
const workspace = computed(() => {
|
||||||
@@ -446,10 +469,10 @@ const setBreadcrumbs = (payload: Breadcrumb) => {
|
|||||||
changeBreadcrumbs(payload);
|
changeBreadcrumbs(payload);
|
||||||
};
|
};
|
||||||
|
|
||||||
const highlightWord = (string: string) => {
|
const highlightWord = (string: string, type = 'elements') => {
|
||||||
string = string.replaceAll('<', '<').replaceAll('>', '>');
|
string = string.replaceAll('<', '<').replaceAll('>', '>');
|
||||||
|
|
||||||
if (searchTerm.value) {
|
if (searchTerm.value && props.searchMethod === type) {
|
||||||
const regexp = new RegExp(`(${searchTerm.value.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')})`, 'gi');
|
const regexp = new RegExp(`(${searchTerm.value.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')})`, 'gi');
|
||||||
return string.replace(regexp, '<span class="text-primary">$1</span>');
|
return string.replace(regexp, '<span class="text-primary">$1</span>');
|
||||||
}
|
}
|
||||||
|
@@ -63,14 +63,14 @@
|
|||||||
class="context-element"
|
class="context-element"
|
||||||
@click="showExportSchemaModal"
|
@click="showExportSchemaModal"
|
||||||
>
|
>
|
||||||
<span class="d-flex"><i class="mdi mdi-18px mdi-database-arrow-down text-light pr-1" /> {{ t('word.export') }}</span>
|
<span class="d-flex"><i class="mdi mdi-18px mdi-database-export text-light pr-1" /> {{ t('word.export') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="workspace.customizations.schemaImport"
|
v-if="workspace.customizations.schemaImport"
|
||||||
class="context-element"
|
class="context-element"
|
||||||
@click="initImport"
|
@click="initImport"
|
||||||
>
|
>
|
||||||
<span class="d-flex"><i class="mdi mdi-18px mdi-database-arrow-up text-light pr-1" /> {{ t('word.import') }}</span>
|
<span class="d-flex"><i class="mdi mdi-18px mdi-database-import text-light pr-1" /> {{ t('word.import') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="workspace.customizations.schemaEdit"
|
v-if="workspace.customizations.schemaEdit"
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
{{ t('message.deleteCorfirm') }} "<b>{{ selectedSchema }}</b>"?
|
{{ t('message.deleteConfirm') }} "<b>{{ selectedSchema }}</b>"?
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ConfirmModal>
|
</ConfirmModal>
|
||||||
|
@@ -47,7 +47,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
{{ t('message.emptyCorfirm') }} "<b>{{ selectedTable.name }}</b>"?
|
{{ t('message.emptyConfirm') }} "<b>{{ selectedTable.name }}</b>"?
|
||||||
</div>
|
</div>
|
||||||
<div v-if="customizations.tableTruncateDisableFKCheck">
|
<div v-if="customizations.tableTruncateDisableFKCheck">
|
||||||
<label class="form-checkbox form-inline">
|
<label class="form-checkbox form-inline">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
{{ t('message.deleteCorfirm') }} "<b>{{ selectedTable.name }}</b>"?
|
{{ t('message.deleteConfirm') }} "<b>{{ selectedTable.name }}</b>"?
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ConfirmModal>
|
</ConfirmModal>
|
||||||
|
@@ -43,13 +43,25 @@
|
|||||||
<span>{{ t('word.indexes') }}</span>
|
<span>{{ t('word.indexes') }}</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="btn btn-dark btn-sm"
|
class="btn btn-dark btn-sm mr-0"
|
||||||
:disabled="isSaving"
|
:disabled="isSaving"
|
||||||
@click="showForeignModal"
|
@click="showForeignModal"
|
||||||
>
|
>
|
||||||
<i class="mdi mdi-24px mdi-key-link mr-1" />
|
<i class="mdi mdi-24px mdi-key-link mr-1" />
|
||||||
<span>{{ t('word.foreignKeys') }}</span>
|
<span>{{ t('word.foreignKeys') }}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<div class="divider-vert py-3" />
|
||||||
|
|
||||||
|
<button
|
||||||
|
v-if="workspace.customizations.tableDdl"
|
||||||
|
class="btn btn-dark btn-sm"
|
||||||
|
:disabled="isSaving"
|
||||||
|
@click="showDdlModal"
|
||||||
|
>
|
||||||
|
<i class="mdi mdi-24px mdi-code-tags mr-1" />
|
||||||
|
<span>{{ t('word.ddl') }}</span>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="workspace-query-info">
|
<div class="workspace-query-info">
|
||||||
<div class="d-flex" :title="t('word.schema')">
|
<div class="d-flex" :title="t('word.schema')">
|
||||||
@@ -169,6 +181,13 @@
|
|||||||
@hide="hideForeignModal"
|
@hide="hideForeignModal"
|
||||||
@foreigns-update="foreignsUpdate"
|
@foreigns-update="foreignsUpdate"
|
||||||
/>
|
/>
|
||||||
|
<WorkspaceTabPropsTableDdlModal
|
||||||
|
v-if="isDdlModal"
|
||||||
|
:table="table"
|
||||||
|
:schema="schema"
|
||||||
|
:workspace="workspace"
|
||||||
|
@hide="hideDdlModal"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -186,7 +205,9 @@ import BaseSelect from '@/components/BaseSelect.vue';
|
|||||||
import WorkspaceTabPropsTableFields from '@/components/WorkspaceTabPropsTableFields.vue';
|
import WorkspaceTabPropsTableFields from '@/components/WorkspaceTabPropsTableFields.vue';
|
||||||
import WorkspaceTabPropsTableIndexesModal from '@/components/WorkspaceTabPropsTableIndexesModal.vue';
|
import WorkspaceTabPropsTableIndexesModal from '@/components/WorkspaceTabPropsTableIndexesModal.vue';
|
||||||
import WorkspaceTabPropsTableForeignModal from '@/components/WorkspaceTabPropsTableForeignModal.vue';
|
import WorkspaceTabPropsTableForeignModal from '@/components/WorkspaceTabPropsTableForeignModal.vue';
|
||||||
|
import WorkspaceTabPropsTableDdlModal from '@/components/WorkspaceTabPropsTableDdlModal.vue';
|
||||||
import { ipcRenderer } from 'electron';
|
import { ipcRenderer } from 'electron';
|
||||||
|
import { useSettingsStore } from '@/stores/settings';
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
@@ -200,8 +221,10 @@ const props = defineProps({
|
|||||||
|
|
||||||
const { addNotification } = useNotificationsStore();
|
const { addNotification } = useNotificationsStore();
|
||||||
const workspacesStore = useWorkspacesStore();
|
const workspacesStore = useWorkspacesStore();
|
||||||
|
const settingsStore = useSettingsStore();
|
||||||
|
|
||||||
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
const { getSelected: selectedWorkspace } = storeToRefs(workspacesStore);
|
||||||
|
const { showTableSize } = settingsStore;
|
||||||
|
|
||||||
const {
|
const {
|
||||||
getWorkspace,
|
getWorkspace,
|
||||||
@@ -218,6 +241,7 @@ const isLoading = ref(false);
|
|||||||
const isSaving = ref(false);
|
const isSaving = ref(false);
|
||||||
const isIndexesModal = ref(false);
|
const isIndexesModal = ref(false);
|
||||||
const isForeignModal = ref(false);
|
const isForeignModal = ref(false);
|
||||||
|
const isDdlModal = ref(false);
|
||||||
const originalFields: Ref<TableField[]> = ref([]);
|
const originalFields: Ref<TableField[]> = ref([]);
|
||||||
const localFields: Ref<TableField[]> = ref([]);
|
const localFields: Ref<TableField[]> = ref([]);
|
||||||
const originalKeyUsage: Ref<TableForeign[]> = ref([]);
|
const originalKeyUsage: Ref<TableForeign[]> = ref([]);
|
||||||
@@ -257,7 +281,7 @@ const isChanged = computed(() => {
|
|||||||
const getTableOptions = async (params: {uid: string; schema: string; table: string}) => {
|
const getTableOptions = async (params: {uid: string; schema: string; table: string}) => {
|
||||||
const db = workspace.value.structure.find(db => db.name === props.schema);
|
const db = workspace.value.structure.find(db => db.name === props.schema);
|
||||||
|
|
||||||
if (db && db.tables.length && props.table)
|
if (db && db.tables.length && props.table && showTableSize)
|
||||||
tableOptions.value = db.tables.find(table => table.name === props.table);
|
tableOptions.value = db.tables.find(table => table.name === props.table);
|
||||||
else {
|
else {
|
||||||
const { status, response } = await Tables.getTableOptions(params);
|
const { status, response } = await Tables.getTableOptions(params);
|
||||||
@@ -646,6 +670,14 @@ const hideForeignModal = () => {
|
|||||||
isForeignModal.value = false;
|
isForeignModal.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const showDdlModal = () => {
|
||||||
|
isDdlModal.value = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const hideDdlModal = () => {
|
||||||
|
isDdlModal.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
const foreignsUpdate = (foreigns: TableForeign[]) => {
|
const foreignsUpdate = (foreigns: TableForeign[]) => {
|
||||||
localKeyUsage.value = foreigns;
|
localKeyUsage.value = foreigns;
|
||||||
};
|
};
|
||||||
|
70
src/renderer/components/WorkspaceTabPropsTableDdlModal.vue
Normal file
70
src/renderer/components/WorkspaceTabPropsTableDdlModal.vue
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
<template>
|
||||||
|
<ConfirmModal
|
||||||
|
:confirm-text="t('word.confirm')"
|
||||||
|
size="large"
|
||||||
|
class="options-modal"
|
||||||
|
:cancel-text="t('word.close')"
|
||||||
|
:hide-footer="true"
|
||||||
|
@hide="$emit('hide')"
|
||||||
|
>
|
||||||
|
<template #header>
|
||||||
|
<div class="d-flex">
|
||||||
|
<i class="mdi mdi-24px mdi-code-tags mr-1" />
|
||||||
|
<span class="cut-text">{{ t('word.ddl') }} "{{ table }}"</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template #body>
|
||||||
|
<div class="pb-4">
|
||||||
|
<BaseTextEditor
|
||||||
|
ref="queryEditor"
|
||||||
|
v-model="createDdl"
|
||||||
|
editor-class="textarea-editor"
|
||||||
|
:read-only="true"
|
||||||
|
mode="sql"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</ConfirmModal>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { onMounted, ref } from 'vue';
|
||||||
|
import { useNotificationsStore } from '@/stores/notifications';
|
||||||
|
import { useI18n } from 'vue-i18n';
|
||||||
|
import Tables from '@/ipc-api/Tables';
|
||||||
|
import ConfirmModal from '@/components/BaseConfirmModal.vue';
|
||||||
|
import BaseTextEditor from '@/components/BaseTextEditor.vue';
|
||||||
|
|
||||||
|
const { t } = useI18n();
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
table: String,
|
||||||
|
schema: String,
|
||||||
|
workspace: Object
|
||||||
|
});
|
||||||
|
|
||||||
|
const createDdl = ref('');
|
||||||
|
|
||||||
|
defineEmits(['hide']);
|
||||||
|
|
||||||
|
const { addNotification } = useNotificationsStore();
|
||||||
|
|
||||||
|
onMounted(async () => {
|
||||||
|
try {
|
||||||
|
const { status, response } = await Tables.getTableDll({
|
||||||
|
uid: props.workspace.uid,
|
||||||
|
table: props.table,
|
||||||
|
schema: props.schema
|
||||||
|
});
|
||||||
|
|
||||||
|
if (status === 'success')
|
||||||
|
createDdl.value = response;
|
||||||
|
else
|
||||||
|
addNotification({ status: 'error', message: response });
|
||||||
|
}
|
||||||
|
catch (err) {
|
||||||
|
addNotification({ status: 'error', message: err.stack });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
@@ -532,7 +532,10 @@ const editOFF = () => {
|
|||||||
break;
|
break;
|
||||||
case 'custom':
|
case 'custom':
|
||||||
localRow.value.autoIncrement = false;
|
localRow.value.autoIncrement = false;
|
||||||
localRow.value.default = Number.isNaN(+defaultValue.value.custom) ? `'${defaultValue.value.custom}'` : defaultValue.value.custom;
|
if (fieldType.value.group === 'string')
|
||||||
|
localRow.value.default = `'${defaultValue.value.custom}'`;
|
||||||
|
else
|
||||||
|
localRow.value.default = defaultValue.value.custom;
|
||||||
break;
|
break;
|
||||||
case 'expression':
|
case 'expression':
|
||||||
localRow.value.autoIncrement = false;
|
localRow.value.autoIncrement = false;
|
||||||
|
@@ -103,6 +103,9 @@
|
|||||||
<li class="menu-item">
|
<li class="menu-item">
|
||||||
<a class="c-hand" @click="downloadTable('csv')">CSV</a>
|
<a class="c-hand" @click="downloadTable('csv')">CSV</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="menu-item">
|
||||||
|
<a class="c-hand" @click="downloadTable('php')">{{ t('message.phpArray') }}</a>
|
||||||
|
</li>
|
||||||
<li class="menu-item">
|
<li class="menu-item">
|
||||||
<a class="c-hand" @click="downloadTable('sql')">SQL INSERT</a>
|
<a class="c-hand" @click="downloadTable('sql')">SQL INSERT</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -288,6 +291,11 @@ watch(selectedSchema, () => {
|
|||||||
changeBreadcrumbs({ schema: selectedSchema.value, query: `Query #${props.tab.index}` });
|
changeBreadcrumbs({ schema: selectedSchema.value, query: `Query #${props.tab.index}` });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(databaseSchemas, () => {
|
||||||
|
if (!databaseSchemas.value.includes(selectedSchema.value))
|
||||||
|
selectedSchema.value = null;
|
||||||
|
}, { deep: true });
|
||||||
|
|
||||||
const runQuery = async (query: string) => {
|
const runQuery = async (query: string) => {
|
||||||
if (!query || isQuering.value) return;
|
if (!query || isQuering.value) return;
|
||||||
isQuering.value = true;
|
isQuering.value = true;
|
||||||
@@ -446,7 +454,7 @@ const clear = () => {
|
|||||||
clearTabData();
|
clearTabData();
|
||||||
};
|
};
|
||||||
|
|
||||||
const downloadTable = (format: 'csv' | 'json' | 'sql') => {
|
const downloadTable = (format: 'csv' | 'json' | 'sql' | 'php') => {
|
||||||
queryTable.value.downloadTable(format, `${props.tab.type}-${props.tab.index}`);
|
queryTable.value.downloadTable(format, `${props.tab.type}-${props.tab.index}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -493,9 +501,6 @@ defineExpose({ resizeResults });
|
|||||||
query.value = props.tab.content as string;
|
query.value = props.tab.content as string;
|
||||||
selectedSchema.value = props.tab.schema || breadcrumbsSchema.value;
|
selectedSchema.value = props.tab.schema || breadcrumbsSchema.value;
|
||||||
|
|
||||||
if (!databaseSchemas.value.includes(selectedSchema.value))
|
|
||||||
selectedSchema.value = null;
|
|
||||||
|
|
||||||
window.addEventListener('resize', onWindowResize);
|
window.addEventListener('resize', onWindowResize);
|
||||||
|
|
||||||
const reloadListener = () => {
|
const reloadListener = () => {
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
:class="{'active': resultsetIndex === index}"
|
:class="{'active': resultsetIndex === index}"
|
||||||
@click="selectResultset(index)"
|
@click="selectResultset(index)"
|
||||||
>
|
>
|
||||||
<a>{{ result.fields ? result.fields[0].table : '' }} ({{ result.rows.length }})</a>
|
<a>{{ result.fields ? result.fields[0]?.table : '' }} ({{ result.rows.length }})</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div ref="table" class="table table-hover">
|
<div ref="table" class="table table-hover">
|
||||||
@@ -111,6 +111,118 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ConfirmModal>
|
</ConfirmModal>
|
||||||
|
|
||||||
|
<ConfirmModal
|
||||||
|
v-if="chunkModalRequest"
|
||||||
|
@confirm="downloadTable('sql', chunkModalRequest as string, true)"
|
||||||
|
@hide="chunkModalRequest = false"
|
||||||
|
>
|
||||||
|
<template #header>
|
||||||
|
<div class="d-flex">
|
||||||
|
<i class="mdi mdi-24px mdi-file-export mr-1" />
|
||||||
|
<span class="cut-text">{{ t('message.sqlExportOptions') }}</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template #body>
|
||||||
|
<div class="columns">
|
||||||
|
<label class="column col-12 h6 mb-2 cut-text">{{ t('message.targetTable') }}</label>
|
||||||
|
<div class="column col-12">
|
||||||
|
<input
|
||||||
|
v-model.number="sqlExportOptions.targetTable"
|
||||||
|
type="text"
|
||||||
|
class="form-input"
|
||||||
|
:placeholder="chunkModalRequest"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
<label class="column col-12 h6 mb-2 mt-4 cut-text">{{ t('message.newInsertStmtEvery') }}:</label>
|
||||||
|
<div class="column col-6">
|
||||||
|
<input
|
||||||
|
v-model.number="sqlExportOptions.sqlInsertAfter"
|
||||||
|
type="number"
|
||||||
|
class="form-input"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
<div class="column col-6">
|
||||||
|
<BaseSelect
|
||||||
|
v-model="sqlExportOptions.sqlInsertDivider"
|
||||||
|
class="form-select"
|
||||||
|
:options="[{value: 'bytes', label: 'KiB'}, {value: 'rows', label: t('word.row', 2)}]"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</ConfirmModal>
|
||||||
|
|
||||||
|
<ConfirmModal
|
||||||
|
v-if="csvModalRequest"
|
||||||
|
@confirm="downloadTable('csv', csvModalRequest as string, true)"
|
||||||
|
@hide="csvModalRequest = false"
|
||||||
|
>
|
||||||
|
<template #header>
|
||||||
|
<div class="d-flex">
|
||||||
|
<i class="mdi mdi-24px mdi-file-export mr-1" />
|
||||||
|
<span class="cut-text">{{ t('message.csvExportOptions') }}</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template #body>
|
||||||
|
<div class="columns">
|
||||||
|
<div class="form-group column col-12 columns col-gapless">
|
||||||
|
<div class="column col-5">
|
||||||
|
<label class="form-label cut-text">{{ t('message.csvFieldDelimiter') }}:</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7">
|
||||||
|
<input
|
||||||
|
v-model.number="csvExportOptions.fieldDelimiter"
|
||||||
|
type="string"
|
||||||
|
class="form-input"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group column col-12 columns col-gapless">
|
||||||
|
<div class="column col-5">
|
||||||
|
<label class="form-label cut-text">{{ t('message.csvStringDelimiter') }}:</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7">
|
||||||
|
<BaseSelect
|
||||||
|
v-model="csvExportOptions.stringDelimiter"
|
||||||
|
class="form-select"
|
||||||
|
:options="[
|
||||||
|
{value: '', label: t('word.none')},
|
||||||
|
{value: 'single', label: t('word.singleQuote')},
|
||||||
|
{value: 'double', label: t('word.doubleQuote')}
|
||||||
|
]"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group column col-12 columns col-gapless">
|
||||||
|
<div class="column col-5">
|
||||||
|
<label class="form-label cut-text">{{ t('message.csvLinesTerminator') }}:</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7">
|
||||||
|
<textarea
|
||||||
|
v-model.number="csvExportOptions.linesTerminator"
|
||||||
|
class="form-input"
|
||||||
|
:style="'resize: none'"
|
||||||
|
rows="1"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group column col-12 columns col-gapless">
|
||||||
|
<div class="column col-5">
|
||||||
|
<label class="form-label">
|
||||||
|
{{ t('message.csvIncludeHeader') }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="column col-7">
|
||||||
|
<label class="form-switch d-inline-block" @click.prevent="csvExportOptions.header = !csvExportOptions.header">
|
||||||
|
<input type="checkbox" :checked="csvExportOptions.header">
|
||||||
|
<i class="form-icon" />
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</ConfirmModal>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -128,6 +240,7 @@ import BaseVirtualScroll from '@/components/BaseVirtualScroll.vue';
|
|||||||
import WorkspaceTabQueryTableRow from '@/components/WorkspaceTabQueryTableRow.vue';
|
import WorkspaceTabQueryTableRow from '@/components/WorkspaceTabQueryTableRow.vue';
|
||||||
import TableContext from '@/components/WorkspaceTabQueryTableContext.vue';
|
import TableContext from '@/components/WorkspaceTabQueryTableContext.vue';
|
||||||
import ConfirmModal from '@/components/BaseConfirmModal.vue';
|
import ConfirmModal from '@/components/BaseConfirmModal.vue';
|
||||||
|
import BaseSelect from '@/components/BaseSelect.vue';
|
||||||
import * as moment from 'moment';
|
import * as moment from 'moment';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
import { TableField, QueryResult } from 'common/interfaces/antares';
|
import { TableField, QueryResult } from 'common/interfaces/antares';
|
||||||
@@ -135,6 +248,7 @@ import { TableUpdateParams } from 'common/interfaces/tableApis';
|
|||||||
import { jsonToSqlInsert } from 'common/libs/sqlUtils';
|
import { jsonToSqlInsert } from 'common/libs/sqlUtils';
|
||||||
import { unproxify } from '@/libs/unproxify';
|
import { unproxify } from '@/libs/unproxify';
|
||||||
import faker from '@faker-js/faker';
|
import faker from '@faker-js/faker';
|
||||||
|
import * as json2php from 'json2php';
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
@@ -179,9 +293,23 @@ const scrollElement = ref(null);
|
|||||||
const rowHeight = ref(23);
|
const rowHeight = ref(23);
|
||||||
const selectedField = ref(null);
|
const selectedField = ref(null);
|
||||||
const isEditingRow = ref(false);
|
const isEditingRow = ref(false);
|
||||||
|
const chunkModalRequest: Ref<false | string> = ref(false);
|
||||||
|
const csvModalRequest: Ref<false | string> = ref(false);
|
||||||
|
const sqlExportOptions = ref({
|
||||||
|
sqlInsertAfter: 250,
|
||||||
|
sqlInsertDivider: 'bytes' as 'bytes' | 'rows',
|
||||||
|
targetTable: ''
|
||||||
|
});
|
||||||
|
const csvExportOptions = ref({
|
||||||
|
header: true,
|
||||||
|
fieldDelimiter: ';',
|
||||||
|
linesTerminator: '\n',
|
||||||
|
stringDelimiter: 'double'
|
||||||
|
});
|
||||||
|
|
||||||
const workspaceSchema = computed(() => getWorkspace(props.connUid).breadcrumbs.schema);
|
const workspaceSchema = computed(() => getWorkspace(props.connUid).breadcrumbs.schema);
|
||||||
const workspaceClient = computed(() => getWorkspace(props.connUid).client);
|
const workspaceClient = computed(() => getWorkspace(props.connUid).client);
|
||||||
|
const customizations = computed(() => getWorkspace(props.connUid).customizations);
|
||||||
|
|
||||||
const primaryField = computed(() => {
|
const primaryField = computed(() => {
|
||||||
const primaryFields = fields.value.filter(field => field.key === 'pri');
|
const primaryFields = fields.value.filter(field => field.key === 'pri');
|
||||||
@@ -219,7 +347,7 @@ const sortedResults = computed(() => {
|
|||||||
return localResults.value;
|
return localResults.value;
|
||||||
});
|
});
|
||||||
|
|
||||||
const resultsWithRows = computed(() => props.results.filter(result => result.rows));
|
const resultsWithRows = computed(() => props.results.filter(result => result.rows.length));
|
||||||
const fields = computed(() => resultsWithRows.value.length ? resultsWithRows.value[resultsetIndex.value].fields : []);
|
const fields = computed(() => resultsWithRows.value.length ? resultsWithRows.value[resultsetIndex.value].fields : []);
|
||||||
const keyUsage = computed(() => resultsWithRows.value.length ? resultsWithRows.value[resultsetIndex.value].keys : []);
|
const keyUsage = computed(() => resultsWithRows.value.length ? resultsWithRows.value[resultsetIndex.value].keys : []);
|
||||||
|
|
||||||
@@ -438,20 +566,17 @@ const copyRow = (format: string) => {
|
|||||||
if (format === 'json')
|
if (format === 'json')
|
||||||
navigator.clipboard.writeText(JSON.stringify(contentToCopy));
|
navigator.clipboard.writeText(JSON.stringify(contentToCopy));
|
||||||
else if (format === 'sql') {
|
else if (format === 'sql') {
|
||||||
const sqlInserts = [];
|
|
||||||
if (!Array.isArray(contentToCopy)) contentToCopy = [contentToCopy];
|
if (!Array.isArray(contentToCopy)) contentToCopy = [contentToCopy];
|
||||||
|
|
||||||
for (const row of contentToCopy) {
|
const sqlInserts = jsonToSqlInsert({
|
||||||
sqlInserts.push(jsonToSqlInsert({
|
json: contentToCopy,
|
||||||
json: row,
|
client: workspaceClient.value,
|
||||||
client: workspaceClient.value,
|
fields: fieldsObj.value as {
|
||||||
fields: fieldsObj.value as {
|
[key: string]: {type: string; datePrecision: number};
|
||||||
[key: string]: {type: string; datePrecision: number};
|
},
|
||||||
},
|
table: getTable(resultsetIndex.value)
|
||||||
table: getTable(resultsetIndex.value)
|
});
|
||||||
}));
|
navigator.clipboard.writeText(sqlInserts);
|
||||||
}
|
|
||||||
navigator.clipboard.writeText(sqlInserts.join('\n'));
|
|
||||||
}
|
}
|
||||||
else if (format === 'csv') {
|
else if (format === 'csv') {
|
||||||
const csv = [];
|
const csv = [];
|
||||||
@@ -482,6 +607,12 @@ const copyRow = (format: string) => {
|
|||||||
|
|
||||||
navigator.clipboard.write(data);
|
navigator.clipboard.write(data);
|
||||||
}
|
}
|
||||||
|
else if (format === 'php') {
|
||||||
|
if (!Array.isArray(contentToCopy)) contentToCopy = [contentToCopy];
|
||||||
|
const printer = json2php.make({ linebreak: '\n', indent: '\t', shortArraySyntax: true });
|
||||||
|
const phpString = printer(contentToCopy);
|
||||||
|
navigator.clipboard.writeText(phpString);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const createHtmlTable = (tableData: Array<string[]>) => {
|
const createHtmlTable = (tableData: Array<string[]>) => {
|
||||||
@@ -665,22 +796,49 @@ const selectResultset = (index: number) => {
|
|||||||
resultsetIndex.value = index;
|
resultsetIndex.value = index;
|
||||||
};
|
};
|
||||||
|
|
||||||
const downloadTable = (format: 'csv' | 'json' | 'sql', table: string) => {
|
const downloadTable = (format: 'csv' | 'json' | 'sql' | 'php', table: string, popup = false) => {
|
||||||
if (!sortedResults.value) return;
|
if (!sortedResults.value) return;
|
||||||
|
|
||||||
const rows = JSON.parse(JSON.stringify(sortedResults.value)).map((row: any) => {
|
if (format === 'sql' && !popup && customizations.value.exportByChunks) {
|
||||||
delete row._antares_id;
|
sqlExportOptions.value = {
|
||||||
return row;
|
sqlInsertAfter: 250,
|
||||||
|
sqlInsertDivider: 'bytes' as 'bytes' | 'rows',
|
||||||
|
targetTable: ''
|
||||||
|
};
|
||||||
|
chunkModalRequest.value = table;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
else if (format === 'csv' && !popup) {
|
||||||
|
csvExportOptions.value = {
|
||||||
|
header: true,
|
||||||
|
fieldDelimiter: ';',
|
||||||
|
linesTerminator: '\\n',
|
||||||
|
stringDelimiter: 'double'
|
||||||
|
};
|
||||||
|
csvModalRequest.value = table;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
chunkModalRequest.value = false;
|
||||||
|
csvModalRequest.value = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
const rows = sortedResults.value.map((row: any) => {
|
||||||
|
const clonedRow = { ...row };
|
||||||
|
delete clonedRow._antares_id;
|
||||||
|
return clonedRow;
|
||||||
});
|
});
|
||||||
|
|
||||||
exportRows({
|
exportRows({
|
||||||
type: format,
|
type: format,
|
||||||
content: rows,
|
content: rows,
|
||||||
fields: fieldsObj.value as {
|
fields: JSON.parse(JSON.stringify(fieldsObj.value)) as {
|
||||||
[key: string]: {type: string; datePrecision: number};
|
[key: string]: {type: string; datePrecision: number};
|
||||||
},
|
},
|
||||||
client: workspaceClient.value,
|
client: workspaceClient.value,
|
||||||
table
|
table,
|
||||||
|
sqlOptions: popup ? { ...sqlExportOptions.value }: null,
|
||||||
|
csvOptions: popup ? { ...csvExportOptions.value }: null
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -31,6 +31,11 @@
|
|||||||
<i class="mdi mdi-18px mdi-table-row text-light pr-1" /> {{ t('word.row', selectedRows.length) }} (CSV)
|
<i class="mdi mdi-18px mdi-table-row text-light pr-1" /> {{ t('word.row', selectedRows.length) }} (CSV)
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="context-element" @click="copyRow('php')">
|
||||||
|
<span class="d-flex">
|
||||||
|
<i class="mdi mdi-18px mdi-table-row text-light pr-1" /> {{ t('word.row', selectedRows.length) }} (PHP)
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div class="context-element" @click="copyRow('sql')">
|
<div class="context-element" @click="copyRow('sql')">
|
||||||
<span class="d-flex">
|
<span class="d-flex">
|
||||||
<i class="mdi mdi-18px mdi-table-row text-light pr-1" /> {{ t('word.row', selectedRows.length) }} (SQL INSERT)
|
<i class="mdi mdi-18px mdi-table-row text-light pr-1" /> {{ t('word.row', selectedRows.length) }} (SQL INSERT)
|
||||||
|
@@ -73,6 +73,7 @@
|
|||||||
<button
|
<button
|
||||||
class="btn btn-sm"
|
class="btn btn-sm"
|
||||||
:title="t('word.filter')"
|
:title="t('word.filter')"
|
||||||
|
:disabled="isQuering"
|
||||||
:class="{'btn-primary': isSearch, 'btn-dark': !isSearch}"
|
:class="{'btn-primary': isSearch, 'btn-dark': !isSearch}"
|
||||||
@click="isSearch = !isSearch"
|
@click="isSearch = !isSearch"
|
||||||
>
|
>
|
||||||
@@ -105,6 +106,9 @@
|
|||||||
<li class="menu-item">
|
<li class="menu-item">
|
||||||
<a class="c-hand" @click="downloadTable('csv')">CSV</a>
|
<a class="c-hand" @click="downloadTable('csv')">CSV</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="menu-item">
|
||||||
|
<a class="c-hand" @click="downloadTable('php')">{{ t('message.phpArray') }}</a>
|
||||||
|
</li>
|
||||||
<li class="menu-item">
|
<li class="menu-item">
|
||||||
<a class="c-hand" @click="downloadTable('sql')">SQL INSERT</a>
|
<a class="c-hand" @click="downloadTable('sql')">SQL INSERT</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -145,6 +149,14 @@
|
|||||||
/>
|
/>
|
||||||
<div class="workspace-query-results p-relative column col-12">
|
<div class="workspace-query-results p-relative column col-12">
|
||||||
<BaseLoader v-if="isQuering" />
|
<BaseLoader v-if="isQuering" />
|
||||||
|
<div v-if="!isQuering && !results[0]?.rows.length" class="empty">
|
||||||
|
<div class="empty-icon">
|
||||||
|
<i class="mdi mdi-48px mdi-island" />
|
||||||
|
</div>
|
||||||
|
<p class="h4 empty-subtitle">
|
||||||
|
{{ t('message.noResultsPresent') }}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<WorkspaceTabQueryTable
|
<WorkspaceTabQueryTable
|
||||||
v-if="results"
|
v-if="results"
|
||||||
ref="queryTable"
|
ref="queryTable"
|
||||||
@@ -258,7 +270,7 @@ const keyUsage = computed(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const getTableData = async () => {
|
const getTableData = async () => {
|
||||||
if (!props.table || !props.isSelected) return;
|
if (!props.table || !props.isSelected || isQuering.value) return;
|
||||||
isQuering.value = true;
|
isQuering.value = true;
|
||||||
|
|
||||||
// if table changes clear cached values
|
// if table changes clear cached values
|
||||||
@@ -365,7 +377,7 @@ const setRefreshInterval = () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const downloadTable = (format: 'csv' | 'json' | 'sql') => {
|
const downloadTable = (format: 'csv' | 'json' | 'sql' | 'php') => {
|
||||||
queryTable.value.downloadTable(format, props.table);
|
queryTable.value.downloadTable(format, props.table);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -381,6 +393,7 @@ const resizeScroller = () => {
|
|||||||
|
|
||||||
const updateFilters = (clausoles: TableFilterClausole[]) => {
|
const updateFilters = (clausoles: TableFilterClausole[]) => {
|
||||||
filters.value = clausoles;
|
filters.value = clausoles;
|
||||||
|
results.value = [];
|
||||||
getTableData();
|
getTableData();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
66
src/renderer/components/WorkspaceTabsContext.vue
Normal file
66
src/renderer/components/WorkspaceTabsContext.vue
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
<template>
|
||||||
|
<BaseContextMenu
|
||||||
|
:context-event="props.contextEvent"
|
||||||
|
@close-context="closeContext"
|
||||||
|
>
|
||||||
|
<div class="context-element" @click.stop="closeAllTabs">
|
||||||
|
<span class="d-flex"><i class="mdi mdi-18px mdi-asterisk text-light pr-1" /> {{ t('message.closeAllTabs') }}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="context-element" @click.stop="closeOtherTabs">
|
||||||
|
<span class="d-flex"><i class="mdi mdi-18px mdi-not-equal text-light pr-1" /> {{ t('message.closeOtherTabs') }}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="context-element" @click.stop="closeLeftTabs">
|
||||||
|
<span class="d-flex"><i class="mdi mdi-18px mdi-less-than text-light pr-1" /> {{ t('message.closeTabsToLeft') }}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="context-element" @click.stop="closeRightTabs">
|
||||||
|
<span class="d-flex"><i class="mdi mdi-18px mdi-greater-than text-light pr-1" /> {{ t('message.closeTabsToRight') }}</span>
|
||||||
|
</div>
|
||||||
|
</BaseContextMenu>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import BaseContextMenu from '@/components/BaseContextMenu.vue';
|
||||||
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
|
const { t } = useI18n();
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
contextEvent: MouseEvent,
|
||||||
|
selectedTab: Object
|
||||||
|
});
|
||||||
|
|
||||||
|
const emit = defineEmits([
|
||||||
|
'close-context',
|
||||||
|
'close-all-tabs',
|
||||||
|
'close-other-tabs',
|
||||||
|
'close-to-left',
|
||||||
|
'close-to-right'
|
||||||
|
]);
|
||||||
|
|
||||||
|
const closeContext = () => {
|
||||||
|
emit('close-context');
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeAllTabs = () => {
|
||||||
|
emit('close-all-tabs');
|
||||||
|
closeContext();
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeLeftTabs = () => {
|
||||||
|
emit('close-to-left');
|
||||||
|
closeContext();
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeRightTabs = () => {
|
||||||
|
emit('close-to-right');
|
||||||
|
closeContext();
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeOtherTabs = () => {
|
||||||
|
emit('close-other-tabs');
|
||||||
|
closeContext();
|
||||||
|
};
|
||||||
|
</script>
|
@@ -50,7 +50,7 @@ export const arSA = {
|
|||||||
testConnection: 'إختبر الإتصال',
|
testConnection: 'إختبر الإتصال',
|
||||||
editConnection: 'عدل الإتصال',
|
editConnection: 'عدل الإتصال',
|
||||||
deleteConnection: 'إحذف الإتصال',
|
deleteConnection: 'إحذف الإتصال',
|
||||||
deleteCorfirm: 'هل أنت متأكد من حذف الإتصال؟',
|
deleteConfirm: 'هل أنت متأكد من حذف الإتصال؟',
|
||||||
connectionSuccessfullyMade: 'تم الإتصال بنجاح!',
|
connectionSuccessfullyMade: 'تم الإتصال بنجاح!',
|
||||||
madeWithJS: 'بني بـ 💛 و جافاسكربت!',
|
madeWithJS: 'بني بـ 💛 و جافاسكربت!',
|
||||||
checkForUpdates: 'تأكد من التحديثات',
|
checkForUpdates: 'تأكد من التحديثات',
|
||||||
|
@@ -117,7 +117,7 @@ export const deDE = {
|
|||||||
testConnection: 'Verbindung testen',
|
testConnection: 'Verbindung testen',
|
||||||
editConnection: 'Verbindung bearbeiten',
|
editConnection: 'Verbindung bearbeiten',
|
||||||
deleteConnection: 'Verbindung löschen',
|
deleteConnection: 'Verbindung löschen',
|
||||||
deleteCorfirm: 'Bestätige den Abbruch von',
|
deleteConfirm: 'Bestätige den Abbruch von',
|
||||||
connectionSuccessfullyMade: 'Verbindung erfolgreich erstellt!',
|
connectionSuccessfullyMade: 'Verbindung erfolgreich erstellt!',
|
||||||
madeWithJS: 'Mit 💛 und JavaScript gemacht!',
|
madeWithJS: 'Mit 💛 und JavaScript gemacht!',
|
||||||
checkForUpdates: 'Suche nach Aktualisierungen',
|
checkForUpdates: 'Suche nach Aktualisierungen',
|
||||||
@@ -157,7 +157,7 @@ export const deDE = {
|
|||||||
createNewTable: 'Neue Tabelle erstellen',
|
createNewTable: 'Neue Tabelle erstellen',
|
||||||
emptyTable: 'Tabelle leeren',
|
emptyTable: 'Tabelle leeren',
|
||||||
deleteTable: 'Tabelle löschen',
|
deleteTable: 'Tabelle löschen',
|
||||||
emptyCorfirm: 'Wirklich leeren?',
|
emptyConfirm: 'Wirklich leeren?',
|
||||||
unsavedChanges: 'Ungespeicherte Änderungen',
|
unsavedChanges: 'Ungespeicherte Änderungen',
|
||||||
discardUnsavedChanges: 'Du hast ungespeicherte Änderungen. Wenn du den Tab verlässt, werden diese Änderungen verworfen.',
|
discardUnsavedChanges: 'Du hast ungespeicherte Änderungen. Wenn du den Tab verlässt, werden diese Änderungen verworfen.',
|
||||||
thereAreNoIndexes: 'Es gibt keine Indizes',
|
thereAreNoIndexes: 'Es gibt keine Indizes',
|
||||||
|
@@ -145,11 +145,15 @@ export const enUS = {
|
|||||||
console: 'Console',
|
console: 'Console',
|
||||||
shortcuts: 'Shortcuts',
|
shortcuts: 'Shortcuts',
|
||||||
folder: 'Folder | Folders',
|
folder: 'Folder | Folders',
|
||||||
appearence: 'Appearence',
|
appearance: 'Appearance',
|
||||||
color: 'Color',
|
color: 'Color',
|
||||||
label: 'Label',
|
label: 'Label',
|
||||||
icon: 'Icon',
|
icon: 'Icon',
|
||||||
resultsTable: 'Results table'
|
resultsTable: 'Results table',
|
||||||
|
ddl: 'DDL',
|
||||||
|
none: 'None',
|
||||||
|
singleQuote: 'Single quote',
|
||||||
|
doubleQuote: 'Double quote'
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
appWelcome: 'Welcome to Antares SQL Client!',
|
appWelcome: 'Welcome to Antares SQL Client!',
|
||||||
@@ -161,7 +165,7 @@ export const enUS = {
|
|||||||
testConnection: 'Test connection',
|
testConnection: 'Test connection',
|
||||||
editConnection: 'Edit connection',
|
editConnection: 'Edit connection',
|
||||||
deleteConnection: 'Delete connection',
|
deleteConnection: 'Delete connection',
|
||||||
deleteCorfirm: 'Do you confirm the cancellation of',
|
deleteConfirm: 'Do you confirm the cancellation of',
|
||||||
connectionSuccessfullyMade: 'Connection successfully made!',
|
connectionSuccessfullyMade: 'Connection successfully made!',
|
||||||
madeWithJS: 'Made with 💛 and JavaScript!',
|
madeWithJS: 'Made with 💛 and JavaScript!',
|
||||||
checkForUpdates: 'Check for updates',
|
checkForUpdates: 'Check for updates',
|
||||||
@@ -201,7 +205,7 @@ export const enUS = {
|
|||||||
createNewTable: 'Create new table',
|
createNewTable: 'Create new table',
|
||||||
emptyTable: 'Empty table',
|
emptyTable: 'Empty table',
|
||||||
deleteTable: 'Delete table',
|
deleteTable: 'Delete table',
|
||||||
emptyCorfirm: 'Do you confirm to empty',
|
emptyConfirm: 'Do you confirm to empty',
|
||||||
unsavedChanges: 'Unsaved changes',
|
unsavedChanges: 'Unsaved changes',
|
||||||
discardUnsavedChanges: 'You have some unsaved changes. Closing this tab these changes will be discarded.',
|
discardUnsavedChanges: 'You have some unsaved changes. Closing this tab these changes will be discarded.',
|
||||||
thereAreNoIndexes: 'There are no indexes',
|
thereAreNoIndexes: 'There are no indexes',
|
||||||
@@ -261,7 +265,7 @@ export const enUS = {
|
|||||||
duplicateTable: 'Duplicate table',
|
duplicateTable: 'Duplicate table',
|
||||||
noOpenTabs: 'There are no open tabs, navigate on the left bar or:',
|
noOpenTabs: 'There are no open tabs, navigate on the left bar or:',
|
||||||
noSchema: 'No schema',
|
noSchema: 'No schema',
|
||||||
restorePreviourSession: 'Restore previous session',
|
restorePreviousSession: 'Restore previous session',
|
||||||
runQuery: 'Run query',
|
runQuery: 'Run query',
|
||||||
thereAreNoTableFields: 'There are no table fields',
|
thereAreNoTableFields: 'There are no table fields',
|
||||||
newTable: 'New table',
|
newTable: 'New table',
|
||||||
@@ -278,9 +282,9 @@ export const enUS = {
|
|||||||
exportSchema: 'Export schema',
|
exportSchema: 'Export schema',
|
||||||
importSchema: 'Import schema',
|
importSchema: 'Import schema',
|
||||||
directoryPath: 'Directory path',
|
directoryPath: 'Directory path',
|
||||||
newInserStmtEvery: 'New INSERT statement every',
|
newInsertStmtEvery: 'New INSERT statement every',
|
||||||
processingTableExport: 'Processing {table}',
|
processingTableExport: 'Processing {table}',
|
||||||
fechingTableExport: 'Fetching {table} data',
|
fetchingTableExport: 'Fetching {table} data',
|
||||||
writingTableExport: 'Writing {table} data',
|
writingTableExport: 'Writing {table} data',
|
||||||
checkAllTables: 'Check all tables',
|
checkAllTables: 'Check all tables',
|
||||||
uncheckAllTables: 'Uncheck all tables',
|
uncheckAllTables: 'Uncheck all tables',
|
||||||
@@ -292,16 +296,16 @@ export const enUS = {
|
|||||||
autoCommit: 'Auto commit',
|
autoCommit: 'Auto commit',
|
||||||
manualCommit: 'Manual commit',
|
manualCommit: 'Manual commit',
|
||||||
actionSuccessful: '{action} successful',
|
actionSuccessful: '{action} successful',
|
||||||
importQueryErrors: 'Warning: {n} error has accurrend | Warning: {n} errors occurred',
|
importQueryErrors: 'Warning: {n} error has occurred | Warning: {n} errors occurred',
|
||||||
executedQueries: '{n} query executed | {n} queries executed',
|
executedQueries: '{n} query executed | {n} queries executed',
|
||||||
ourputFormat: 'Output format',
|
outputFormat: 'Output format',
|
||||||
singleFile: 'Single {ext} file',
|
singleFile: 'Single {ext} file',
|
||||||
zipCompressedFile: 'ZIP compressed {ext} file',
|
zipCompressedFile: 'ZIP compressed {ext} file',
|
||||||
disableBlur: 'Disable blur',
|
disableBlur: 'Disable blur',
|
||||||
untrustedConnection: 'Untrusted connection',
|
untrustedConnection: 'Untrusted connection',
|
||||||
missingOrIncompleteTranslation: 'Missing or incomplete translation?',
|
missingOrIncompleteTranslation: 'Missing or incomplete translation?',
|
||||||
findOutHowToContribute: 'Find out how to contribute',
|
findOutHowToContribute: 'Find out how to contribute',
|
||||||
disableFKChecks: 'Disable foreigh key checks',
|
disableFKChecks: 'Disable foreign key checks',
|
||||||
allConnections: 'All connections',
|
allConnections: 'All connections',
|
||||||
searchForConnections: 'Search for connections',
|
searchForConnections: 'Search for connections',
|
||||||
disableScratchpad: 'Disable scratchpad',
|
disableScratchpad: 'Disable scratchpad',
|
||||||
@@ -333,9 +337,28 @@ export const enUS = {
|
|||||||
editFolder: 'Edit folder',
|
editFolder: 'Edit folder',
|
||||||
folderName: 'Folder name',
|
folderName: 'Folder name',
|
||||||
deleteFolder: 'Delete folder',
|
deleteFolder: 'Delete folder',
|
||||||
editConnectionAppearence: 'Edit connection appearence',
|
editConnectionAppearance: 'Edit connection appearance',
|
||||||
executeSelectedQuery: 'Execute selected query',
|
executeSelectedQuery: 'Execute selected query',
|
||||||
defaultCopyType: 'Default copy type'
|
defaultCopyType: 'Default copy type',
|
||||||
|
showTableSize: 'Show table size in sidebar',
|
||||||
|
showTableSizeDescription: 'MySQL/MariaDB only. Enable this option may affects performance on schema with many tables.',
|
||||||
|
searchForSchemas: 'Search for schemas',
|
||||||
|
switchSearchMethod: 'Switch search method',
|
||||||
|
noResultsPresent: 'No results present',
|
||||||
|
sqlExportOptions: 'SQL export options',
|
||||||
|
targetTable: 'Target table',
|
||||||
|
phpArray: 'PHP array',
|
||||||
|
closeAllTabs: 'Close all tabs',
|
||||||
|
closeOtherTabs: 'Close other tabs',
|
||||||
|
closeTabsToLeft: 'Close tabs to the left',
|
||||||
|
closeTabsToRight: 'Close tabs to the right',
|
||||||
|
switchDatabase: 'Switch the database',
|
||||||
|
csvExportOptions: 'CSV export options',
|
||||||
|
csvFieldDelimiter: 'Field delimiter',
|
||||||
|
csvLinesTerminator: 'Line terminator',
|
||||||
|
csvStringDelimiter: 'String delimiter',
|
||||||
|
csvIncludeHeader: 'Include header',
|
||||||
|
scratchPadDefaultValue: '# HOW TO SUPPORT ANTARES\n\n- [ ] Leave a star to Antares [GitHub repo](https://github.com/antares-sql/antares)\n- [ ] Send feedbacks and advices\n- [ ] Report for bugs\n- [ ] If you enjoy, share Antares with friends\n\n# ABOUT SCRATCHPAD\n\nThis is a scratchpad where you can save your **personal notes**. It supports `markdown` format, but you are free to use plain text.\nThis content is just a placeholder, feel free to clear it to make space for your notes.\n'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Address',
|
address: 'Address',
|
||||||
|
@@ -51,7 +51,7 @@ export const esES = {
|
|||||||
testConnection: 'Comprobar conexión',
|
testConnection: 'Comprobar conexión',
|
||||||
editConnection: 'Editar conexión',
|
editConnection: 'Editar conexión',
|
||||||
deleteConnection: 'Eliminar conexión',
|
deleteConnection: 'Eliminar conexión',
|
||||||
deleteCorfirm: 'Confirmas la cancelación de',
|
deleteConfirm: 'Confirmas la cancelación de',
|
||||||
connectionSuccessfullyMade: 'Conexión realizada correctamente!',
|
connectionSuccessfullyMade: 'Conexión realizada correctamente!',
|
||||||
madeWithJS: 'Hecho con 💛 y JavaScript!',
|
madeWithJS: 'Hecho con 💛 y JavaScript!',
|
||||||
checkForUpdates: 'Comprobar actualizaciones',
|
checkForUpdates: 'Comprobar actualizaciones',
|
||||||
|
@@ -152,7 +152,7 @@ export const frFR = {
|
|||||||
testConnection: 'Tester la connexion',
|
testConnection: 'Tester la connexion',
|
||||||
editConnection: 'Modifier la connexion',
|
editConnection: 'Modifier la connexion',
|
||||||
deleteConnection: 'Supprimer la connexion',
|
deleteConnection: 'Supprimer la connexion',
|
||||||
deleteCorfirm: 'Confirmez-vous l\'annulation de',
|
deleteConfirm: 'Confirmez-vous l\'annulation de',
|
||||||
connectionSuccessfullyMade: 'Connexion établie avec succès !',
|
connectionSuccessfullyMade: 'Connexion établie avec succès !',
|
||||||
madeWithJS: 'Fait avec 💛 et JavaScript !',
|
madeWithJS: 'Fait avec 💛 et JavaScript !',
|
||||||
checkForUpdates: 'Vérifier les mises à jour',
|
checkForUpdates: 'Vérifier les mises à jour',
|
||||||
@@ -192,7 +192,7 @@ export const frFR = {
|
|||||||
createNewTable: 'Créer une nouvelle table',
|
createNewTable: 'Créer une nouvelle table',
|
||||||
emptyTable: 'Vider la table',
|
emptyTable: 'Vider la table',
|
||||||
deleteTable: 'Supprimer une table',
|
deleteTable: 'Supprimer une table',
|
||||||
emptyCorfirm: 'Confirmez-vous que vous souhaitez vider la table ?',
|
emptyConfirm: 'Confirmez-vous que vous souhaitez vider la table ?',
|
||||||
unsavedChanges: 'Modifications non sauvegardées',
|
unsavedChanges: 'Modifications non sauvegardées',
|
||||||
discardUnsavedChanges: 'Vous avez des modifications non sauvegardées. En fermant cet onglet, ces modifications seront supprimées',
|
discardUnsavedChanges: 'Vous avez des modifications non sauvegardées. En fermant cet onglet, ces modifications seront supprimées',
|
||||||
thereAreNoIndexes: 'Il n\'y a pas d\'index',
|
thereAreNoIndexes: 'Il n\'y a pas d\'index',
|
||||||
@@ -252,7 +252,7 @@ export const frFR = {
|
|||||||
duplicateTable: 'Copier la table',
|
duplicateTable: 'Copier la table',
|
||||||
noOpenTabs: 'Il n\'y a pas d\'onglet ouvert, naviguer vers la barre gauche ou :',
|
noOpenTabs: 'Il n\'y a pas d\'onglet ouvert, naviguer vers la barre gauche ou :',
|
||||||
noSchema: 'Pas de schéma',
|
noSchema: 'Pas de schéma',
|
||||||
restorePreviourSession: 'Restorer une session précédente',
|
restorePreviousSession: 'Restorer une session précédente',
|
||||||
runQuery: 'Lancer la requête',
|
runQuery: 'Lancer la requête',
|
||||||
thereAreNoTableFields: 'Il n\'y a pas de champ table',
|
thereAreNoTableFields: 'Il n\'y a pas de champ table',
|
||||||
newTable: 'Nouvelle table',
|
newTable: 'Nouvelle table',
|
||||||
@@ -269,9 +269,9 @@ export const frFR = {
|
|||||||
exportSchema: 'Exporter un schéma',
|
exportSchema: 'Exporter un schéma',
|
||||||
importSchema: 'Importer un schéma',
|
importSchema: 'Importer un schéma',
|
||||||
directoryPath: 'chemin du répertoire',
|
directoryPath: 'chemin du répertoire',
|
||||||
newInserStmtEvery: 'Nouvelle déclaration d\'insertion tous les',
|
newInsertStmtEvery: 'Nouvelle déclaration d\'insertion tous les',
|
||||||
processingTableExport: 'Traitement {table}',
|
processingTableExport: 'Traitement {table}',
|
||||||
fechingTableExport: 'Recherche des données de la table {table}',
|
fetchingTableExport: 'Recherche des données de la table {table}',
|
||||||
writingTableExport: 'Ecriture des données de la table {table}',
|
writingTableExport: 'Ecriture des données de la table {table}',
|
||||||
checkAllTables: 'Vérification de toutes les tables',
|
checkAllTables: 'Vérification de toutes les tables',
|
||||||
uncheckAllTables: 'Désélectionner toutes les tables',
|
uncheckAllTables: 'Désélectionner toutes les tables',
|
||||||
@@ -285,7 +285,7 @@ export const frFR = {
|
|||||||
actionSuccessful: '{action} réussie',
|
actionSuccessful: '{action} réussie',
|
||||||
importQueryErrors: 'Attention : {n} erreurs se sont produites | Attention: {n} erreurs sont apparues',
|
importQueryErrors: 'Attention : {n} erreurs se sont produites | Attention: {n} erreurs sont apparues',
|
||||||
executedQueries: '{n} requêtes ont été exécutées | {n} requêtes exécutées',
|
executedQueries: '{n} requêtes ont été exécutées | {n} requêtes exécutées',
|
||||||
ourputFormat: 'Format de sortie',
|
outputFormat: 'Format de sortie',
|
||||||
singleFile: 'Seul fichier avec l\'extension {ext}',
|
singleFile: 'Seul fichier avec l\'extension {ext}',
|
||||||
zipCompressedFile: 'Fichier compréssé avec l\'extension {ext}',
|
zipCompressedFile: 'Fichier compréssé avec l\'extension {ext}',
|
||||||
disableBlur: 'Désactiver le floue',
|
disableBlur: 'Désactiver le floue',
|
||||||
|
@@ -145,7 +145,7 @@ export const idID = {
|
|||||||
console: 'Konsol',
|
console: 'Konsol',
|
||||||
shortcuts: 'Shortcut',
|
shortcuts: 'Shortcut',
|
||||||
folder: 'Folder | Folder',
|
folder: 'Folder | Folder',
|
||||||
appearence: 'Appearence',
|
appearance: 'Appearance',
|
||||||
color: 'Color',
|
color: 'Color',
|
||||||
label: 'Label',
|
label: 'Label',
|
||||||
icon: 'Icon'
|
icon: 'Icon'
|
||||||
@@ -160,7 +160,7 @@ export const idID = {
|
|||||||
testConnection: 'Tes koneksi',
|
testConnection: 'Tes koneksi',
|
||||||
editConnection: 'Mengedit koneksi',
|
editConnection: 'Mengedit koneksi',
|
||||||
deleteConnection: 'Hapus koneksi',
|
deleteConnection: 'Hapus koneksi',
|
||||||
deleteCorfirm: 'Apakah Anda mengkonfirmasi pembatalan',
|
deleteConfirm: 'Apakah Anda mengkonfirmasi pembatalan',
|
||||||
connectionSuccessfullyMade: 'Sambungan berhasil dibuat!',
|
connectionSuccessfullyMade: 'Sambungan berhasil dibuat!',
|
||||||
madeWithJS: 'Dibuat dengan 💛 dan JavaScript!',
|
madeWithJS: 'Dibuat dengan 💛 dan JavaScript!',
|
||||||
checkForUpdates: 'Periksa pembaruan',
|
checkForUpdates: 'Periksa pembaruan',
|
||||||
@@ -200,7 +200,7 @@ export const idID = {
|
|||||||
createNewTable: 'Buat tabel baru',
|
createNewTable: 'Buat tabel baru',
|
||||||
emptyTable: 'Kosongkan Tabel',
|
emptyTable: 'Kosongkan Tabel',
|
||||||
deleteTable: 'Hapus tabel',
|
deleteTable: 'Hapus tabel',
|
||||||
emptyCorfirm: 'Apakah Anda mengkonfirmasi untuk mengosongkan',
|
emptyConfirm: 'Apakah Anda mengkonfirmasi untuk mengosongkan',
|
||||||
unsavedChanges: 'Perubahan belum disimpan',
|
unsavedChanges: 'Perubahan belum disimpan',
|
||||||
discardUnsavedChanges: 'Anda memiliki beberapa perubahan yang belum disimpan. Dengan menutup tab ini akan membuang perubahan',
|
discardUnsavedChanges: 'Anda memiliki beberapa perubahan yang belum disimpan. Dengan menutup tab ini akan membuang perubahan',
|
||||||
thereAreNoIndexes: 'Tidak ada indeks',
|
thereAreNoIndexes: 'Tidak ada indeks',
|
||||||
@@ -260,7 +260,7 @@ export const idID = {
|
|||||||
duplicateTable: 'Duplikat Tabel',
|
duplicateTable: 'Duplikat Tabel',
|
||||||
noOpenTabs: 'Tidak ada tab terbuka, navigasikan di bilah kiri atau:',
|
noOpenTabs: 'Tidak ada tab terbuka, navigasikan di bilah kiri atau:',
|
||||||
noSchema: 'Tidak ada skema',
|
noSchema: 'Tidak ada skema',
|
||||||
restorePreviourSession: 'Kembalikan sesi sebelumnya',
|
restorePreviousSession: 'Kembalikan sesi sebelumnya',
|
||||||
runQuery: 'Jalankan kueri',
|
runQuery: 'Jalankan kueri',
|
||||||
thereAreNoTableFields: 'Tidak ada bidang tabel',
|
thereAreNoTableFields: 'Tidak ada bidang tabel',
|
||||||
newTable: 'Tabel baru',
|
newTable: 'Tabel baru',
|
||||||
@@ -277,9 +277,9 @@ export const idID = {
|
|||||||
exportSchema: 'Skema ekspor',
|
exportSchema: 'Skema ekspor',
|
||||||
importSchema: 'Skema impor',
|
importSchema: 'Skema impor',
|
||||||
directoryPath: 'Jalur direktori',
|
directoryPath: 'Jalur direktori',
|
||||||
newInserStmtEvery: 'Pernyataan INSERT baru setiap',
|
newInsertStmtEvery: 'Pernyataan INSERT baru setiap',
|
||||||
processingTableExport: 'Memproses {table}',
|
processingTableExport: 'Memproses {table}',
|
||||||
fechingTableExport: 'Mengambil data {table}',
|
fetchingTableExport: 'Mengambil data {table}',
|
||||||
writingTableExport: 'Menulis data {table} ',
|
writingTableExport: 'Menulis data {table} ',
|
||||||
checkAllTables: 'Periksa semua tabel',
|
checkAllTables: 'Periksa semua tabel',
|
||||||
uncheckAllTables: 'Hapus centang semua tabel',
|
uncheckAllTables: 'Hapus centang semua tabel',
|
||||||
@@ -293,7 +293,7 @@ export const idID = {
|
|||||||
actionSuccessful: '{aksi} berhasil',
|
actionSuccessful: '{aksi} berhasil',
|
||||||
importQueryErrors: 'Peringatan: {n} kesalahan telah terjadi | Peringatan: {n} kesalahan telah terjadi',
|
importQueryErrors: 'Peringatan: {n} kesalahan telah terjadi | Peringatan: {n} kesalahan telah terjadi',
|
||||||
executedQueries: '{n} permintaan dieksekusi | {n} permintaan dieksekusi',
|
executedQueries: '{n} permintaan dieksekusi | {n} permintaan dieksekusi',
|
||||||
ourputFormat: 'Format keluaran',
|
outputFormat: 'Format keluaran',
|
||||||
singleFile: 'File {ext} tunggal',
|
singleFile: 'File {ext} tunggal',
|
||||||
zipCompressedFile: 'File {ext} terkompresi ZIP',
|
zipCompressedFile: 'File {ext} terkompresi ZIP',
|
||||||
disableBlur: 'Nonaktifkan buram',
|
disableBlur: 'Nonaktifkan buram',
|
||||||
@@ -332,7 +332,7 @@ export const idID = {
|
|||||||
editFolder: 'Ubah folder',
|
editFolder: 'Ubah folder',
|
||||||
folderName: 'Nama folder',
|
folderName: 'Nama folder',
|
||||||
deleteFolder: 'Hapus folder',
|
deleteFolder: 'Hapus folder',
|
||||||
editConnectionAppearence: 'Ubah connection appearence',
|
editConnectionAppearance: 'Ubah connection appearance',
|
||||||
executeSelectedQuery: 'Eksekusi query yang dipilih',
|
executeSelectedQuery: 'Eksekusi query yang dipilih',
|
||||||
defaultCopyType: 'Jenis salin default'
|
defaultCopyType: 'Jenis salin default'
|
||||||
},
|
},
|
||||||
|
@@ -11,7 +11,8 @@ import { jaJP } from './ja-JP';
|
|||||||
import { zhCN } from './zh-CN';
|
import { zhCN } from './zh-CN';
|
||||||
import { ruRU } from './ru-RU';
|
import { ruRU } from './ru-RU';
|
||||||
import { idID } from './id-ID';
|
import { idID } from './id-ID';
|
||||||
|
import { koKR } from './ko-KR';
|
||||||
|
import { nlNL } from './nl-NL';
|
||||||
const messages = {
|
const messages = {
|
||||||
'en-US': enUS,
|
'en-US': enUS,
|
||||||
'it-IT': itIT,
|
'it-IT': itIT,
|
||||||
@@ -24,7 +25,9 @@ const messages = {
|
|||||||
'ja-JP': jaJP,
|
'ja-JP': jaJP,
|
||||||
'zh-CN': zhCN,
|
'zh-CN': zhCN,
|
||||||
'ru-RU': ruRU,
|
'ru-RU': ruRU,
|
||||||
'id-ID': idID
|
'id-ID': idID,
|
||||||
|
'ko-KR': koKR,
|
||||||
|
'nl-NL': nlNL
|
||||||
};
|
};
|
||||||
|
|
||||||
type NestedPartial<T> = {
|
type NestedPartial<T> = {
|
||||||
|
@@ -22,7 +22,7 @@ export const itIT = {
|
|||||||
settings: 'Impostazioni',
|
settings: 'Impostazioni',
|
||||||
general: 'Generale',
|
general: 'Generale',
|
||||||
themes: 'Temi',
|
themes: 'Temi',
|
||||||
update: 'Aggiornamento',
|
update: 'Aggiorna',
|
||||||
about: 'Informazioni',
|
about: 'Informazioni',
|
||||||
language: 'Lingua',
|
language: 'Lingua',
|
||||||
version: 'Versione',
|
version: 'Versione',
|
||||||
@@ -143,7 +143,13 @@ export const itIT = {
|
|||||||
pin: 'Fissa',
|
pin: 'Fissa',
|
||||||
unpin: 'Sgancia',
|
unpin: 'Sgancia',
|
||||||
console: 'Console',
|
console: 'Console',
|
||||||
shortcuts: 'Scorciatoie'
|
shortcuts: 'Scorciatoie',
|
||||||
|
folder: 'Cartella | Cartelle',
|
||||||
|
appearance: 'Aspetto',
|
||||||
|
color: 'Colore',
|
||||||
|
label: 'Etichetta',
|
||||||
|
icon: 'Icona',
|
||||||
|
resultsTable: 'Tabella risultati'
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
appWelcome: 'Benvenuto in Antares SQL Client!',
|
appWelcome: 'Benvenuto in Antares SQL Client!',
|
||||||
@@ -155,7 +161,7 @@ export const itIT = {
|
|||||||
testConnection: 'Testa connessione',
|
testConnection: 'Testa connessione',
|
||||||
editConnection: 'Modifica connessione',
|
editConnection: 'Modifica connessione',
|
||||||
deleteConnection: 'Elimina connessione',
|
deleteConnection: 'Elimina connessione',
|
||||||
deleteCorfirm: 'Confermi l\'eliminazione di',
|
deleteConfirm: 'Confermi l\'eliminazione di',
|
||||||
connectionSuccessfullyMade: 'Connessione avvenuta con successo!',
|
connectionSuccessfullyMade: 'Connessione avvenuta con successo!',
|
||||||
madeWithJS: 'Fatto con 💛 e JavaScript!',
|
madeWithJS: 'Fatto con 💛 e JavaScript!',
|
||||||
checkForUpdates: 'Cerca aggiornamenti',
|
checkForUpdates: 'Cerca aggiornamenti',
|
||||||
@@ -195,7 +201,7 @@ export const itIT = {
|
|||||||
createNewTable: 'Crea nuova tabella',
|
createNewTable: 'Crea nuova tabella',
|
||||||
emptyTable: 'Svuota tabella',
|
emptyTable: 'Svuota tabella',
|
||||||
deleteTable: 'Cancella tabella',
|
deleteTable: 'Cancella tabella',
|
||||||
emptyCorfirm: 'Confermi di voler svuotare',
|
emptyConfirm: 'Confermi di voler svuotare',
|
||||||
unsavedChanges: 'Modifiche non salvate',
|
unsavedChanges: 'Modifiche non salvate',
|
||||||
discardUnsavedChanges: 'Hai modifiche non salvate. Lasciando questa scheda le modifiche saranno scartate.',
|
discardUnsavedChanges: 'Hai modifiche non salvate. Lasciando questa scheda le modifiche saranno scartate.',
|
||||||
thereAreNoIndexes: 'Non ci sono indici',
|
thereAreNoIndexes: 'Non ci sono indici',
|
||||||
@@ -255,7 +261,7 @@ export const itIT = {
|
|||||||
duplicateTable: 'Duplica tabella',
|
duplicateTable: 'Duplica tabella',
|
||||||
noOpenTabs: 'Non ci sono tab aperte, naviga nella barra sinistra o:',
|
noOpenTabs: 'Non ci sono tab aperte, naviga nella barra sinistra o:',
|
||||||
noSchema: 'Nessuno schema',
|
noSchema: 'Nessuno schema',
|
||||||
restorePreviourSession: 'Ripristina sessione precedente',
|
restorePreviousSession: 'Ripristina sessione precedente',
|
||||||
runQuery: 'Esegui query',
|
runQuery: 'Esegui query',
|
||||||
thereAreNoTableFields: 'Non ci sono campi della tabella',
|
thereAreNoTableFields: 'Non ci sono campi della tabella',
|
||||||
newTable: 'Nuova tabella',
|
newTable: 'Nuova tabella',
|
||||||
@@ -272,9 +278,9 @@ export const itIT = {
|
|||||||
exportSchema: 'Esporta schema',
|
exportSchema: 'Esporta schema',
|
||||||
importSchema: 'Importa schema',
|
importSchema: 'Importa schema',
|
||||||
directoryPath: 'Percorso directory',
|
directoryPath: 'Percorso directory',
|
||||||
newInserStmtEvery: 'Nuova istruzione INSERT ogni',
|
newInsertStmtEvery: 'Nuova istruzione INSERT ogni',
|
||||||
processingTableExport: 'Processo {table}',
|
processingTableExport: 'Processo {table}',
|
||||||
fechingTableExport: 'Ricavo i dati {table}',
|
fetchingTableExport: 'Ricavo i dati {table}',
|
||||||
writingTableExport: 'Scrittura dati {table}',
|
writingTableExport: 'Scrittura dati {table}',
|
||||||
checkAllTables: 'Seleziona tutte le tabelle',
|
checkAllTables: 'Seleziona tutte le tabelle',
|
||||||
uncheckAllTables: 'Deseleziona tutte le tabelle',
|
uncheckAllTables: 'Deseleziona tutte le tabelle',
|
||||||
@@ -288,7 +294,7 @@ export const itIT = {
|
|||||||
actionSuccessful: '{action} riuscito',
|
actionSuccessful: '{action} riuscito',
|
||||||
importQueryErrors: 'Attenzione: si è verificato un errore | Attenzione si sono verificati {n} errori',
|
importQueryErrors: 'Attenzione: si è verificato un errore | Attenzione si sono verificati {n} errori',
|
||||||
executedQueries: '{n} query eseguite | {n} query eseguite',
|
executedQueries: '{n} query eseguite | {n} query eseguite',
|
||||||
ourputFormat: 'Formato output',
|
outputFormat: 'Formato output',
|
||||||
singleFile: 'Singolo file {ext}',
|
singleFile: 'Singolo file {ext}',
|
||||||
zipCompressedFile: 'File {ext} zippato',
|
zipCompressedFile: 'File {ext} zippato',
|
||||||
disableBlur: 'Disabilita sfocatura',
|
disableBlur: 'Disabilita sfocatura',
|
||||||
@@ -322,7 +328,19 @@ export const itIT = {
|
|||||||
clearQuery: 'Pulisci query',
|
clearQuery: 'Pulisci query',
|
||||||
openFilter: 'Apri il filtro',
|
openFilter: 'Apri il filtro',
|
||||||
nextResultsPage: 'Prossima pagina risultati',
|
nextResultsPage: 'Prossima pagina risultati',
|
||||||
previousResultsPage: 'Pagina risultati precedente'
|
previousResultsPage: 'Pagina risultati precedente',
|
||||||
|
fillCell: 'Riempi cella',
|
||||||
|
editFolder: 'Modifica cartella',
|
||||||
|
folderName: 'Nome cartella',
|
||||||
|
deleteFolder: 'Cancella cartella',
|
||||||
|
editConnectionAppearance: 'Modifica aspetto connessione',
|
||||||
|
executeSelectedQuery: 'Esegui la query selezionata',
|
||||||
|
defaultCopyType: 'Tipo di copia default',
|
||||||
|
showTableSize: 'Mostra dimensioni tabella nella sidebar',
|
||||||
|
showTableSizeDescription: 'Solo MySQL/MariaDB. Abilitare questa opzione può compromettere le performance in schemi con molte tabelle.',
|
||||||
|
searchForSchemas: 'Cerca schemi',
|
||||||
|
switchSearchMethod: 'Cambia metodo di ricerca',
|
||||||
|
noResultsPresent: 'Nessun risultato presente'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Indirizzo',
|
address: 'Indirizzo',
|
||||||
@@ -388,6 +406,7 @@ export const itIT = {
|
|||||||
collation: 'Confronto',
|
collation: 'Confronto',
|
||||||
engine: 'Motore',
|
engine: 'Motore',
|
||||||
past: 'Passato',
|
past: 'Passato',
|
||||||
|
now: 'Adesso',
|
||||||
future: 'Futuro',
|
future: 'Futuro',
|
||||||
between: 'Tra',
|
between: 'Tra',
|
||||||
recent: 'Recente',
|
recent: 'Recente',
|
||||||
|
@@ -131,7 +131,7 @@ export const jaJP = {
|
|||||||
testConnection: '接続のテスト',
|
testConnection: '接続のテスト',
|
||||||
editConnection: '接続の編集',
|
editConnection: '接続の編集',
|
||||||
deleteConnection: '接続の削除',
|
deleteConnection: '接続の削除',
|
||||||
deleteCorfirm: 'のキャンセルを確認しますか?',
|
deleteConfirm: 'のキャンセルを確認しますか?',
|
||||||
connectionSuccessfullyMade: '接続に成功しました。',
|
connectionSuccessfullyMade: '接続に成功しました。',
|
||||||
madeWithJS: '💛 と JavaScript で作られています。',
|
madeWithJS: '💛 と JavaScript で作られています。',
|
||||||
checkForUpdates: '更新情報の確認',
|
checkForUpdates: '更新情報の確認',
|
||||||
@@ -171,7 +171,7 @@ export const jaJP = {
|
|||||||
createNewTable: '新しいテーブルの作成',
|
createNewTable: '新しいテーブルの作成',
|
||||||
emptyTable: '空のテーブル',
|
emptyTable: '空のテーブル',
|
||||||
deleteTable: 'テーブルの削除',
|
deleteTable: 'テーブルの削除',
|
||||||
emptyCorfirm: '空にすることを確認しますか?',
|
emptyConfirm: '空にすることを確認しますか?',
|
||||||
unsavedChanges: '保存されていない変更',
|
unsavedChanges: '保存されていない変更',
|
||||||
discardUnsavedChanges: '保存されていない変更があります。このタブを閉じると、これらの変更は破棄されます。',
|
discardUnsavedChanges: '保存されていない変更があります。このタブを閉じると、これらの変更は破棄されます。',
|
||||||
thereAreNoIndexes: 'インデックスがありません',
|
thereAreNoIndexes: 'インデックスがありません',
|
||||||
@@ -231,7 +231,7 @@ export const jaJP = {
|
|||||||
duplicateTable: 'テーブルを複製する',
|
duplicateTable: 'テーブルを複製する',
|
||||||
noOpenTabs: '開いているタブがありません。左のバーでナビゲートするか',
|
noOpenTabs: '開いているタブがありません。左のバーでナビゲートするか',
|
||||||
noSchema: 'スキーマなし',
|
noSchema: 'スキーマなし',
|
||||||
restorePreviourSession: '前のセッションに戻す',
|
restorePreviousSession: '前のセッションに戻す',
|
||||||
runQuery: 'クエリの実行',
|
runQuery: 'クエリの実行',
|
||||||
thereAreNoTableFields: 'テーブルのフィールドがありません',
|
thereAreNoTableFields: 'テーブルのフィールドがありません',
|
||||||
newTable: '新しいテーブル',
|
newTable: '新しいテーブル',
|
||||||
|
509
src/renderer/i18n/ko-KR.ts
Normal file
509
src/renderer/i18n/ko-KR.ts
Normal file
@@ -0,0 +1,509 @@
|
|||||||
|
export const koKR = {
|
||||||
|
word: {
|
||||||
|
edit: '편집',
|
||||||
|
save: '저장',
|
||||||
|
close: '닫기',
|
||||||
|
delete: '삭제',
|
||||||
|
confirm: '확인',
|
||||||
|
cancel: '취소',
|
||||||
|
send: '보내기',
|
||||||
|
connectionName: '연결 이름',
|
||||||
|
client: '클라이언트',
|
||||||
|
hostName: '호스트 이름',
|
||||||
|
port: '포트',
|
||||||
|
user: '사용자',
|
||||||
|
password: '비밀번호',
|
||||||
|
credentials: '자격 증명',
|
||||||
|
connect: '연결',
|
||||||
|
connected: '연결됨',
|
||||||
|
disconnect: '연결 해제',
|
||||||
|
disconnected: '연결 해제됨',
|
||||||
|
refresh: '새로고침',
|
||||||
|
settings: '설정',
|
||||||
|
general: '일반',
|
||||||
|
themes: '테마',
|
||||||
|
update: '업데이트',
|
||||||
|
about: '정보',
|
||||||
|
language: '언어',
|
||||||
|
version: '버전',
|
||||||
|
donate: '기부',
|
||||||
|
run: '실행',
|
||||||
|
schema: '스키마',
|
||||||
|
results: '결과',
|
||||||
|
size: '크기',
|
||||||
|
seconds: '초',
|
||||||
|
type: '유형',
|
||||||
|
mimeType: 'Mime 타입',
|
||||||
|
download: '다운로드',
|
||||||
|
add: '추가',
|
||||||
|
data: '데이터',
|
||||||
|
properties: '속성',
|
||||||
|
insert: '삽입',
|
||||||
|
connecting: '연결 중',
|
||||||
|
name: '이름',
|
||||||
|
collation: 'Collation',
|
||||||
|
clear: '초기화',
|
||||||
|
options: '옵션',
|
||||||
|
autoRefresh: '자동 새로고침',
|
||||||
|
indexes: '인덱스',
|
||||||
|
foreignKeys: '외래 키',
|
||||||
|
length: '길이',
|
||||||
|
unsigned: 'Unsigned',
|
||||||
|
default: '기본값',
|
||||||
|
comment: '설명',
|
||||||
|
key: '키 | 키들',
|
||||||
|
order: '순서',
|
||||||
|
expression: '식',
|
||||||
|
autoIncrement: '자동 증가',
|
||||||
|
engine: '엔진',
|
||||||
|
field: '필드 | 필드들',
|
||||||
|
approximately: '대략',
|
||||||
|
total: '전체',
|
||||||
|
table: '테이블',
|
||||||
|
discard: '취소',
|
||||||
|
stay: '계속하기',
|
||||||
|
author: '작성자',
|
||||||
|
light: '라이트',
|
||||||
|
dark: '다크',
|
||||||
|
autoCompletion: '자동 완성',
|
||||||
|
application: '애플리케이션',
|
||||||
|
editor: '편집기',
|
||||||
|
view: '보기',
|
||||||
|
definer: '정의자',
|
||||||
|
algorithm: '알고리즘',
|
||||||
|
trigger: '트리거 | 트리거들',
|
||||||
|
storedRoutine: '프로시저 | 프로시저들',
|
||||||
|
scheduler: '스케줄러 | 스케줄러들',
|
||||||
|
event: '이벤트',
|
||||||
|
parameters: '매개변수',
|
||||||
|
function: '함수 | 함수들',
|
||||||
|
deterministic: '결정론적',
|
||||||
|
context: '컨텍스트',
|
||||||
|
export: '내보내기',
|
||||||
|
import: '가져오기',
|
||||||
|
returns: '반환',
|
||||||
|
timing: '타이밍',
|
||||||
|
state: '상태',
|
||||||
|
execution: '실행',
|
||||||
|
starts: '시작',
|
||||||
|
ends: '종료',
|
||||||
|
ssl: 'SSL',
|
||||||
|
privateKey: '개인 키',
|
||||||
|
certificate: '인증서',
|
||||||
|
caCertificate: 'CA 인증서',
|
||||||
|
ciphers: '암호화',
|
||||||
|
upload: '업로드',
|
||||||
|
browse: '찾아보기',
|
||||||
|
faker: 'Faker',
|
||||||
|
content: '컨텐츠',
|
||||||
|
cut: '잘라내기',
|
||||||
|
copy: '복사',
|
||||||
|
paste: '붙여넣기',
|
||||||
|
tools: '도구',
|
||||||
|
variables: '변수',
|
||||||
|
processes: '프로세스',
|
||||||
|
database: '데이터베이스',
|
||||||
|
scratchpad: '스크래치패드',
|
||||||
|
array: '배열',
|
||||||
|
changelog: '변경 로그',
|
||||||
|
format: '형식',
|
||||||
|
sshTunnel: 'SSH 터널',
|
||||||
|
structure: '구조',
|
||||||
|
small: '작음',
|
||||||
|
medium: '중간',
|
||||||
|
large: '큼',
|
||||||
|
row: '행 | 행들',
|
||||||
|
cell: '셀 | 셀들',
|
||||||
|
triggerFunction: '트리거 함수 | 트리거 함수들',
|
||||||
|
all: '모두',
|
||||||
|
duplicate: '복제',
|
||||||
|
routine: '루틴',
|
||||||
|
new: '새로 만들기',
|
||||||
|
history: '기록',
|
||||||
|
select: '선택',
|
||||||
|
passphrase: '암호',
|
||||||
|
filter: '필터',
|
||||||
|
change: '변경',
|
||||||
|
views: '뷰',
|
||||||
|
triggers: '트리거',
|
||||||
|
routines: '루틴',
|
||||||
|
functions: '함수',
|
||||||
|
schedulers: '스케줄러',
|
||||||
|
includes: '포함',
|
||||||
|
drop: '삭제',
|
||||||
|
completed: '완료됨',
|
||||||
|
aborted: '중단됨',
|
||||||
|
disabled: '비활성화됨',
|
||||||
|
enable: '활성화',
|
||||||
|
disable: '비활성화',
|
||||||
|
commit: '커밋',
|
||||||
|
rollback: '롤백',
|
||||||
|
connectionString: '연결 문자열',
|
||||||
|
contributors: '기여자',
|
||||||
|
pin: '고정',
|
||||||
|
unpin: '고정 해제',
|
||||||
|
console: '콘솔',
|
||||||
|
shortcuts: '바로가기',
|
||||||
|
folder: '폴더 | 폴더들',
|
||||||
|
appearance: '외형',
|
||||||
|
color: '색상',
|
||||||
|
label: '라벨',
|
||||||
|
icon: '아이콘',
|
||||||
|
resultsTable: '결과 테이블'
|
||||||
|
},
|
||||||
|
message: {
|
||||||
|
appWelcome: 'Antares SQL 클라이언트에 오신 것을 환영합니다!',
|
||||||
|
appFirstStep: '첫 번째 단계: 새 데이터베이스 연결',
|
||||||
|
addConnection: '연결 추가',
|
||||||
|
createConnection: '연결 생성',
|
||||||
|
createNewConnection: '새로운 연결 생성',
|
||||||
|
askCredentials: '자격 증명 요청',
|
||||||
|
testConnection: '연결 테스트',
|
||||||
|
editConnection: '연결 편집',
|
||||||
|
deleteConnection: '연결 삭제',
|
||||||
|
deleteConfirm: '취소를 확인하시겠습니까',
|
||||||
|
connectionSuccessfullyMade: '성공적으로 연결되었습니다!',
|
||||||
|
madeWithJS: '💛과 JavaScript로 만들어졌습니다!',
|
||||||
|
checkForUpdates: '업데이트 확인',
|
||||||
|
noUpdatesAvailable: '업데이트가 없습니다',
|
||||||
|
checkingForUpdate: '업데이트 확인 중',
|
||||||
|
checkFailure: '확인 실패, 나중에 다시 시도해주세요',
|
||||||
|
updateAvailable: '업데이트 가능',
|
||||||
|
downloadingUpdate: '업데이트 다운로드 중',
|
||||||
|
updateDownloaded: '업데이트 다운로드 완료',
|
||||||
|
restartToInstall: 'Antares를 다시 실행해주세요',
|
||||||
|
unableEditFieldWithoutPrimary: '기본 키 없이 필드를 편집할 수 없습니다.',
|
||||||
|
editCell: '셀 편집',
|
||||||
|
deleteRows: '행 삭제 | {count}개의 행 삭제',
|
||||||
|
confirmToDeleteRows: '행을 삭제하시겠습니까? | {count}개의 행을 삭제하시겠습니까?',
|
||||||
|
notificationsTimeout: '알림 시간 초과',
|
||||||
|
uploadFile: '파일 업로드',
|
||||||
|
addNewRow: '새 행 추가',
|
||||||
|
numberOfInserts: '삽입 횟수',
|
||||||
|
openNewTab: '새 탭 열기',
|
||||||
|
affectedRows: '영향 받은 행',
|
||||||
|
createNewDatabase: '새 데이터베이스 생성',
|
||||||
|
databaseName: '데이터베이스 이름',
|
||||||
|
serverDefault: '서버 기본값',
|
||||||
|
deleteDatabase: '데이터베이스 삭제',
|
||||||
|
editDatabase: '데이터베이스 편집',
|
||||||
|
clearChanges: '변경사항 초기화',
|
||||||
|
addNewField: '새 필드 추가',
|
||||||
|
manageIndexes: '인덱스 관리',
|
||||||
|
manageForeignKeys: '외래 키 관리',
|
||||||
|
allowNull: 'NULL 허용',
|
||||||
|
zeroFill: '0 채우기',
|
||||||
|
customValue: '사용자 지정 값',
|
||||||
|
onUpdate: '업데이트 시',
|
||||||
|
deleteField: '필드 삭제',
|
||||||
|
createNewIndex: '새 인덱스 생성',
|
||||||
|
addToIndex: '인덱스에 추가',
|
||||||
|
createNewTable: '새 테이블 생성',
|
||||||
|
emptyTable: '테이블 비우기',
|
||||||
|
deleteTable: '테이블 삭제',
|
||||||
|
emptyConfirm: '비우시겠습니까',
|
||||||
|
unsavedChanges: '저장되지 않은 변경사항',
|
||||||
|
discardUnsavedChanges: '저장되지 않은 변경사항이 있습니다. 탭을 닫으면 이러한 변경사항이 삭제됩니다.',
|
||||||
|
thereAreNoIndexes: '인덱스가 없습니다.',
|
||||||
|
thereAreNoForeign: '외래 키가 없습니다.',
|
||||||
|
createNewForeign: '새로운 외래 키 생성',
|
||||||
|
referenceTable: '참조 테이블',
|
||||||
|
referenceField: '참조 필드',
|
||||||
|
foreignFields: '외래 필드',
|
||||||
|
invalidDefault: '잘못된 기본값',
|
||||||
|
onDelete: '삭제 시',
|
||||||
|
applicationTheme: '애플리케이션 테마',
|
||||||
|
editorTheme: '편집기 테마',
|
||||||
|
wrapLongLines: '긴 줄 바꿈',
|
||||||
|
selectStatement: 'SELECT 문',
|
||||||
|
triggerStatement: '트리거 문',
|
||||||
|
sqlSecurity: 'SQL 보안',
|
||||||
|
updateOption: '업데이트 옵션',
|
||||||
|
deleteView: '뷰 삭제',
|
||||||
|
createNewView: '새로운 뷰 생성',
|
||||||
|
deleteTrigger: '트리거 삭제',
|
||||||
|
createNewTrigger: '새로운 트리거 생성',
|
||||||
|
currentUser: '현재 사용자',
|
||||||
|
routineBody: '루틴 본문',
|
||||||
|
dataAccess: '데이터 접근',
|
||||||
|
thereAreNoParameters: '매개변수가 없습니다.',
|
||||||
|
createNewParameter: '새 매개변수 생성',
|
||||||
|
createNewRoutine: '새 루틴 생성',
|
||||||
|
deleteRoutine: '루틴 삭제',
|
||||||
|
functionBody: '함수 본문',
|
||||||
|
createNewFunction: '새 함수 생성',
|
||||||
|
deleteFunction: '함수 삭제',
|
||||||
|
schedulerBody: '스케줄러 본문',
|
||||||
|
createNewScheduler: '새 스케줄러 생성',
|
||||||
|
deleteScheduler: '스케줄러 삭제',
|
||||||
|
preserveOnCompletion: '완료 후 보존',
|
||||||
|
enableSsl: 'SSL 활성화',
|
||||||
|
manualValue: '수동 값',
|
||||||
|
tableFiller: '테이블 채우기',
|
||||||
|
fakeDataLanguage: '가짜 데이터 언어',
|
||||||
|
searchForElements: '요소 검색',
|
||||||
|
selectAll: '전체 조회',
|
||||||
|
queryDuration: '쿼리 시간',
|
||||||
|
includeBetaUpdates: '베타 업데이트 포함',
|
||||||
|
setNull: 'NULL 설정',
|
||||||
|
processesList: '프로세스 목록',
|
||||||
|
processInfo: '프로세스 정보',
|
||||||
|
manageUsers: '사용자 관리',
|
||||||
|
createNewSchema: '새 스키마 생성',
|
||||||
|
schemaName: '스키마 이름',
|
||||||
|
editSchema: '스키마 편집',
|
||||||
|
deleteSchema: '스키마 삭제',
|
||||||
|
markdownSupported: '마크다운 지원',
|
||||||
|
plantATree: '나무 심기',
|
||||||
|
dataTabPageSize: '데이터 탭 페이지 크기',
|
||||||
|
enableSsh: 'SSH 활성화',
|
||||||
|
pageNumber: '페이지 번호',
|
||||||
|
duplicateTable: '테이블 복제',
|
||||||
|
noOpenTabs: '열린 탭이 없습니다.',
|
||||||
|
noSchema: '스키마 없음',
|
||||||
|
restorePreviousSession: '이전 세션 복원',
|
||||||
|
runQuery: '쿼리 실행',
|
||||||
|
thereAreNoTableFields: '테이블 필드가 없습니다',
|
||||||
|
newTable: '새 테이블',
|
||||||
|
newView: '새 뷰',
|
||||||
|
newTrigger: '새 트리거',
|
||||||
|
newRoutine: '새 루틴',
|
||||||
|
newFunction: '새 함수',
|
||||||
|
newScheduler: '새 스케줄러',
|
||||||
|
newTriggerFunction: '새 트리거 함수',
|
||||||
|
thereIsNoQueriesYet: '아직 쿼리가 없습니다',
|
||||||
|
searchForQueries: '쿼리 검색',
|
||||||
|
killProcess: '프로세스 종료',
|
||||||
|
closeTab: '탭 닫기',
|
||||||
|
exportSchema: '스키마 내보내기',
|
||||||
|
importSchema: '스키마 가져오기',
|
||||||
|
directoryPath: '디렉터리 경로',
|
||||||
|
newInsertStmtEvery: '마다 새 INSERT 문',
|
||||||
|
processingTableExport: '{table} 처리 중',
|
||||||
|
fetchingTableExport: '{table} 데이터 가져오는 중',
|
||||||
|
writingTableExport: '{table} 데이터 쓰는 중',
|
||||||
|
checkAllTables: '모든 테이블 선택',
|
||||||
|
uncheckAllTables: '모든 테이블 선택 취소',
|
||||||
|
goToDownloadPage: '다운로드 페이지로 이동',
|
||||||
|
readOnlyMode: '읽기 전용 모드',
|
||||||
|
killQuery: '쿼리 종료',
|
||||||
|
insertRow: '행 삽입 | 행 삽입',
|
||||||
|
commitMode: '커밋 모드',
|
||||||
|
autoCommit: '자동 커밋',
|
||||||
|
manualCommit: '수동 커밋',
|
||||||
|
actionSuccessful: '{action} 성공',
|
||||||
|
importQueryErrors: '경고: {n}개의 오류 발생 | 경고: {n}개의 오류 발생',
|
||||||
|
executedQueries: '{n}개의 쿼리 실행 | {n}개의 쿼리 실행',
|
||||||
|
outputFormat: '출력 형식',
|
||||||
|
singleFile: '단일 {ext} 파일',
|
||||||
|
zipCompressedFile: 'ZIP 압축 {ext} 파일',
|
||||||
|
disableBlur: 'blur 비활성화',
|
||||||
|
untrustedConnection: '신뢰할 수 없는 연결',
|
||||||
|
missingOrIncompleteTranslation: '누락 혹은 불완전한 번역?',
|
||||||
|
findOutHowToContribute: '기여 방법 알아보기',
|
||||||
|
disableFKChecks: '외래 키 검사 비활성화',
|
||||||
|
allConnections: '모든 연결',
|
||||||
|
searchForConnections: '연결 검색',
|
||||||
|
disableScratchpad: '스크래치패드 비활성화',
|
||||||
|
reportABug: '버그 신고',
|
||||||
|
nextTab: '다음 탭',
|
||||||
|
previousTab: '이전 탭',
|
||||||
|
selectTabNumber: '{param}번 탭 선택',
|
||||||
|
toggleConsole: '콘솔 전환',
|
||||||
|
addShortcut: '단축키 추가',
|
||||||
|
editShortcut: '단축키 편집',
|
||||||
|
deleteShortcut: '단축키 삭제',
|
||||||
|
restoreDefaults: '기본값 복원',
|
||||||
|
restoreDefaultsQuestion: '기본값으로 복원하시겠습니까?',
|
||||||
|
registerAShortcut: '단축키 등록',
|
||||||
|
invalidShortcutMessage: '유효하지 않은 조합입니다. 계속 입력하세요.',
|
||||||
|
shortcutAlreadyExists: '이미 존재하는 단축키입니다.',
|
||||||
|
saveContent: '내용 저장',
|
||||||
|
openAllConnections: '모든 연결 열기',
|
||||||
|
openSettings: '설정 열기',
|
||||||
|
openScratchpad: '스크래치패드 열기',
|
||||||
|
runOrReload: '실행 또는 다시 로드',
|
||||||
|
formatQuery: '쿼리 형식',
|
||||||
|
queryHistory: '쿼리 기록',
|
||||||
|
clearQuery: '쿼리 지우기',
|
||||||
|
openFilter: '필터 열기',
|
||||||
|
nextResultsPage: '다음 결과 페이지',
|
||||||
|
previousResultsPage: '이전 결과 페이지',
|
||||||
|
fillCell: '셀 채우기',
|
||||||
|
editFolder: '폴더 수정',
|
||||||
|
folderName: '폴더 이름',
|
||||||
|
deleteFolder: '폴더 삭제',
|
||||||
|
editConnectionAppearance: '연결 형태 수정',
|
||||||
|
executeSelectedQuery: '선택한 쿼리 실행',
|
||||||
|
defaultCopyType: '기본 복사 유형',
|
||||||
|
showTableSize: '사이드바에 테이블 크기 표시',
|
||||||
|
showTableSizeDescription: 'MySQL/MariaDB 전용입니다. 이 옵션을 사용하면 많은 테이블이 있는 스키마의 성능에 영향을 줄 수 있습니다.',
|
||||||
|
searchForSchemas: '스키마 검색',
|
||||||
|
switchSearchMethod: '검색 방법 전환'
|
||||||
|
},
|
||||||
|
faker: {
|
||||||
|
address: '주소',
|
||||||
|
commerce: '상업',
|
||||||
|
company: '회사',
|
||||||
|
database: '데이터베이스',
|
||||||
|
date: '날짜',
|
||||||
|
finance: '금융',
|
||||||
|
git: 'git',
|
||||||
|
hacker: '해커',
|
||||||
|
internet: '인터넷',
|
||||||
|
lorem: 'lorem',
|
||||||
|
name: '이름',
|
||||||
|
music: '음악',
|
||||||
|
phone: '전화',
|
||||||
|
random: '랜덤',
|
||||||
|
system: '시스템',
|
||||||
|
time: '시간',
|
||||||
|
vehicle: '차량',
|
||||||
|
zipCode: '우편번호',
|
||||||
|
zipCodeByState: '주별 우편번호',
|
||||||
|
city: '도시',
|
||||||
|
cityPrefix: '도시 접두사',
|
||||||
|
citySuffix: '도시 접미사',
|
||||||
|
streetName: '거리 이름',
|
||||||
|
streetAddress: '주소',
|
||||||
|
streetSuffix: '거리 접미사',
|
||||||
|
streetPrefix: '거리 접두사',
|
||||||
|
secondaryAddress: '보조 주소',
|
||||||
|
county: '군/도',
|
||||||
|
country: '국가',
|
||||||
|
countryCode: '국가 코드',
|
||||||
|
state: '주/도',
|
||||||
|
stateAbbr: '주/도 약어',
|
||||||
|
latitude: '위도',
|
||||||
|
longitude: '경도',
|
||||||
|
direction: '방향',
|
||||||
|
cardinalDirection: '기본 방위',
|
||||||
|
ordinalDirection: '서수 방위',
|
||||||
|
nearbyGPSCoordinate: '인근 GPS 좌표',
|
||||||
|
timeZone: '시간대',
|
||||||
|
color: '색상',
|
||||||
|
department: '부서',
|
||||||
|
productName: '제품 이름',
|
||||||
|
price: '가격',
|
||||||
|
productAdjective: '제품 형용사',
|
||||||
|
productMaterial: '제품 재질',
|
||||||
|
product: '제품',
|
||||||
|
productDescription: '제품 설명',
|
||||||
|
suffixes: '접미사',
|
||||||
|
companyName: '회사 이름',
|
||||||
|
companySuffix: '회사 접미사',
|
||||||
|
catchPhrase: '캐치프레이즈',
|
||||||
|
bs: 'BS',
|
||||||
|
catchPhraseAdjective: '캐치프레이즈 형용사',
|
||||||
|
catchPhraseDescriptor: '캐치프레이즈 서술어',
|
||||||
|
catchPhraseNoun: '캐치프레이즈 명사',
|
||||||
|
bsAdjective: 'BS 형용사',
|
||||||
|
bsBuzz: 'BS 버저',
|
||||||
|
bsNoun: 'BS 명사',
|
||||||
|
column: '열',
|
||||||
|
type: '타입',
|
||||||
|
collation: 'Collation',
|
||||||
|
engine: '엔진',
|
||||||
|
past: '과거',
|
||||||
|
now: '현재',
|
||||||
|
future: '미래',
|
||||||
|
between: '사이',
|
||||||
|
recent: '최근',
|
||||||
|
soon: '곧',
|
||||||
|
month: '월',
|
||||||
|
weekday: '요일',
|
||||||
|
account: '계정',
|
||||||
|
accountName: '계정 이름',
|
||||||
|
routingNumber: '라우팅 번호',
|
||||||
|
mask: '마스크',
|
||||||
|
amount: '금액',
|
||||||
|
transactionType: '거래 유형',
|
||||||
|
currencyCode: '통화 코드',
|
||||||
|
currencyName: '통화 이름',
|
||||||
|
currencySymbol: '통화 기호',
|
||||||
|
bitcoinAddress: '비트코인 주소',
|
||||||
|
litecoinAddress: '라이트코인 주소',
|
||||||
|
creditCardNumber: '신용카드',
|
||||||
|
creditCardCVV: '신용카드 CVV',
|
||||||
|
ethereumAddress: '이더리움 주소',
|
||||||
|
iban: '국제 은행 계좌 번호',
|
||||||
|
bic: '은행 식별자 코드',
|
||||||
|
transactionDescription: '거래 설명',
|
||||||
|
branch: '지점',
|
||||||
|
commitEntry: '커밋 항목',
|
||||||
|
commitMessage: '커밋 메시지',
|
||||||
|
commitSha: '커밋 SHA',
|
||||||
|
shortSha: '짧은 SHA',
|
||||||
|
abbreviation: '약어',
|
||||||
|
adjective: '형용사',
|
||||||
|
noun: '명사',
|
||||||
|
verb: '동사',
|
||||||
|
ingverb: '진행형 동사',
|
||||||
|
phrase: '구문',
|
||||||
|
avatar: '아바타',
|
||||||
|
email: '이메일',
|
||||||
|
exampleEmail: '예시 이메일',
|
||||||
|
userName: '사용자 이름',
|
||||||
|
protocol: '프로토콜',
|
||||||
|
url: 'URL',
|
||||||
|
domainName: '도메인 이름',
|
||||||
|
domainSuffix: '도메인 접미사',
|
||||||
|
domainWord: '도메인 단어',
|
||||||
|
ip: 'IP',
|
||||||
|
ipv6: 'IPv6',
|
||||||
|
userAgent: '사용자 에이전트',
|
||||||
|
mac: 'MAC',
|
||||||
|
password: '비밀번호',
|
||||||
|
word: '단어',
|
||||||
|
words: '단어들',
|
||||||
|
sentence: '문장',
|
||||||
|
slug: '슬러그',
|
||||||
|
sentences: '문장들',
|
||||||
|
paragraph: '문단',
|
||||||
|
paragraphs: '문단들',
|
||||||
|
text: '텍스트',
|
||||||
|
lines: '라인',
|
||||||
|
genre: '장르',
|
||||||
|
firstName: '이름',
|
||||||
|
lastName: '성',
|
||||||
|
middleName: '중간 이름',
|
||||||
|
findName: '전체 이름',
|
||||||
|
jobTitle: '직함',
|
||||||
|
gender: '성별',
|
||||||
|
prefix: '접두사',
|
||||||
|
suffix: '접미사',
|
||||||
|
title: '타이틀',
|
||||||
|
jobDescriptor: '직무 설명',
|
||||||
|
jobArea: '직무 영역',
|
||||||
|
jobType: '직무 유형',
|
||||||
|
phoneNumber: '전화번호',
|
||||||
|
phoneNumberFormat: '전화번호 형식',
|
||||||
|
phoneFormats: '전화번호 형식들',
|
||||||
|
number: '숫자',
|
||||||
|
float: 'float',
|
||||||
|
arrayElement: '배열 요소',
|
||||||
|
arrayElements: '배열 요소들',
|
||||||
|
objectElement: '객체 요소',
|
||||||
|
uuid: 'UUID',
|
||||||
|
boolean: '부울',
|
||||||
|
image: '이미지',
|
||||||
|
locale: '로케일',
|
||||||
|
alpha: '알파벳',
|
||||||
|
alphaNumeric: '알파벳 및 숫자',
|
||||||
|
hexaDecimal: '16진수',
|
||||||
|
fileName: '파일 이름',
|
||||||
|
commonFileName: '공통 파일 이름',
|
||||||
|
mimeType: 'MIME 타입',
|
||||||
|
commonFileType: '공통 파일 유형',
|
||||||
|
commonFileExt: '공통 파일 확장자',
|
||||||
|
fileType: '파일 유형',
|
||||||
|
fileExt: '파일 확장자',
|
||||||
|
directoryPath: '디렉토리 경로',
|
||||||
|
filePath: '파일 경로',
|
||||||
|
semver: '유의적 버전',
|
||||||
|
manufacturer: '제조사',
|
||||||
|
model: '모델',
|
||||||
|
fuel: '연료',
|
||||||
|
vin: '차량식별번호'
|
||||||
|
}
|
||||||
|
};
|
530
src/renderer/i18n/nl-NL.ts
Normal file
530
src/renderer/i18n/nl-NL.ts
Normal file
@@ -0,0 +1,530 @@
|
|||||||
|
export const nlNL = {
|
||||||
|
word: {
|
||||||
|
edit: 'Bewerk',
|
||||||
|
save: 'Opslaan',
|
||||||
|
close: 'Sluiten',
|
||||||
|
delete: 'Verwijder',
|
||||||
|
confirm: 'Bevestig',
|
||||||
|
cancel: 'Annuleer',
|
||||||
|
send: 'Verstuur',
|
||||||
|
connectionName: 'Naam verbinding',
|
||||||
|
client: 'Client',
|
||||||
|
hostName: 'Servernaam',
|
||||||
|
port: 'Poort',
|
||||||
|
user: 'Gebruiker',
|
||||||
|
password: 'Wachtwoord',
|
||||||
|
credentials: 'Inloggegevens',
|
||||||
|
connect: 'Verbind',
|
||||||
|
connected: 'Verbonden',
|
||||||
|
disconnect: 'Verbreek verbinding',
|
||||||
|
disconnected: 'Verbinding verbroken',
|
||||||
|
refresh: 'Ververs',
|
||||||
|
settings: 'Instellingen',
|
||||||
|
general: 'Algemeen',
|
||||||
|
themes: 'Thema\'s',
|
||||||
|
update: 'Bijwerken',
|
||||||
|
about: 'Over',
|
||||||
|
language: 'Taal',
|
||||||
|
version: 'Versie',
|
||||||
|
donate: 'Doneer',
|
||||||
|
run: 'Uitvoeren',
|
||||||
|
schema: 'Schema',
|
||||||
|
results: 'Resultaten',
|
||||||
|
size: 'Grootte',
|
||||||
|
seconds: 'Seconden',
|
||||||
|
type: 'Type',
|
||||||
|
mimeType: 'Mime-Type',
|
||||||
|
download: 'Download',
|
||||||
|
add: 'Toevoegen',
|
||||||
|
data: 'Data',
|
||||||
|
properties: 'Eigenschappen',
|
||||||
|
insert: 'Invoegen',
|
||||||
|
connecting: 'Verbinden',
|
||||||
|
name: 'Naam',
|
||||||
|
collation: 'Collation',
|
||||||
|
clear: 'Wis',
|
||||||
|
options: 'Opties',
|
||||||
|
autoRefresh: 'Automatisch verversen',
|
||||||
|
indexes: 'Indexes',
|
||||||
|
foreignKeys: 'Foreign keys',
|
||||||
|
length: 'Lengte',
|
||||||
|
unsigned: 'Unsigned',
|
||||||
|
default: 'Standaard',
|
||||||
|
comment: 'Opmerking',
|
||||||
|
key: 'Key | Keys',
|
||||||
|
order: 'Sorteer',
|
||||||
|
expression: 'Expression',
|
||||||
|
autoIncrement: 'Automatisch ophogen',
|
||||||
|
engine: 'Engine',
|
||||||
|
field: 'Veld | Velden',
|
||||||
|
approximately: 'Ongeveer',
|
||||||
|
total: 'Totaal',
|
||||||
|
table: 'Tabel',
|
||||||
|
discard: 'Discard',
|
||||||
|
stay: 'Stay',
|
||||||
|
author: 'Auteur',
|
||||||
|
light: 'Licht',
|
||||||
|
dark: 'Donker',
|
||||||
|
autoCompletion: 'Auto Completion',
|
||||||
|
application: 'Applicatie',
|
||||||
|
editor: 'Editor',
|
||||||
|
view: 'View',
|
||||||
|
definer: 'Definer',
|
||||||
|
algorithm: 'Algoritme',
|
||||||
|
trigger: 'Trigger | Triggers',
|
||||||
|
storedRoutine: 'Stored routine | Stored routines',
|
||||||
|
scheduler: 'Scheduler | Schedulers',
|
||||||
|
event: 'Event',
|
||||||
|
parameters: 'Parameters',
|
||||||
|
function: 'Functiw | Functies',
|
||||||
|
deterministic: 'Deterministic',
|
||||||
|
context: 'Context',
|
||||||
|
export: 'Export',
|
||||||
|
import: 'Import',
|
||||||
|
returns: 'Returns',
|
||||||
|
timing: 'Timing',
|
||||||
|
state: 'State',
|
||||||
|
execution: 'Execution',
|
||||||
|
starts: 'Starts',
|
||||||
|
ends: 'Ends',
|
||||||
|
ssl: 'SSL',
|
||||||
|
privateKey: 'Private key',
|
||||||
|
certificate: 'Certificaat',
|
||||||
|
caCertificate: 'CA certificaat',
|
||||||
|
ciphers: 'Encryptiesleutels',
|
||||||
|
upload: 'Upload',
|
||||||
|
browse: 'Blader',
|
||||||
|
faker: 'Faker',
|
||||||
|
content: 'Content',
|
||||||
|
cut: 'Cut',
|
||||||
|
copy: 'Kopieer',
|
||||||
|
paste: 'Plak',
|
||||||
|
tools: 'Gereedschap',
|
||||||
|
variables: 'Variabelen',
|
||||||
|
processes: 'Processes',
|
||||||
|
database: 'Database',
|
||||||
|
scratchpad: 'Kladblok',
|
||||||
|
array: 'Array',
|
||||||
|
changelog: 'Changelog',
|
||||||
|
format: 'Format',
|
||||||
|
sshTunnel: 'SSH tunnel',
|
||||||
|
structure: 'Structuur',
|
||||||
|
small: 'Klein',
|
||||||
|
medium: 'Medium',
|
||||||
|
large: 'Groot',
|
||||||
|
row: 'Rij | Rijen',
|
||||||
|
cell: 'Cel | Cellen',
|
||||||
|
triggerFunction: 'Trigger function | Trigger functions',
|
||||||
|
all: 'Alle', // Schema: 'Alle'
|
||||||
|
duplicate: 'Dupliceer',
|
||||||
|
routine: 'Routine',
|
||||||
|
new: 'Nieuw',
|
||||||
|
history: 'Geschiedenis',
|
||||||
|
select: 'Selecteer',
|
||||||
|
passphrase: 'Passphrase',
|
||||||
|
filter: 'Filter',
|
||||||
|
change: 'Wijzig',
|
||||||
|
views: 'Views',
|
||||||
|
triggers: 'Triggers',
|
||||||
|
routines: 'Routines',
|
||||||
|
functions: 'Functions',
|
||||||
|
schedulers: 'Schedulers',
|
||||||
|
includes: 'Includes',
|
||||||
|
drop: 'Drop',
|
||||||
|
completed: 'Completed',
|
||||||
|
aborted: 'Aborted',
|
||||||
|
disabled: 'Uitgeschakeld',
|
||||||
|
enable: 'Inschakelen',
|
||||||
|
disable: 'Uitschakelen',
|
||||||
|
commit: 'Commit',
|
||||||
|
rollback: 'Rollback',
|
||||||
|
connectionString: 'Connection string',
|
||||||
|
contributors: 'Contributors',
|
||||||
|
pin: 'Vastzetten',
|
||||||
|
unpin: 'Losmaken',
|
||||||
|
console: 'Console',
|
||||||
|
shortcuts: 'Sneltoetsen',
|
||||||
|
folder: 'Folder | Folders',
|
||||||
|
appearance: 'Uiterlijk',
|
||||||
|
color: 'Kleur',
|
||||||
|
label: 'Label',
|
||||||
|
icon: 'Pictogram',
|
||||||
|
resultsTable: 'Resultaten tabel',
|
||||||
|
ddl: 'DDL',
|
||||||
|
none: 'Geen',
|
||||||
|
singleQuote: 'Enkel aanhalingsteken',
|
||||||
|
doubleQuote: 'Dubbel aanhalingsteken'
|
||||||
|
},
|
||||||
|
message: {
|
||||||
|
appWelcome: 'Welkom bij Antares SQL Client!',
|
||||||
|
appFirstStep: 'Eerste stap: maak een nieuwe databaseverbinding.',
|
||||||
|
addConnection: 'Voeg verbinding toe',
|
||||||
|
createConnection: 'Maak verbinding',
|
||||||
|
createNewConnection: 'Maak nieuwe connection',
|
||||||
|
askCredentials: 'Vraag om credentials',
|
||||||
|
testConnection: 'Test verbinding',
|
||||||
|
editConnection: 'Bewerk verbinding',
|
||||||
|
deleteConnection: 'Verwijder verbinding',
|
||||||
|
deleteConfirm: 'Bevestig het verwijderen van',
|
||||||
|
connectionSuccessfullyMade: 'Connection successfully made!',
|
||||||
|
madeWithJS: 'Gemaakt met 💛 en JavaScript!',
|
||||||
|
checkForUpdates: 'Controleer op updates',
|
||||||
|
noUpdatesAvailable: 'Geen updates beschikbaar',
|
||||||
|
checkingForUpdate: 'Aan het controleren op updates',
|
||||||
|
checkFailure: 'Controle gefaald, probeer het later opnieuw',
|
||||||
|
updateAvailable: 'Update beschikbaar',
|
||||||
|
downloadingUpdate: 'Update wordt gedownload',
|
||||||
|
updateDownloaded: 'Update gedownload',
|
||||||
|
restartToInstall: 'Herstart Antares om te installeren',
|
||||||
|
unableEditFieldWithoutPrimary: 'Unable to edit a field without a primary key in result set',
|
||||||
|
editCell: 'Wijzig cell',
|
||||||
|
deleteRows: 'Verwijder rij | Verwijder {count} rijen',
|
||||||
|
confirmToDeleteRows: 'Do you confirm to delete one row? | Do you confirm to delete {count} rows?',
|
||||||
|
notificationsTimeout: 'Notifications timeout',
|
||||||
|
uploadFile: 'Upload bestand',
|
||||||
|
addNewRow: 'Voeg een nieuwe rij toe',
|
||||||
|
numberOfInserts: 'Aantal inserts',
|
||||||
|
openNewTab: 'Open een nieuw tabblad',
|
||||||
|
affectedRows: 'Affected rows',
|
||||||
|
createNewDatabase: 'Maak nieuwe Database',
|
||||||
|
databaseName: 'Database naam',
|
||||||
|
serverDefault: 'Server default',
|
||||||
|
deleteDatabase: 'Verwijder database',
|
||||||
|
editDatabase: 'Bewerk database',
|
||||||
|
clearChanges: 'Wis wijzigingen',
|
||||||
|
addNewField: 'Voeg nieuw veld toe',
|
||||||
|
manageIndexes: 'Beheer indexes',
|
||||||
|
manageForeignKeys: 'Beheer foreign keys',
|
||||||
|
allowNull: 'Sta NULL toe',
|
||||||
|
zeroFill: 'Zero fill',
|
||||||
|
customValue: 'Aangepaste waarde',
|
||||||
|
onUpdate: 'On update',
|
||||||
|
deleteField: 'Verwijder veld',
|
||||||
|
createNewIndex: 'Maak nieuwe index',
|
||||||
|
addToIndex: 'Voeg toe aan index',
|
||||||
|
createNewTable: 'Maak nieuwe table',
|
||||||
|
emptyTable: 'Maak tabel leeg',
|
||||||
|
deleteTable: 'Verwijder tabel',
|
||||||
|
emptyConfirm: 'Do you confirm to empty',
|
||||||
|
unsavedChanges: 'Onopgeslagen wijzigingen',
|
||||||
|
discardUnsavedChanges: 'Je hebt onopgeslagen wijzigingen. Closing this tab these changes will be discarded.',
|
||||||
|
thereAreNoIndexes: 'Er zijn geen indexes',
|
||||||
|
thereAreNoForeign: 'Er zijn geen foreign keys',
|
||||||
|
createNewForeign: 'Maak nieuwe foreign key',
|
||||||
|
referenceTable: 'Ref. table',
|
||||||
|
referenceField: 'Ref. field',
|
||||||
|
foreignFields: 'Foreign fields',
|
||||||
|
invalidDefault: 'Ongeldige standaardwaarde',
|
||||||
|
onDelete: 'On delete',
|
||||||
|
applicationTheme: 'Applicatie thema',
|
||||||
|
editorTheme: 'Editor Theme',
|
||||||
|
wrapLongLines: 'Wrap long lines',
|
||||||
|
selectStatement: 'Select statement',
|
||||||
|
triggerStatement: 'Trigger statement',
|
||||||
|
sqlSecurity: 'SQL security',
|
||||||
|
updateOption: 'Update option',
|
||||||
|
deleteView: 'Verwijder view',
|
||||||
|
createNewView: 'Maak nieuwe view',
|
||||||
|
deleteTrigger: 'Verwijder trigger',
|
||||||
|
createNewTrigger: 'Maak nieuwe trigger',
|
||||||
|
currentUser: 'Huidige gebruiker',
|
||||||
|
routineBody: 'Routine body',
|
||||||
|
dataAccess: 'Data access',
|
||||||
|
thereAreNoParameters: 'Er zijn geen parameters',
|
||||||
|
createNewParameter: 'Maak nieuwe parameter',
|
||||||
|
createNewRoutine: 'Maak nieuwe stored routine',
|
||||||
|
deleteRoutine: 'Verwijder stored routine',
|
||||||
|
functionBody: 'Function body',
|
||||||
|
createNewFunction: 'Maak nieuwe function',
|
||||||
|
deleteFunction: 'Verwijder function',
|
||||||
|
schedulerBody: 'Scheduler body',
|
||||||
|
createNewScheduler: 'Maak nieuwe scheduler',
|
||||||
|
deleteScheduler: 'Verwijder scheduler',
|
||||||
|
preserveOnCompletion: 'Preserve on completion',
|
||||||
|
enableSsl: 'SSL inschakelen',
|
||||||
|
manualValue: 'Handmatige waarde',
|
||||||
|
tableFiller: 'Table Filler',
|
||||||
|
fakeDataLanguage: 'Fake data language',
|
||||||
|
searchForElements: 'Zoek naar elementen',
|
||||||
|
selectAll: 'Selecteer alles',
|
||||||
|
queryDuration: 'Query duration',
|
||||||
|
includeBetaUpdates: 'Include beta updates',
|
||||||
|
setNull: 'Zet op NULL',
|
||||||
|
processesList: 'Proceslijst',
|
||||||
|
processInfo: 'Procesinformatie',
|
||||||
|
manageUsers: 'Beheer gebruikers',
|
||||||
|
createNewSchema: 'Maak nieuw schema',
|
||||||
|
schemaName: 'Naam schema',
|
||||||
|
editSchema: 'Bewerk schema',
|
||||||
|
deleteSchema: 'Verwijder schema',
|
||||||
|
markdownSupported: 'Markdown wordt ondersteund',
|
||||||
|
plantATree: 'Plant een boom',
|
||||||
|
dataTabPageSize: 'DATA tab page size',
|
||||||
|
enableSsh: 'SSH inschakelen',
|
||||||
|
pageNumber: 'Paginanummer',
|
||||||
|
duplicateTable: 'Dupliceer table',
|
||||||
|
noOpenTabs: 'There are no open tabs, navigate on the left bar or:',
|
||||||
|
noSchema: 'Geen schema',
|
||||||
|
restorePreviousSession: 'Herstel vorige sessie',
|
||||||
|
runQuery: 'Run query',
|
||||||
|
thereAreNoTableFields: 'There are no table fields',
|
||||||
|
newTable: 'Nieuwe table',
|
||||||
|
newView: 'Nieuwe view',
|
||||||
|
newTrigger: 'Nieuwe trigger',
|
||||||
|
newRoutine: 'Nieuwe routine',
|
||||||
|
newFunction: 'Nieuwe function',
|
||||||
|
newScheduler: 'Nieuwe scheduler',
|
||||||
|
newTriggerFunction: 'Nieuwe trigger function',
|
||||||
|
thereIsNoQueriesYet: 'There is no queries yet',
|
||||||
|
searchForQueries: 'Search for queries',
|
||||||
|
killProcess: 'Sluit proces af',
|
||||||
|
closeTab: 'Sluit tabblad',
|
||||||
|
exportSchema: 'Exporteer schema',
|
||||||
|
importSchema: 'Importeer schema',
|
||||||
|
directoryPath: 'Directory path',
|
||||||
|
newInsertStmtEvery: 'New INSERT statement every',
|
||||||
|
processingTableExport: 'Verwerken {table}',
|
||||||
|
fetchingTableExport: 'Ophalen data van {table} data',
|
||||||
|
writingTableExport: 'Writing {table} data',
|
||||||
|
checkAllTables: 'Selecteer alle tabellen',
|
||||||
|
uncheckAllTables: 'Deselecteer alle tabellen',
|
||||||
|
goToDownloadPage: 'Ga naar de downloadpagina',
|
||||||
|
readOnlyMode: 'Alleen lezen modus',
|
||||||
|
killQuery: 'Kill query',
|
||||||
|
insertRow: 'Rij invoegen | Rijen invoegen',
|
||||||
|
commitMode: 'Commit modus',
|
||||||
|
autoCommit: 'Automatische commit',
|
||||||
|
manualCommit: 'Handmatige commit',
|
||||||
|
actionSuccessful: '{action} succesvol',
|
||||||
|
importQueryErrors: 'Waarschuwing: {n} fout is opgetreden | Waarschuwing: {n} fouten opgetreden',
|
||||||
|
executedQueries: '{n} query uitgevoerd | {n} queries uitgevoerd',
|
||||||
|
outputFormat: 'Uitvoerformaat',
|
||||||
|
singleFile: 'Enkel {ext}-bestand',
|
||||||
|
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand',
|
||||||
|
disableBlur: 'Vervagen uitschakelen',
|
||||||
|
untrustedConnection: 'Niet vertrouwde verbinding',
|
||||||
|
missingOrIncompleteTranslation: 'Missing or incomplete translation?',
|
||||||
|
findOutHowToContribute: 'Ontdek hoe je kunt bijdragen',
|
||||||
|
disableFKChecks: 'Foreign key checks uitschakelen',
|
||||||
|
allConnections: 'Alle verbindingen',
|
||||||
|
searchForConnections: 'Search for connections',
|
||||||
|
disableScratchpad: 'Kladblok uitschakelen',
|
||||||
|
reportABug: 'Bug melden',
|
||||||
|
nextTab: 'Volgende tabblad',
|
||||||
|
previousTab: 'Vorige tabblad',
|
||||||
|
selectTabNumber: 'Selecteer tabblad nummer {param}',
|
||||||
|
toggleConsole: 'Toggle console',
|
||||||
|
addShortcut: 'Voeg snelkoppeling toe',
|
||||||
|
editShortcut: 'Bewerk snelkoppeling',
|
||||||
|
deleteShortcut: 'Verwijder snelkoppeling',
|
||||||
|
restoreDefaults: 'Herstel standaardwaarden',
|
||||||
|
restoreDefaultsQuestion: 'Weet je zeker dat je de standaardwaarden wilt herstellen?',
|
||||||
|
registerAShortcut: 'Register a shortcut',
|
||||||
|
invalidShortcutMessage: 'Invalid combination, continue to type',
|
||||||
|
shortcutAlreadyExists: 'Snelkoppeling bestaat al',
|
||||||
|
saveContent: 'Save content',
|
||||||
|
openAllConnections: 'Open all connections',
|
||||||
|
openSettings: 'Open instellingen',
|
||||||
|
openScratchpad: 'Open kladblok',
|
||||||
|
runOrReload: 'Run or reload',
|
||||||
|
formatQuery: 'Formatteer query',
|
||||||
|
queryHistory: 'Query geschiedenis',
|
||||||
|
clearQuery: 'Wis query',
|
||||||
|
openFilter: 'Open filter',
|
||||||
|
nextResultsPage: 'Volgende resultaatpagina',
|
||||||
|
previousResultsPage: 'Vorige resultaatpagina',
|
||||||
|
fillCell: 'Vul cel',
|
||||||
|
editFolder: 'Wijzig folder',
|
||||||
|
folderName: 'Foldernaam',
|
||||||
|
deleteFolder: 'Verwijder folder',
|
||||||
|
editConnectionAppearance: 'Edit connection appearance',
|
||||||
|
executeSelectedQuery: 'Execute selected query',
|
||||||
|
defaultCopyType: 'Default copy type',
|
||||||
|
showTableSize: 'Show table size in sidebar',
|
||||||
|
showTableSizeDescription: 'MySQL/MariaDB only. Enable this option may affects performance on schema with many tables.',
|
||||||
|
searchForSchemas: 'Zoek naar schemas',
|
||||||
|
switchSearchMethod: 'Switch search method',
|
||||||
|
noResultsPresent: 'Geen resultaten beschikbaar',
|
||||||
|
sqlExportOptions: 'SQL export options',
|
||||||
|
targetTable: 'Doeltabel',
|
||||||
|
phpArray: 'PHP array',
|
||||||
|
closeAllTabs: 'Sluit alle tabbladen',
|
||||||
|
closeOtherTabs: 'Sluit overige tabbladen',
|
||||||
|
closeTabsToLeft: 'Sluit tabbladen naar links',
|
||||||
|
closeTabsToRight: 'Sluit tabbladen naar rechts',
|
||||||
|
switchDatabase: 'Wissel van database',
|
||||||
|
csvExportOptions: 'CSV exportinstellingen',
|
||||||
|
csvFieldDelimiter: 'Scheidingsteken woorden',
|
||||||
|
csvLinesTerminator: 'Scheidingsteken regels',
|
||||||
|
csvStringDelimiter: 'Scheidingsteken strings',
|
||||||
|
csvIncludeHeader: 'Inclusief kopregel',
|
||||||
|
expandSettingsBar: 'Favorietenbalk uitvouwen',
|
||||||
|
collapseSettingsBar: 'Favorietenbalk uitvouwen',
|
||||||
|
searchConnections: 'Doorzoek favorieten'
|
||||||
|
},
|
||||||
|
faker: {
|
||||||
|
address: 'Address',
|
||||||
|
commerce: 'Commerce',
|
||||||
|
company: 'Company',
|
||||||
|
database: 'Database',
|
||||||
|
date: 'Date',
|
||||||
|
finance: 'Finance',
|
||||||
|
git: 'Git',
|
||||||
|
hacker: 'Hacker',
|
||||||
|
internet: 'Internet',
|
||||||
|
lorem: 'Lorem',
|
||||||
|
name: 'Name',
|
||||||
|
music: 'Music',
|
||||||
|
phone: 'Phone',
|
||||||
|
random: 'Random',
|
||||||
|
system: 'System',
|
||||||
|
time: 'Time',
|
||||||
|
vehicle: 'Vehicle',
|
||||||
|
zipCode: 'Zip code',
|
||||||
|
zipCodeByState: 'Zip code by state',
|
||||||
|
city: 'City',
|
||||||
|
cityPrefix: 'City prefix',
|
||||||
|
citySuffix: 'City suffix',
|
||||||
|
streetName: 'Street name',
|
||||||
|
streetAddress: 'Street address',
|
||||||
|
streetSuffix: 'Street suffix',
|
||||||
|
streetPrefix: 'Street prefix',
|
||||||
|
secondaryAddress: 'Secondary address',
|
||||||
|
county: 'County',
|
||||||
|
country: 'Country',
|
||||||
|
countryCode: 'Country code',
|
||||||
|
state: 'State',
|
||||||
|
stateAbbr: 'State abbreviation',
|
||||||
|
latitude: 'Latitude',
|
||||||
|
longitude: 'Longitude',
|
||||||
|
direction: 'Direction',
|
||||||
|
cardinalDirection: 'Cardinal direction',
|
||||||
|
ordinalDirection: 'Ordinal direction',
|
||||||
|
nearbyGPSCoordinate: 'Nearby GPS coordinate',
|
||||||
|
timeZone: 'Time zone',
|
||||||
|
color: 'Color',
|
||||||
|
department: 'Department',
|
||||||
|
productName: 'Product name',
|
||||||
|
price: 'Price',
|
||||||
|
productAdjective: 'Product adjective',
|
||||||
|
productMaterial: 'Product material',
|
||||||
|
product: 'Product',
|
||||||
|
productDescription: 'Product description',
|
||||||
|
suffixes: 'Suffixes',
|
||||||
|
companyName: 'Company name',
|
||||||
|
companySuffix: 'Company suffix',
|
||||||
|
catchPhrase: 'Catch phrase',
|
||||||
|
bs: 'BS',
|
||||||
|
catchPhraseAdjective: 'Catch phrase adjective',
|
||||||
|
catchPhraseDescriptor: 'Catch phrase descriptor',
|
||||||
|
catchPhraseNoun: 'Catch phrase noun',
|
||||||
|
bsAdjective: 'BS adjective',
|
||||||
|
bsBuzz: 'BS buzz',
|
||||||
|
bsNoun: 'BS noun',
|
||||||
|
column: 'Column',
|
||||||
|
type: 'Type',
|
||||||
|
collation: 'Collation',
|
||||||
|
engine: 'Engine',
|
||||||
|
past: 'Past',
|
||||||
|
now: 'Now',
|
||||||
|
future: 'Future',
|
||||||
|
between: 'Between',
|
||||||
|
recent: 'Recent',
|
||||||
|
soon: 'Soon',
|
||||||
|
month: 'Month',
|
||||||
|
weekday: 'Weekday',
|
||||||
|
account: 'Account',
|
||||||
|
accountName: 'Account name',
|
||||||
|
routingNumber: 'Routing number',
|
||||||
|
mask: 'Mask',
|
||||||
|
amount: 'Amount',
|
||||||
|
transactionType: 'Transaction type',
|
||||||
|
currencyCode: 'Currency code',
|
||||||
|
currencyName: 'Currency name',
|
||||||
|
currencySymbol: 'Currency symbol',
|
||||||
|
bitcoinAddress: 'Bitcoin address',
|
||||||
|
litecoinAddress: 'Litecoin address',
|
||||||
|
creditCardNumber: 'Credit card number',
|
||||||
|
creditCardCVV: 'Credit card CVV',
|
||||||
|
ethereumAddress: 'Ethereum address',
|
||||||
|
iban: 'IBAN',
|
||||||
|
bic: 'BIC',
|
||||||
|
transactionDescription: 'Transaction description',
|
||||||
|
branch: 'Branch',
|
||||||
|
commitEntry: 'Commit entry',
|
||||||
|
commitMessage: 'Commit message',
|
||||||
|
commitSha: 'Commit SHA',
|
||||||
|
shortSha: 'Short SHA',
|
||||||
|
abbreviation: 'Abbreviation',
|
||||||
|
adjective: 'Adjective',
|
||||||
|
noun: 'Noun',
|
||||||
|
verb: 'Verb',
|
||||||
|
ingverb: 'Ingverb',
|
||||||
|
phrase: 'Phrase',
|
||||||
|
avatar: 'Avatar',
|
||||||
|
email: 'Email',
|
||||||
|
exampleEmail: 'Example email',
|
||||||
|
userName: 'Username',
|
||||||
|
protocol: 'Protocol',
|
||||||
|
url: 'Url',
|
||||||
|
domainName: 'Domain name',
|
||||||
|
domainSuffix: 'Domain suffix',
|
||||||
|
domainWord: 'Domain word',
|
||||||
|
ip: 'Ip',
|
||||||
|
ipv6: 'Ipv6',
|
||||||
|
userAgent: 'User agent',
|
||||||
|
mac: 'Mac',
|
||||||
|
password: 'Password',
|
||||||
|
word: 'Word',
|
||||||
|
words: 'Words',
|
||||||
|
sentence: 'Sentence',
|
||||||
|
slug: 'Slug',
|
||||||
|
sentences: 'Sentences',
|
||||||
|
paragraph: 'Paragraph',
|
||||||
|
paragraphs: 'Paragraphs',
|
||||||
|
text: 'Text',
|
||||||
|
lines: 'Lines',
|
||||||
|
genre: 'Genre',
|
||||||
|
firstName: 'First name',
|
||||||
|
lastName: 'Last name',
|
||||||
|
middleName: 'Middle name',
|
||||||
|
findName: 'Full name',
|
||||||
|
jobTitle: 'Job title',
|
||||||
|
gender: 'Gender',
|
||||||
|
prefix: 'Prefix',
|
||||||
|
suffix: 'Suffix',
|
||||||
|
title: 'Title',
|
||||||
|
jobDescriptor: 'Job descriptor',
|
||||||
|
jobArea: 'Job area',
|
||||||
|
jobType: 'Job type',
|
||||||
|
phoneNumber: 'Phone number',
|
||||||
|
phoneNumberFormat: 'Phone number format',
|
||||||
|
phoneFormats: 'Phone formats',
|
||||||
|
number: 'Number',
|
||||||
|
float: 'Float',
|
||||||
|
arrayElement: 'Array element',
|
||||||
|
arrayElements: 'Array elements',
|
||||||
|
objectElement: 'Object element',
|
||||||
|
uuid: 'Uuid',
|
||||||
|
boolean: 'Boolean',
|
||||||
|
image: 'Image',
|
||||||
|
locale: 'Locale',
|
||||||
|
alpha: 'Alpha',
|
||||||
|
alphaNumeric: 'Alphanumeric',
|
||||||
|
hexaDecimal: 'Hexadecimal',
|
||||||
|
fileName: 'File name',
|
||||||
|
commonFileName: 'Common file name',
|
||||||
|
mimeType: 'Mime type',
|
||||||
|
commonFileType: 'Common file type',
|
||||||
|
commonFileExt: 'Common file extension',
|
||||||
|
fileType: 'File type',
|
||||||
|
fileExt: 'File extension',
|
||||||
|
directoryPath: 'Directory path',
|
||||||
|
filePath: 'File path',
|
||||||
|
semver: 'Semver',
|
||||||
|
manufacturer: 'Manufacturer',
|
||||||
|
model: 'Model',
|
||||||
|
fuel: 'Fuel',
|
||||||
|
vin: 'Vin'
|
||||||
|
}
|
||||||
|
};
|
@@ -144,7 +144,7 @@ export const ptBR = {
|
|||||||
console: 'Console',
|
console: 'Console',
|
||||||
shortcuts: 'Atalhos',
|
shortcuts: 'Atalhos',
|
||||||
folder: 'Pasta | Pastas',
|
folder: 'Pasta | Pastas',
|
||||||
appearence: 'Aparência',
|
appearance: 'Aparência',
|
||||||
color: 'Cor',
|
color: 'Cor',
|
||||||
label: 'Rótulo',
|
label: 'Rótulo',
|
||||||
icon: 'Icone'
|
icon: 'Icone'
|
||||||
@@ -159,7 +159,7 @@ export const ptBR = {
|
|||||||
testConnection: 'Testar Conexão',
|
testConnection: 'Testar Conexão',
|
||||||
editConnection: 'Editar Conexão',
|
editConnection: 'Editar Conexão',
|
||||||
deleteConnection: 'Apagar Conexão',
|
deleteConnection: 'Apagar Conexão',
|
||||||
deleteCorfirm: 'Você confirma o cancelamento de',
|
deleteConfirm: 'Você confirma o cancelamento de',
|
||||||
connectionSuccessfullyMade: 'Conexão feita com sucesso!',
|
connectionSuccessfullyMade: 'Conexão feita com sucesso!',
|
||||||
madeWithJS: 'Feito com 💛 e JavaScript!',
|
madeWithJS: 'Feito com 💛 e JavaScript!',
|
||||||
checkForUpdates: 'Verificar se há novas atualizações',
|
checkForUpdates: 'Verificar se há novas atualizações',
|
||||||
@@ -199,7 +199,7 @@ export const ptBR = {
|
|||||||
createNewTable: 'Criar nova tabela',
|
createNewTable: 'Criar nova tabela',
|
||||||
emptyTable: 'Tabela vazia',
|
emptyTable: 'Tabela vazia',
|
||||||
deleteTable: 'Apagar tabela',
|
deleteTable: 'Apagar tabela',
|
||||||
emptyCorfirm: 'Você confirma o esvaziamento',
|
emptyConfirm: 'Você confirma o esvaziamento',
|
||||||
unsavedChanges: 'Alterações não salvas',
|
unsavedChanges: 'Alterações não salvas',
|
||||||
discardUnsavedChanges: 'Você tem algumas alterações não salvas. Ao sair desta guia, essas alterações serão descartadas.',
|
discardUnsavedChanges: 'Você tem algumas alterações não salvas. Ao sair desta guia, essas alterações serão descartadas.',
|
||||||
thereAreNoIndexes: 'Não há índices',
|
thereAreNoIndexes: 'Não há índices',
|
||||||
@@ -258,7 +258,7 @@ export const ptBR = {
|
|||||||
duplicateTable: 'Duplicar tabela',
|
duplicateTable: 'Duplicar tabela',
|
||||||
noOpenTabs: 'Nenhuma aba aberta, navege na barra lateral ou:',
|
noOpenTabs: 'Nenhuma aba aberta, navege na barra lateral ou:',
|
||||||
noSchema: 'Nenhum banco de dados',
|
noSchema: 'Nenhum banco de dados',
|
||||||
restorePreviourSession: 'Restaurar sessão anterior',
|
restorePreviousSession: 'Restaurar sessão anterior',
|
||||||
runQuery: 'Executar Query',
|
runQuery: 'Executar Query',
|
||||||
thereAreNoTableFields: 'Nenhum campo na tabela',
|
thereAreNoTableFields: 'Nenhum campo na tabela',
|
||||||
newTable: 'Nova tabela',
|
newTable: 'Nova tabela',
|
||||||
@@ -275,9 +275,9 @@ export const ptBR = {
|
|||||||
exportSchema: 'Exportar banco de dados',
|
exportSchema: 'Exportar banco de dados',
|
||||||
importSchema: 'Importar banco de dados',
|
importSchema: 'Importar banco de dados',
|
||||||
directoryPath: 'Caminho da pasta',
|
directoryPath: 'Caminho da pasta',
|
||||||
newInserStmtEvery: 'Nova query INSERT',
|
newInsertStmtEvery: 'Nova query INSERT',
|
||||||
processingTableExport: 'Processando {table}',
|
processingTableExport: 'Processando {table}',
|
||||||
fechingTableExport: 'Carregando dados da tabela {table}',
|
fetchingTableExport: 'Carregando dados da tabela {table}',
|
||||||
writingTableExport: 'Escrevendo dados na tabela {table}',
|
writingTableExport: 'Escrevendo dados na tabela {table}',
|
||||||
checkAllTables: 'Marcar todas as tabelas',
|
checkAllTables: 'Marcar todas as tabelas',
|
||||||
uncheckAllTables: 'Desmarcar todas as tabelas',
|
uncheckAllTables: 'Desmarcar todas as tabelas',
|
||||||
@@ -291,7 +291,7 @@ export const ptBR = {
|
|||||||
actionSuccessful: '{action} teve sucesso',
|
actionSuccessful: '{action} teve sucesso',
|
||||||
importQueryErrors: 'Aviso: ocorreu {n} erro | Aviso: ocorreram {n} erros',
|
importQueryErrors: 'Aviso: ocorreu {n} erro | Aviso: ocorreram {n} erros',
|
||||||
executedQueries: '{n} consulta executada | {n} consultas executadas',
|
executedQueries: '{n} consulta executada | {n} consultas executadas',
|
||||||
ourputFormat: 'Formato da saída',
|
outputFormat: 'Formato da saída',
|
||||||
singleFile: 'Arquivo {ext} único',
|
singleFile: 'Arquivo {ext} único',
|
||||||
zipCompressedFile: 'Arquivo compactado {ext} ZIP',
|
zipCompressedFile: 'Arquivo compactado {ext} ZIP',
|
||||||
disableBlur: 'Desabilitar Blur',
|
disableBlur: 'Desabilitar Blur',
|
||||||
@@ -330,7 +330,7 @@ export const ptBR = {
|
|||||||
editFolder: 'Editar Pasta',
|
editFolder: 'Editar Pasta',
|
||||||
folderName: 'Nome da pasta',
|
folderName: 'Nome da pasta',
|
||||||
deleteFolder: 'Apagar Pasta',
|
deleteFolder: 'Apagar Pasta',
|
||||||
editConnectionAppearence: 'Editar aparência da conexão'
|
editConnectionAppearance: 'Editar aparência da conexão'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Endereço',
|
address: 'Endereço',
|
||||||
|
@@ -14,12 +14,12 @@ export const ruRU = {
|
|||||||
user: 'Пользователь',
|
user: 'Пользователь',
|
||||||
password: 'Пароль',
|
password: 'Пароль',
|
||||||
credentials: 'Полномочия',
|
credentials: 'Полномочия',
|
||||||
connect: 'Подключить',
|
connect: 'Подключиться',
|
||||||
connected: 'Подключено',
|
connected: 'Подключено',
|
||||||
disconnect: 'Отключить',
|
disconnect: 'Отключиться',
|
||||||
disconnected: 'Отключено',
|
disconnected: 'Отключено',
|
||||||
refresh: 'Обновить',
|
refresh: 'Обновить',
|
||||||
settings: 'Настройка',
|
settings: 'Настройки',
|
||||||
general: 'Общие',
|
general: 'Общие',
|
||||||
themes: 'Темы',
|
themes: 'Темы',
|
||||||
update: 'Обновить',
|
update: 'Обновить',
|
||||||
@@ -27,9 +27,9 @@ export const ruRU = {
|
|||||||
language: 'Язык',
|
language: 'Язык',
|
||||||
version: 'Версия',
|
version: 'Версия',
|
||||||
donate: 'Пожертвование',
|
donate: 'Пожертвование',
|
||||||
run: 'Запуск',
|
run: 'Выполнить',
|
||||||
schema: 'Схема',
|
schema: 'Схема',
|
||||||
results: 'Результаты',
|
results: 'Отображено',
|
||||||
size: 'Размер',
|
size: 'Размер',
|
||||||
seconds: 'Секунды',
|
seconds: 'Секунды',
|
||||||
type: 'Тип',
|
type: 'Тип',
|
||||||
@@ -42,17 +42,17 @@ export const ruRU = {
|
|||||||
connecting: 'Соединение',
|
connecting: 'Соединение',
|
||||||
name: 'Название',
|
name: 'Название',
|
||||||
collation: 'Сопоставление',
|
collation: 'Сопоставление',
|
||||||
clear: 'Очистить',
|
clear: 'Удалить',
|
||||||
options: 'Опции',
|
options: 'Опции',
|
||||||
autoRefresh: 'Авто-обновление',
|
autoRefresh: 'Авто-обновление',
|
||||||
indexes: 'Индексы',
|
indexes: 'Индексы',
|
||||||
foreignKeys: 'Внешние ключи',
|
foreignKeys: 'Внешние ключи',
|
||||||
length: 'Длина',
|
length: 'Длина',
|
||||||
unsigned: 'Неподписанный',
|
unsigned: 'Беззнаковое',
|
||||||
default: 'По умолчанию',
|
default: 'По умолчанию',
|
||||||
comment: 'Комментарий',
|
comment: 'Комментарий',
|
||||||
key: 'Ключ | Ключи',
|
key: 'Ключ | Ключи',
|
||||||
order: 'Заказ',
|
order: 'Порядок',
|
||||||
expression: 'Выражение',
|
expression: 'Выражение',
|
||||||
autoIncrement: 'Авто-увеличение',
|
autoIncrement: 'Авто-увеличение',
|
||||||
engine: 'Движок',
|
engine: 'Движок',
|
||||||
@@ -60,19 +60,19 @@ export const ruRU = {
|
|||||||
approximately: 'Примерно',
|
approximately: 'Примерно',
|
||||||
total: 'Всего',
|
total: 'Всего',
|
||||||
table: 'Таблица',
|
table: 'Таблица',
|
||||||
discard: 'Отказать',
|
discard: 'Отказаться',
|
||||||
stay: 'Оставить',
|
stay: 'Оставить',
|
||||||
author: 'Автор',
|
author: 'Автор',
|
||||||
light: 'Светлая',
|
light: 'Светлая',
|
||||||
dark: 'Темная',
|
dark: 'Темная',
|
||||||
autoCompletion: 'Авто-дополнение',
|
autoCompletion: 'Авто-дополнение',
|
||||||
application: 'Приложение',
|
application: 'Приложение',
|
||||||
editor: 'Реадктор',
|
editor: 'Редактор',
|
||||||
view: 'Просмотр',
|
view: 'Представление',
|
||||||
definer: 'Определитель',
|
definer: 'Определитель',
|
||||||
algorithm: 'Алгоритм',
|
algorithm: 'Алгоритм',
|
||||||
trigger: 'Триггер | Триггеры',
|
trigger: 'Триггер | Триггеры',
|
||||||
storedRoutine: 'Сохраненная процедура | Сохраненные процедуры',
|
storedRoutine: 'Хранимая процедура | Хранимые процедуры',
|
||||||
scheduler: 'Планировщик | Планировщики',
|
scheduler: 'Планировщик | Планировщики',
|
||||||
event: 'Событие',
|
event: 'Событие',
|
||||||
parameters: 'Параметры',
|
parameters: 'Параметры',
|
||||||
@@ -85,8 +85,8 @@ export const ruRU = {
|
|||||||
timing: 'Сроки',
|
timing: 'Сроки',
|
||||||
state: 'Состояние',
|
state: 'Состояние',
|
||||||
execution: 'Выполнение',
|
execution: 'Выполнение',
|
||||||
starts: 'Начинает',
|
starts: 'Начало',
|
||||||
ends: 'Заканчивает',
|
ends: 'Конец',
|
||||||
ssl: 'SSL',
|
ssl: 'SSL',
|
||||||
privateKey: 'Закрытый ключ',
|
privateKey: 'Закрытый ключ',
|
||||||
certificate: 'Сертификат',
|
certificate: 'Сертификат',
|
||||||
@@ -94,7 +94,7 @@ export const ruRU = {
|
|||||||
ciphers: 'Шифры',
|
ciphers: 'Шифры',
|
||||||
upload: 'Загрузки',
|
upload: 'Загрузки',
|
||||||
browse: 'Обзор',
|
browse: 'Обзор',
|
||||||
faker: 'Faker',
|
faker: 'Генератор данных',
|
||||||
content: 'Содержимое',
|
content: 'Содержимое',
|
||||||
cut: 'Вырезать',
|
cut: 'Вырезать',
|
||||||
copy: 'Копировать',
|
copy: 'Копировать',
|
||||||
@@ -106,7 +106,7 @@ export const ruRU = {
|
|||||||
scratchpad: 'Заметки',
|
scratchpad: 'Заметки',
|
||||||
array: 'Массив',
|
array: 'Массив',
|
||||||
changelog: 'Журнал изменений',
|
changelog: 'Журнал изменений',
|
||||||
format: 'Формат',
|
format: 'Отформатировать',
|
||||||
sshTunnel: 'SSH туннель',
|
sshTunnel: 'SSH туннель',
|
||||||
structure: 'Структура',
|
structure: 'Структура',
|
||||||
small: 'Малый',
|
small: 'Малый',
|
||||||
@@ -117,47 +117,58 @@ export const ruRU = {
|
|||||||
triggerFunction: 'Функция запуска | Функции запуска',
|
triggerFunction: 'Функция запуска | Функции запуска',
|
||||||
all: 'Все',
|
all: 'Все',
|
||||||
duplicate: 'Дубликат',
|
duplicate: 'Дубликат',
|
||||||
routine: 'Порядок',
|
routine: 'Хранимая процедура',
|
||||||
new: 'Новый',
|
new: 'Новый',
|
||||||
history: 'История',
|
history: 'История',
|
||||||
select: 'Выбрать',
|
select: 'Выбрать',
|
||||||
passphrase: 'Кодовая фраза',
|
passphrase: 'Кодовая фраза',
|
||||||
filter: 'Фильтр',
|
filter: 'Фильтр',
|
||||||
change: 'Изменить',
|
change: 'Изменить',
|
||||||
views: 'Просмотры',
|
views: 'Представления',
|
||||||
triggers: 'Триггеры',
|
triggers: 'Триггеры',
|
||||||
routines: 'Порядок',
|
routines: 'Хранимые процедуры',
|
||||||
functions: 'Функции',
|
functions: 'Функции',
|
||||||
schedulers: 'Планировщики',
|
schedulers: 'Планировщики',
|
||||||
includes: 'Включает',
|
includes: 'Включая',
|
||||||
drop: 'Сбросить',
|
drop: 'Удалить',
|
||||||
completed: 'Завершено',
|
completed: 'Завершено',
|
||||||
aborted: 'Aborted',
|
aborted: 'Прервано',
|
||||||
disabled: 'Прервано',
|
disabled: 'Отключено',
|
||||||
enable: 'Включить',
|
enable: 'Включить',
|
||||||
disable: 'Выключить',
|
disable: 'Выключить',
|
||||||
commit: 'Подтвердить',
|
commit: 'Подтвердить',
|
||||||
rollback: 'Отмена',
|
rollback: 'Откатить',
|
||||||
connectionString: 'Строка подключения',
|
connectionString: 'Строка подключения',
|
||||||
contributors: 'Участники'
|
contributors: 'Участники',
|
||||||
|
pin: 'Закрепить',
|
||||||
|
unpin: 'Открепить',
|
||||||
|
console: 'Консоль',
|
||||||
|
shortcuts: 'Горячие клавиши',
|
||||||
|
folder: 'Директория | Директории',
|
||||||
|
appearance: 'Внешний вид',
|
||||||
|
color: 'Цвет',
|
||||||
|
label: 'Метка',
|
||||||
|
icon: 'Иконка',
|
||||||
|
resultsTable: 'Таблица с результатом',
|
||||||
|
ddl: 'DDL'
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
appWelcome: 'Приветсвуем в SQL клиенте Antares!',
|
appWelcome: 'Приветствуем в SQL клиенте Antares!',
|
||||||
appFirstStep: 'Ваш первый шаг: создать новое подключение с БД.',
|
appFirstStep: 'Ваш первый шаг: создать новое подключение с БД.',
|
||||||
addConnection: 'Добавить подключение',
|
addConnection: 'Добавить подключение',
|
||||||
createConnection: 'Создать подключение',
|
createConnection: 'Создать подключение',
|
||||||
createNewConnection: 'Созадть новое подключение',
|
createNewConnection: 'Создать новое подключение',
|
||||||
askCredentials: 'Спрашивать учетные данные',
|
askCredentials: 'Спрашивать учетные данные',
|
||||||
testConnection: 'Тестирование подключения',
|
testConnection: 'Тест подключения',
|
||||||
editConnection: 'Редактирование подключения',
|
editConnection: 'Редактировать подключение',
|
||||||
deleteConnection: 'Удалить подключение',
|
deleteConnection: 'Удалить подключение',
|
||||||
deleteCorfirm: 'Подтверждаете ли вы отмену',
|
deleteConfirm: 'Подтверждаете ли вы удаление',
|
||||||
connectionSuccessfullyMade: 'Соединение успешно установлено!',
|
connectionSuccessfullyMade: 'Соединение успешно установлено!',
|
||||||
madeWithJS: 'Сделано с 💛 и JavaScript!',
|
madeWithJS: 'Сделано с 💛 и JavaScript!',
|
||||||
checkForUpdates: 'Проверить обновления',
|
checkForUpdates: 'Проверить обновления',
|
||||||
noUpdatesAvailable: 'Обновлений не найдено',
|
noUpdatesAvailable: 'Обновлений не найдено',
|
||||||
checkingForUpdate: 'Проверить обновления',
|
checkingForUpdate: 'Поиск обновлений',
|
||||||
checkFailure: 'Проверка не удалась, пожалуйста, попробуйте позже',
|
checkFailure: 'Не удалось проверить обновления, пожалуйста, попробуйте позже',
|
||||||
updateAvailable: 'Доступно обновление',
|
updateAvailable: 'Доступно обновление',
|
||||||
downloadingUpdate: 'Скачать обновление',
|
downloadingUpdate: 'Скачать обновление',
|
||||||
updateDownloaded: 'Обновление скачано',
|
updateDownloaded: 'Обновление скачано',
|
||||||
@@ -174,10 +185,10 @@ export const ruRU = {
|
|||||||
affectedRows: 'Задействовано строк',
|
affectedRows: 'Задействовано строк',
|
||||||
createNewDatabase: 'Создать новую БД',
|
createNewDatabase: 'Создать новую БД',
|
||||||
databaseName: 'Название БД',
|
databaseName: 'Название БД',
|
||||||
serverDefault: 'Сервер по умолчанию',
|
serverDefault: 'По-умолчанию на сервере',
|
||||||
deleteDatabase: 'Удалить БД',
|
deleteDatabase: 'Удалить БД',
|
||||||
editDatabase: 'Редактировать БД',
|
editDatabase: 'Редактировать БД',
|
||||||
clearChanges: 'Очистить изменения',
|
clearChanges: 'Удалить изменения',
|
||||||
addNewField: 'Добавить новое поле',
|
addNewField: 'Добавить новое поле',
|
||||||
manageIndexes: 'Управление индексами',
|
manageIndexes: 'Управление индексами',
|
||||||
manageForeignKeys: 'Управление внешними ключами',
|
manageForeignKeys: 'Управление внешними ключами',
|
||||||
@@ -189,9 +200,9 @@ export const ruRU = {
|
|||||||
createNewIndex: 'Создать новый индекс',
|
createNewIndex: 'Создать новый индекс',
|
||||||
addToIndex: 'Добавить индекс',
|
addToIndex: 'Добавить индекс',
|
||||||
createNewTable: 'Создать новую таблицу',
|
createNewTable: 'Создать новую таблицу',
|
||||||
emptyTable: 'Пустая таблица',
|
emptyTable: 'Очистить таблицу',
|
||||||
deleteTable: 'Удалить таблицу',
|
deleteTable: 'Удалить таблицу',
|
||||||
emptyCorfirm: 'Подтверждаете очистку?',
|
emptyConfirm: 'Подтверждаете очистку?',
|
||||||
unsavedChanges: 'Несохраненные изменения',
|
unsavedChanges: 'Несохраненные изменения',
|
||||||
discardUnsavedChanges: 'У вас имеются несохраненные данные. Закрытие этой вкладки приведёт к их отмене.',
|
discardUnsavedChanges: 'У вас имеются несохраненные данные. Закрытие этой вкладки приведёт к их отмене.',
|
||||||
thereAreNoIndexes: 'Индексов нет',
|
thereAreNoIndexes: 'Индексов нет',
|
||||||
@@ -203,23 +214,23 @@ export const ruRU = {
|
|||||||
invalidDefault: 'Недопустимое значение',
|
invalidDefault: 'Недопустимое значение',
|
||||||
onDelete: 'При удалении',
|
onDelete: 'При удалении',
|
||||||
applicationTheme: 'Тема приложения',
|
applicationTheme: 'Тема приложения',
|
||||||
editorTheme: 'Редактировать Тему',
|
editorTheme: 'Редактировать тему',
|
||||||
wrapLongLines: 'Перенос длинных строк',
|
wrapLongLines: 'Перенос длинных строк',
|
||||||
selectStatement: 'Оператор выбора',
|
selectStatement: 'Оператор выбора',
|
||||||
triggerStatement: 'Оператор триггера',
|
triggerStatement: 'Оператор триггера',
|
||||||
sqlSecurity: 'SQL безопасность',
|
sqlSecurity: 'SQL безопасность',
|
||||||
updateOption: 'Опции обновления',
|
updateOption: 'Опции обновления',
|
||||||
deleteView: 'Удалить просмотр',
|
deleteView: 'Удалить представление',
|
||||||
createNewView: 'Создать новый просмотр',
|
createNewView: 'Создать новое представление',
|
||||||
deleteTrigger: 'Удалить триггер',
|
deleteTrigger: 'Удалить триггер',
|
||||||
createNewTrigger: 'Создать новый триггер',
|
createNewTrigger: 'Создать новый триггер',
|
||||||
currentUser: 'Текущий пользователь',
|
currentUser: 'Текущий пользователь',
|
||||||
routineBody: 'Routine body',
|
routineBody: 'Тело процедуры',
|
||||||
dataAccess: 'Доступ к данным',
|
dataAccess: 'Доступ к данным',
|
||||||
thereAreNoParameters: 'Там нет никаких параметров',
|
thereAreNoParameters: 'Параметры отсутствуют',
|
||||||
createNewParameter: 'Создать новый параметр',
|
createNewParameter: 'Создать новый параметр',
|
||||||
createNewRoutine: 'Создание новой сохраненной процедуры',
|
createNewRoutine: 'Создание новой хранимой процедуры',
|
||||||
deleteRoutine: 'Удаление сохраненной процедуры',
|
deleteRoutine: 'Удаление хранимой процедуры',
|
||||||
functionBody: 'Тело функции',
|
functionBody: 'Тело функции',
|
||||||
createNewFunction: 'Создать новую функцию',
|
createNewFunction: 'Создать новую функцию',
|
||||||
deleteFunction: 'Удалить функцию',
|
deleteFunction: 'Удалить функцию',
|
||||||
@@ -248,49 +259,96 @@ export const ruRU = {
|
|||||||
dataTabPageSize: 'Размер страницы вкладки ДАННЫЕ',
|
dataTabPageSize: 'Размер страницы вкладки ДАННЫЕ',
|
||||||
enableSsh: 'Включить SSH',
|
enableSsh: 'Включить SSH',
|
||||||
pageNumber: 'Номер страницы',
|
pageNumber: 'Номер страницы',
|
||||||
duplicateTable: 'Дубликат таблицы',
|
duplicateTable: 'Клонировать таблицу',
|
||||||
noOpenTabs: 'Открытых вкладок нет, перейдите по левой панели или:',
|
noOpenTabs: 'Открытых вкладок нет, перейдите по левой панели или:',
|
||||||
noSchema: 'Нет схемы',
|
noSchema: 'Нет схемы',
|
||||||
restorePreviourSession: 'Восстановить предыдущую сессию',
|
restorePreviousSession: 'Восстановить предыдущую сессию',
|
||||||
runQuery: 'Запуск очереди',
|
runQuery: 'Выполнить запрос',
|
||||||
thereAreNoTableFields: 'В таблице нет полей',
|
thereAreNoTableFields: 'В таблице нет полей',
|
||||||
newTable: 'Новая таблица',
|
newTable: 'Новая таблица',
|
||||||
newView: 'Новый просмотр',
|
newView: 'Новое представление',
|
||||||
newTrigger: 'Новый триггер',
|
newTrigger: 'Новый триггер',
|
||||||
newRoutine: 'New routine',
|
newRoutine: 'Новая хранимая процедура',
|
||||||
newFunction: 'Новая функция',
|
newFunction: 'Новая функция',
|
||||||
newScheduler: 'Новый планировщик',
|
newScheduler: 'Новый планировщик',
|
||||||
newTriggerFunction: 'Новая функция триггера',
|
newTriggerFunction: 'Новая функция триггера',
|
||||||
thereIsNoQueriesYet: 'Пока нет никаких запросов',
|
thereIsNoQueriesYet: 'Запросы пока отсутствуют',
|
||||||
searchForQueries: 'Поиск по запросам',
|
searchForQueries: 'Поиск по запросам',
|
||||||
killProcess: 'Убить процесс',
|
killProcess: 'Убить процесс',
|
||||||
closeTab: 'Закрыть вкладку',
|
closeTab: 'Закрыть вкладку',
|
||||||
exportSchema: 'Экспорт схемы',
|
exportSchema: 'Экспорт схемы',
|
||||||
importSchema: 'Импорт схемы',
|
importSchema: 'Импорт схемы',
|
||||||
directoryPath: 'Путь к каталогу',
|
directoryPath: 'Путь к каталогу',
|
||||||
newInserStmtEvery: 'New INSERT statement every',
|
newInsertStmtEvery: 'Новый INSERT оператор для каждых',
|
||||||
processingTableExport: 'Обработка {table}',
|
processingTableExport: 'Обработка {table}',
|
||||||
fechingTableExport: 'Получение данных с {table}',
|
fetchingTableExport: 'Получение данных из {table}',
|
||||||
writingTableExport: 'Запись данных в {table}',
|
writingTableExport: 'Запись данных в {table}',
|
||||||
checkAllTables: 'Проверить все таблицы',
|
checkAllTables: 'Выбрать у всех таблицы',
|
||||||
uncheckAllTables: 'Убрать со всех таблиц',
|
uncheckAllTables: 'Убрать со всех таблиц',
|
||||||
goToDownloadPage: 'Перейти на страницу для загрузки',
|
goToDownloadPage: 'Перейти на страницу загрузки',
|
||||||
readOnlyMode: 'Режим только чтение',
|
readOnlyMode: 'Режим только чтение',
|
||||||
killQuery: 'Убить запрос',
|
killQuery: 'Убить запрос',
|
||||||
insertRow: 'Вставить строку | Вставить строки',
|
insertRow: 'Вставить строку | Вставить строки',
|
||||||
commitMode: 'Режим подтверждения',
|
commitMode: 'Режим подтверждения транзакций',
|
||||||
autoCommit: 'Авто-подтверждение',
|
autoCommit: 'Авто-подтверждение',
|
||||||
manualCommit: 'Ручное подтверждение',
|
manualCommit: 'Ручное подтверждение',
|
||||||
actionSuccessful: '{action} успешно',
|
actionSuccessful: '{action} успешно',
|
||||||
importQueryErrors: 'Внимание: {n} ошибка возникла | Внимание: {n} ошибок произошло',
|
importQueryErrors: 'Внимание: {n} ошибка возникла | Внимание: {n} ошибок произошло',
|
||||||
executedQueries: '{n} запрос выполнен | {n} запросов выполнено',
|
executedQueries: '{n} запрос выполнен | {n} запросов выполнено',
|
||||||
ourputFormat: 'Формат вывода',
|
outputFormat: 'Формат вывода',
|
||||||
singleFile: 'Один {ext} файл',
|
singleFile: 'Один {ext} файл',
|
||||||
zipCompressedFile: 'ZIP сжатие {ext} файла',
|
zipCompressedFile: 'ZIP сжатие {ext} файла',
|
||||||
disableBlur: 'Отключить размытие',
|
disableBlur: 'Отключить размытие',
|
||||||
untrustedConnection: 'Ненадежное соединение',
|
untrustedConnection: 'Ненадежное соединение',
|
||||||
missingOrIncompleteTranslation: 'Отсутствующий или неполный перевод?',
|
missingOrIncompleteTranslation: 'Отсутствующий или неполный перевод?',
|
||||||
findOutHowToContribute: 'Узнайте, как внести свой вклад'
|
findOutHowToContribute: 'Узнайте, как внести свой вклад',
|
||||||
|
disableFKChecks: 'Отключить проверку внешних ключей',
|
||||||
|
allConnections: 'Все соединения',
|
||||||
|
searchForConnections: 'Поиск соединений',
|
||||||
|
disableScratchpad: 'Отключить заметки',
|
||||||
|
reportABug: 'Сообщить о баге',
|
||||||
|
nextTab: 'Следующая вкладка',
|
||||||
|
previousTab: 'Предыдущая вкладка',
|
||||||
|
selectTabNumber: 'Выбрать вкладку под номером {param}',
|
||||||
|
toggleConsole: 'Переключиться на консоль',
|
||||||
|
addShortcut: 'Добавить горячие клавиши',
|
||||||
|
editShortcut: 'Изменить горячие клавиши',
|
||||||
|
deleteShortcut: 'Удалить горячие клавиши',
|
||||||
|
restoreDefaults: 'Восстановить по-умолчанию',
|
||||||
|
restoreDefaultsQuestion: 'Вы подтверждаете восстановление значений по-умолчанию?',
|
||||||
|
registerAShortcut: 'Зарегистрировать горячие клавиши',
|
||||||
|
invalidShortcutMessage: 'Невозможно использовать эту комбинацию, попробуйте ещё',
|
||||||
|
shortcutAlreadyExists: 'Такая комбинация уже существует',
|
||||||
|
saveContent: 'Сохранить содержимое',
|
||||||
|
openAllConnections: 'Открыть все соединения',
|
||||||
|
openSettings: 'Открыть настройки',
|
||||||
|
openScratchpad: 'Открыть заметки',
|
||||||
|
runOrReload: 'Выполнить или обновить',
|
||||||
|
formatQuery: 'Отформатировать запрос',
|
||||||
|
queryHistory: 'История запросов',
|
||||||
|
clearQuery: 'Очистить запрос',
|
||||||
|
openFilter: 'Открыть фильтр',
|
||||||
|
nextResultsPage: 'Следующая страница',
|
||||||
|
previousResultsPage: 'Предыдущая страница',
|
||||||
|
fillCell: 'Заполнить ячейку',
|
||||||
|
editFolder: 'Изменить директорию',
|
||||||
|
folderName: 'Название директории',
|
||||||
|
deleteFolder: 'Удалить директорию',
|
||||||
|
editConnectionAppearance: 'Изменить внешний вид соединения',
|
||||||
|
executeSelectedQuery: 'Выполнить выделенный запрос',
|
||||||
|
defaultCopyType: 'Тип копирования по-умолчанию',
|
||||||
|
showTableSize: 'Показывать размер таблицы в сайдбаре',
|
||||||
|
showTableSizeDescription: 'Только MySQL/MariaDB. Включение этого параметра может повлиять на производительность схемы с большим количеством таблиц.',
|
||||||
|
searchForSchemas: 'Поиск схем',
|
||||||
|
switchSearchMethod: 'Переключить способ поиска',
|
||||||
|
noResultsPresent: 'Данные отсутствуют',
|
||||||
|
sqlExportOptions: 'Опции SQL экспорта',
|
||||||
|
targetTable: 'Целевая таблица',
|
||||||
|
phpArray: 'PHP массив',
|
||||||
|
closeAllTabs: 'Закрыть все вкладки',
|
||||||
|
closeOtherTabs: 'Закрыть остальные вкладки',
|
||||||
|
closeTabsToLeft: 'Закрыть вкладки слева',
|
||||||
|
closeTabsToRight: 'Закрыть вкладки справа'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Адрес',
|
address: 'Адрес',
|
||||||
@@ -309,7 +367,7 @@ export const ruRU = {
|
|||||||
random: 'Случайный',
|
random: 'Случайный',
|
||||||
system: 'Система',
|
system: 'Система',
|
||||||
time: 'Время',
|
time: 'Время',
|
||||||
vehicle: 'Vehicle',
|
vehicle: 'Средство передвижения',
|
||||||
zipCode: 'Почтовый код',
|
zipCode: 'Почтовый код',
|
||||||
zipCodeByState: 'Почтовый код города',
|
zipCodeByState: 'Почтовый код города',
|
||||||
city: 'Город',
|
city: 'Город',
|
||||||
@@ -323,8 +381,8 @@ export const ruRU = {
|
|||||||
county: 'Округ',
|
county: 'Округ',
|
||||||
country: 'Страна',
|
country: 'Страна',
|
||||||
countryCode: 'Код страны',
|
countryCode: 'Код страны',
|
||||||
state: 'Штат',
|
state: 'Область',
|
||||||
stateAbbr: 'Аббревиатура штата',
|
stateAbbr: 'Аббревиатура области',
|
||||||
latitude: 'Широта',
|
latitude: 'Широта',
|
||||||
longitude: 'Долгота',
|
longitude: 'Долгота',
|
||||||
direction: 'Направление',
|
direction: 'Направление',
|
||||||
@@ -336,8 +394,8 @@ export const ruRU = {
|
|||||||
department: 'Отдел',
|
department: 'Отдел',
|
||||||
productName: 'Имя продукта',
|
productName: 'Имя продукта',
|
||||||
price: 'Прайс',
|
price: 'Прайс',
|
||||||
productAdjective: 'Product adjective',
|
productAdjective: 'Относящееся к продукту',
|
||||||
productMaterial: 'Product material',
|
productMaterial: 'Материал продукта',
|
||||||
product: 'Продукт',
|
product: 'Продукт',
|
||||||
productDescription: 'Описание продукта',
|
productDescription: 'Описание продукта',
|
||||||
suffixes: 'Суфиксы',
|
suffixes: 'Суфиксы',
|
||||||
@@ -356,15 +414,16 @@ export const ruRU = {
|
|||||||
collation: 'Сопоставление',
|
collation: 'Сопоставление',
|
||||||
engine: 'Движок',
|
engine: 'Движок',
|
||||||
past: 'Прошлое',
|
past: 'Прошлое',
|
||||||
|
now: 'Сейчас',
|
||||||
future: 'Будущее',
|
future: 'Будущее',
|
||||||
between: 'Между',
|
between: 'Между',
|
||||||
recent: 'Недавнее',
|
recent: 'Недавнее',
|
||||||
soon: 'Вскоре',
|
soon: 'Вскоре',
|
||||||
month: 'Месяц',
|
month: 'Месяц',
|
||||||
weekday: 'Будний день',
|
weekday: 'День недели',
|
||||||
account: 'Аккаунт',
|
account: 'Аккаунт',
|
||||||
accountName: 'Имя аккаунта',
|
accountName: 'Имя аккаунта',
|
||||||
routingNumber: 'Routing number',
|
routingNumber: 'Номер маршрута',
|
||||||
mask: 'Маска',
|
mask: 'Маска',
|
||||||
amount: 'Сумма',
|
amount: 'Сумма',
|
||||||
transactionType: 'Тип транзакции',
|
transactionType: 'Тип транзакции',
|
||||||
@@ -380,9 +439,9 @@ export const ruRU = {
|
|||||||
bic: 'Bic',
|
bic: 'Bic',
|
||||||
transactionDescription: 'Описание транзакции',
|
transactionDescription: 'Описание транзакции',
|
||||||
branch: 'Ветка',
|
branch: 'Ветка',
|
||||||
commitEntry: 'Подтвердить запись',
|
commitEntry: 'Коммит',
|
||||||
commitMessage: 'Подтвердить сообщение',
|
commitMessage: 'Сообщение коммита',
|
||||||
commitSha: 'Подтвердить SHA',
|
commitSha: 'SHA коммита',
|
||||||
shortSha: 'Короткий SHA',
|
shortSha: 'Короткий SHA',
|
||||||
abbreviation: 'Сокращение',
|
abbreviation: 'Сокращение',
|
||||||
adjective: 'Прилагательное',
|
adjective: 'Прилагательное',
|
||||||
@@ -402,21 +461,21 @@ export const ruRU = {
|
|||||||
ip: 'Ip',
|
ip: 'Ip',
|
||||||
ipv6: 'Ipv6',
|
ipv6: 'Ipv6',
|
||||||
userAgent: 'User agent',
|
userAgent: 'User agent',
|
||||||
mac: 'Мак-адрес',
|
mac: 'MAC-адрес',
|
||||||
password: 'Пароль',
|
password: 'Пароль',
|
||||||
word: 'Слово',
|
word: 'Слово',
|
||||||
words: 'Слова',
|
words: 'Слова',
|
||||||
sentence: 'Предложение',
|
sentence: 'Предложение',
|
||||||
slug: 'Slug',
|
slug: 'Slug',
|
||||||
sentences: 'Sentences',
|
sentences: 'Предложения',
|
||||||
paragraph: 'Параграф',
|
paragraph: 'Параграф',
|
||||||
paragraphs: 'Параграфы',
|
paragraphs: 'Параграфы',
|
||||||
text: 'Текст',
|
text: 'Текст',
|
||||||
lines: 'Линии',
|
lines: 'Линии',
|
||||||
genre: 'Жанр',
|
genre: 'Жанр',
|
||||||
firstName: 'Фамилия',
|
firstName: 'Имя',
|
||||||
lastName: 'Имя',
|
lastName: 'Фамилия',
|
||||||
middleName: 'Среднее имя',
|
middleName: 'Отчество',
|
||||||
findName: 'Полное имя',
|
findName: 'Полное имя',
|
||||||
jobTitle: 'Название задания',
|
jobTitle: 'Название задания',
|
||||||
gender: 'Пол',
|
gender: 'Пол',
|
||||||
@@ -427,24 +486,24 @@ export const ruRU = {
|
|||||||
jobArea: 'Область задания',
|
jobArea: 'Область задания',
|
||||||
jobType: 'Тип задания',
|
jobType: 'Тип задания',
|
||||||
phoneNumber: 'Номер телефона',
|
phoneNumber: 'Номер телефона',
|
||||||
phoneNumberFormat: 'Формат номера',
|
phoneNumberFormat: 'Формат номера телефона',
|
||||||
phoneFormats: 'Формат номеров телефона',
|
phoneFormats: 'Формат номеров телефона',
|
||||||
number: 'Номер',
|
number: 'Номер',
|
||||||
float: 'Дробное число',
|
float: 'Дробное число',
|
||||||
arrayElement: 'Элемент массива',
|
arrayElement: 'Элемент массива',
|
||||||
arrayElements: 'Элементы массива',
|
arrayElements: 'Элементы массива',
|
||||||
objectElement: 'Объект элемента',
|
objectElement: 'Элемент объекта',
|
||||||
uuid: 'Uuid',
|
uuid: 'Uuid',
|
||||||
boolean: 'Логический',
|
boolean: 'Логический',
|
||||||
image: 'Изображение',
|
image: 'Изображение',
|
||||||
locale: 'Локаль',
|
locale: 'Локаль',
|
||||||
alpha: 'Альфа',
|
alpha: 'Буквенный',
|
||||||
alphaNumeric: 'Буквенно-Цифровой',
|
alphaNumeric: 'Буквенно-цифровой',
|
||||||
hexaDecimal: 'Шестнадцатеричный',
|
hexaDecimal: 'Шестнадцатеричный',
|
||||||
fileName: 'Имя файла',
|
fileName: 'Имя файла',
|
||||||
commonFileName: 'Общее имя файла',
|
commonFileName: 'Общее имя файла',
|
||||||
mimeType: 'Mime тип',
|
mimeType: 'Mime-тип',
|
||||||
commonFileType: 'Общий тип файло',
|
commonFileType: 'Общий тип файлов',
|
||||||
commonFileExt: 'Общее расширение файлов',
|
commonFileExt: 'Общее расширение файлов',
|
||||||
fileType: 'Тип файла',
|
fileType: 'Тип файла',
|
||||||
fileExt: 'Расширение файла',
|
fileExt: 'Расширение файла',
|
||||||
|
@@ -10,5 +10,7 @@ export const localesNames: {[key: string]: string} = {
|
|||||||
'ja-JP': '日本語',
|
'ja-JP': '日本語',
|
||||||
'zh-CN': '简体中文',
|
'zh-CN': '简体中文',
|
||||||
'ru-RU': 'Русский',
|
'ru-RU': 'Русский',
|
||||||
'id-ID': 'Bahasa Indonesia'
|
'id-ID': 'Bahasa Indonesia',
|
||||||
|
'ko-KR': '한국어',
|
||||||
|
'nl-NL': 'Nederlands'
|
||||||
};
|
};
|
||||||
|
@@ -151,7 +151,7 @@ export const viVN = {
|
|||||||
testConnection: 'Chạy thử kết nối',
|
testConnection: 'Chạy thử kết nối',
|
||||||
editConnection: 'Sửa kết nối',
|
editConnection: 'Sửa kết nối',
|
||||||
deleteConnection: 'Xoá kết nối',
|
deleteConnection: 'Xoá kết nối',
|
||||||
deleteCorfirm: 'Bạn có xác nhận việc hủy bỏ',
|
deleteConfirm: 'Bạn có xác nhận việc hủy bỏ',
|
||||||
connectionSuccessfullyMade: 'Kết nối được thực hiện thành công!',
|
connectionSuccessfullyMade: 'Kết nối được thực hiện thành công!',
|
||||||
madeWithJS: 'Được tạo bằng 💛 và JavaScript!',
|
madeWithJS: 'Được tạo bằng 💛 và JavaScript!',
|
||||||
checkForUpdates: 'Kiểm tra cập nhật',
|
checkForUpdates: 'Kiểm tra cập nhật',
|
||||||
@@ -191,7 +191,7 @@ export const viVN = {
|
|||||||
createNewTable: 'Tạo bảng mới',
|
createNewTable: 'Tạo bảng mới',
|
||||||
emptyTable: 'Bảng trống',
|
emptyTable: 'Bảng trống',
|
||||||
deleteTable: 'Xoá bảng',
|
deleteTable: 'Xoá bảng',
|
||||||
emptyCorfirm: 'Bạn có xác nhận để làm trống không',
|
emptyConfirm: 'Bạn có xác nhận để làm trống không',
|
||||||
unsavedChanges: 'Chưa lưu lại thay đổi',
|
unsavedChanges: 'Chưa lưu lại thay đổi',
|
||||||
discardUnsavedChanges: 'Bạn có một số thay đổi chưa được lưu. Đóng tab này, những thay đổi này sẽ bị huỷ bỏ.',
|
discardUnsavedChanges: 'Bạn có một số thay đổi chưa được lưu. Đóng tab này, những thay đổi này sẽ bị huỷ bỏ.',
|
||||||
thereAreNoIndexes: 'Không có index',
|
thereAreNoIndexes: 'Không có index',
|
||||||
@@ -251,7 +251,7 @@ export const viVN = {
|
|||||||
duplicateTable: 'Sao chép bản',
|
duplicateTable: 'Sao chép bản',
|
||||||
noOpenTabs: 'Không có tab nào đang mở, điều hướng trên thanh bên trái hoặc:',
|
noOpenTabs: 'Không có tab nào đang mở, điều hướng trên thanh bên trái hoặc:',
|
||||||
noSchema: 'Không có schema',
|
noSchema: 'Không có schema',
|
||||||
restorePreviourSession: 'Khôi phục phiên trước',
|
restorePreviousSession: 'Khôi phục phiên trước',
|
||||||
runQuery: 'Chạy truy vấn',
|
runQuery: 'Chạy truy vấn',
|
||||||
thereAreNoTableFields: 'Không có trường bảng',
|
thereAreNoTableFields: 'Không có trường bảng',
|
||||||
newTable: 'Bảng mới',
|
newTable: 'Bảng mới',
|
||||||
@@ -268,9 +268,9 @@ export const viVN = {
|
|||||||
exportSchema: 'Xuất lược đồ',
|
exportSchema: 'Xuất lược đồ',
|
||||||
importSchema: 'Nhập lược đồ',
|
importSchema: 'Nhập lược đồ',
|
||||||
directoryPath: 'Đường dẫn thu mục',
|
directoryPath: 'Đường dẫn thu mục',
|
||||||
newInserStmtEvery: 'Câu lệnh INSERT mới mỗi',
|
newInsertStmtEvery: 'Câu lệnh INSERT mới mỗi',
|
||||||
processingTableExport: 'Đang tiến hành {table}',
|
processingTableExport: 'Đang tiến hành {table}',
|
||||||
fechingTableExport: 'Đang lấy dữ liệu {table}',
|
fetchingTableExport: 'Đang lấy dữ liệu {table}',
|
||||||
writingTableExport: 'Đang ghi dữ liệu {table}',
|
writingTableExport: 'Đang ghi dữ liệu {table}',
|
||||||
checkAllTables: 'Chọn tất cả các bảng',
|
checkAllTables: 'Chọn tất cả các bảng',
|
||||||
uncheckAllTables: 'Bỏ chọn tất cả các bảng',
|
uncheckAllTables: 'Bỏ chọn tất cả các bảng',
|
||||||
@@ -284,7 +284,7 @@ export const viVN = {
|
|||||||
actionSuccessful: '{action} thành công',
|
actionSuccessful: '{action} thành công',
|
||||||
importQueryErrors: 'Cảnh báo: {n} lỗi đã xảy ra | Carh báo: {n} lỗi đã xảy ra',
|
importQueryErrors: 'Cảnh báo: {n} lỗi đã xảy ra | Carh báo: {n} lỗi đã xảy ra',
|
||||||
executedQueries: '{n} truy vấn đã chạy | {n} truy vấn đã chạy',
|
executedQueries: '{n} truy vấn đã chạy | {n} truy vấn đã chạy',
|
||||||
ourputFormat: 'Định dạng đầu ra',
|
outputFormat: 'Định dạng đầu ra',
|
||||||
singleFile: 'Một tệp {ext}',
|
singleFile: 'Một tệp {ext}',
|
||||||
zipCompressedFile: 'Tệp nén zip {ext}',
|
zipCompressedFile: 'Tệp nén zip {ext}',
|
||||||
disableBlur: 'Tắt làm mờ',
|
disableBlur: 'Tắt làm mờ',
|
||||||
|
@@ -8,7 +8,7 @@ export const zhCN = {
|
|||||||
cancel: '取消',
|
cancel: '取消',
|
||||||
send: '发送',
|
send: '发送',
|
||||||
connectionName: '连接名称',
|
connectionName: '连接名称',
|
||||||
client: 'Client',
|
client: '数据库类型',
|
||||||
hostName: '主机名',
|
hostName: '主机名',
|
||||||
port: '端口',
|
port: '端口',
|
||||||
user: '用户',
|
user: '用户',
|
||||||
@@ -17,10 +17,10 @@ export const zhCN = {
|
|||||||
connect: '连接',
|
connect: '连接',
|
||||||
connected: '已连接',
|
connected: '已连接',
|
||||||
disconnect: '断开连接',
|
disconnect: '断开连接',
|
||||||
disconnected: '已断开',
|
disconnected: '断开连接',
|
||||||
refresh: '刷新',
|
refresh: '刷新',
|
||||||
settings: '设置',
|
settings: '设置',
|
||||||
general: '一般',
|
general: '常规',
|
||||||
themes: '主题',
|
themes: '主题',
|
||||||
update: '更新',
|
update: '更新',
|
||||||
about: '关于',
|
about: '关于',
|
||||||
@@ -28,7 +28,7 @@ export const zhCN = {
|
|||||||
version: '版本',
|
version: '版本',
|
||||||
donate: '捐赠',
|
donate: '捐赠',
|
||||||
run: '运行',
|
run: '运行',
|
||||||
schema: 'schema',
|
schema: '模式(schema)',
|
||||||
results: '结果',
|
results: '结果',
|
||||||
size: '尺寸',
|
size: '尺寸',
|
||||||
seconds: '秒',
|
seconds: '秒',
|
||||||
@@ -51,38 +51,38 @@ export const zhCN = {
|
|||||||
unsigned: '无符号',
|
unsigned: '无符号',
|
||||||
default: '默认',
|
default: '默认',
|
||||||
comment: '注释',
|
comment: '注释',
|
||||||
key: 'Key | Keys',
|
key: '键位 | 键位',
|
||||||
order: 'Order',
|
order: '排序',
|
||||||
expression: '表达式',
|
expression: '表达式',
|
||||||
autoIncrement: '自动增量',
|
autoIncrement: '自动增量',
|
||||||
engine: 'Engine',
|
engine: '引擎',
|
||||||
field: 'Field | 字段',
|
field: '字段 | 字段',
|
||||||
approximately: '大约',
|
approximately: '大约',
|
||||||
total: '总计',
|
total: '总计',
|
||||||
table: '表',
|
table: '表',
|
||||||
discard: '弃置',
|
discard: '丢弃',
|
||||||
stay: '等待',
|
stay: '等待',
|
||||||
author: '作者',
|
author: '作者',
|
||||||
light: 'Light',
|
light: '明亮',
|
||||||
dark: 'Dark',
|
dark: '暗黑',
|
||||||
autoCompletion: '自动完成',
|
autoCompletion: '自动完成',
|
||||||
application: '应用程序',
|
application: '应用程序',
|
||||||
editor: '编辑器',
|
editor: '编辑器',
|
||||||
view: '视图',
|
view: '视图',
|
||||||
definer: '定义者',
|
definer: '定义者',
|
||||||
algorithm: 'Algorithm',
|
algorithm: '算法',
|
||||||
trigger: 'Trigger | 触发器',
|
trigger: '触发器 | 触发器',
|
||||||
storedRoutine: 'Stored routine | 存储例程',
|
storedRoutine: '存储例程 | 存储例程',
|
||||||
scheduler: 'Scheduler | 调度器',
|
scheduler: '调度器 | 调度器',
|
||||||
event: '事件',
|
event: '事件',
|
||||||
parameters: '参数',
|
parameters: '参数',
|
||||||
function: 'Function | 函数',
|
function: '函数 | 函数',
|
||||||
deterministic: 'Deterministic',
|
deterministic: '确定的',
|
||||||
context: '上下文',
|
context: '上下文',
|
||||||
export: '导出',
|
export: '导出',
|
||||||
import: '导入',
|
import: '导入',
|
||||||
returns: '返回',
|
returns: '返回',
|
||||||
timing: '定时器',
|
timing: '定时',
|
||||||
state: '状态',
|
state: '状态',
|
||||||
execution: '执行',
|
execution: '执行',
|
||||||
starts: '开始',
|
starts: '开始',
|
||||||
@@ -91,10 +91,10 @@ export const zhCN = {
|
|||||||
privateKey: '私钥',
|
privateKey: '私钥',
|
||||||
certificate: '证书',
|
certificate: '证书',
|
||||||
caCertificate: 'CA 证书',
|
caCertificate: 'CA 证书',
|
||||||
ciphers: 'Ciphers',
|
ciphers: '密码',
|
||||||
upload: '上传',
|
upload: '上传',
|
||||||
browse: '浏览',
|
browse: '浏览',
|
||||||
faker: 'Faker',
|
faker: '伪造者',
|
||||||
content: '内容',
|
content: '内容',
|
||||||
cut: '剪切',
|
cut: '剪切',
|
||||||
copy: '复制',
|
copy: '复制',
|
||||||
@@ -103,25 +103,25 @@ export const zhCN = {
|
|||||||
variables: '变量',
|
variables: '变量',
|
||||||
processes: '进程',
|
processes: '进程',
|
||||||
database: '数据库',
|
database: '数据库',
|
||||||
scratchpad: 'Scratchpad',
|
scratchpad: '草稿栏',
|
||||||
array: '数组',
|
array: '数组',
|
||||||
changelog: '更改日志',
|
changelog: '变更日志',
|
||||||
format: '格式',
|
format: '格式',
|
||||||
sshTunnel: 'SSH 隧道',
|
sshTunnel: 'SSH 隧道',
|
||||||
structure: '结构',
|
structure: '结构',
|
||||||
small: '小',
|
small: '小',
|
||||||
medium: '中',
|
medium: '中',
|
||||||
large: '大',
|
large: '大',
|
||||||
row: 'Row | 行',
|
row: '行 | 行',
|
||||||
cell: 'Cell | 单元格',
|
cell: '单元格 | 单元格',
|
||||||
triggerFunction: 'Trigger function | 触发函数',
|
triggerFunction: '触发函数 | 触发函数',
|
||||||
all: '全部',
|
all: '全部',
|
||||||
duplicate: '重复',
|
duplicate: '重复',
|
||||||
routine: '例程',
|
routine: '例程',
|
||||||
new: 'New',
|
new: '新',
|
||||||
history: '历史记录',
|
history: '历史',
|
||||||
select: '选择',
|
select: '选择',
|
||||||
passphrase: '密码',
|
passphrase: '密码短语',
|
||||||
filter: '过滤器',
|
filter: '过滤器',
|
||||||
change: '变更',
|
change: '变更',
|
||||||
views: '视图',
|
views: '视图',
|
||||||
@@ -129,131 +129,139 @@ export const zhCN = {
|
|||||||
routines: '例程',
|
routines: '例程',
|
||||||
functions: '函数',
|
functions: '函数',
|
||||||
schedulers: '调度器',
|
schedulers: '调度器',
|
||||||
includes: '包括',
|
includes: '包含',
|
||||||
drop: '按下([使]掉下)',
|
drop: '下降',
|
||||||
completed: '完成',
|
completed: '已完成',
|
||||||
aborted: '中止',
|
aborted: '中止',
|
||||||
disabled: '禁用',
|
disabled: '禁用',
|
||||||
enable: '启用',
|
enable: '启用',
|
||||||
disable: '是否禁用',
|
disable: '禁用',
|
||||||
commit: '提交',
|
commit: '提交',
|
||||||
rollback: '回滚',
|
rollback: '回滚',
|
||||||
connectionString: '连接字符串',
|
connectionString: '连接字符串',
|
||||||
contributors: '贡献者',
|
contributors: '贡献者',
|
||||||
pin: 'Pin',
|
pin: '固定',
|
||||||
unpin: 'Unpin'
|
unpin: '取消固定',
|
||||||
|
console: '控制台',
|
||||||
|
shortcuts: '快捷键',
|
||||||
|
folder: '文件夹 | 文件夹',
|
||||||
|
appearance: '外观',
|
||||||
|
color: '颜色',
|
||||||
|
label: '标签',
|
||||||
|
icon: '图标',
|
||||||
|
resultsTable: '结果表'
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
appWelcome: '欢迎来到Antares SQL Client!',
|
appWelcome: '欢迎来到Antares SQL Client!',
|
||||||
appFirstStep: '你的第一步: 创建一个新的数据库连接.',
|
appFirstStep: '你的第一步: 创建一个新的数据库连接.',
|
||||||
addConnection: '添加连接',
|
addConnection: '添加连接',
|
||||||
createConnection: '创建连接',
|
createConnection: '创建连接',
|
||||||
createNewConnection: '创建新的连接',
|
createNewConnection: '创建新连接',
|
||||||
askCredentials: '询问凭证',
|
askCredentials: '询问凭据',
|
||||||
testConnection: '测试连接',
|
testConnection: '测试连接',
|
||||||
editConnection: '编辑连接',
|
editConnection: '编辑连接',
|
||||||
deleteConnection: '删除连接',
|
deleteConnection: '删除连接',
|
||||||
deleteCorfirm: '您是否确认取消',
|
deleteConfirm: '您是否确认取消',
|
||||||
connectionSuccessfullyMade: '连接成功建立!',
|
connectionSuccessfullyMade: '连接成功了!',
|
||||||
madeWithJS: '用💛和JavaScript制造!',
|
madeWithJS: '使用 💛 和 JavaScript 制作!',
|
||||||
checkForUpdates: '检查更新',
|
checkForUpdates: '检查更新',
|
||||||
noUpdatesAvailable: '没有可用的更新',
|
noUpdatesAvailable: '无可用更新',
|
||||||
checkingForUpdate: '正在检查更新',
|
checkingForUpdate: '正在检查更新',
|
||||||
checkFailure: '检查失败,请稍后再试',
|
checkFailure: '检查失败,请稍后再试',
|
||||||
updateAvailable: '可用的更新',
|
updateAvailable: '可用更新',
|
||||||
downloadingUpdate: '正在下载更新',
|
downloadingUpdate: '正在下载更新',
|
||||||
updateDownloaded: '更新已下载',
|
updateDownloaded: '已下载更新',
|
||||||
restartToInstall: '重启Antares完成更新',
|
restartToInstall: '重启 Antares 以进行安装',
|
||||||
unableEditFieldWithoutPrimary: '无法编辑一个在结果集中没有主键的字段',
|
unableEditFieldWithoutPrimary: '无法编辑结果集中一个没有主键的字段',
|
||||||
editCell: '编辑单元格',
|
editCell: '编辑单元格',
|
||||||
deleteRows: '删除行 | 删除{count}行',
|
deleteRows: '删除行 | 删除 {count} 行',
|
||||||
confirmToDeleteRows: '你是否确认要删除一行? | 您是否确认要删除{count}行?',
|
confirmToDeleteRows: '您是否确认要删除一行? | 您是否确认要删除 {count} 行?',
|
||||||
notificationsTimeout: '通知超时',
|
notificationsTimeout: '通知超时',
|
||||||
uploadFile: '上传文件',
|
uploadFile: '上传文件',
|
||||||
addNewRow: '添加新行',
|
addNewRow: '添加新行',
|
||||||
numberOfInserts: '插入的数量',
|
numberOfInserts: '插入的数量',
|
||||||
openNewTab: '打开一个新标签',
|
openNewTab: '打开一个新标签',
|
||||||
affectedRows: '受影响的行',
|
affectedRows: '受影响的行',
|
||||||
createNewDatabase: '创建新的数据库',
|
createNewDatabase: '创建新数据库',
|
||||||
databaseName: '数据库名称',
|
databaseName: '数据库名称',
|
||||||
serverDefault: '默认服务器',
|
serverDefault: '默认服务器',
|
||||||
deleteDatabase: '删除数据库',
|
deleteDatabase: '删除数据库',
|
||||||
editDatabase: '编辑数据库',
|
editDatabase: '编辑数据库',
|
||||||
clearChanges: '清除变化',
|
clearChanges: '清除更改',
|
||||||
addNewField: '添加新字段',
|
addNewField: '添加新字段',
|
||||||
manageIndexes: '管理索引',
|
manageIndexes: '管理索引',
|
||||||
manageForeignKeys: '管理外键',
|
manageForeignKeys: '管理外键',
|
||||||
allowNull: '允许NULL',
|
allowNull: '允许 NULL',
|
||||||
zeroFill: '填充零',
|
zeroFill: '零填充',
|
||||||
customValue: '自定义值',
|
customValue: '自定义值',
|
||||||
onUpdate: '在更新时',
|
onUpdate: '在更新',
|
||||||
deleteField: '删除字段',
|
deleteField: '删除字段',
|
||||||
createNewIndex: '创建新的索引',
|
createNewIndex: '创建新索引',
|
||||||
addToIndex: '添加到索引',
|
addToIndex: '添加到索引',
|
||||||
createNewTable: '创建新表',
|
createNewTable: '创建新表',
|
||||||
emptyTable: '清空表',
|
emptyTable: '清空表',
|
||||||
deleteTable: '删除表',
|
deleteTable: '删除表',
|
||||||
emptyCorfirm: '你是否确认清空',
|
emptyConfirm: '您是否确认清空',
|
||||||
unsavedChanges: '未保存的更改',
|
unsavedChanges: '未保存的更改',
|
||||||
discardUnsavedChanges: '你有一些未保存的修改。关闭这个标签,这些变化将被丢弃.',
|
discardUnsavedChanges: '您有一些未保存的更改, 关闭此标签将放弃这些更改.',
|
||||||
thereAreNoIndexes: '没有索引',
|
thereAreNoIndexes: '没有索引',
|
||||||
thereAreNoForeign: '没有外键',
|
thereAreNoForeign: '没有外键',
|
||||||
createNewForeign: '创建新的外键',
|
createNewForeign: '创建新外键',
|
||||||
referenceTable: '参考表',
|
referenceTable: '参考表',
|
||||||
referenceField: '参考字段',
|
referenceField: '参考字段',
|
||||||
foreignFields: '外键字段',
|
foreignFields: '外键字段',
|
||||||
invalidDefault: '无效的默认值',
|
invalidDefault: '无效的默认值',
|
||||||
onDelete: '在删除时',
|
onDelete: '在删除',
|
||||||
applicationTheme: '应用主题',
|
applicationTheme: '应用程序主题',
|
||||||
editorTheme: '编辑器主题',
|
editorTheme: '编辑器主题',
|
||||||
wrapLongLines: '超出换行显示',
|
wrapLongLines: '将长行换行显示',
|
||||||
selectStatement: '选择语句',
|
selectStatement: '选择语句',
|
||||||
triggerStatement: '触发器语句',
|
triggerStatement: '触发器语句',
|
||||||
sqlSecurity: 'SQL安全',
|
sqlSecurity: 'SQL 安全',
|
||||||
updateOption: '更新选项',
|
updateOption: '更新选项',
|
||||||
deleteView: '删除视图',
|
deleteView: '删除视图',
|
||||||
createNewView: '创建新视图',
|
createNewView: '创建新视图',
|
||||||
deleteTrigger: '删除触发器',
|
deleteTrigger: '删除触发器',
|
||||||
createNewTrigger: '创建新的触发器',
|
createNewTrigger: '创建新触发器',
|
||||||
currentUser: '当前用户',
|
currentUser: '当前用户',
|
||||||
routineBody: '例程主体',
|
routineBody: '例程主体',
|
||||||
dataAccess: '数据访问',
|
dataAccess: '数据访问',
|
||||||
thereAreNoParameters: '没有参数',
|
thereAreNoParameters: '没有参数',
|
||||||
createNewParameter: '创建新参数',
|
createNewParameter: '创建新参数',
|
||||||
createNewRoutine: '创建新的例程',
|
createNewRoutine: '创建新存储例程',
|
||||||
deleteRoutine: '删除例程',
|
deleteRoutine: '删除存储例程',
|
||||||
functionBody: '函数体',
|
functionBody: '函数体',
|
||||||
createNewFunction: '创建新函数',
|
createNewFunction: '创建新函数',
|
||||||
deleteFunction: '删除函数',
|
deleteFunction: '删除函数',
|
||||||
schedulerBody: '调度器主体',
|
schedulerBody: '调度器主体',
|
||||||
createNewScheduler: '创建新的调度器',
|
createNewScheduler: '创建新调度器',
|
||||||
deleteScheduler: '删除调度器',
|
deleteScheduler: '删除调度器',
|
||||||
preserveOnCompletion: '完成时保存',
|
preserveOnCompletion: '完成时保存',
|
||||||
enableSsl: '启用SSL',
|
enableSsl: '启用 SSL',
|
||||||
manualValue: '手动值',
|
manualValue: '手动值',
|
||||||
tableFiller: '表填充器',
|
tableFiller: '表填充器',
|
||||||
fakeDataLanguage: '伪造的数据语言',
|
fakeDataLanguage: '伪造的数据语言',
|
||||||
searchForElements: '搜索元素',
|
searchForElements: '搜索元素',
|
||||||
selectAll: '选择所有',
|
selectAll: '选择全部',
|
||||||
queryDuration: '查询时间',
|
queryDuration: '查询时间',
|
||||||
includeBetaUpdates: '包括测试版更新',
|
includeBetaUpdates: '包含测试版的更新',
|
||||||
setNull: '设置NULL',
|
setNull: '设置 NULL',
|
||||||
processesList: '进程列表',
|
processesList: '进程列表',
|
||||||
processInfo: '进程信息',
|
processInfo: '进程信息',
|
||||||
manageUsers: '管理用户',
|
manageUsers: '管理用户',
|
||||||
createNewSchema: '创建新模式',
|
createNewSchema: '创建新模式(schema)',
|
||||||
schemaName: '模式名称',
|
schemaName: '模式名称',
|
||||||
editSchema: '编辑模式',
|
editSchema: '编辑模式',
|
||||||
deleteSchema: '删除模式',
|
deleteSchema: '删除模式',
|
||||||
markdownSupported: '支持Markdown',
|
markdownSupported: '支持 Markdown',
|
||||||
plantATree: '种植一棵树',
|
plantATree: '种植一棵树',
|
||||||
dataTabPageSize: '数据标签的页面大小',
|
dataTabPageSize: '数据标签的页面大小',
|
||||||
enableSsh: '启用SSH',
|
enableSsh: '启用 SSH',
|
||||||
pageNumber: '页数',
|
pageNumber: '页数',
|
||||||
duplicateTable: '重复的表格',
|
duplicateTable: '重复的表',
|
||||||
noOpenTabs: '没有打开的标签,在左栏导航或:',
|
noOpenTabs: '没有打开的标签, 请在左侧栏上导航或:',
|
||||||
noSchema: '没有模式',
|
noSchema: '没有模式',
|
||||||
restorePreviourSession: '恢复以前的会话',
|
restorePreviousSession: '恢复上一个会话',
|
||||||
runQuery: '运行查询',
|
runQuery: '运行查询',
|
||||||
thereAreNoTableFields: '没有表的字段',
|
thereAreNoTableFields: '没有表的字段',
|
||||||
newTable: '新表',
|
newTable: '新表',
|
||||||
@@ -263,40 +271,73 @@ export const zhCN = {
|
|||||||
newFunction: '新函数',
|
newFunction: '新函数',
|
||||||
newScheduler: '新调度器',
|
newScheduler: '新调度器',
|
||||||
newTriggerFunction: '新触发函数',
|
newTriggerFunction: '新触发函数',
|
||||||
thereIsNoQueriesYet: '还没有查询',
|
thereIsNoQueriesYet: '目前还没有任何查询',
|
||||||
searchForQueries: '搜索查询',
|
searchForQueries: '搜索查询',
|
||||||
killProcess: '杀死进程',
|
killProcess: '终止进程',
|
||||||
closeTab: '关闭标签',
|
closeTab: '关闭标签',
|
||||||
exportSchema: '导出 schema',
|
exportSchema: '导出模式(schema)',
|
||||||
importSchema: '导入 schema',
|
importSchema: '导入模式(schema)',
|
||||||
directoryPath: '目录路径',
|
directoryPath: '目录路径',
|
||||||
newInserStmtEvery: '新的 INSERT 语句每个',
|
newInsertStmtEvery: '每条新的 INSERT 语句',
|
||||||
processingTableExport: '处理 {table}',
|
processingTableExport: '处理 {table}',
|
||||||
fechingTableExport: '正在从 {table} 获取数据中',
|
fetchingTableExport: '正在获取 {table} 数据',
|
||||||
writingTableExport: '正在将 {table} 数据写入中',
|
writingTableExport: '正在写入 {table} 数据',
|
||||||
checkAllTables: '检查所有表格',
|
checkAllTables: '勾选所有表',
|
||||||
uncheckAllTables: '取消选中所有表格',
|
uncheckAllTables: '不勾选所有表',
|
||||||
goToDownloadPage: '跳转到下载页面',
|
goToDownloadPage: '转到下载页面',
|
||||||
readOnlyMode: '只读模式',
|
readOnlyMode: '只读模式',
|
||||||
killQuery: '停止查询',
|
killQuery: '取消查询',
|
||||||
insertRow: '插入行 | 插入多行',
|
insertRow: '插入行 | 插入多行',
|
||||||
commitMode: '提交模式',
|
commitMode: '提交模式',
|
||||||
autoCommit: '自动提交',
|
autoCommit: '自动提交',
|
||||||
manualCommit: '手动提交',
|
manualCommit: '手动提交',
|
||||||
actionSuccessful: '{action} 成功',
|
actionSuccessful: '{action} 成功',
|
||||||
importQueryErrors: '警告: {n} 错误已发生 | 警告: 发生 {n} 个错误',
|
importQueryErrors: '警告: 发生了 {n} 个错误 | 警告: 发生了 {n} 个错误',
|
||||||
executedQueries: '{n} 个查询已执行 | {n} 个查询已执行',
|
executedQueries: '{n} 个查询已执行 | {n} 个查询已执行',
|
||||||
ourputFormat: '输出格式',
|
outputFormat: '输出格式',
|
||||||
singleFile: '单个 {ext} 文件',
|
singleFile: '单个 {ext} 文件',
|
||||||
zipCompressedFile: 'ZIP 压缩 {ext} 文件',
|
zipCompressedFile: 'ZIP 压缩 {ext} 文件',
|
||||||
disableBlur: '禁用模糊',
|
disableBlur: '禁用模糊',
|
||||||
untrustedConnection: '不受信任的连接',
|
untrustedConnection: '不受信任的连接',
|
||||||
missingOrIncompleteTranslation: '翻译缺失或不完整?',
|
missingOrIncompleteTranslation: '有缺失或不完整的翻译?',
|
||||||
findOutHowToContribute: '找出如何贡献',
|
findOutHowToContribute: '了解如何做出贡献',
|
||||||
disableFKChecks: '禁用外键检查',
|
disableFKChecks: '禁用外键检查',
|
||||||
allConnections: '所有连接',
|
allConnections: '所有连接',
|
||||||
searchForConnections: '搜索连接',
|
searchForConnections: '搜索连接',
|
||||||
disableScratchpad: '禁用暂存器'
|
disableScratchpad: '禁用草稿栏',
|
||||||
|
reportABug: '报告错误',
|
||||||
|
nextTab: '下一个标签',
|
||||||
|
previousTab: '上一个标签',
|
||||||
|
selectTabNumber: '选择标签编号 {param}',
|
||||||
|
toggleConsole: '切换控制台',
|
||||||
|
addShortcut: '添加快捷键',
|
||||||
|
editShortcut: '编辑快捷键',
|
||||||
|
deleteShortcut: '删除快捷键',
|
||||||
|
restoreDefaults: '恢复默认值',
|
||||||
|
restoreDefaultsQuestion: '是否确认恢复默认值?',
|
||||||
|
registerAShortcut: '注册快捷键',
|
||||||
|
invalidShortcutMessage: '无效组合,请继续输入',
|
||||||
|
shortcutAlreadyExists: '快捷键已经存在',
|
||||||
|
saveContent: '保存内容',
|
||||||
|
openAllConnections: '打开全部连接',
|
||||||
|
openSettings: '打开设置',
|
||||||
|
openScratchpad: '打开草稿栏',
|
||||||
|
runOrReload: '运行或重新加载',
|
||||||
|
formatQuery: '格式查询',
|
||||||
|
queryHistory: '查询历史',
|
||||||
|
clearQuery: '清除查询',
|
||||||
|
openFilter: '打开过滤器',
|
||||||
|
nextResultsPage: '下一个结果页',
|
||||||
|
previousResultsPage: '上一个结果页',
|
||||||
|
fillCell: '填充单元格',
|
||||||
|
editFolder: '编辑文件夹',
|
||||||
|
folderName: '文件夹名称',
|
||||||
|
deleteFolder: '删除文件夹',
|
||||||
|
editConnectionAppearance: '编辑连接的外观',
|
||||||
|
executeSelectedQuery: '执行所选查询',
|
||||||
|
defaultCopyType: '默认复制类型',
|
||||||
|
showTableSize: '在侧边栏显示表大小',
|
||||||
|
showTableSizeDescription: '仅限 MySQL/MariaDB. 启用此选项可能会影响许多表的模式(schema)的性能.'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: '地址',
|
address: '地址',
|
||||||
@@ -306,8 +347,8 @@ export const zhCN = {
|
|||||||
date: '日期',
|
date: '日期',
|
||||||
finance: '财务',
|
finance: '财务',
|
||||||
git: 'Git',
|
git: 'Git',
|
||||||
hacker: 'Hacker',
|
hacker: '黑客',
|
||||||
internet: 'Internet',
|
internet: '互联网',
|
||||||
lorem: 'Lorem',
|
lorem: 'Lorem',
|
||||||
name: '姓名',
|
name: '姓名',
|
||||||
music: '音乐',
|
music: '音乐',
|
||||||
@@ -317,26 +358,26 @@ export const zhCN = {
|
|||||||
time: '时间',
|
time: '时间',
|
||||||
vehicle: '车辆',
|
vehicle: '车辆',
|
||||||
zipCode: '邮政编码',
|
zipCode: '邮政编码',
|
||||||
zipCodeByState: '按州的邮编',
|
zipCodeByState: '各州的邮政编码',
|
||||||
city: '城市',
|
city: '城市',
|
||||||
cityPrefix: '城市前缀',
|
cityPrefix: '城市前缀',
|
||||||
citySuffix: '城市后缀',
|
citySuffix: '城市后缀',
|
||||||
streetName: '街道名称',
|
streetName: '街道名称',
|
||||||
streetAddress: '街道地址',
|
streetAddress: '街道地址',
|
||||||
streetSuffix: '街道前缀',
|
streetSuffix: '街道后缀',
|
||||||
streetPrefix: '街道后缀',
|
streetPrefix: '街道前缀',
|
||||||
secondaryAddress: '次要地址',
|
secondaryAddress: '次要地址',
|
||||||
county: '县',
|
county: '县',
|
||||||
country: '国家',
|
country: '国家',
|
||||||
countryCode: '国家代码',
|
countryCode: '国家代码',
|
||||||
state: '州',
|
state: '州',
|
||||||
stateAbbr: '州的缩写',
|
stateAbbr: '州简称',
|
||||||
latitude: '纬度',
|
latitude: '纬度',
|
||||||
longitude: '经度',
|
longitude: '经度',
|
||||||
direction: '方向',
|
direction: '方向',
|
||||||
cardinalDirection: 'Cardinal direction',
|
cardinalDirection: '方位',
|
||||||
ordinalDirection: 'Ordinal direction',
|
ordinalDirection: '顺序方向',
|
||||||
nearbyGPSCoordinate: '附近的GPS坐标',
|
nearbyGPSCoordinate: '附近的 GPS 坐标',
|
||||||
timeZone: '时区',
|
timeZone: '时区',
|
||||||
color: '颜色',
|
color: '颜色',
|
||||||
department: '部门',
|
department: '部门',
|
||||||
@@ -345,23 +386,24 @@ export const zhCN = {
|
|||||||
productAdjective: '产品形容词',
|
productAdjective: '产品形容词',
|
||||||
productMaterial: '产品材料',
|
productMaterial: '产品材料',
|
||||||
product: '产品',
|
product: '产品',
|
||||||
productDescription: '产品描述',
|
productDescription: '产品说明',
|
||||||
suffixes: '后缀',
|
suffixes: '后缀',
|
||||||
companyName: '公司名称',
|
companyName: '公司名称',
|
||||||
companySuffix: '公司后缀',
|
companySuffix: '公司后缀',
|
||||||
catchPhrase: 'Catch phrase',
|
catchPhrase: '流行语',
|
||||||
bs: 'BS',
|
bs: 'BS',
|
||||||
catchPhraseAdjective: 'Catch phrase adjective',
|
catchPhraseAdjective: '流行语形容词',
|
||||||
catchPhraseDescriptor: 'Catch phrase descriptor',
|
catchPhraseDescriptor: '流行语说明',
|
||||||
catchPhraseNoun: 'Catch phrase noun',
|
catchPhraseNoun: '流行语名词',
|
||||||
bsAdjective: 'BS adjective',
|
bsAdjective: 'BS 形容词',
|
||||||
bsBuzz: 'BS buzz',
|
bsBuzz: 'BS 嗡嗡声',
|
||||||
bsNoun: 'BS noun',
|
bsNoun: 'BS 名称',
|
||||||
column: '列',
|
column: '列',
|
||||||
type: '类型',
|
type: '类型',
|
||||||
collation: '校对',
|
collation: '排序规则',
|
||||||
engine: 'Engine',
|
engine: '引擎',
|
||||||
past: '过去',
|
past: '过去',
|
||||||
|
now: '现在',
|
||||||
future: '未来',
|
future: '未来',
|
||||||
between: '之间',
|
between: '之间',
|
||||||
recent: '最近',
|
recent: '最近',
|
||||||
@@ -370,7 +412,7 @@ export const zhCN = {
|
|||||||
weekday: '工作日',
|
weekday: '工作日',
|
||||||
account: '账户',
|
account: '账户',
|
||||||
accountName: '账户名称',
|
accountName: '账户名称',
|
||||||
routingNumber: '路由号码',
|
routingNumber: '路由编号',
|
||||||
mask: '掩码',
|
mask: '掩码',
|
||||||
amount: '金额',
|
amount: '金额',
|
||||||
transactionType: '交易类型',
|
transactionType: '交易类型',
|
||||||
@@ -389,29 +431,29 @@ export const zhCN = {
|
|||||||
commitEntry: '提交条目',
|
commitEntry: '提交条目',
|
||||||
commitMessage: '提交信息',
|
commitMessage: '提交信息',
|
||||||
commitSha: '提交 SHA',
|
commitSha: '提交 SHA',
|
||||||
shortSha: 'Short SHA',
|
shortSha: '短的 SHA',
|
||||||
abbreviation: '缩写',
|
abbreviation: '缩写',
|
||||||
adjective: '形容词',
|
adjective: '形容词',
|
||||||
noun: '名词',
|
noun: '名词',
|
||||||
verb: '动词',
|
verb: '动词',
|
||||||
ingverb: 'Ingverb',
|
ingverb: '英式动词',
|
||||||
phrase: '短语',
|
phrase: '短语',
|
||||||
avatar: '头像',
|
avatar: '头像',
|
||||||
email: '电子邮箱',
|
email: '电子邮箱',
|
||||||
exampleEmail: '电子邮件例子',
|
exampleEmail: '示例电子邮件',
|
||||||
userName: '用户名',
|
userName: '用户名',
|
||||||
protocol: '协议',
|
protocol: '协议',
|
||||||
url: 'Url',
|
url: '统一资源定位地址',
|
||||||
domainName: 'Domin name',
|
domainName: '域名',
|
||||||
domainSuffix: '域名后缀',
|
domainSuffix: '域名后缀',
|
||||||
domainWord: 'Domain word',
|
domainWord: '域词',
|
||||||
ip: 'Ip',
|
ip: 'Ip',
|
||||||
ipv6: 'Ipv6',
|
ipv6: 'Ipv6',
|
||||||
userAgent: 'User agent',
|
userAgent: '用户代理',
|
||||||
mac: 'Mac',
|
mac: 'Mac',
|
||||||
password: '密码',
|
password: '密码',
|
||||||
word: 'Word',
|
word: '单词',
|
||||||
words: 'Words',
|
words: '单词',
|
||||||
sentence: '句子',
|
sentence: '句子',
|
||||||
slug: 'Slug',
|
slug: 'Slug',
|
||||||
sentences: '句子',
|
sentences: '句子',
|
||||||
@@ -419,7 +461,7 @@ export const zhCN = {
|
|||||||
paragraphs: '段落',
|
paragraphs: '段落',
|
||||||
text: '文本',
|
text: '文本',
|
||||||
lines: '行',
|
lines: '行',
|
||||||
genre: 'Genre',
|
genre: '类型',
|
||||||
firstName: '名',
|
firstName: '名',
|
||||||
lastName: '姓氏',
|
lastName: '姓氏',
|
||||||
middleName: '中间名',
|
middleName: '中间名',
|
||||||
@@ -428,30 +470,30 @@ export const zhCN = {
|
|||||||
gender: '性别',
|
gender: '性别',
|
||||||
prefix: '前缀',
|
prefix: '前缀',
|
||||||
suffix: '后缀',
|
suffix: '后缀',
|
||||||
title: '标题',
|
title: '头衔',
|
||||||
jobDescriptor: '工作描述',
|
jobDescriptor: '工作描述',
|
||||||
jobArea: '工作领域',
|
jobArea: '工作领域',
|
||||||
jobType: '工作类型',
|
jobType: '工作类型',
|
||||||
phoneNumber: '电话号码',
|
phoneNumber: '电话号码',
|
||||||
phoneNumberFormat: '电话号码格式',
|
phoneNumberFormat: '电话号码格式',
|
||||||
phoneFormats: '电话格式',
|
phoneFormats: '电话格式',
|
||||||
number: 'Number',
|
number: '号码',
|
||||||
float: 'Float',
|
float: 'Float',
|
||||||
arrayElement: '数组元素',
|
arrayElement: '数组元素',
|
||||||
arrayElements: '数组元素',
|
arrayElements: '数组元素',
|
||||||
objectElement: '对象元素',
|
objectElement: '对象元素',
|
||||||
uuid: 'Uuid',
|
uuid: 'Uuid',
|
||||||
boolean: 'Boolean',
|
boolean: '布尔型',
|
||||||
image: 'Image',
|
image: '镜像',
|
||||||
locale: 'Locale',
|
locale: '区域',
|
||||||
alpha: 'Alpha',
|
alpha: '阿尔法',
|
||||||
alphaNumeric: 'Alphanumeric',
|
alphaNumeric: 'α 数字',
|
||||||
hexaDecimal: 'Hexadecimal',
|
hexaDecimal: '十六进制',
|
||||||
fileName: '文件名',
|
fileName: '文件名',
|
||||||
commonFileName: '普通文件名',
|
commonFileName: '普通文件名',
|
||||||
mimeType: 'MIME类型',
|
mimeType: 'MIME类型',
|
||||||
commonFileType: '常见的文件类型',
|
commonFileType: '常见文件类型',
|
||||||
commonFileExt: '常见的文件扩展名',
|
commonFileExt: '常见文件扩展名',
|
||||||
fileType: '文件类型',
|
fileType: '文件类型',
|
||||||
fileExt: '文件扩展名',
|
fileExt: '文件扩展名',
|
||||||
directoryPath: '目录路径',
|
directoryPath: '目录路径',
|
||||||
|
9
src/renderer/ipc-api/Databases.ts
Normal file
9
src/renderer/ipc-api/Databases.ts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
import { ipcRenderer } from 'electron';
|
||||||
|
import { unproxify } from '../libs/unproxify';
|
||||||
|
import { IpcResponse } from 'common/interfaces/antares';
|
||||||
|
|
||||||
|
export default class {
|
||||||
|
static getDatabases (params: string): Promise<IpcResponse> {
|
||||||
|
return ipcRenderer.invoke('get-databases', unproxify(params));
|
||||||
|
}
|
||||||
|
}
|
@@ -35,6 +35,10 @@ export default class {
|
|||||||
return ipcRenderer.invoke('get-table-indexes', unproxify(params));
|
return ipcRenderer.invoke('get-table-indexes', unproxify(params));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static getTableDll (params: { uid: string; schema: string; table: string }): Promise<IpcResponse<string>> {
|
||||||
|
return ipcRenderer.invoke('get-table-ddl', unproxify(params));
|
||||||
|
}
|
||||||
|
|
||||||
static getKeyUsage (params: { uid: string; schema: string; table: string }): Promise<IpcResponse> {
|
static getKeyUsage (params: { uid: string; schema: string; table: string }): Promise<IpcResponse> {
|
||||||
return ipcRenderer.invoke('get-key-usage', unproxify(params));
|
return ipcRenderer.invoke('get-key-usage', unproxify(params));
|
||||||
}
|
}
|
||||||
|
@@ -1,14 +1,26 @@
|
|||||||
import { ClientCode } from 'common/interfaces/antares';
|
import { ClientCode } from 'common/interfaces/antares';
|
||||||
import { jsonToSqlInsert } from 'common/libs/sqlUtils';
|
import { jsonToSqlInsert } from 'common/libs/sqlUtils';
|
||||||
|
import * as json2php from 'json2php';
|
||||||
|
|
||||||
export const exportRows = (args: {
|
export const exportRows = (args: {
|
||||||
type: 'csv' | 'json'| 'sql';
|
type: 'csv' | 'json'| 'sql' | 'php';
|
||||||
content: object[];
|
content: object[];
|
||||||
table: string;
|
table: string;
|
||||||
client?: ClientCode;
|
client?: ClientCode;
|
||||||
fields?: {
|
fields?: {
|
||||||
[key: string]: {type: string; datePrecision: number};
|
[key: string]: {type: string; datePrecision: number};
|
||||||
};
|
};
|
||||||
|
sqlOptions?: {
|
||||||
|
sqlInsertAfter: number;
|
||||||
|
sqlInsertDivider: 'bytes' | 'rows';
|
||||||
|
targetTable: string;
|
||||||
|
};
|
||||||
|
csvOptions?: {
|
||||||
|
header: boolean;
|
||||||
|
fieldDelimiter: string;
|
||||||
|
linesTerminator: string;
|
||||||
|
stringDelimiter: string;
|
||||||
|
};
|
||||||
}) => {
|
}) => {
|
||||||
let mime;
|
let mime;
|
||||||
let content;
|
let content;
|
||||||
@@ -17,31 +29,46 @@ export const exportRows = (args: {
|
|||||||
case 'csv': {
|
case 'csv': {
|
||||||
mime = 'text/csv';
|
mime = 'text/csv';
|
||||||
const csv = [];
|
const csv = [];
|
||||||
|
const sd = args.csvOptions.stringDelimiter === 'single'
|
||||||
|
? '\''
|
||||||
|
: args.csvOptions.stringDelimiter === 'single'
|
||||||
|
? '"'
|
||||||
|
: '';
|
||||||
|
|
||||||
if (args.content.length)
|
if (args.content.length && args.csvOptions.header)
|
||||||
csv.push(Object.keys(args.content[0]).join(';'));
|
csv.push(Object.keys(args.content[0]).join(args.csvOptions.fieldDelimiter));
|
||||||
|
|
||||||
for (const row of args.content)
|
for (const row of args.content) {
|
||||||
csv.push(Object.values(row).map(col => typeof col === 'string' ? `"${col}"` : col).join(';'));
|
csv.push(Object.values(row).map(col => {
|
||||||
|
if (typeof col === 'string') return `${sd}${col}${sd}`;
|
||||||
|
if (col instanceof Buffer) return col.toString('base64');
|
||||||
|
if (col instanceof Uint8Array) return Buffer.from(col).toString('base64');
|
||||||
|
return col;
|
||||||
|
}).join(args.csvOptions.fieldDelimiter));
|
||||||
|
}
|
||||||
|
|
||||||
content = csv.join('\n');
|
content = csv.join(args.csvOptions.linesTerminator.replaceAll('\\n', '\n').replaceAll('\\r', '\r'));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'sql': {
|
case 'sql': {
|
||||||
mime = 'text/sql';
|
mime = 'text/sql';
|
||||||
const sql = [];
|
const sql = jsonToSqlInsert({
|
||||||
|
json: args.content,
|
||||||
|
client:
|
||||||
|
args.client,
|
||||||
|
fields: args.fields,
|
||||||
|
table: args.sqlOptions?.targetTable || args.table,
|
||||||
|
options: args.sqlOptions
|
||||||
|
});
|
||||||
|
|
||||||
for (const row of args.content) {
|
content = sql;
|
||||||
sql.push(jsonToSqlInsert({
|
break;
|
||||||
json: row,
|
}
|
||||||
client:
|
case 'php': {
|
||||||
args.client,
|
mime = 'application/x-httpd-php';
|
||||||
fields: args.fields,
|
const printer = json2php.make({ linebreak: '\n', indent: '\t', shortArraySyntax: true });
|
||||||
table: args.table
|
content = printer(args.content);
|
||||||
}));
|
content = `<?php\n$${(args.sqlOptions?.targetTable || args.table).replaceAll('-', '_')} = ${content};`;
|
||||||
}
|
|
||||||
|
|
||||||
content = sql.join('\n');
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'json':
|
case 'json':
|
||||||
@@ -54,7 +81,7 @@ export const exportRows = (args: {
|
|||||||
|
|
||||||
const file = new Blob([content], { type: mime });
|
const file = new Blob([content], { type: mime });
|
||||||
const downloadLink = document.createElement('a');
|
const downloadLink = document.createElement('a');
|
||||||
downloadLink.download = `${args.table}.${args.type}`;
|
downloadLink.download = `${args.sqlOptions?.targetTable || args.table}.${args.type}`;
|
||||||
downloadLink.href = window.URL.createObjectURL(file);
|
downloadLink.href = window.URL.createObjectURL(file);
|
||||||
downloadLink.style.display = 'none';
|
downloadLink.style.display = 'none';
|
||||||
document.body.appendChild(downloadLink);
|
document.body.appendChild(downloadLink);
|
||||||
|
@@ -19,6 +19,7 @@ export const useSettingsStore = defineStore('settings', {
|
|||||||
allowPrerelease: settingsStore.get('allow_prerelease', true) as boolean,
|
allowPrerelease: settingsStore.get('allow_prerelease', true) as boolean,
|
||||||
explorebarSize: settingsStore.get('explorebar_size', null) as number,
|
explorebarSize: settingsStore.get('explorebar_size', null) as number,
|
||||||
notificationsTimeout: settingsStore.get('notifications_timeout', 5) as number,
|
notificationsTimeout: settingsStore.get('notifications_timeout', 5) as number,
|
||||||
|
showTableSize: settingsStore.get('show_table_size', false) as boolean,
|
||||||
dataTabLimit: settingsStore.get('data_tab_limit', 1000) as number,
|
dataTabLimit: settingsStore.get('data_tab_limit', 1000) as number,
|
||||||
autoComplete: settingsStore.get('auto_complete', true) as boolean,
|
autoComplete: settingsStore.get('auto_complete', true) as boolean,
|
||||||
lineWrap: settingsStore.get('line_wrap', true) as boolean,
|
lineWrap: settingsStore.get('line_wrap', true) as boolean,
|
||||||
@@ -50,6 +51,10 @@ export const useSettingsStore = defineStore('settings', {
|
|||||||
this.notificationsTimeout = timeout;
|
this.notificationsTimeout = timeout;
|
||||||
settingsStore.set('notifications_timeout', this.notificationsTimeout);
|
settingsStore.set('notifications_timeout', this.notificationsTimeout);
|
||||||
},
|
},
|
||||||
|
changeShowTableSize (show: boolean) {
|
||||||
|
this.showTableSize = show;
|
||||||
|
settingsStore.set('show_table_size', this.showTableSize);
|
||||||
|
},
|
||||||
changeExplorebarSize (size: number) {
|
changeExplorebarSize (size: number) {
|
||||||
this.explorebarSize = size;
|
this.explorebarSize = size;
|
||||||
settingsStore.set('explorebar_size', this.explorebarSize);
|
settingsStore.set('explorebar_size', this.explorebarSize);
|
||||||
|
@@ -30,6 +30,7 @@ export interface WorkspaceTab {
|
|||||||
index?: number;
|
index?: number;
|
||||||
selected?: boolean;
|
selected?: boolean;
|
||||||
type?: string;
|
type?: string;
|
||||||
|
database?: string;
|
||||||
schema?: string;
|
schema?: string;
|
||||||
elementName?: string;
|
elementName?: string;
|
||||||
elementNewName?: string;
|
elementNewName?: string;
|
||||||
@@ -65,6 +66,7 @@ export interface Breadcrumb {
|
|||||||
export interface Workspace {
|
export interface Workspace {
|
||||||
uid: string;
|
uid: string;
|
||||||
client?: ClientCode;
|
client?: ClientCode;
|
||||||
|
database?: string;
|
||||||
connectionStatus: string;
|
connectionStatus: string;
|
||||||
selectedTab: string | number;
|
selectedTab: string | number;
|
||||||
searchTerm: string;
|
searchTerm: string;
|
||||||
@@ -145,14 +147,15 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
else
|
else
|
||||||
this.selectedWorkspace = uid;
|
this.selectedWorkspace = uid;
|
||||||
},
|
},
|
||||||
async connectWorkspace (connection: ConnectionParams & { pgConnString?: string }) {
|
async connectWorkspace (connection: ConnectionParams & { pgConnString?: string }, mode?: string) {
|
||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
||||||
? {
|
? {
|
||||||
...workspace,
|
...workspace,
|
||||||
structure: {},
|
structure: [],
|
||||||
breadcrumbs: {},
|
breadcrumbs: {},
|
||||||
loadedSchemas: new Set(),
|
loadedSchemas: new Set(),
|
||||||
connectionStatus: 'connecting'
|
database: connection.database,
|
||||||
|
connectionStatus: mode === 'switch' ? 'connected' : 'connecting'
|
||||||
}
|
}
|
||||||
: workspace);
|
: workspace);
|
||||||
|
|
||||||
@@ -168,7 +171,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
||||||
? {
|
? {
|
||||||
...workspace,
|
...workspace,
|
||||||
structure: {},
|
structure: [],
|
||||||
breadcrumbs: {},
|
breadcrumbs: {},
|
||||||
loadedSchemas: new Set(),
|
loadedSchemas: new Set(),
|
||||||
connectionStatus: 'failed'
|
connectionStatus: 'failed'
|
||||||
@@ -228,6 +231,12 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
}, null);
|
}, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const selectedTab = cachedTabs.length
|
||||||
|
? connection.database
|
||||||
|
? cachedTabs.filter(tab => tab.type === 'query' || tab.database === connection.database)[0].uid
|
||||||
|
: cachedTabs[0].uid
|
||||||
|
: null;
|
||||||
|
|
||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === connection.uid
|
||||||
? {
|
? {
|
||||||
...workspace,
|
...workspace,
|
||||||
@@ -238,7 +247,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
structure: response,
|
structure: response,
|
||||||
connectionStatus: 'connected',
|
connectionStatus: 'connected',
|
||||||
tabs: cachedTabs,
|
tabs: cachedTabs,
|
||||||
selectedTab: cachedTabs.length ? cachedTabs[0].uid : null,
|
selectedTab,
|
||||||
version
|
version
|
||||||
}
|
}
|
||||||
: workspace);
|
: workspace);
|
||||||
@@ -385,7 +394,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === uid
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === uid
|
||||||
? {
|
? {
|
||||||
...workspace,
|
...workspace,
|
||||||
structure: {},
|
structure: [],
|
||||||
breadcrumbs: {},
|
breadcrumbs: {},
|
||||||
loadedSchemas: new Set(),
|
loadedSchemas: new Set(),
|
||||||
connectionStatus: 'disconnected'
|
connectionStatus: 'disconnected'
|
||||||
@@ -394,6 +403,10 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
|
|
||||||
this.selectTab({ uid, tab: 0 });
|
this.selectTab({ uid, tab: 0 });
|
||||||
},
|
},
|
||||||
|
async switchConnection (connection: ConnectionParams & { pgConnString?: string }) {
|
||||||
|
await Connection.disconnect(connection.uid);
|
||||||
|
return this.connectWorkspace(connection, 'switch');
|
||||||
|
},
|
||||||
addWorkspace (uid: string) {
|
addWorkspace (uid: string) {
|
||||||
const workspace: Workspace = {
|
const workspace: Workspace = {
|
||||||
uid,
|
uid,
|
||||||
@@ -468,7 +481,15 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
}
|
}
|
||||||
: workspace);
|
: workspace);
|
||||||
},
|
},
|
||||||
_addTab ({ uid, tab, content, type, autorun, schema, elementName, elementType }: WorkspaceTab) {
|
setDatabase (databaseName: string) {
|
||||||
|
this.workspaces = (this.workspaces as Workspace[]).map(workspace => workspace.uid === this.getSelected
|
||||||
|
? {
|
||||||
|
...workspace,
|
||||||
|
database: databaseName
|
||||||
|
}
|
||||||
|
: workspace);
|
||||||
|
},
|
||||||
|
_addTab ({ uid, tab, content, type, autorun, schema, database, elementName, elementType }: WorkspaceTab) {
|
||||||
if (type === 'query')
|
if (type === 'query')
|
||||||
tabIndex[uid] = tabIndex[uid] ? ++tabIndex[uid] : 1;
|
tabIndex[uid] = tabIndex[uid] ? ++tabIndex[uid] : 1;
|
||||||
|
|
||||||
@@ -477,6 +498,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
index: type === 'query' ? tabIndex[uid] : null,
|
index: type === 'query' ? tabIndex[uid] : null,
|
||||||
selected: false,
|
selected: false,
|
||||||
type,
|
type,
|
||||||
|
database,
|
||||||
schema,
|
schema,
|
||||||
elementName,
|
elementName,
|
||||||
elementType,
|
elementType,
|
||||||
@@ -534,6 +556,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
content,
|
content,
|
||||||
type,
|
type,
|
||||||
autorun,
|
autorun,
|
||||||
|
database: workspaceTabs.database,
|
||||||
schema,
|
schema,
|
||||||
elementName,
|
elementName,
|
||||||
elementType
|
elementType
|
||||||
@@ -572,7 +595,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
});
|
});
|
||||||
|
|
||||||
tabUid = uidGen('T');
|
tabUid = uidGen('T');
|
||||||
this._addTab({ uid, tab: tabUid, content, type, autorun, schema, elementName, elementType });
|
this._addTab({ uid, tab: tabUid, content, type, autorun, database: workspaceTabs.database, schema, elementName, elementType });
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this._replaceTab({ uid, tab: tab.uid, type, schema, elementName, elementType });
|
this._replaceTab({ uid, tab: tab.uid, type, schema, elementName, elementType });
|
||||||
@@ -582,7 +605,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tabUid = uidGen('T');
|
tabUid = uidGen('T');
|
||||||
this._addTab({ uid, tab: tabUid, content, type, autorun, schema, elementName, elementType });
|
this._addTab({ uid, tab: tabUid, content, type, autorun, database: workspaceTabs.database, schema, elementName, elementType });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -603,18 +626,18 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
: false;
|
: false;
|
||||||
|
|
||||||
if (existentTab) {
|
if (existentTab) {
|
||||||
this._replaceTab({ uid, tab: existentTab.uid, type, schema, elementName, elementType });
|
this._replaceTab({ uid, tab: existentTab.uid, type, database: workspaceTabs.database, schema, elementName, elementType });
|
||||||
tabUid = existentTab.uid;
|
tabUid = existentTab.uid;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tabUid = uidGen('T');
|
tabUid = uidGen('T');
|
||||||
this._addTab({ uid, tab: tabUid, content, type, autorun, schema, elementName, elementType });
|
this._addTab({ uid, tab: tabUid, content, type, autorun, database: workspaceTabs.database, schema, elementName, elementType });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
tabUid = uidGen('T');
|
tabUid = uidGen('T');
|
||||||
this._addTab({ uid, tab: tabUid, content, type, autorun, schema, elementName, elementType });
|
this._addTab({ uid, tab: tabUid, content, type, autorun, database: workspaceTabs.database, schema, elementName, elementType });
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -626,8 +649,14 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
? workspace.tabs.some(tab => tab.uid === workspace.selectedTab)
|
? workspace.tabs.some(tab => tab.uid === workspace.selectedTab)
|
||||||
: false;
|
: false;
|
||||||
|
|
||||||
if (!isSelectedExistent && workspace.tabs.length)
|
if (!isSelectedExistent && workspace.tabs.length) {
|
||||||
this.selectTab({ uid, tab: workspace.tabs[workspace.tabs.length - 1].uid });
|
if (workspace.customizations.database) {
|
||||||
|
const databaseTabs = workspace.tabs.filter(tab => tab.type === 'query' || tab.database === workspace.database);
|
||||||
|
this.selectTab({ uid, tab: databaseTabs[databaseTabs.length - 1].uid });
|
||||||
|
}
|
||||||
|
else
|
||||||
|
this.selectTab({ uid, tab: workspace.tabs[workspace.tabs.length - 1].uid });
|
||||||
|
}
|
||||||
},
|
},
|
||||||
updateTabContent ({ uid, tab, type, schema, content }: WorkspaceTab) {
|
updateTabContent ({ uid, tab, type, schema, content }: WorkspaceTab) {
|
||||||
this._replaceTab({ uid, tab, type, schema, content });
|
this._replaceTab({ uid, tab, type, schema, content });
|
||||||
|
1
src/renderer/untyped.d.ts
vendored
1
src/renderer/untyped.d.ts
vendored
@@ -2,6 +2,7 @@
|
|||||||
/* eslint-disable @typescript-eslint/ban-types */
|
/* eslint-disable @typescript-eslint/ban-types */
|
||||||
declare module '@/App.vue';
|
declare module '@/App.vue';
|
||||||
declare module 'v-mask';
|
declare module 'v-mask';
|
||||||
|
declare module 'json2php';
|
||||||
declare module 'vuedraggable' {// <- to export as default
|
declare module 'vuedraggable' {// <- to export as default
|
||||||
const draggableComponent: import('vue').DefineComponent<{
|
const draggableComponent: import('vue').DefineComponent<{
|
||||||
list: {
|
list: {
|
||||||
|
Reference in New Issue
Block a user