mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Compare commits
18 Commits
v0.7.24-be
...
v0.7.25-be
Author | SHA1 | Date | |
---|---|---|---|
2385a8207c | |||
d1bb50b2bb | |||
8501fa2e81 | |||
25123e34ef | |||
b2f9d475a2 | |||
|
bb3c87b2cf | ||
40bf9a040a | |||
|
978b55fdb1 | ||
|
098d4e96d6 | ||
957cb9e1a5 | |||
09c274a724 | |||
9bcd874e80 | |||
ece2ee05cc | |||
058fc2fc0b | |||
33bbc0e7e6 | |||
23c59b4d4e | |||
6600197b82 | |||
33203aeb04 |
39
CHANGELOG.md
39
CHANGELOG.md
@@ -2,6 +2,45 @@
|
|||||||
|
|
||||||
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.25-beta.0](https://github.com/antares-sql/antares/compare/v0.7.24...v0.7.25-beta.0) (2024-05-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* update japanese translation ([bb3c87b](https://github.com/antares-sql/antares/commit/bb3c87b2cf6fa38e3cfb68317c02aa350aae7887))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* missing resizebars on mouse over ([25123e3](https://github.com/antares-sql/antares/commit/25123e34ef860d8bf019c496097e68e0101c9ab9))
|
||||||
|
* **PostgreSQL:** unable to search for databases, fixes [#798](https://github.com/antares-sql/antares/issues/798) ([d1bb50b](https://github.com/antares-sql/antares/commit/d1bb50b2bb48d3445080990c28fdc656cf27a6d3))
|
||||||
|
|
||||||
|
### [0.7.24](https://github.com/antares-sql/antares/compare/v0.7.24-beta.1...v0.7.24) (2024-05-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* missing accent color change ([09c274a](https://github.com/antares-sql/antares/commit/09c274a724b5020efc650aaf7eecb2404343a6fc))
|
||||||
|
|
||||||
|
### [0.7.24-beta.1](https://github.com/antares-sql/antares/compare/v0.7.24-beta.0...v0.7.24-beta.1) (2024-04-30)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* accent color based on folder color, closes [#762](https://github.com/antares-sql/antares/issues/762) ([058fc2f](https://github.com/antares-sql/antares/commit/058fc2fc0b34cde5aa19233a4a999ef3624dae71))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **PostgreSQL:** better handle connection errors, should fix [#794](https://github.com/antares-sql/antares/issues/794) ([33bbc0e](https://github.com/antares-sql/antares/commit/33bbc0e7e6be370c944e979a34ab2cb19562d1e3))
|
||||||
|
* **PostgreSQL:** issue with similar tabs on differend databases ([23c59b4](https://github.com/antares-sql/antares/commit/23c59b4d4e8f250acad75f54d157c7c162e1c4f8))
|
||||||
|
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* **UI:** hide "insert row" button in read-only mode, closes [#695](https://github.com/antares-sql/antares/issues/695) ([6600197](https://github.com/antares-sql/antares/commit/6600197b8286ced4c79378883594d21e69a83d8c))
|
||||||
|
* **UI:** improvements on light theme ([ece2ee0](https://github.com/antares-sql/antares/commit/ece2ee05cc90a58c1926e882e3ccf4f057f02d68))
|
||||||
|
|
||||||
### [0.7.24-beta.0](https://github.com/antares-sql/antares/compare/v0.7.23...v0.7.24-beta.0) (2024-04-12)
|
### [0.7.24-beta.0](https://github.com/antares-sql/antares/compare/v0.7.23...v0.7.24-beta.0) (2024-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "antares",
|
"name": "antares",
|
||||||
"version": "0.7.24-beta.0",
|
"version": "0.7.25-beta.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "antares",
|
"name": "antares",
|
||||||
"version": "0.7.24-beta.0",
|
"version": "0.7.25-beta.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "antares",
|
"name": "antares",
|
||||||
"productName": "Antares",
|
"productName": "Antares",
|
||||||
"version": "0.7.24-beta.0",
|
"version": "0.7.25-beta.0",
|
||||||
"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",
|
||||||
|
@@ -210,6 +210,10 @@ export class PostgreSQLClient extends BaseClient {
|
|||||||
if (this._params.readonly)
|
if (this._params.readonly)
|
||||||
await connection.query('SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY');
|
await connection.query('SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY');
|
||||||
|
|
||||||
|
connection.on('error', err => { // Intercepts errors and converts to rejections
|
||||||
|
Promise.reject(err);
|
||||||
|
});
|
||||||
|
|
||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -99,7 +99,7 @@ onMounted(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 5px 1px darken($body-font-color-dark, 40%);
|
box-shadow: 0 0 5px 1px darken($body-font-color-dark, 40%);
|
||||||
}
|
}
|
||||||
|
@@ -360,7 +360,7 @@ onBeforeUnmount(() => {
|
|||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 3px 0.1rem rgba($primary-color, 80%);
|
box-shadow: 0 0 3px 0.1rem rgba(var(--primary-color), 80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@@ -204,7 +204,7 @@ onBeforeUnmount(() => {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
outline: 2px solid $primary-color;
|
outline: 2px solid var(--primary-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -287,7 +287,7 @@ onBeforeUnmount(() => {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
// color: $primary-color;
|
// color: var(--primary-color);
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
@@ -703,7 +703,7 @@ onBeforeUnmount(() => {
|
|||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
img {
|
img {
|
||||||
box-shadow: 0 0 0 3px $primary-color;
|
box-shadow: 0 0 0 3px var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -731,7 +731,7 @@ onBeforeUnmount(() => {
|
|||||||
|
|
||||||
.badge-update::after {
|
.badge-update::after {
|
||||||
bottom: initial;
|
bottom: initial;
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-label {
|
.form-label {
|
||||||
|
@@ -409,7 +409,7 @@ defineExpose({ editor });
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 3px;
|
left: 3px;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
color: $primary-color;
|
color: var(--primary-color);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 24px/1 "Material Design Icons", sans-serif;
|
font: normal normal normal 24px/1 "Material Design Icons", sans-serif;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
id="footer"
|
id="footer"
|
||||||
:class="[lightColors.includes(footerColor) ? 'text-dark' : 'text-light']"
|
:class="[lightColors.includes(accentColor) ? 'text-dark' : 'text-light']"
|
||||||
:style="`background-color: ${footerColor};`"
|
:style="`background-color: ${accentColor};`"
|
||||||
>
|
>
|
||||||
<div class="footer-left-elements">
|
<div class="footer-left-elements">
|
||||||
<ul class="footer-elements">
|
<ul class="footer-elements">
|
||||||
@@ -85,10 +85,11 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { shell } from 'electron';
|
import { shell } from 'electron';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import { computed, ComputedRef } from 'vue';
|
import { computed, ComputedRef, watch } from 'vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
import BaseIcon from '@/components/BaseIcon.vue';
|
import BaseIcon from '@/components/BaseIcon.vue';
|
||||||
|
import { hexToRGBA } from '@/libs/hexToRgba';
|
||||||
import { useApplicationStore } from '@/stores/application';
|
import { useApplicationStore } from '@/stores/application';
|
||||||
import { useConnectionsStore } from '@/stores/connections';
|
import { useConnectionsStore } from '@/stores/connections';
|
||||||
import { useConsoleStore } from '@/stores/console';
|
import { useConsoleStore } from '@/stores/console';
|
||||||
@@ -117,7 +118,11 @@ const { getWorkspace } = workspacesStore;
|
|||||||
const { getConnectionFolder, getConnectionByUid } = connectionsStore;
|
const { getConnectionFolder, getConnectionByUid } = connectionsStore;
|
||||||
|
|
||||||
const workspace = computed(() => getWorkspace(workspaceUid.value));
|
const workspace = computed(() => getWorkspace(workspaceUid.value));
|
||||||
const footerColor = computed(() => getConnectionFolder(workspaceUid.value)?.color || '#E36929');
|
const accentColor = computed(() => {
|
||||||
|
if (getConnectionFolder(workspaceUid.value)?.color)
|
||||||
|
return getConnectionFolder(workspaceUid.value).color;
|
||||||
|
return '#E36929';
|
||||||
|
});
|
||||||
const connectionInfos = computed(() => getConnectionByUid(workspaceUid.value));
|
const connectionInfos = computed(() => getConnectionByUid(workspaceUid.value));
|
||||||
const version: ComputedRef<DatabaseInfos> = computed(() => {
|
const version: ComputedRef<DatabaseInfos> = computed(() => {
|
||||||
return getWorkspace(workspaceUid.value) ? workspace.value.version : null;
|
return getWorkspace(workspaceUid.value) ? workspace.value.version : null;
|
||||||
@@ -129,7 +134,17 @@ const versionString = computed(() => {
|
|||||||
return '';
|
return '';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(accentColor, () => {
|
||||||
|
changeAccentColor();
|
||||||
|
});
|
||||||
|
|
||||||
const openOutside = (link: string) => shell.openExternal(link);
|
const openOutside = (link: string) => shell.openExternal(link);
|
||||||
|
const changeAccentColor = () => {
|
||||||
|
document.querySelector<HTMLBodyElement>(':root').style.setProperty('--primary-color', accentColor.value);
|
||||||
|
document.querySelector<HTMLBodyElement>(':root').style.setProperty('--primary-color-shadow', hexToRGBA(accentColor.value, 0.2));
|
||||||
|
};
|
||||||
|
|
||||||
|
changeAccentColor();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@@ -233,6 +233,7 @@ if (!connectionsArr.value.length)
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@@ -19,6 +19,8 @@
|
|||||||
v-model="selectedDatabase"
|
v-model="selectedDatabase"
|
||||||
:options="databases"
|
:options="databases"
|
||||||
class="form-select select-sm text-bold my-0"
|
class="form-select select-sm text-bold my-0"
|
||||||
|
@keypress.stop=""
|
||||||
|
@keydown.stop=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<span v-else class="workspace-explorebar-title">{{ connectionName }}</span>
|
<span v-else class="workspace-explorebar-title">{{ connectionName }}</span>
|
||||||
@@ -501,7 +503,7 @@ const toggleSearchMethod = () => {
|
|||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba($primary-color, 50%);
|
background: var(--primary-color-dark);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -513,7 +513,13 @@ const selectMisc = ({ schema, misc, type }: { schema: string; misc: { name: stri
|
|||||||
};
|
};
|
||||||
|
|
||||||
const openDataTab = ({ schema, table }: { schema: string; table: TableInfos }) => {
|
const openDataTab = ({ schema, table }: { schema: string; table: TableInfos }) => {
|
||||||
newTab({ uid: props.connection.uid, elementName: table.name, schema: props.database.name, type: 'data', elementType: table.type });
|
newTab({
|
||||||
|
uid: props.connection.uid,
|
||||||
|
elementName: table.name,
|
||||||
|
schema: props.database.name,
|
||||||
|
type: 'data',
|
||||||
|
elementType: table.type
|
||||||
|
});
|
||||||
setBreadcrumbs({ schema, [table.type]: table.name });
|
setBreadcrumbs({ schema, [table.type]: table.name });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -145,7 +145,7 @@ onMounted(() => {
|
|||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba($primary-color, 50%);
|
background: var(--primary-color-dark);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -97,32 +97,6 @@
|
|||||||
>
|
>
|
||||||
<BaseIcon icon-name="mdiBrush" :size="24" />
|
<BaseIcon icon-name="mdiBrush" :size="24" />
|
||||||
</button>
|
</button>
|
||||||
<button
|
|
||||||
class="btn btn-dark btn-sm"
|
|
||||||
:disabled="isQuering"
|
|
||||||
:title="t('general.history')"
|
|
||||||
@click="openHistoryModal()"
|
|
||||||
>
|
|
||||||
<BaseIcon icon-name="mdiHistory" :size="24" />
|
|
||||||
</button>
|
|
||||||
<div class="btn-group">
|
|
||||||
<button
|
|
||||||
class="btn btn-dark btn-sm mr-0"
|
|
||||||
:disabled="isQuering || (isQuerySaved || query.length < 5)"
|
|
||||||
:title="t('general.save')"
|
|
||||||
@click="saveQuery()"
|
|
||||||
>
|
|
||||||
<BaseIcon icon-name="mdiHeartPlusOutline" :size="24" />
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
class="btn btn-dark btn-sm"
|
|
||||||
:disabled="isQuering"
|
|
||||||
:title="t('database.savedQueries')"
|
|
||||||
@click="openSavedModal()"
|
|
||||||
>
|
|
||||||
<BaseIcon icon-name="mdiNotebookHeartOutline" :size="24" />
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button
|
<button
|
||||||
class="btn btn-dark btn-sm mr-0"
|
class="btn btn-dark btn-sm mr-0"
|
||||||
@@ -147,6 +121,32 @@
|
|||||||
<BaseIcon icon-name="mdiFolderOpenOutline" :size="24" />
|
<BaseIcon icon-name="mdiFolderOpenOutline" :size="24" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="btn-group">
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm mr-0"
|
||||||
|
:disabled="isQuering || (isQuerySaved || query.length < 5)"
|
||||||
|
:title="t('application.saveAsNote')"
|
||||||
|
@click="saveQuery()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiHeartPlusOutline" :size="24" />
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm"
|
||||||
|
:disabled="isQuering"
|
||||||
|
:title="t('database.savedQueries')"
|
||||||
|
@click="openSavedModal()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiNotebookHeartOutline" :size="24" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<button
|
||||||
|
class="btn btn-dark btn-sm"
|
||||||
|
:disabled="isQuering"
|
||||||
|
:title="t('general.history')"
|
||||||
|
@click="openHistoryModal()"
|
||||||
|
>
|
||||||
|
<BaseIcon icon-name="mdiHistory" :size="24" />
|
||||||
|
</button>
|
||||||
<div class="dropdown table-dropdown pr-2">
|
<div class="dropdown table-dropdown pr-2">
|
||||||
<button
|
<button
|
||||||
:disabled="!hasResults || isQuering"
|
:disabled="!hasResults || isQuering"
|
||||||
@@ -731,6 +731,7 @@ const openFile = async () => {
|
|||||||
filePath.value = file;
|
filePath.value = file;
|
||||||
queryName.value = fileName;
|
queryName.value = fileName;
|
||||||
query.value = content;
|
query.value = content;
|
||||||
|
lastSavedQuery.value = content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -820,7 +821,7 @@ onBeforeUnmount(() => {
|
|||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba($primary-color, 50%);
|
background: var(--primary-color-dark);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -91,7 +91,7 @@
|
|||||||
<BaseIcon icon-name="mdiMagnify" :size="24" />
|
<BaseIcon icon-name="mdiMagnify" :size="24" />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
v-if="isTable"
|
v-if="isTable && !connection.readonly"
|
||||||
class="btn btn-dark btn-sm"
|
class="btn btn-dark btn-sm"
|
||||||
:disabled="isQuering"
|
:disabled="isQuering"
|
||||||
@click="showFakerModal()"
|
@click="showFakerModal()"
|
||||||
|
@@ -397,6 +397,7 @@ export const enUS = {
|
|||||||
thereAreNoNotesYet: 'There are no notes yet',
|
thereAreNoNotesYet: 'There are no notes yet',
|
||||||
addNote: 'Add note',
|
addNote: 'Add note',
|
||||||
editNote: 'Edit note',
|
editNote: 'Edit note',
|
||||||
|
saveAsNote: 'Save as note',
|
||||||
showArchivedNotes: 'Show archived notes',
|
showArchivedNotes: 'Show archived notes',
|
||||||
hideArchivedNotes: 'Hide archived notes',
|
hideArchivedNotes: 'Hide archived notes',
|
||||||
tag: 'Tag', // Note tag,
|
tag: 'Tag', // Note tag,
|
||||||
|
@@ -4,106 +4,145 @@ export const jaJP = {
|
|||||||
save: '保存',
|
save: '保存',
|
||||||
close: '閉じる',
|
close: '閉じる',
|
||||||
delete: '削除',
|
delete: '削除',
|
||||||
confirm: '確認',
|
confirm: '確定',
|
||||||
cancel: 'キャンセル',
|
cancel: 'キャンセル',
|
||||||
send: '送信',
|
send: '送信',
|
||||||
refresh: 'リフレッシュ',
|
refresh: 'リフレッシュ',
|
||||||
autoRefresh: 'オートリフレシュ',
|
autoRefresh: '自動リフレッシュ',
|
||||||
version: 'バージョン',
|
version: 'バージョン',
|
||||||
donate: '寄付する',
|
donate: '寄付',
|
||||||
run: '実行',
|
run: '実行',
|
||||||
results: '結果',
|
results: '結果',
|
||||||
size: 'サイズ',
|
size: 'サイズ',
|
||||||
mimeType: 'マイムタイプ',
|
mimeType: 'MIME タイプ',
|
||||||
download: 'ダウンロード',
|
download: 'ダウンロード',
|
||||||
add: '追加',
|
add: '追加',
|
||||||
data: 'データ',
|
data: 'データ',
|
||||||
properties: 'プロパティ',
|
properties: 'プロパティ',
|
||||||
insert: '挿入',
|
name: '名前',
|
||||||
name: '名称',
|
|
||||||
clear: 'クリア',
|
clear: 'クリア',
|
||||||
seconds: '秒数',
|
|
||||||
options: 'オプション',
|
options: 'オプション',
|
||||||
|
insert: '挿入',
|
||||||
discard: '破棄',
|
discard: '破棄',
|
||||||
stay: 'ステイ',
|
stay: '留まる',
|
||||||
author: '作者',
|
author: '作成者',
|
||||||
upload: 'アップロード',
|
upload: 'アップロード',
|
||||||
browse: '閲覧',
|
browse: '参照',
|
||||||
content: 'コンテンツ',
|
content: '内容',
|
||||||
cut: 'カット',
|
cut: '切り取り',
|
||||||
copy: 'コピー',
|
copy: 'コピー',
|
||||||
paste: '貼り付け',
|
paste: '貼り付け',
|
||||||
|
duplicate: '複製',
|
||||||
tools: 'ツール',
|
tools: 'ツール',
|
||||||
format: 'フォーマット',
|
seconds: '秒',
|
||||||
all: 'すべて',
|
all: 'すべて',
|
||||||
duplicate: 'デュプリケート',
|
new: '新規',
|
||||||
history: '履歴',
|
|
||||||
select: '選択',
|
select: '選択',
|
||||||
deleteConfirm: 'のキャンセルを確認しますか?',
|
change: '変更',
|
||||||
|
include: '含める',
|
||||||
|
includes: '含める',
|
||||||
|
completed: '完了しました',
|
||||||
|
aborted: '中断しました',
|
||||||
|
disabled: '無効',
|
||||||
|
enable: '有効化',
|
||||||
|
disable: '無効化',
|
||||||
|
contributors: 'コントリビューター',
|
||||||
|
pin: '固定',
|
||||||
|
unpin: '固定を解除',
|
||||||
|
folder: 'フォルダー | フォルダー',
|
||||||
|
none: 'なし',
|
||||||
|
singleQuote: 'シングルクォート',
|
||||||
|
doubleQuote: 'ダブルクォート',
|
||||||
|
deleteConfirm: '次の要素を抹消します。確定しますか?',
|
||||||
uploadFile: 'ファイルのアップロード',
|
uploadFile: 'ファイルのアップロード',
|
||||||
|
format: 'フォーマット',
|
||||||
|
history: '履歴',
|
||||||
|
filter: 'フィルタ',
|
||||||
manualValue: 'マニュアル値',
|
manualValue: 'マニュアル値',
|
||||||
selectAll: 'すべてを選択する',
|
selectAll: 'すべて選択',
|
||||||
pageNumber: 'ページ番号'
|
pageNumber: 'ページ番号',
|
||||||
|
directoryPath: 'ディレクトリパス',
|
||||||
|
actionSuccessful: '{action} 成功',
|
||||||
|
outputFormat: '出力フォーマット',
|
||||||
|
singleFile: '単一の {ext} ファイル',
|
||||||
|
zipCompressedFile: 'ZIP 圧縮済の {ext} ファイル',
|
||||||
|
copyName: '名前をコピー',
|
||||||
|
search: '検索',
|
||||||
|
title: 'タイトル',
|
||||||
|
archive: 'アーカイブ',
|
||||||
|
undo: '元に戻す',
|
||||||
|
moveTo: '移動'
|
||||||
},
|
},
|
||||||
connection: {
|
connection: {
|
||||||
|
connection: '接続',
|
||||||
connectionName: '接続名',
|
connectionName: '接続名',
|
||||||
client: 'クライアント',
|
|
||||||
hostName: 'ホスト名',
|
hostName: 'ホスト名',
|
||||||
|
client: 'クライアント',
|
||||||
port: 'ポート',
|
port: 'ポート',
|
||||||
user: 'ユーザー名',
|
user: 'ユーザー名',
|
||||||
password: 'パスワード',
|
password: 'パスワード',
|
||||||
credentials: '認証情報',
|
credentials: '認証情報',
|
||||||
connect: '接続',
|
connect: '接続',
|
||||||
connected: '接続中',
|
connected: '接続済',
|
||||||
disconnect: '接続解除',
|
disconnect: '切断',
|
||||||
disconnected: '接続解除',
|
disconnected: '切断済',
|
||||||
ssl: 'SSL',
|
ssl: 'SSL',
|
||||||
|
enableSsl: 'SSL を有効化',
|
||||||
privateKey: '秘密鍵',
|
privateKey: '秘密鍵',
|
||||||
certificate: '証明書',
|
certificate: '証明書',
|
||||||
caCertificate: 'CA 証明書',
|
caCertificate: 'CA 証明書',
|
||||||
ciphers: '暗号',
|
ciphers: '暗号化アルゴリズム',
|
||||||
|
untrustedConnection: '信頼できない接続',
|
||||||
|
passphrase: 'パスフレーズ',
|
||||||
sshTunnel: 'SSH トンネル',
|
sshTunnel: 'SSH トンネル',
|
||||||
addConnection: '接続の追加',
|
enableSsh: 'SSH を有効化',
|
||||||
createConnection: '接続の作成',
|
connectionString: '接続文字列',
|
||||||
createNewConnection: '新しい接続の作成',
|
addConnection: '接続を追加',
|
||||||
askCredentials: '認証情報の入力',
|
createConnection: '接続を作成',
|
||||||
testConnection: '接続のテスト',
|
createNewConnection: '新規接続の作成',
|
||||||
editConnection: '接続の編集',
|
askCredentials: '認証情報を接続時に尋ねる',
|
||||||
deleteConnection: '接続の削除',
|
testConnection: '接続をテスト',
|
||||||
|
editConnection: '接続を編集',
|
||||||
|
deleteConnection: '接続を削除',
|
||||||
connectionSuccessfullyMade: '接続に成功しました。',
|
connectionSuccessfullyMade: '接続に成功しました。',
|
||||||
enableSsl: 'SSL 対応',
|
readOnlyMode: '読み取り専用モード',
|
||||||
enableSsh: 'SSH を有効にする'
|
allConnections: 'すべての接続',
|
||||||
|
searchForConnections: '接続を検索',
|
||||||
|
keepAliveInterval: 'Keep alive 間隔',
|
||||||
|
singleConnection: '単一接続'
|
||||||
},
|
},
|
||||||
database: {
|
database: {
|
||||||
schema: 'スキーマ',
|
schema: 'スキーマ',
|
||||||
type: 'タイプ',
|
type: '型',
|
||||||
|
insert: '挿入',
|
||||||
|
indexes: 'インデックス',
|
||||||
foreignKeys: '外部キー',
|
foreignKeys: '外部キー',
|
||||||
length: '長さ',
|
length: '長さ',
|
||||||
unsigned: '符号なし',
|
unsigned: '符号なし',
|
||||||
default: 'デフォルト',
|
default: 'デフォルト値',
|
||||||
comment: 'コメント',
|
comment: 'コメント',
|
||||||
collation: '照合',
|
|
||||||
key: 'キー | キー',
|
key: 'キー | キー',
|
||||||
order: '順序',
|
order: '順序',
|
||||||
expression: '表現',
|
expression: '式',
|
||||||
autoIncrement: 'オートインクリメント',
|
autoIncrement: '自動インクリメント',
|
||||||
engine: 'エンジン',
|
engine: 'エンジン',
|
||||||
field: 'フィールド | フィールド',
|
field: 'フィールド | フィールド',
|
||||||
approximately: '約',
|
approximately: '約',
|
||||||
total: '合計',
|
total: '合計',
|
||||||
table: 'テーブル',
|
table: 'テーブル',
|
||||||
view: 'ビュー',
|
view: 'ビュー',
|
||||||
indexes: 'インデックス',
|
|
||||||
definer: 'デファイナー',
|
definer: 'デファイナー',
|
||||||
algorithm: 'アルゴリズム',
|
algorithm: 'アルゴリズム',
|
||||||
trigger: 'トリガー | トリガー',
|
trigger: 'トリガー | トリガー',
|
||||||
storedRoutine: 'ストアド・ルーチン | ストアド・ルーチン',
|
storedRoutine: 'ストアド・ルーチン | ストアド・ルーチン',
|
||||||
scheduler: 'スケジューラー | スケジューラー',
|
scheduler: 'スケジューラー | スケジューラー',
|
||||||
event: 'イベント',
|
event: 'イベント',
|
||||||
parameters: 'パラメータ',
|
parameters: 'パラメーター',
|
||||||
function: '関数 | 関数',
|
function: '関数 | 関数',
|
||||||
|
deterministic: '決定論的',
|
||||||
context: 'コンテキスト',
|
context: 'コンテキスト',
|
||||||
export: 'エクスポート',
|
export: 'エクスポート',
|
||||||
|
import: 'インポート',
|
||||||
returns: '戻り値',
|
returns: '戻り値',
|
||||||
timing: 'タイミング',
|
timing: 'タイミング',
|
||||||
state: '状態',
|
state: '状態',
|
||||||
@@ -115,128 +154,249 @@ export const jaJP = {
|
|||||||
database: 'データベース',
|
database: 'データベース',
|
||||||
array: '配列',
|
array: '配列',
|
||||||
structure: '構造',
|
structure: '構造',
|
||||||
row: 'ロウ | ロウ',
|
row: '行 | 行',
|
||||||
cell: 'セル | セル',
|
cell: 'セル | セル',
|
||||||
triggerFunction: 'トリガー関数 | トリガー関数',
|
triggerFunction: 'トリガー関数 | トリガー関数',
|
||||||
routine: 'ルーチン',
|
routine: 'ルーチン',
|
||||||
unableEditFieldWithoutPrimary: '主キーのないフィールドを結果セットで編集できない',
|
drop: 'ドロップ',
|
||||||
editCell: 'セルの編集',
|
commit: 'コミット',
|
||||||
deleteRows: '行の削除 | {count} 行の削除',
|
rollback: 'ロールバック',
|
||||||
confirmToDeleteRows: '1つの行を削除することを確認しますか? | {count} 行を削除することを確認しますか?',
|
ddl: 'DDL',
|
||||||
addNewRow: '新しい行の追加',
|
collation: '照合',
|
||||||
numberOfInserts: 'インサート数',
|
resultsTable: '結果テーブル',
|
||||||
|
unableEditFieldWithoutPrimary: '結果セットでは主キーのないフィールドを編集できません',
|
||||||
|
editCell: 'セルを編集',
|
||||||
|
deleteRows: '行を削除 | {count} 行を削除',
|
||||||
|
confirmToDeleteRows: '行を削除します。確定しますか? | {count} 行を削除します。確定しますか?',
|
||||||
|
addNewRow: '行を新規追加',
|
||||||
|
numberOfInserts: '挿入レコード数',
|
||||||
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: 'ON UPDATE',
|
||||||
deleteField: 'フィールドの削除',
|
deleteField: 'フィールドを削除',
|
||||||
createNewIndex: '新しいインデックスの作成',
|
createNewIndex: '新規インデックスの作成',
|
||||||
addToIndex: 'インデックスへの追加',
|
addToIndex: 'インデックスに追加',
|
||||||
createNewTable: '新しいテーブルの作成',
|
createNewTable: '新規テーブルの作成',
|
||||||
emptyTable: '空のテーブル',
|
emptyTable: 'テーブルを空にする',
|
||||||
deleteTable: 'テーブルの削除',
|
duplicateTable: 'テーブルを複製',
|
||||||
emptyConfirm: '空にすることを確認しますか?',
|
deleteTable: 'テーブルを削除',
|
||||||
thereAreNoIndexes: 'インデックスがありません',
|
exportTable: 'テーブルをエクスポート',
|
||||||
|
emptyConfirm: 'テーブルを空にします。確定しますか?',
|
||||||
|
thereAreNoIndexes: 'インデックスがありません。',
|
||||||
thereAreNoForeign: '外部キーがありません。',
|
thereAreNoForeign: '外部キーがありません。',
|
||||||
createNewForeign: '新しい外部キーの作成',
|
createNewForeign: '新規外部キーの作成',
|
||||||
referenceTable: '参照テーブル',
|
referenceTable: '参照テーブル',
|
||||||
referenceField: '参照フィールド',
|
referenceField: '参照フィールド',
|
||||||
foreignFields: '外部フィールド',
|
foreignFields: '外部フィールド',
|
||||||
invalidDefault: '無効なデフォルト',
|
invalidDefault: '無効なデフォルト値',
|
||||||
onDelete: '削除時',
|
onDelete: 'ON DELETE',
|
||||||
selectStatement: '選択文',
|
selectStatement: 'SELECT 文',
|
||||||
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: '完了時に保存する',
|
||||||
tableFiller: 'テーブルフィラー',
|
tableFiller: 'テーブルフィラー',
|
||||||
fakeDataLanguage: 'フェイクデータの言語',
|
fakeDataLanguage: 'フェイクデータの言語',
|
||||||
queryDuration: '問い合わせ期間',
|
queryDuration: 'クエリ実行時間',
|
||||||
setNull: 'NULL の設定',
|
setNull: 'NULL の設定',
|
||||||
processesList: 'プロセス一覧',
|
processesList: 'プロセス一覧',
|
||||||
processInfo: 'プロセス情報',
|
processInfo: 'プロセス情報',
|
||||||
manageUsers: 'ユーザーの管理',
|
manageUsers: 'ユーザーの管理',
|
||||||
createNewSchema: '新しいスキーマの作成',
|
createNewSchema: '新規スキーマの作成',
|
||||||
schemaName: 'スキーマ名',
|
schemaName: 'スキーマ名',
|
||||||
editSchema: 'スキーマの編集',
|
editSchema: 'スキーマを編集',
|
||||||
deleteSchema: 'スキーマの削除',
|
deleteSchema: 'スキーマを削除',
|
||||||
duplicateTable: 'テーブルを複製する',
|
|
||||||
noSchema: 'スキーマなし',
|
noSchema: 'スキーマなし',
|
||||||
runQuery: 'クエリの実行',
|
runQuery: 'クエリを実行',
|
||||||
thereAreNoTableFields: 'テーブルのフィールドがありません',
|
thereAreNoTableFields: 'テーブルにフィールドがありません。',
|
||||||
newTable: '新しいテーブル',
|
newTable: '新規テーブル',
|
||||||
newView: '新しいビュー',
|
newView: '新規ビュー',
|
||||||
newTrigger: '新しいトリガー',
|
newTrigger: '新規トリガー',
|
||||||
newRoutine: '新しいルーチン',
|
newRoutine: '新規ルーチン',
|
||||||
newFunction: '新しい関数',
|
newFunction: '新規関数',
|
||||||
newScheduler: '新規スケジューラ',
|
newScheduler: '新規スケジューラ',
|
||||||
newTriggerFunction: '新しいトリガー機能',
|
newTriggerFunction: '新規トリガー機能',
|
||||||
thereAreNoQueriesYet: 'まだ問い合わせはありません',
|
thereAreNoQueriesYet: 'クエリはまだありません。',
|
||||||
searchForQueries: 'クエリの検索',
|
searchForQueries: 'クエリの検索',
|
||||||
killProcess: 'プロセスの停止'
|
killProcess: 'プロセスの停止',
|
||||||
|
exportSchema: 'スキーマをエクスポート',
|
||||||
|
importSchema: 'スキーマをインポート',
|
||||||
|
newInsertStmtEvery: 'それぞれに新しい INSERT 文',
|
||||||
|
processingTableExport: '{table} を処理中',
|
||||||
|
fetchingTableExport: '{table} のデータを取得中',
|
||||||
|
writingTableExport: '{table} のデータを書き込み中',
|
||||||
|
checkAllTables: 'すべてのテーブルを選択',
|
||||||
|
uncheckAllTables: 'すべてのテーブルの選択を解除',
|
||||||
|
killQuery: 'クエリを終了',
|
||||||
|
insertRow: '行を挿入 | 行を挿入',
|
||||||
|
commitMode: 'コミットモード',
|
||||||
|
autoCommit: '自動コミット',
|
||||||
|
manualCommit: '手動コミット',
|
||||||
|
importQueryErrors: '警告: {n} 個のエラーが発生しました。 | 警告: {n} 個のエラーが発生しました。',
|
||||||
|
executedQueries: '{n} 個のクエリを実行しました。 | {n} 個のクエリを実行しました。',
|
||||||
|
disableFKChecks: '外部キーのチェックを無効化',
|
||||||
|
formatQuery: 'クエリをフォーマット',
|
||||||
|
queryHistory: 'クエリ履歴',
|
||||||
|
clearQuery: 'クエリをクリア',
|
||||||
|
fillCell: 'セルを埋める',
|
||||||
|
executeSelectedQuery: '選択されたクエリを実行',
|
||||||
|
noResultsPresent: '結果がありません。',
|
||||||
|
sqlExportOptions: 'SQL エクスポートオプション',
|
||||||
|
targetTable: '対象テーブル',
|
||||||
|
switchDatabase: 'データベースを切り替え',
|
||||||
|
searchForElements: '要素を検索',
|
||||||
|
searchForSchemas: 'スキーマを検索',
|
||||||
|
savedQueries: '保存済のクエリ'
|
||||||
},
|
},
|
||||||
application: {
|
application: {
|
||||||
settings: '設定',
|
settings: '設定',
|
||||||
|
console: 'コンソール',
|
||||||
general: '一般',
|
general: '一般',
|
||||||
themes: 'テーマ',
|
themes: 'テーマ',
|
||||||
update: '更新情報',
|
update: '更新',
|
||||||
|
about: 'About',
|
||||||
language: '言語',
|
language: '言語',
|
||||||
|
shortcuts: 'ショートカット',
|
||||||
|
key: 'キー | キー', // キーボードのキー
|
||||||
|
event: 'イベント',
|
||||||
light: 'ライト',
|
light: 'ライト',
|
||||||
dark: 'ダーク',
|
dark: 'ダーク',
|
||||||
autoCompletion: 'オートコンプリート',
|
autoCompletion: 'オートコンプリート',
|
||||||
application: 'アプリケーション',
|
application: 'アプリケーション',
|
||||||
editor: 'エディター',
|
editor: 'エディター',
|
||||||
scratchpad: 'スクラッチパッド',
|
|
||||||
changelog: '変更履歴',
|
changelog: '変更履歴',
|
||||||
madeWithJS: '💛 と JavaScript で作られています。',
|
small: '小',
|
||||||
checkForUpdates: '更新情報の確認',
|
medium: '中',
|
||||||
noUpdatesAvailable: 'アップデートがありません',
|
large: '大',
|
||||||
checkingForUpdate: 'アップデートを確認中',
|
appearance: '外観',
|
||||||
checkFailure: 'チェックに失敗しました、後で試してください',
|
color: '色',
|
||||||
updateAvailable: 'アップデートが利用可能です',
|
label: 'ラベル',
|
||||||
downloadingUpdate: 'アップデートのダウンロード',
|
icon: 'アイコン',
|
||||||
updateDownloaded: 'アップデートのダウンロード',
|
fileName: 'ファイル名',
|
||||||
restartToInstall: 'Antares を再起動してインストールしてください',
|
choseFile: 'ファイルを選択',
|
||||||
|
data: 'データ',
|
||||||
|
password: 'パスワード',
|
||||||
|
required: '必須',
|
||||||
|
madeWithJS: '💛 と JavaScript で作られています!',
|
||||||
|
checkForUpdates: '更新を確認',
|
||||||
|
noUpdatesAvailable: '更新はありません。',
|
||||||
|
checkingForUpdate: '更新を確認中',
|
||||||
|
checkFailure: 'チェックに失敗しました、後で試してください。',
|
||||||
|
updateAvailable: '更新が利用可能です。',
|
||||||
|
downloadingUpdate: '更新をダウンロード中',
|
||||||
|
updateDownloaded: '更新をダウンロード済',
|
||||||
|
restartToInstall: 'Antares を再起動してインストールしてください。',
|
||||||
|
includeBetaUpdates: 'ベータ版アップデートを含む',
|
||||||
notificationsTimeout: '通知のタイムアウト',
|
notificationsTimeout: '通知のタイムアウト',
|
||||||
openNewTab: '新しいタブを開く',
|
openNewTab: '新しいタブを開く',
|
||||||
unsavedChanges: '保存されていない変更',
|
unsavedChanges: '保存されていない変更',
|
||||||
discardUnsavedChanges: '保存されていない変更があります。このタブを閉じると、これらの変更は破棄されます。',
|
discardUnsavedChanges: '保存されていない変更があります。このタブを閉じると、これらの変更は破棄されます。',
|
||||||
applicationTheme: 'アプリケーションテーマ',
|
applicationTheme: 'アプリケーションのテーマ',
|
||||||
editorTheme: 'エディターテーマ',
|
editorTheme: 'エディターのテーマ',
|
||||||
wrapLongLines: '長い行の折り返し',
|
wrapLongLines: '長い行を折り返す',
|
||||||
includeBetaUpdates: 'ベータ版アップデートを含む',
|
markdownSupported: 'Markdown をサポートしています。',
|
||||||
markdownSupported: 'マークダウン対応',
|
plantATree: '木を植える',
|
||||||
dataTabPageSize: 'DATA タブのページサイズ',
|
dataTabPageSize: 'DATA タブのページサイズ',
|
||||||
noOpenTabs: '開いているタブがありません。左のバーでナビゲートするか',
|
noOpenTabs: '開いているタブがありません。',
|
||||||
restorePreviousSession: '前のセッションに戻す',
|
restorePreviousSession: '前のセッションに戻す',
|
||||||
searchForElements: '要素の検索'
|
closeTab: 'タブを閉じる',
|
||||||
|
goToDownloadPage: 'ダウンロードページへ移動',
|
||||||
|
disableBlur: 'ぼかしを無効化',
|
||||||
|
missingOrIncompleteTranslation: '翻訳が不足しているか、または不完全ですか?',
|
||||||
|
findOutHowToContribute: 'コントリビュートの方法を調べる',
|
||||||
|
reportABug: 'バグを報告',
|
||||||
|
nextTab: '次のタブ',
|
||||||
|
previousTab: '前のタブ',
|
||||||
|
selectTabNumber: 'タブ番号を選択 {param}',
|
||||||
|
toggleConsole: 'コンソールを切り替え',
|
||||||
|
addShortcut: 'ショートカットを追加',
|
||||||
|
editShortcut: 'ショートカットを編集',
|
||||||
|
deleteShortcut: 'ショートカットを削除',
|
||||||
|
restoreDefaults: 'デフォルトに戻す',
|
||||||
|
restoreDefaultsQuestion: 'デフォルト値に戻します。確定しますか?',
|
||||||
|
registerAShortcut: 'ショートカットを登録',
|
||||||
|
invalidShortcutMessage: '無効な組み合わせです、続けて入力してください。',
|
||||||
|
shortcutAlreadyExists: 'ショートカットが既に存在します。',
|
||||||
|
saveContent: '内容を保存',
|
||||||
|
openAllConnections: 'すべての接続を開く',
|
||||||
|
openSettings: '設定を開く',
|
||||||
|
runOrReload: '実行またはリロード',
|
||||||
|
openFilter: 'フィルタを開く',
|
||||||
|
nextResultsPage: '次の結果ページ',
|
||||||
|
previousResultsPage: '前の結果ページ',
|
||||||
|
editFolder: 'フォルダーを編集',
|
||||||
|
folderName: 'フォルダー名',
|
||||||
|
deleteFolder: 'フォルダーを削除',
|
||||||
|
newFolder: '新規フォルダー',
|
||||||
|
outOfFolder: 'フォルダーの外',
|
||||||
|
editConnectionAppearance: '接続の外観を編集',
|
||||||
|
defaultCopyType: 'デフォルトのコピータイプ',
|
||||||
|
showTableSize: 'サイドバーにテーブルのサイズを表示',
|
||||||
|
showTableSizeDescription: 'MySQL/MariaDB のみ。このオプションを有効にすると、多数のテーブルを持つスキーマのパフォーマンスに影響を与える可能性があります。',
|
||||||
|
switchSearchMethod: '検索方法を切り替え',
|
||||||
|
phpArray: 'PHP 配列',
|
||||||
|
closeAllTabs: 'すべてのタブを閉じる',
|
||||||
|
closeOtherTabs: '他のタブを閉じる',
|
||||||
|
closeTabsToLeft: '左のタブを閉じる',
|
||||||
|
closeTabsToRight: '右のタブを閉じる',
|
||||||
|
csvFieldDelimiter: 'フィールドの区切り文字',
|
||||||
|
csvLinesTerminator: '行の終端',
|
||||||
|
csvStringDelimiter: '文字列の区切り文字',
|
||||||
|
csvIncludeHeader: 'ヘッダを含める',
|
||||||
|
csvExportOptions: 'CSV エクスポートオプション',
|
||||||
|
exportData: 'データをエクスポート',
|
||||||
|
exportDataExplanation: 'Anteras に保存された接続をエクスポートします。エクスポートされたファイルを暗号化するためのパスワードが要求されます。',
|
||||||
|
importData: 'データをインポート',
|
||||||
|
importDataExplanation: '接続を含む .antares ファイルをインポートします。エクスポート時に定義したパスワードを入力する必要があります。',
|
||||||
|
includeConnectionPasswords: '接続パスワードを含める',
|
||||||
|
includeFolders: 'フォルダーを含める',
|
||||||
|
encryptionPassword: '暗号化パスワード',
|
||||||
|
encryptionPasswordError: '暗号化パスワードは8文字以上でなければなりません。',
|
||||||
|
ignoreDuplicates: '重複を無視',
|
||||||
|
wrongImportPassword: 'インポートパスワードが誤っています。',
|
||||||
|
wrongFileFormat: 'ファイルフォーマットが誤っています。',
|
||||||
|
dataImportSuccess: 'データのインポートに成功しました。',
|
||||||
|
note: 'ノート | ノート',
|
||||||
|
thereAreNoNotesYet: 'ノートはまだありません。',
|
||||||
|
addNote: 'ノートを追加',
|
||||||
|
editNote: 'ノートを編集',
|
||||||
|
saveAsNote: 'ノートとして保存',
|
||||||
|
showArchivedNotes: 'アーカイブ済のノートを表示',
|
||||||
|
hideArchivedNotes: 'アーカイブ済のノートを非表示',
|
||||||
|
tag: 'タグ', // ノートのタグ
|
||||||
|
saveFile: 'ファイルを保存',
|
||||||
|
saveFileAs: 'ファイルを別名で保存',
|
||||||
|
openFile: 'ファイルを開く',
|
||||||
|
openNotes: 'ノートを開く'
|
||||||
|
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: '住所',
|
address: '住所',
|
||||||
@@ -245,42 +405,42 @@ export const jaJP = {
|
|||||||
database: 'データベース',
|
database: 'データベース',
|
||||||
date: '日付',
|
date: '日付',
|
||||||
finance: 'ファイナンス',
|
finance: 'ファイナンス',
|
||||||
// git: 'ギット',
|
git: 'Git',
|
||||||
hacker: 'ハッカー',
|
hacker: 'ハッカー',
|
||||||
internet: 'インターネット',
|
internet: 'インターネット',
|
||||||
// lorem: 'ローレム',
|
lorem: 'Lorem',
|
||||||
name: '名前',
|
name: '名前',
|
||||||
music: '音楽',
|
music: '音楽',
|
||||||
phone: '電話',
|
phone: '電話',
|
||||||
random: 'ランダム',
|
random: 'ランダム',
|
||||||
system: 'システム',
|
system: 'システム',
|
||||||
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: '枢機卿の方向',
|
cardinalDirection: '4方位',
|
||||||
ordinalDirection: '序列方向',
|
ordinalDirection: '8方位',
|
||||||
nearbyGPSCoordinate: '近くのGPS座標',
|
nearbyGPSCoordinate: '近くのGPS座標',
|
||||||
timeZone: 'タイムゾーン',
|
timeZone: 'タイムゾーン',
|
||||||
color: '色',
|
color: '色',
|
||||||
department: '部門',
|
department: '部門',
|
||||||
productName: '商品名',
|
productName: '製品名',
|
||||||
price: '価格',
|
price: '価格',
|
||||||
productAdjective: '製品の形容詞',
|
productAdjective: '製品の形容詞',
|
||||||
productMaterial: '製品の素材',
|
productMaterial: '製品の素材',
|
||||||
@@ -288,29 +448,30 @@ export const jaJP = {
|
|||||||
productDescription: '製品の説明',
|
productDescription: '製品の説明',
|
||||||
suffixes: 'サフィックス',
|
suffixes: 'サフィックス',
|
||||||
companyName: '会社名',
|
companyName: '会社名',
|
||||||
companySuffix: '会社のサフィックス',
|
companySuffix: '会社名のサフィックス',
|
||||||
catchPhrase: 'キャッチフレーズ',
|
catchPhrase: 'キャッチフレーズ',
|
||||||
// bs: 'BS',
|
bs: 'BS',
|
||||||
catchPhraseAdjective: 'キャッチフレーズ形容詞',
|
catchPhraseAdjective: 'キャッチフレーズ形容詞',
|
||||||
catchPhraseDescriptor: 'キャッチフレーズの説明文',
|
catchPhraseDescriptor: 'キャッチフレーズの説明文',
|
||||||
catchPhraseNoun: 'キャッチフレーズの名詞',
|
catchPhraseNoun: 'キャッチフレーズの名詞',
|
||||||
bsAdjective: 'BS 形容詞',
|
bsAdjective: 'BS 形容詞',
|
||||||
bsBuzz: 'BS の話題',
|
bsBuzz: 'BS の話題',
|
||||||
bsNoun: 'BS の名詞',
|
bsNoun: 'BS の名詞',
|
||||||
column: 'コラム',
|
column: 'カラム',
|
||||||
type: 'タイプ',
|
type: 'タイプ',
|
||||||
collation: '照合',
|
collation: '照合',
|
||||||
engine: 'エンジン',
|
engine: 'エンジン',
|
||||||
past: '過去',
|
past: '過去',
|
||||||
|
now: '現在',
|
||||||
future: '未来',
|
future: '未来',
|
||||||
between: '間',
|
between: '間',
|
||||||
recent: '最近',
|
recent: '最近',
|
||||||
soon: 'すぐ',
|
soon: 'まもなく',
|
||||||
month: '月',
|
month: '月',
|
||||||
weekday: '曜日',
|
weekday: '曜日',
|
||||||
account: 'アカウント',
|
account: '口座',
|
||||||
accountName: '口座名',
|
accountName: '口座名',
|
||||||
routingNumber: 'ルーティング番号',
|
routingNumber: 'ルーティングナンバー',
|
||||||
mask: 'マスク',
|
mask: 'マスク',
|
||||||
amount: '金額',
|
amount: '金額',
|
||||||
transactionType: '取引の種類',
|
transactionType: '取引の種類',
|
||||||
@@ -318,19 +479,19 @@ export const jaJP = {
|
|||||||
currencyName: '通貨名',
|
currencyName: '通貨名',
|
||||||
currencySymbol: '通貨記号',
|
currencySymbol: '通貨記号',
|
||||||
bitcoinAddress: 'Bitcoin アドレス',
|
bitcoinAddress: 'Bitcoin アドレス',
|
||||||
litecoinAddress: 'ライトコインのアドレス',
|
litecoinAddress: 'Litecoin アドレス',
|
||||||
creditCardNumber: 'クレジットカード番号',
|
creditCardNumber: 'クレジットカード番号',
|
||||||
creditCardCVV: 'クレジットカードの CVV',
|
creditCardCVV: 'クレジットカードの CVV',
|
||||||
ethereumAddress: 'イーサリアムのアドレス',
|
ethereumAddress: 'Ethereum アドレス',
|
||||||
iban: 'アイバン',
|
iban: 'IBAN',
|
||||||
bic: 'ビック',
|
bic: 'BIC',
|
||||||
transactionDescription: '取引内容',
|
transactionDescription: '取引の説明',
|
||||||
branch: 'ブランチ',
|
branch: 'ブランチ',
|
||||||
commitEntry: 'コミットエントリ',
|
commitEntry: 'コミットエントリ',
|
||||||
commitMessage: 'コミットメッセージ',
|
commitMessage: 'コミットメッセージ',
|
||||||
commitSha: 'コミット SHA',
|
commitSha: 'コミット SHA',
|
||||||
shortSha: 'ショート SHA',
|
shortSha: 'ショート SHA',
|
||||||
abbreviation: '省略形',
|
abbreviation: '略称',
|
||||||
adjective: '形容詞',
|
adjective: '形容詞',
|
||||||
noun: '名詞',
|
noun: '名詞',
|
||||||
verb: '動詞',
|
verb: '動詞',
|
||||||
@@ -345,23 +506,23 @@ export const jaJP = {
|
|||||||
domainName: 'ドメイン名',
|
domainName: 'ドメイン名',
|
||||||
domainSuffix: 'ドメインのサフィックス',
|
domainSuffix: 'ドメインのサフィックス',
|
||||||
domainWord: 'ドメイン名',
|
domainWord: 'ドメイン名',
|
||||||
ip: 'Ip',
|
ip: 'IP',
|
||||||
ipv6: 'Ipv6',
|
ipv6: 'IPv6',
|
||||||
userAgent: 'ユーザーエージェント',
|
userAgent: 'User-Agent',
|
||||||
// mac: 'Mac',
|
mac: 'MAC',
|
||||||
password: 'パスワード',
|
password: 'パスワード',
|
||||||
word: 'ワード',
|
word: '単語',
|
||||||
words: '単語',
|
words: '単語',
|
||||||
sentence: '文章',
|
sentence: '文章',
|
||||||
slug: 'スラッグ',
|
slug: 'Slug',
|
||||||
sentences: 'センテンス',
|
sentences: '文章',
|
||||||
paragraph: 'パラグラフ',
|
paragraph: '段落',
|
||||||
paragraphs: 'パラグラフ',
|
paragraphs: '段落',
|
||||||
text: 'テキスト',
|
text: 'テキスト',
|
||||||
lines: '行',
|
lines: '行',
|
||||||
genre: 'ジャンル',
|
genre: 'ジャンル',
|
||||||
firstName: 'ファーストネーム',
|
firstName: '姓',
|
||||||
lastName: '苗字',
|
lastName: '名',
|
||||||
middleName: 'ミドルネーム',
|
middleName: 'ミドルネーム',
|
||||||
findName: 'フルネーム',
|
findName: 'フルネーム',
|
||||||
jobTitle: '役職名',
|
jobTitle: '役職名',
|
||||||
@@ -371,35 +532,35 @@ export const jaJP = {
|
|||||||
title: '役職名',
|
title: '役職名',
|
||||||
jobDescriptor: '職務記述書',
|
jobDescriptor: '職務記述書',
|
||||||
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: '16進法',
|
hexaDecimal: '16進数',
|
||||||
fileName: 'ファイル名',
|
fileName: 'ファイル名',
|
||||||
commonFileName: '一般的なファイル名',
|
commonFileName: '一般的なファイル名',
|
||||||
mimeType: 'Mimeタイプ',
|
mimeType: 'MIME タイプ',
|
||||||
commonFileType: '共通のファイルタイプ',
|
commonFileType: '共通のファイルタイプ',
|
||||||
commonFileExt: '共通のファイル拡張子',
|
commonFileExt: '共通のファイル拡張子',
|
||||||
fileType: 'ファイルタイプ',
|
fileType: 'ファイルタイプ',
|
||||||
fileExt: 'ファイル拡張子',
|
fileExt: 'ファイル拡張子',
|
||||||
directoryPath: 'ディレクトリパス',
|
directoryPath: 'ディレクトリパス',
|
||||||
filePath: 'ファイルパス',
|
filePath: 'ファイルパス',
|
||||||
// semver: 'セムバー',
|
semver: 'セマンティックバージョニング',
|
||||||
manufacturer: 'メーカー名',
|
manufacturer: 'メーカー',
|
||||||
model: 'モデル',
|
model: 'モデル',
|
||||||
fuel: '燃料'
|
fuel: '燃料',
|
||||||
// vin: 'Vin'
|
vin: '車両識別番号'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@@ -65,9 +65,16 @@ export const zhCN = {
|
|||||||
actionSuccessful: '{action} 成功',
|
actionSuccessful: '{action} 成功',
|
||||||
outputFormat: '输出格式',
|
outputFormat: '输出格式',
|
||||||
singleFile: '单个 {ext} 文件',
|
singleFile: '单个 {ext} 文件',
|
||||||
zipCompressedFile: 'ZIP 压缩 {ext} 文件'
|
zipCompressedFile: 'ZIP 压缩 {ext} 文件',
|
||||||
|
copyName: '复制名称',
|
||||||
|
search: '搜索',
|
||||||
|
title: '标题',
|
||||||
|
archive: '归档',
|
||||||
|
undo: '重做',
|
||||||
|
moveTo: '移动到'
|
||||||
},
|
},
|
||||||
connection: { // 数据库连接
|
connection: { // 数据库连接
|
||||||
|
connection: '连接',
|
||||||
connectionName: '连接名称',
|
connectionName: '连接名称',
|
||||||
hostName: '主机名',
|
hostName: '主机名',
|
||||||
client: '数据库类型',
|
client: '数据库类型',
|
||||||
@@ -101,7 +108,8 @@ export const zhCN = {
|
|||||||
readOnlyMode: '只读模式',
|
readOnlyMode: '只读模式',
|
||||||
allConnections: '所有连接',
|
allConnections: '所有连接',
|
||||||
searchForConnections: '搜索连接',
|
searchForConnections: '搜索连接',
|
||||||
keepAliveInterval: '保持活跃间隔'
|
keepAliveInterval: '保持活跃间隔',
|
||||||
|
singleConnection: '单一连接'
|
||||||
},
|
},
|
||||||
database: { // 数据库相关术语
|
database: { // 数据库相关术语
|
||||||
schema: '模式(schema)',
|
schema: '模式(schema)',
|
||||||
@@ -265,12 +273,11 @@ export const zhCN = {
|
|||||||
targetTable: '目标表',
|
targetTable: '目标表',
|
||||||
switchDatabase: '切换数据库',
|
switchDatabase: '切换数据库',
|
||||||
searchForElements: '搜索元素',
|
searchForElements: '搜索元素',
|
||||||
searchForSchemas: '搜索模式(schema)'
|
searchForSchemas: '搜索模式(schema)',
|
||||||
|
savedQueries: '已保存的查询'
|
||||||
},
|
},
|
||||||
application: { // 应用程序相关术语
|
application: { // 应用程序相关术语
|
||||||
settings: '设置',
|
settings: '设置',
|
||||||
scratchpad: '草稿栏',
|
|
||||||
disableScratchpad: '禁用草稿栏',
|
|
||||||
console: '控制台',
|
console: '控制台',
|
||||||
general: '常规',
|
general: '常规',
|
||||||
themes: '主题',
|
themes: '主题',
|
||||||
@@ -375,7 +382,19 @@ export const zhCN = {
|
|||||||
ignoreDuplicates: '忽略重复',
|
ignoreDuplicates: '忽略重复',
|
||||||
wrongImportPassword: '错误的导入密码',
|
wrongImportPassword: '错误的导入密码',
|
||||||
wrongFileFormat: '错误的文件格式',
|
wrongFileFormat: '错误的文件格式',
|
||||||
dataImportSuccess: '数据已成功导入'
|
dataImportSuccess: '数据已成功导入',
|
||||||
|
note: '笔记 | 笔记',
|
||||||
|
thereAreNoNotesYet: '目前还没有笔记',
|
||||||
|
addNote: '添加笔记',
|
||||||
|
editNote: '编辑笔记',
|
||||||
|
saveAsNote: '另存为笔记',
|
||||||
|
showArchivedNotes: '显示归档笔记',
|
||||||
|
hideArchivedNotes: '隐藏归档笔记',
|
||||||
|
tag: '笔记标签', // Note tag,
|
||||||
|
saveFile: '保存文件',
|
||||||
|
saveFileAs: '将文件另存为',
|
||||||
|
openFile: '打开文件',
|
||||||
|
openNotes: '打开笔记'
|
||||||
},
|
},
|
||||||
faker: { // Faker.js 方法,用于随机生成的内容
|
faker: { // Faker.js 方法,用于随机生成的内容
|
||||||
address: '地址',
|
address: '地址',
|
||||||
|
18
src/renderer/libs/colorShade.ts
Normal file
18
src/renderer/libs/colorShade.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
export const colorShade = (color: string, amount: number) => {
|
||||||
|
color = color.replaceAll('#', '');
|
||||||
|
if (color.length === 3) color = color[0] + color[0] + color[1] + color[1] + color[2] + color[2];
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
let [r, g, b] = color.match(/.{2}/g) as any;
|
||||||
|
([r, g, b] = [parseInt(r, 16) + amount, parseInt(g, 16) + amount, parseInt(b, 16) + amount]);
|
||||||
|
|
||||||
|
r = Math.max(Math.min(255, r), 0).toString(16);
|
||||||
|
g = Math.max(Math.min(255, g), 0).toString(16);
|
||||||
|
b = Math.max(Math.min(255, b), 0).toString(16);
|
||||||
|
|
||||||
|
const rr = (r.length < 2 ? '0' : '') + r;
|
||||||
|
const gg = (g.length < 2 ? '0' : '') + g;
|
||||||
|
const bb = (b.length < 2 ? '0' : '') + b;
|
||||||
|
|
||||||
|
return `#${rr}${gg}${bb}`;
|
||||||
|
};
|
16
src/renderer/libs/hexToRgba.ts
Normal file
16
src/renderer/libs/hexToRgba.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
export const hexToRGBA = (hexCode: string, opacity = 1) => {
|
||||||
|
let hex = hexCode.replace('#', '');
|
||||||
|
|
||||||
|
if (hex.length === 3)
|
||||||
|
hex = `${hex[0]}${hex[0]}${hex[1]}${hex[1]}${hex[2]}${hex[2]}`;
|
||||||
|
|
||||||
|
const r = parseInt(hex.substring(0, 2), 16);
|
||||||
|
const g = parseInt(hex.substring(2, 4), 16);
|
||||||
|
const b = parseInt(hex.substring(4, 6), 16);
|
||||||
|
|
||||||
|
/* Backward compatibility for whole number based opacity values. */
|
||||||
|
if (opacity > 1 && opacity <= 100)
|
||||||
|
opacity = opacity / 100;
|
||||||
|
|
||||||
|
return `rgba(${r},${g},${b},${opacity})`;
|
||||||
|
};
|
@@ -1,5 +1,5 @@
|
|||||||
/* Colors */
|
/* Colors */
|
||||||
$body-bg: #fdfdfd;
|
$body-bg: #f3f3f3;
|
||||||
$body-bg-dark: #1d1d1d;
|
$body-bg-dark: #1d1d1d;
|
||||||
$body-font-color-dark: #fff;
|
$body-font-color-dark: #fff;
|
||||||
$bg-color-dark: #1d1d1d;
|
$bg-color-dark: #1d1d1d;
|
||||||
|
@@ -1,4 +1,10 @@
|
|||||||
/* stylelint-disable */
|
/* stylelint-disable */
|
||||||
|
:root {
|
||||||
|
--primary-color: #e36929;
|
||||||
|
--primary-color-dark: color-mix(in srgb, var(--primary-color), #000 30%);
|
||||||
|
--primary-color-shadow: 0 0 0 0.1rem rgba(227, 105, 41, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
@import "~spectre.css/src/variables";
|
@import "~spectre.css/src/variables";
|
||||||
@import "variables";
|
@import "variables";
|
||||||
@import "transitions";
|
@import "transitions";
|
||||||
@@ -16,12 +22,20 @@ body {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--primary-color);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--primary-color-dark)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
::selection,
|
::selection,
|
||||||
option:hover,
|
option:hover,
|
||||||
option:focus,
|
option:focus,
|
||||||
option:active,
|
option:active,
|
||||||
option:checked {
|
option:checked {
|
||||||
background-color: $primary-color;
|
background-color: var(--primary-color);
|
||||||
color: $light-color;
|
color: $light-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -189,6 +203,14 @@ option:checked {
|
|||||||
animation: rotation 0.8s infinite linear;
|
animation: rotation 0.8s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loading {
|
||||||
|
&::after {
|
||||||
|
border: 0.1rem solid var(--primary-color);
|
||||||
|
border-right-color: transparent;
|
||||||
|
border-top-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Override */
|
/* Override */
|
||||||
.modal {
|
.modal {
|
||||||
.modal-container,
|
.modal-container,
|
||||||
@@ -248,7 +270,7 @@ option:checked {
|
|||||||
height: 2px;
|
height: 2px;
|
||||||
width: 0;
|
width: 0;
|
||||||
transition: width 0.2s;
|
transition: width 0.2s;
|
||||||
background-color: $primary-color;
|
background-color: var(--primary-color);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
@@ -300,9 +322,23 @@ option:checked {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-checkbox input:checked + .form-icon, .form-radio input:checked + .form-icon, .form-switch input:checked + .form-icon {
|
||||||
|
background: var(--primary-color);
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-checkbox input:focus + .form-icon, .form-radio input:focus + .form-icon, .form-switch input:focus + .form-icon {
|
||||||
|
box-shadow: 0 0 0 0.1rem var(--primary-color-shadow);
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
.form-select {
|
.form-select {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
box-shadow: 0 0 0 0.1rem var(--primary-color-shadow);
|
||||||
|
}
|
||||||
|
|
||||||
&.small-select {
|
&.small-select {
|
||||||
height: 21px;
|
height: 21px;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
@@ -311,7 +347,8 @@ option:checked {
|
|||||||
|
|
||||||
&.select {
|
&.select {
|
||||||
&.select--open {
|
&.select--open {
|
||||||
border-color: $primary-color !important;
|
border-color: var(--primary-color) !important;
|
||||||
|
box-shadow: 0 0 0 0.1rem var(--primary-color-shadow) !important;
|
||||||
|
|
||||||
@include control-shadow();
|
@include control-shadow();
|
||||||
}
|
}
|
||||||
@@ -336,19 +373,28 @@ option:checked {
|
|||||||
z-index: 401 !important;
|
z-index: 401 !important;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
|
box-shadow:
|
||||||
|
0 8px 17px 0 rgb(0 0 0 / 20%),
|
||||||
|
0 6px 20px 0 rgb(0 0 0 / 19%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select__option--selected {
|
.select__option--selected {
|
||||||
background: rgba($primary-color, 0.25);
|
background: rgba(var(--primary-color), 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select__option--highlight {
|
.select__option--highlight {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
|
text-shadow: 0 0 15px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-input[type="file"] {
|
.form-input {
|
||||||
overflow: hidden;
|
&[type="file"] {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
&:focus {
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
box-shadow: 0 0 0 0.1rem var(--primary-color-shadow);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group .input-group-addon {
|
.input-group .input-group-addon {
|
||||||
@@ -370,13 +416,34 @@ option:checked {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
color: var(--primary-color);
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
|
||||||
|
&:not(.btn-link) {
|
||||||
|
text-shadow: 0 0 15px #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-color: var(--primary-color-dark);
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 3px 1px rgba($primary-color, 90%);
|
box-shadow: 0 0 3px 1px rgba(var(--primary-color), 90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.btn-success:focus {
|
&.btn-success:focus {
|
||||||
border-color: $primary-color;
|
border-color: var(--primary-color);
|
||||||
box-shadow: 0 0 3px 1px rgba($primary-color, 90%);
|
box-shadow: 0 0 3px 1px rgba(var(--primary-color), 90%);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.btn-primary {
|
||||||
|
background: var(--primary-color);
|
||||||
|
border-color: var(--primary-color-dark);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--primary-color-dark);
|
||||||
|
border-color: var(--primary-color-dark);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -435,7 +502,7 @@ code.sql {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sql-hl-keyword {
|
.sql-hl-keyword {
|
||||||
color: $primary-color;
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sql-hl-function {
|
.sql-hl-function {
|
||||||
|
@@ -33,12 +33,41 @@
|
|||||||
|
|
||||||
.menu-item a {
|
.menu-item a {
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $primary-color;
|
color: var(--primary-color);
|
||||||
background: $bg-color-gray;
|
background: $bg-color-gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab {
|
||||||
|
.tab-item {
|
||||||
|
a {
|
||||||
|
color: $body-font-color-dark;
|
||||||
|
opacity: .7;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $body-font-color-dark;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
a {
|
||||||
|
color: $body-font-color-dark;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-link {
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
&.btn-link {
|
&.btn-link {
|
||||||
color: rgba($body-font-color-dark, 0.8);
|
color: rgba($body-font-color-dark, 0.8);
|
||||||
@@ -67,7 +96,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: $primary-color;
|
background-color: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,7 +153,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-select:not([multiple], [size]):focus {
|
.form-select:not([multiple], [size]):focus {
|
||||||
border-color: $primary-color;
|
border-color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
@@ -432,7 +461,7 @@
|
|||||||
.settingbar-element {
|
.settingbar-element {
|
||||||
.settingbar-element-icon {
|
.settingbar-element-icon {
|
||||||
&.badge-update::after {
|
&.badge-update::after {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -447,7 +476,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
box-shadow: 0 0 1px 0 #000;
|
box-shadow: 0 0 1px 0 #000;
|
||||||
|
|
||||||
.footer-elements {
|
.footer-elements {
|
||||||
|
@@ -12,6 +12,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-select,
|
||||||
|
.form-input,
|
||||||
|
.form-select:not([multiple], [size]),
|
||||||
|
.form-checkbox .form-icon,
|
||||||
|
.form-radio .form-icon {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
.form-input:disabled,
|
.form-input:disabled,
|
||||||
.form-input.disabled,
|
.form-input.disabled,
|
||||||
.form-select:disabled,
|
.form-select:disabled,
|
||||||
@@ -44,7 +52,43 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab {
|
||||||
|
border-bottom: 0.05rem solid #c5c5c5;
|
||||||
|
|
||||||
|
.tab-item {
|
||||||
|
a {
|
||||||
|
color: $body-font-color;
|
||||||
|
opacity: .7;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $body-font-color;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
a {
|
||||||
|
color: $body-font-color;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-link {
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
&.btn-clear:focus, &.btn-clear:hover {
|
||||||
|
background: #e0e0e0;
|
||||||
|
opacity: 0.95;
|
||||||
|
}
|
||||||
|
|
||||||
&.btn-link {
|
&.btn-link {
|
||||||
color: rgba($body-font-color, 0.8);
|
color: rgba($body-font-color, 0.8);
|
||||||
|
|
||||||
@@ -72,7 +116,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: $primary-color;
|
background-color: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -181,7 +225,7 @@
|
|||||||
.settingbar-element {
|
.settingbar-element {
|
||||||
.settingbar-element-icon {
|
.settingbar-element-icon {
|
||||||
&.badge-update::after {
|
&.badge-update::after {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -230,6 +274,10 @@
|
|||||||
.workspace-tabs {
|
.workspace-tabs {
|
||||||
.tab-block {
|
.tab-block {
|
||||||
.tab-item {
|
.tab-item {
|
||||||
|
> a {
|
||||||
|
color: $body-font-color;
|
||||||
|
}
|
||||||
|
|
||||||
&.tools-dropdown {
|
&.tools-dropdown {
|
||||||
background-color: $body-bg;
|
background-color: $body-bg;
|
||||||
}
|
}
|
||||||
@@ -241,19 +289,25 @@
|
|||||||
.workspace-query-results {
|
.workspace-query-results {
|
||||||
.table {
|
.table {
|
||||||
.th {
|
.th {
|
||||||
background: $body-bg;
|
background: #D8D8D8;
|
||||||
border-color: lighten($bg-color-light-gray, 2%);
|
border-color: transparent;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.th:first-child {
|
||||||
|
border-left: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tr {
|
.tr {
|
||||||
background-color: lighten($bg-color-light-gray, 2%);
|
background-color: lighten($bg-color-light-gray, 2%);
|
||||||
|
|
||||||
.td:first-child {
|
.td:first-child {
|
||||||
border-left: 2px solid $body-bg;
|
border-left: 2px solid #0000001f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td {
|
.td {
|
||||||
border-color: $body-bg;
|
border-color: #0000001f;
|
||||||
|
border-radius: 1px;
|
||||||
|
|
||||||
&:focus,
|
&:focus,
|
||||||
&.selected {
|
&.selected {
|
||||||
@@ -272,7 +326,7 @@
|
|||||||
|
|
||||||
.connection-panel {
|
.connection-panel {
|
||||||
.panel {
|
.panel {
|
||||||
background: rgba($bg-color-light-gray, 100%);
|
background: #e0e0e0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -343,7 +397,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: $primary-color;
|
background: var(--primary-color);
|
||||||
box-shadow: 0 0 1px 0 #000;
|
box-shadow: 0 0 1px 0 #000;
|
||||||
|
|
||||||
.footer-elements {
|
.footer-elements {
|
||||||
|
@@ -530,8 +530,17 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
return {
|
return {
|
||||||
...workspace,
|
...workspace,
|
||||||
tabs: workspace.tabs.map(tab => {
|
tabs: workspace.tabs.map(tab => {
|
||||||
if (tab.uid === tUid)
|
if (tab.uid === tUid) {
|
||||||
return { ...tab, type, schema, content, elementName, elementType, filePath };
|
return {
|
||||||
|
...tab,
|
||||||
|
type,
|
||||||
|
schema,
|
||||||
|
content,
|
||||||
|
elementName,
|
||||||
|
elementType,
|
||||||
|
filePath
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
return tab;
|
return tab;
|
||||||
})
|
})
|
||||||
@@ -579,6 +588,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
tab.schema === schema &&
|
tab.schema === schema &&
|
||||||
tab.elementName === elementName &&
|
tab.elementName === elementName &&
|
||||||
tab.elementType === elementType &&
|
tab.elementType === elementType &&
|
||||||
|
tab.database === workspaceTabs.database &&
|
||||||
[type, type.replace('temp-', '')].includes(tab.type))
|
[type, type.replace('temp-', '')].includes(tab.type))
|
||||||
: false;
|
: false;
|
||||||
|
|
||||||
@@ -602,17 +612,47 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
});
|
});
|
||||||
|
|
||||||
tabUid = uidGen('T');
|
tabUid = uidGen('T');
|
||||||
this._addTab({ uid, tab: tabUid, content, type, autorun, database: workspaceTabs.database, schema, elementName, elementType, filePath });
|
this._addTab({
|
||||||
|
uid,
|
||||||
|
tab: tabUid,
|
||||||
|
content,
|
||||||
|
type,
|
||||||
|
autorun,
|
||||||
|
database: workspaceTabs.database,
|
||||||
|
schema,
|
||||||
|
elementName,
|
||||||
|
elementType,
|
||||||
|
filePath
|
||||||
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this._replaceTab({ uid, tab: tab.uid, type, schema, elementName, elementType, filePath });
|
this._replaceTab({
|
||||||
|
uid,
|
||||||
|
tab: tab.uid,
|
||||||
|
type,
|
||||||
|
schema,
|
||||||
|
elementName,
|
||||||
|
elementType,
|
||||||
|
filePath
|
||||||
|
});
|
||||||
tabUid = tab.uid;
|
tabUid = tab.uid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tabUid = uidGen('T');
|
tabUid = uidGen('T');
|
||||||
this._addTab({ uid, tab: tabUid, content, type, autorun, database: workspaceTabs.database, schema, elementName, elementType, filePath });
|
this._addTab({
|
||||||
|
uid,
|
||||||
|
tab: tabUid,
|
||||||
|
content,
|
||||||
|
type,
|
||||||
|
autorun,
|
||||||
|
database: workspaceTabs.database,
|
||||||
|
schema,
|
||||||
|
elementName,
|
||||||
|
elementType,
|
||||||
|
filePath
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -629,6 +669,7 @@ export const useWorkspacesStore = defineStore('workspaces', {
|
|||||||
tab.schema === schema &&
|
tab.schema === schema &&
|
||||||
tab.elementName === elementName &&
|
tab.elementName === elementName &&
|
||||||
tab.elementType === elementType &&
|
tab.elementType === elementType &&
|
||||||
|
tab.database === workspaceTabs.database &&
|
||||||
[`temp-${type}`, type].includes(tab.type))
|
[`temp-${type}`, type].includes(tab.type))
|
||||||
: false;
|
: false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user