Compare commits

..

7 Commits

Author SHA1 Message Date
allcontributors[bot]
4da54d09d9 docs: update .all-contributorsrc [skip ci] 2022-04-23 07:53:45 +00:00
allcontributors[bot]
32eb005585 docs: update README.de-DE.md [skip ci] 2022-04-23 07:53:44 +00:00
allcontributors[bot]
1bc9aee0e5 docs: update README.it-IT.md [skip ci] 2022-04-23 07:53:43 +00:00
allcontributors[bot]
5e5631096e docs: update README.ko-KR.md [skip ci] 2022-04-23 07:53:42 +00:00
allcontributors[bot]
ca99c02fb9 docs: update README.ru-RU.md [skip ci] 2022-04-23 07:53:41 +00:00
allcontributors[bot]
2ae6cef6c5 docs: update README.zh-CN.md [skip ci] 2022-04-23 07:53:40 +00:00
allcontributors[bot]
09fab78fb6 docs: update README.md [skip ci] 2022-04-23 07:53:39 +00:00
99 changed files with 2306 additions and 5985 deletions

View File

@@ -725,37 +725,10 @@
"login": "MagicLike",
"name": "MagicLike",
"avatar_url": "https://avatars.githubusercontent.com/u/82117109?v=4",
"profile": "https://magiclike.codeberg.page/",
"profile": "https://magiclike.codeberg.page",
"contributions": [
"doc"
]
},
{
"login": "hisamafahri",
"name": "Hisam Fahri",
"avatar_url": "https://avatars.githubusercontent.com/u/65691613?v=4",
"profile": "https://github.com/hisamafahri",
"contributions": [
"code"
]
},
{
"login": "LiangchengJ",
"name": "Liangcheng Juves",
"avatar_url": "https://avatars.githubusercontent.com/u/48881023?v=4",
"profile": "https://liangchengj.com",
"contributions": [
"code"
]
},
{
"login": "attet",
"name": "Atte Timonen",
"avatar_url": "https://avatars.githubusercontent.com/u/1911416?v=4",
"profile": "https://github.com/attet",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,

View File

@@ -11,7 +11,7 @@ jobs:
fetch-depth: 0
- name: Installing Node
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.0.0
with:
node-version: 16
@@ -46,14 +46,21 @@ jobs:
fetch-depth: 0
- name: Installing Node
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.0.0
with:
node-version: 16
- name: Install deps
run: |
sudo npm i -g yarn@1.22.1
cd app
yarn --network-timeout 1000000
cd ..
rm app/node_modules/.yarn-integrity
yarn --network-timeout 1000000
- name: Build native deps
run: scripts/build-native.js
env:
ARCH: ${{matrix.arch}}
@@ -134,7 +141,7 @@ jobs:
fetch-depth: 0
- name: Install Node
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.0.0
with:
node-version: 16
@@ -143,7 +150,14 @@ jobs:
sudo apt-get update
sudo apt-get install libarchive-tools zsh
npm i -g yarn@1.19.1
cd app
yarn --network-timeout 1000000
cd ..
rm app/node_modules/.yarn-integrity
yarn --network-timeout 1000000
- name: Build native deps
run: scripts/build-native.js
- name: Webpack
run: yarn run build
@@ -241,7 +255,7 @@ jobs:
fetch-depth: 0
- name: Installing Node
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.0.0
with:
node-version: 16
@@ -255,6 +269,7 @@ jobs:
run: |
npm i -g yarn@1.19.1
yarn --network-timeout 1000000
node scripts/build-native.js
yarn run build
node scripts/prepackage-plugins.js
env:

View File

@@ -42,7 +42,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v1
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v1

View File

@@ -12,9 +12,9 @@ jobs:
fetch-depth: 0
- name: Installing Node
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.0.0
with:
node-version: 16
node-version: 14
- name: Build
run: |

View File

@@ -11,6 +11,7 @@ First, install the dependencies:
```
# macOS:
yarn
./scripts/build-native.js
```
**Note: For compiling for Linux armv7l, you need to downgrade electron to 17.0.0 in package.json present in root directory of tabby source**
@@ -19,12 +20,14 @@ yarn
# Linux (Debian/Ubuntu here as an example)
sudo apt install libfontconfig-dev libsecret-1-dev libarchive-tools libnss3 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 cmake
yarn
./scripts/build-native.js
```
```
# Windows:
npm -g install windows-build-tools
yarn
node scripts\build-native.js
```
Now, check if your build is working:

View File

@@ -20,7 +20,7 @@
<br/>
<p align="center">
Diese README ist auch verfügbar in: <a href="./README.md">:gb: English</a> · <a href="./README.ru-RU.md">:ru: Русский</a> · <a href="./README.ko-KR.md">:kr: 한국어</a> · <a href="./README.zh-CN.md">:cn: 简体中文</a> · <a href="./README.it-IT.md">:it: Italiano</a>
Diese README ist auch verfügbar in: <a href="./README.md">:gb: English</a> <a href="./README.ru-RU.md">:ru: Русский</a> <a href="./README.ko-KR.md">:kr: 한국어</a> <a href="./README.zh-CN.md">:cn: 简体中文</a> <a href="./README.it-IT.md">:it: Italiano</a>
</p>
----
@@ -255,10 +255,7 @@ Dank geht an diese wunderbaren Menschen ([emoji key](https://allcontributors.org
</tr>
<tr>
<td align="center"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>woodmeal</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=woodmeal" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hisam Fahri</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hisamafahri" title="Code">💻</a></td>
<td align="center"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Liangcheng Juves</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LiangchengJ" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Atte Timonen</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=attet" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
</tr>
</table>

View File

@@ -21,7 +21,7 @@
<br/>
<p align="center">
Questo README è disponibile anche in: <a href="./README.md">:gb: English</a> · <a href="./README.ru-RU.md">:ru: Русский</a> · <a href="./README.ko-KR.md">:kr: 한국어</a> · <a href="./README.zh-CN.md">:cn: 简体中文</a> · <a href="./README.de-DE.md">:de: Deutsch</a>
Questo README è disponibile anche in: <a href="./README.md">:gb: English</a> <a href="./README.ru-RU.md">:ru: Русский</a> <a href="./README.ko-KR.md">:kr: 한국어</a> <a href="./README.zh-CN.md">:cn: 简体中文</a> <a href="./README.de-DE.md">:de: Deutsch</a>
----
@@ -250,10 +250,7 @@ Grazie a queste persone meravigliose ([emoji key](https://allcontributors.org/do
</tr>
<tr>
<td align="center"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>woodmeal</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=woodmeal" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hisam Fahri</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hisamafahri" title="Code">💻</a></td>
<td align="center"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Liangcheng Juves</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LiangchengJ" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Atte Timonen</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=attet" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
</tr>
</table>

View File

@@ -244,10 +244,7 @@ Pull requests and plugins are welcome!
</tr>
<tr>
<td align="center"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>woodmeal</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=woodmeal" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hisam Fahri</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hisamafahri" title="Code">💻</a></td>
<td align="center"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Liangcheng Juves</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LiangchengJ" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Atte Timonen</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=attet" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
</tr>
</table>

View File

@@ -21,7 +21,7 @@
<br/>
<p align="center">
This README is also available in: <a href="./README.ru-RU.md">:ru: Русский</a> · <a href="./README.ko-KR.md">:kr: 한국어</a> · <a href="./README.zh-CN.md">:cn: 简体中文</a> · <a href="./README.it-IT.md">:it: Italiano</a> · <a href="./README.de-DE.md">:de: Deutsch</a>
This README is also available in: <a href="./README.ru-RU.md">:ru: Русский</a> <a href="./README.ko-KR.md">:kr: 한국어</a> <a href="./README.zh-CN.md">:cn: 简体中文</a> <a href="./README.it-IT.md">:it: Italiano</a> <a href="./README.de-DE.md">:de: Deutsch</a>
</p>
----
@@ -254,10 +254,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</tr>
<tr>
<td align="center"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>woodmeal</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=woodmeal" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hisam Fahri</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hisamafahri" title="Code">💻</a></td>
<td align="center"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Liangcheng Juves</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LiangchengJ" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Atte Timonen</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=attet" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
</tr>
</table>

View File

@@ -21,7 +21,7 @@
<br/>
<p align="center">
Этот README также доступен на: <a href="./README.md">:gb: English</a> · <a href="./README.ko-KR.md">:kr: 한국어</a> · <a href="./README.zh-CN.md">:cn: 简体中文</a> · <a href="./README.it-IT.md">:it: Italiano</a> · <a href="./README.de-DE.md">:de: Deutsch</a>
Этот README также доступен на: <a href="./README.md">:gb: English</a> <a href="./README.ko-KR.md">:kr: 한국어</a> <a href="./README.zh-CN.md">:cn: 简体中文</a> <a href="./README.it-IT.md">:it: Italiano</a> <a href="./README.de-DE.md">:de: Deutsch</a>
</p>
----
@@ -250,10 +250,7 @@ Pull-запросы и плагины приветствуются!
</tr>
<tr>
<td align="center"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>woodmeal</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=woodmeal" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hisam Fahri</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hisamafahri" title="Code">💻</a></td>
<td align="center"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Liangcheng Juves</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LiangchengJ" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Atte Timonen</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=attet" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
</tr>
</table>

View File

@@ -21,7 +21,7 @@
<br/>
<p align="center">
本 README 还适用于以下语言: <a href="./README.md">:gb: English</a> · <a href="./README.ru-RU.md">:ru: Русский</a> · <a href="./README.ko-KR.md">:kr: 한국어</a> · <a href="./README.it-IT.md">:it: Italiano</a> · <a href="./README.de-DE.md">:de: Deutsch</a>
本 README 还适用于以下语言: <a href="./README.md">:gb: English</a> <a href="./README.ru-RU.md">:ru: Русский</a> <a href="./README.ko-KR.md">:kr: 한국어</a> </a> <a href="./README.it-IT.md">:it: Italiano</a> <a href="./README.de-DE.md">:de: Deutsch</a>
</p>
----
@@ -44,7 +44,7 @@
# 目录 <!-- omit in toc -->
- [Tabby是什么](#tabby是什么)
- [Tabby的正确用途](#tabby的正确用途)
- [终端特性](#终端特性)
- [SSH 客户端](#ssh-客户端)
- [串行终端](#串行终端)
@@ -55,7 +55,7 @@
<a name="about"></a>
# Tabby是什么
# Tabby的正确用途
* **Tabby 是** Windows 标准终端 (conhost)、PowerShell ISE、PuTTY、macOS Terminal.app 和 iTerm 的替代品
@@ -249,10 +249,7 @@
</tr>
<tr>
<td align="center"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>woodmeal</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=woodmeal" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hisam Fahri</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hisamafahri" title="Code">💻</a></td>
<td align="center"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Liangcheng Juves</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LiangchengJ" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Atte Timonen</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=attet" title="Code">💻</a></td>
<td align="center"><a href="https://magiclike.codeberg.page"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MagicLike</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=MagicLike" title="Documentation">📖</a></td>
</tr>
</table>

View File

@@ -6,7 +6,7 @@ import * as path from 'path'
import * as fs from 'fs'
import { Subject, throttleTime } from 'rxjs'
import { saveConfig } from './config'
import { loadConfig } from './config'
import { Window, WindowOptions } from './window'
import { pluginManager } from './pluginManager'
import { PTYManager } from './pty'
@@ -23,10 +23,10 @@ export class Application {
private windows: Window[] = []
private globalHotkey$ = new Subject<void>()
private quitRequested = false
private configStore: any
userPluginsPath: string
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
constructor (private configStore: any) {
constructor () {
remote.initialize()
this.useBuiltinGraphics()
this.ptyManager.init(this)
@@ -36,10 +36,6 @@ export class Application {
this.configStore = config
})
ipcMain.on('app:save-config', (_event, data) => {
saveConfig(data)
})
ipcMain.on('app:register-global-hotkey', (_event, specs) => {
globalShortcut.unregisterAll()
for (const spec of specs) {
@@ -67,6 +63,7 @@ export class Application {
}
})
this.configStore = loadConfig()
if (process.platform === 'linux') {
app.commandLine.appendSwitch('no-sandbox')
if (((this.configStore.appearance || {}).opacity || 1) !== 1) {
@@ -114,7 +111,7 @@ export class Application {
}
async newWindow (options?: WindowOptions): Promise<Window> {
const window = new Window(this, this.configStore, options)
const window = new Window(this, options)
this.windows.push(window)
if (this.windows.length === 1){
window.makeMain()

View File

@@ -1,47 +1,26 @@
import * as fs from 'mz/fs'
import * as fs from 'fs'
import * as path from 'path'
import * as yaml from 'js-yaml'
import { v4 as uuidv4 } from 'uuid'
import * as gracefulFS from 'graceful-fs'
import { app } from 'electron'
import { promisify } from 'util'
export async function migrateConfig (): Promise<void> {
export function migrateConfig (): void {
const configPath = path.join(app.getPath('userData'), 'config.yaml')
const legacyConfigPath = path.join(app.getPath('userData'), '../terminus', 'config.yaml')
if (await fs.exists(legacyConfigPath) && (
!await fs.exists(configPath) ||
(await fs.stat(configPath)).mtime < (await fs.stat(legacyConfigPath)).mtime
if (fs.existsSync(legacyConfigPath) && (
!fs.existsSync(configPath) ||
fs.statSync(configPath).mtime < fs.statSync(legacyConfigPath).mtime
)) {
await fs.writeFile(configPath, await fs.readFile(legacyConfigPath))
fs.writeFileSync(configPath, fs.readFileSync(legacyConfigPath))
}
}
export async function loadConfig (): Promise<any> {
await migrateConfig()
export function loadConfig (): any {
migrateConfig()
const configPath = path.join(app.getPath('userData'), 'config.yaml')
if (await fs.exists(configPath)) {
return yaml.load(await fs.readFile(configPath, 'utf8'))
if (fs.existsSync(configPath)) {
return yaml.load(fs.readFileSync(configPath, 'utf8'))
} else {
return {}
}
}
const configPath = path.join(app.getPath('userData'), 'config.yaml')
let _configSaveInProgress = Promise.resolve()
async function _saveConfigInternal (content: string): Promise<void> {
const tempPath = configPath + '.new.' + uuidv4().toString()
await fs.writeFile(tempPath, content, 'utf8')
await fs.writeFile(configPath + '.backup', content, 'utf8')
await promisify(gracefulFS.rename)(tempPath, configPath)
}
export async function saveConfig (content: string): Promise<void> {
try {
await _configSaveInProgress
} catch { }
_configSaveInProgress = _saveConfigInternal(content)
await _configSaveInProgress
}

View File

@@ -3,62 +3,53 @@ import './portable'
import 'source-map-support/register'
import './sentry'
import './lru'
import { app, ipcMain, Menu, dialog } from 'electron'
import { app, ipcMain, Menu } from 'electron'
import { parseArgs } from './cli'
import { Application } from './app'
import electronDebug = require('electron-debug')
import { loadConfig } from './config'
if (!process.env.TABBY_PLUGINS) {
process.env.TABBY_PLUGINS = ''
}
const argv = parseArgs(process.argv, process.cwd())
const application = new Application()
const application = loadConfig().catch(err => {
dialog.showErrorBox('Could not read config', err.message)
app.exit(1)
}).then(configStore => {
const _application = new Application(configStore)
ipcMain.on('app:new-window', () => {
_application.newWindow()
})
process.on('uncaughtException' as any, err => {
console.log(err)
_application.broadcast('uncaughtException', err)
})
if (argv.d) {
electronDebug({
isEnabled: true,
showDevTools: true,
devToolsMode: 'undocked',
})
}
return _application
ipcMain.on('app:new-window', () => {
application.newWindow()
})
app.on('activate', async () => {
if (!(await application).hasWindows()) {
(await application).newWindow()
app.on('activate', () => {
if (!application.hasWindows()) {
application.newWindow()
} else {
(await application).focus()
application.focus()
}
})
app.on('second-instance', async (_event, newArgv, cwd) => {
(await application).handleSecondInstance(newArgv, cwd)
process.on('uncaughtException' as any, err => {
console.log(err)
application.broadcast('uncaughtException', err)
})
app.on('second-instance', (_event, argv, cwd) => {
application.handleSecondInstance(argv, cwd)
})
const argv = parseArgs(process.argv, process.cwd())
if (!app.requestSingleInstanceLock()) {
app.quit()
app.exit(0)
}
if (argv.d) {
electronDebug({
isEnabled: true,
showDevTools: true,
devToolsMode: 'undocked',
})
}
app.on('ready', async () => {
if (process.platform === 'darwin') {
app.dock.setMenu(Menu.buildFromTemplate([
@@ -70,11 +61,9 @@ app.on('ready', async () => {
},
]))
}
application.init()
(await application).init()
const window = await (await application).newWindow({ hidden: argv.hidden })
const window = await application.newWindow({ hidden: argv.hidden })
await window.ready
window.passCliArguments(process.argv, process.cwd(), false)
window.focus()
})

View File

@@ -11,6 +11,7 @@ import { compare as compareVersions } from 'compare-versions'
import type { Application } from './app'
import { parseArgs } from './cli'
import { loadConfig } from './config'
let DwmEnableBlurBehindWindow: any = null
if (process.platform === 'win32') {
@@ -41,6 +42,7 @@ export class Window {
private closing = false
private lastVibrancy: { enabled: boolean, type?: string } | null = null
private disableVibrancyWhileDragging = false
private configStore: any
private touchBarControl: any
private isFluentVibrancy = false
private dockHidden = false
@@ -48,8 +50,9 @@ export class Window {
get visible$ (): Observable<boolean> { return this.visible }
get closed$ (): Observable<void> { return this.closed }
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
constructor (private application: Application, private configStore: any, options?: WindowOptions) {
constructor (private application: Application, options?: WindowOptions) {
this.configStore = loadConfig()
options = options ?? {}
this.windowConfig = new ElectronConfig({ name: 'window' })
@@ -72,7 +75,6 @@ export class Window {
frame: false,
show: false,
backgroundColor: '#00000000',
acceptFirstMouse: true,
}
if (this.windowBounds) {

View File

@@ -1,327 +0,0 @@
diff --git a/node_modules/@serialport/bindings-cpp/src/serialport_win.cpp b/node_modules/@serialport/bindings-cpp/src/serialport_win.cpp
index b11c07f..910023e 100644
--- a/node_modules/@serialport/bindings-cpp/src/serialport_win.cpp
+++ b/node_modules/@serialport/bindings-cpp/src/serialport_win.cpp
@@ -10,6 +10,7 @@
#include <initguid.h>
#include <devpkey.h>
#include <devguid.h>
+#include <wchar.h>
#pragma comment(lib, "setupapi.lib")
#define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0]))
@@ -25,6 +26,29 @@ typedef BOOL (WINAPI *CancelIoExType)(HANDLE hFile, LPOVERLAPPED lpOverlapped);
std::list<int> g_closingHandles;
+void ErrorCodeToString(const wchar_t* prefix, int errorCode, wchar_t *errorStr) {
+ switch (errorCode) {
+ case ERROR_FILE_NOT_FOUND:
+ _snwprintf_s(errorStr, ERROR_STRING_SIZE, _TRUNCATE, L"%ls: File not found", prefix);
+ break;
+ case ERROR_INVALID_HANDLE:
+ _snwprintf_s(errorStr, ERROR_STRING_SIZE, _TRUNCATE, L"%ls: Invalid handle", prefix);
+ break;
+ case ERROR_ACCESS_DENIED:
+ _snwprintf_s(errorStr, ERROR_STRING_SIZE, _TRUNCATE, L"%ls: Access denied", prefix);
+ break;
+ case ERROR_OPERATION_ABORTED:
+ _snwprintf_s(errorStr, ERROR_STRING_SIZE, _TRUNCATE, L"%ls: Operation aborted", prefix);
+ break;
+ case ERROR_INVALID_PARAMETER:
+ _snwprintf_s(errorStr, ERROR_STRING_SIZE, _TRUNCATE, L"%ls: The parameter is incorrect %d", prefix, errorCode);
+ break;
+ default:
+ _snwprintf_s(errorStr, ERROR_STRING_SIZE, _TRUNCATE, L"%ls: Unknown error code %d", prefix, errorCode);
+ break;
+ }
+}
+
void ErrorCodeToString(const char* prefix, int errorCode, char *errorStr) {
switch (errorCode) {
case ERROR_FILE_NOT_FOUND:
@@ -608,9 +632,9 @@ void CloseBaton::Execute() {
}
}
-char *copySubstring(char *someString, int n) {
- char *new_ = reinterpret_cast<char*>(malloc(sizeof(char)*n + 1));
- strncpy_s(new_, n + 1, someString, n);
+wchar_t *copySubstring(wchar_t *someString, int n) {
+ wchar_t *new_ = reinterpret_cast<wchar_t*>(malloc(sizeof(wchar_t)*n + 1));
+ wcsncpy_s(new_, n + 1, someString, n);
new_[n] = '\0';
return new_;
}
@@ -625,7 +649,7 @@ Napi::Value List(const Napi::CallbackInfo& info) {
Napi::Function callback = info[0].As<Napi::Function>();
ListBaton* baton = new ListBaton(callback);
- snprintf(baton->errorString, sizeof(baton->errorString), "");
+ _snwprintf(baton->errorString, sizeof(baton->errorString), L"");
baton->Queue();
return env.Undefined();
@@ -633,20 +657,20 @@ Napi::Value List(const Napi::CallbackInfo& info) {
// It's possible that the s/n is a construct and not the s/n of the parent USB
// composite device. This performs some convoluted registry lookups to fetch the USB s/n.
-void getSerialNumber(const char *vid,
- const char *pid,
+void getSerialNumber(const wchar_t *vid,
+ const wchar_t *pid,
const HDEVINFO hDevInfo,
SP_DEVINFO_DATA deviceInfoData,
const unsigned int maxSerialNumberLength,
- char* serialNumber) {
- _snprintf_s(serialNumber, maxSerialNumberLength, _TRUNCATE, "");
+ wchar_t* serialNumber) {
+ _snwprintf_s(serialNumber, maxSerialNumberLength, _TRUNCATE, L"");
if (vid == NULL || pid == NULL) {
return;
}
DWORD dwSize;
WCHAR szWUuidBuffer[MAX_BUFFER_SIZE];
- WCHAR containerUuid[MAX_BUFFER_SIZE];
+ WCHAR wantedUuid[MAX_BUFFER_SIZE];
// Fetch the "Container ID" for this device node. In USB context, this "Container
@@ -683,7 +707,7 @@ void getSerialNumber(const char *vid,
// Given the UUID bytes, build up a (widechar) string from it. There's some mangling
// going on.
- StringFromGUID2((REFGUID)szWUuidBuffer, containerUuid, ARRAY_SIZE(containerUuid));
+ StringFromGUID2((REFGUID)szWUuidBuffer, wantedUuid, ARRAY_SIZE(wantedUuid));
} else {
// Container UUID could not be fetched, return empty serial number.
return;
@@ -693,21 +717,15 @@ void getSerialNumber(const char *vid,
// This means they're non-removable, and are not handled (yet).
// Maybe they should inherit the s/n from somewhere else.
- // Sanitize input - for whatever reason, StringFromGUID2() returns a WCHAR* but
- // the comparisons later need a plain old char*, in lowercase ASCII.
- char wantedUuid[MAX_BUFFER_SIZE];
- _snprintf_s(wantedUuid, MAX_BUFFER_SIZE, _TRUNCATE, "%ws", containerUuid);
- strlwr(wantedUuid);
-
// Iterate through all the USB devices with the given VendorID/ProductID
HKEY vendorProductHKey;
DWORD retCode;
- char hkeyPath[MAX_BUFFER_SIZE];
+ wchar_t hkeyPath[MAX_BUFFER_SIZE];
- _snprintf_s(hkeyPath, MAX_BUFFER_SIZE, _TRUNCATE, "SYSTEM\\CurrentControlSet\\Enum\\USB\\VID_%s&PID_%s", vid, pid);
+ _snwprintf_s(hkeyPath, MAX_BUFFER_SIZE, _TRUNCATE, L"SYSTEM\\CurrentControlSet\\Enum\\USB\\VID_%s&PID_%s", vid, pid);
- retCode = RegOpenKeyEx(
+ retCode = RegOpenKeyExW(
HKEY_LOCAL_MACHINE,
hkeyPath,
0,
@@ -739,9 +757,9 @@ void getSerialNumber(const char *vid,
// Each of the subkeys here is the serial number of a USB device with the
// given VendorId/ProductId. Now fetch the string for the S/N.
DWORD serialNumberLength = maxSerialNumberLength;
- retCode = RegEnumKeyEx(vendorProductHKey,
+ retCode = RegEnumKeyExW(vendorProductHKey,
i,
- serialNumber,
+ reinterpret_cast<LPWSTR>(serialNumber),
&serialNumberLength,
NULL,
NULL,
@@ -751,21 +769,21 @@ void getSerialNumber(const char *vid,
if (retCode == ERROR_SUCCESS) {
// Lookup info for VID_(vendorId)&PID_(productId)\(serialnumber)
- _snprintf_s(hkeyPath, MAX_BUFFER_SIZE, _TRUNCATE,
- "SYSTEM\\CurrentControlSet\\Enum\\USB\\VID_%s&PID_%s\\%s",
+ _snwprintf_s(hkeyPath, MAX_BUFFER_SIZE, _TRUNCATE,
+ L"SYSTEM\\CurrentControlSet\\Enum\\USB\\VID_%ls&PID_%ls\\%ls",
vid, pid, serialNumber);
HKEY deviceHKey;
- if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, hkeyPath, 0, KEY_READ, &deviceHKey) == ERROR_SUCCESS) {
- char readUuid[MAX_BUFFER_SIZE];
+ if (RegOpenKeyExW(HKEY_LOCAL_MACHINE, hkeyPath, 0, KEY_READ, &deviceHKey) == ERROR_SUCCESS) {
+ wchar_t readUuid[MAX_BUFFER_SIZE];
DWORD readSize = sizeof(readUuid);
// Query VID_(vendorId)&PID_(productId)\(serialnumber)\ContainerID
- retCode = RegQueryValueEx(deviceHKey, "ContainerID", NULL, NULL, (LPBYTE)&readUuid, &readSize);
+ retCode = RegQueryValueExW(deviceHKey, L"ContainerID", NULL, NULL, (LPBYTE)&readUuid, &readSize);
if (retCode == ERROR_SUCCESS) {
readUuid[readSize] = '\0';
- if (strcmp(wantedUuid, readUuid) == 0) {
+ if (wcscmp(wantedUuid, readUuid) == 0) {
// The ContainerID UUIDs match, return now that serialNumber has
// the right value.
RegCloseKey(deviceHKey);
@@ -783,7 +801,7 @@ void getSerialNumber(const char *vid,
RegCloseKey(vendorProductHKey);
}
- _snprintf_s(serialNumber, maxSerialNumberLength, _TRUNCATE, "");
+ _snwprintf_s(serialNumber, maxSerialNumberLength, _TRUNCATE, L"");
return;
}
@@ -795,15 +813,15 @@ void ListBaton::Execute() {
int memberIndex = 0;
DWORD dwSize, dwPropertyRegDataType;
- char szBuffer[MAX_BUFFER_SIZE];
- char *pnpId;
- char *vendorId;
- char *productId;
- char *name;
- char *manufacturer;
- char *locationId;
- char *friendlyName;
- char serialNumber[MAX_REGISTRY_KEY_SIZE];
+ wchar_t szBuffer[MAX_BUFFER_SIZE];
+ wchar_t *pnpId;
+ wchar_t *vendorId;
+ wchar_t *productId;
+ wchar_t *name;
+ wchar_t *manufacturer;
+ wchar_t *locationId;
+ wchar_t *friendlyName;
+ wchar_t serialNumber[MAX_REGISTRY_KEY_SIZE];
bool isCom;
while (true) {
isCom = false;
@@ -814,7 +832,6 @@ void ListBaton::Execute() {
manufacturer = NULL;
locationId = NULL;
friendlyName = NULL;
- isCom = false;
ZeroMemory(&deviceInfoData, sizeof(SP_DEVINFO_DATA));
deviceInfoData.cbSize = sizeof(SP_DEVINFO_DATA);
@@ -826,16 +843,16 @@ void ListBaton::Execute() {
}
dwSize = sizeof(szBuffer);
- SetupDiGetDeviceInstanceId(hDevInfo, &deviceInfoData, szBuffer, dwSize, &dwSize);
+ SetupDiGetDeviceInstanceIdW(hDevInfo, &deviceInfoData, reinterpret_cast<PWSTR>(szBuffer), dwSize, &dwSize);
szBuffer[dwSize] = '\0';
- pnpId = strdup(szBuffer);
+ pnpId = wcsdup(szBuffer);
- vendorId = strstr(szBuffer, "VID_");
+ vendorId = wcsstr(szBuffer, L"VID_");
if (vendorId) {
vendorId += 4;
vendorId = copySubstring(vendorId, 4);
}
- productId = strstr(szBuffer, "PID_");
+ productId = wcsstr(szBuffer, L"PID_");
if (productId) {
productId += 4;
productId = copySubstring(productId, 4);
@@ -843,32 +860,29 @@ void ListBaton::Execute() {
getSerialNumber(vendorId, productId, hDevInfo, deviceInfoData, MAX_REGISTRY_KEY_SIZE, serialNumber);
- if (SetupDiGetDeviceRegistryProperty(hDevInfo, &deviceInfoData,
+ if (SetupDiGetDeviceRegistryPropertyW(hDevInfo, &deviceInfoData,
SPDRP_LOCATION_INFORMATION, &dwPropertyRegDataType,
- reinterpret_cast<BYTE*>(szBuffer),
- sizeof(szBuffer), &dwSize)) {
- locationId = strdup(szBuffer);
+ reinterpret_cast<PBYTE>(szBuffer), sizeof(szBuffer), &dwSize)) {
+ locationId = wcsdup(szBuffer);
}
- if (SetupDiGetDeviceRegistryProperty(hDevInfo, &deviceInfoData,
+ if (SetupDiGetDeviceRegistryPropertyW(hDevInfo, &deviceInfoData,
SPDRP_FRIENDLYNAME, &dwPropertyRegDataType,
- reinterpret_cast<BYTE*>(szBuffer),
- sizeof(szBuffer), &dwSize)) {
- friendlyName = strdup(szBuffer);
+ reinterpret_cast<PBYTE>(szBuffer), sizeof(szBuffer), &dwSize)) {
+ friendlyName = wcsdup(szBuffer);
}
- if (SetupDiGetDeviceRegistryProperty(hDevInfo, &deviceInfoData,
+ if (SetupDiGetDeviceRegistryPropertyW(hDevInfo, &deviceInfoData,
SPDRP_MFG, &dwPropertyRegDataType,
- reinterpret_cast<BYTE*>(szBuffer),
- sizeof(szBuffer), &dwSize)) {
- manufacturer = strdup(szBuffer);
+ reinterpret_cast<PBYTE>(szBuffer), sizeof(szBuffer), &dwSize)) {
+ manufacturer = wcsdup(szBuffer);
}
HKEY hkey = SetupDiOpenDevRegKey(hDevInfo, &deviceInfoData, DICS_FLAG_GLOBAL, 0, DIREG_DEV, KEY_READ);
if (hkey != INVALID_HANDLE_VALUE) {
dwSize = sizeof(szBuffer);
- if (RegQueryValueEx(hkey, "PortName", NULL, NULL, (LPBYTE)&szBuffer, &dwSize) == ERROR_SUCCESS) {
+ if (RegQueryValueExW(hkey, L"PortName", NULL, NULL, (LPBYTE)&szBuffer, &dwSize) == ERROR_SUCCESS) {
+ name = wcsdup(szBuffer);
szBuffer[dwSize] = '\0';
- name = strdup(szBuffer);
- isCom = strstr(szBuffer, "COM") != NULL;
+ isCom = wcsstr(szBuffer, L"COM") != NULL;
}
}
if (isCom) {
@@ -916,6 +930,16 @@ void setIfNotEmpty(Napi::Object item, std::string key, const char *value) {
}
}
+void setIfNotEmpty(Napi::Object item, std::string key, const wchar_t *value) {
+ Napi::Env env = item.Env();
+ Napi::String v8key = Napi::String::New(env, key);
+ if (wcslen(value) > 0) {
+ (item).Set(v8key, Napi::String::New(env, (const char16_t*) value));
+ } else {
+ (item).Set(v8key, env.Undefined());
+ }
+}
+
void FlushBaton::Execute() {
DWORD purge_all = PURGE_RXCLEAR | PURGE_TXABORT | PURGE_TXCLEAR;
if (!PurgeComm(int2handle(fd), purge_all)) {
diff --git a/node_modules/@serialport/bindings-cpp/src/serialport_win.h b/node_modules/@serialport/bindings-cpp/src/serialport_win.h
index f3e3c32..739b5dd 100644
--- a/node_modules/@serialport/bindings-cpp/src/serialport_win.h
+++ b/node_modules/@serialport/bindings-cpp/src/serialport_win.h
@@ -47,23 +47,24 @@ Napi::Value Read(const Napi::CallbackInfo& info);
Napi::Value List(const Napi::CallbackInfo& info);
void setIfNotEmpty(Napi::Object item, std::string key, const char *value);
+void setIfNotEmpty(Napi::Object item, std::string key, const wchar_t *value);
struct ListResultItem {
- std::string path;
- std::string manufacturer;
- std::string serialNumber;
- std::string pnpId;
- std::string locationId;
- std::string friendlyName;
- std::string vendorId;
- std::string productId;
+ std::wstring path;
+ std::wstring manufacturer;
+ std::wstring serialNumber;
+ std::wstring pnpId;
+ std::wstring locationId;
+ std::wstring friendlyName;
+ std::wstring vendorId;
+ std::wstring productId;
};
struct ListBaton : public Napi::AsyncWorker {
ListBaton(Napi::Function& callback) : Napi::AsyncWorker(callback, "node-serialport:ListBaton"),
errorString() {}
std::list<ListResultItem*> results;
- char errorString[ERROR_STRING_SIZE];
+ wchar_t errorString[ERROR_STRING_SIZE];
void Execute() override;
void OnOK() override {

28
appveyor.yml Normal file
View File

@@ -0,0 +1,28 @@
os: Visual Studio 2017
platform:
- x64
environment:
nodejs_version: "14"
version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- yarn
- node scripts/build-native.js
build_script:
- yarn run build
- node scripts/prepackage-plugins.js
- node scripts/build-windows.js
artifacts:
- path: 'dist\*.exe'
cache:
- node_modules
- "*\\node_modules"
- "%USERPROFILE%\\.electron"
- "%LOCALAPPDATA%\\Yarn"

View File

@@ -6,12 +6,12 @@ msgstr ""
msgid "\"{command}\" is still running. Close?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr ""
@@ -27,10 +27,6 @@ msgstr ""
msgid "Accept just this once"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr ""
@@ -52,7 +48,7 @@ msgstr ""
msgid "Add..."
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr ""
@@ -79,7 +75,7 @@ msgstr ""
msgid "Agent type"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr ""
@@ -120,7 +116,7 @@ msgstr ""
msgid "Ask before closing the browser tab"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr ""
@@ -136,7 +132,7 @@ msgstr ""
msgid "Auto"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr ""
@@ -164,7 +160,7 @@ msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr ""
@@ -172,7 +168,7 @@ msgstr ""
msgid "Beginning of the line"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr ""
@@ -184,21 +180,17 @@ msgstr ""
msgid "Blur"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr ""
@@ -209,12 +201,12 @@ msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr ""
@@ -235,15 +227,15 @@ msgstr ""
msgid "Ciphers"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr ""
@@ -305,8 +297,8 @@ msgstr ""
msgid "Config downloaded"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr ""
@@ -328,7 +320,7 @@ msgid "Connect through a proxy server"
msgstr ""
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr ""
@@ -336,7 +328,7 @@ msgstr ""
msgid "Connect to a different host first and use it as a proxy"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -355,14 +347,14 @@ msgstr ""
msgid "Connection name will be used instead"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:202
#: tabby-terminal/src/api/baseTerminalTab.component.ts:210
#: tabby-terminal/src/api/baseTerminalTab.component.ts:550
#: tabby-terminal/src/api/baseTerminalTab.component.ts:754
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr ""
@@ -372,12 +364,12 @@ msgstr ""
msgid "Copy"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr ""
@@ -385,7 +377,7 @@ msgstr ""
msgid "Copy to clipboard"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr ""
@@ -418,7 +410,7 @@ msgstr ""
msgid "Current process: {name}"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr ""
@@ -426,7 +418,7 @@ msgstr ""
msgid "Custom"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr ""
@@ -454,7 +446,7 @@ msgstr ""
msgid "Default profile settings"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr ""
@@ -464,9 +456,9 @@ msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -475,8 +467,8 @@ msgstr ""
msgid "Delete"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr ""
@@ -486,10 +478,6 @@ msgid "Delete {fullPath}?"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr ""
@@ -497,7 +485,7 @@ msgstr ""
msgid "Delete previous word"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr ""
@@ -590,7 +578,7 @@ msgstr ""
msgid "Docking"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr ""
@@ -602,10 +590,6 @@ msgstr ""
msgid "Download"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr ""
@@ -631,10 +615,6 @@ msgstr ""
msgid "Enable analytics"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr ""
@@ -688,7 +668,7 @@ msgstr ""
msgid "Export"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr ""
@@ -700,10 +680,6 @@ msgstr ""
msgid "File: {description}"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr ""
@@ -716,7 +692,7 @@ msgstr ""
msgid "Focus all panes"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr ""
@@ -780,11 +756,11 @@ msgstr ""
msgid "Forwarded ports"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr ""
@@ -818,7 +794,7 @@ msgstr ""
msgid "Gives the window a blurred transparent background"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr ""
@@ -838,10 +814,6 @@ msgstr ""
msgid "Help track the number of Tabby installs across the world!"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -937,11 +909,11 @@ msgstr ""
msgid "Installed"
msgstr ""
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr ""
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr ""
@@ -949,7 +921,7 @@ msgstr ""
msgid "Interactive"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr ""
@@ -966,8 +938,8 @@ msgstr ""
msgid "Jump to previous word"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -991,7 +963,7 @@ msgstr ""
msgid "Key exchange"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr ""
@@ -1020,7 +992,6 @@ msgstr ""
msgid "Launch WinSCP for current SSH session"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr ""
@@ -1031,7 +1002,7 @@ msgstr ""
msgid "Left"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr ""
@@ -1043,11 +1014,11 @@ msgstr ""
msgid "Line editor, input is sent after you press Enter"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr ""
@@ -1064,7 +1035,8 @@ msgstr ""
msgid "Local echo"
msgstr ""
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr ""
@@ -1074,11 +1046,11 @@ msgstr ""
msgid "Login scripts"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr ""
@@ -1094,7 +1066,7 @@ msgstr ""
msgid "Modified on {date}"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr ""
@@ -1106,7 +1078,7 @@ msgstr ""
msgid "Move tab to the right"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr ""
@@ -1139,7 +1111,7 @@ msgstr ""
msgid "New item"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr ""
@@ -1169,10 +1141,6 @@ msgstr ""
msgid "New window"
msgstr ""
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr ""
@@ -1185,7 +1153,7 @@ msgstr ""
msgid "No color"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr ""
@@ -1198,10 +1166,6 @@ msgstr ""
msgid "Normal"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1220,8 +1184,8 @@ msgid "Number of lines kept in the buffer"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr ""
@@ -1339,8 +1303,8 @@ msgstr ""
msgid "Password"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr ""
@@ -1349,11 +1313,11 @@ msgstr ""
msgid "Paste from clipboard"
msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:465
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr ""
@@ -1401,7 +1365,7 @@ msgstr ""
msgid "Prevents accidental closing"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr ""
@@ -1449,7 +1413,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr ""
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr ""
@@ -1466,8 +1430,8 @@ msgstr ""
msgid "Ready Timeout (Milliseconds)"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr ""
@@ -1526,11 +1490,11 @@ msgstr ""
msgid "Report a problem"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr ""
@@ -1546,11 +1510,11 @@ msgstr ""
msgid "Restart current Telnet session"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr ""
@@ -1564,7 +1528,7 @@ msgstr ""
msgid "Right"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr ""
@@ -1582,7 +1546,7 @@ msgstr ""
msgid "Save a password in the keychain"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr ""
@@ -1602,11 +1566,11 @@ msgstr ""
msgid "Saved layout"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr ""
@@ -1614,11 +1578,11 @@ msgstr ""
msgid "Scrollback"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr ""
@@ -1643,7 +1607,7 @@ msgstr ""
msgid "Select"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr ""
@@ -1655,7 +1619,7 @@ msgstr ""
msgid "Select profile"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr ""
@@ -1667,17 +1631,17 @@ msgstr ""
msgid "Sends data one byte at a time"
msgstr ""
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr ""
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr ""
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr ""
@@ -1694,7 +1658,7 @@ msgstr ""
msgid "Set password"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr ""
@@ -1715,7 +1679,7 @@ msgstr ""
msgid "Shell"
msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:552
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr ""
@@ -1727,7 +1691,7 @@ msgstr ""
msgid "Show {type} profile selector"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr ""
@@ -1735,15 +1699,15 @@ msgstr ""
msgid "Show built-in profiles in selector"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr ""
@@ -1802,7 +1766,7 @@ msgstr ""
msgid "SOCKS proxy port"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr ""
@@ -1846,7 +1810,7 @@ msgstr ""
msgid "Standard"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr ""
@@ -1953,16 +1917,16 @@ msgstr ""
msgid "Telnet session"
msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:191
#: tabby-terminal/src/api/baseTerminalTab.component.ts:190
#: tabby-terminal/src/settings.ts:43
msgid "Terminal"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr ""
@@ -2019,7 +1983,7 @@ msgstr ""
msgid "Try again"
msgstr ""
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr ""
@@ -2027,7 +1991,7 @@ msgstr ""
msgid "Turn current tab's panes into separate tabs"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr ""
@@ -2035,7 +1999,7 @@ msgstr ""
msgid "Uninstall"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr ""
@@ -2052,7 +2016,7 @@ msgid "Up"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr ""
@@ -2069,7 +2033,7 @@ msgstr ""
msgid "Upload as a new config"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr ""
@@ -2090,7 +2054,7 @@ msgstr ""
msgid "Using CONNECT method"
msgstr ""
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr ""
@@ -2135,11 +2099,11 @@ msgstr ""
msgid "Vibrancy"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr ""
@@ -2163,7 +2127,7 @@ msgstr ""
msgid "What's new"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr ""
@@ -2192,7 +2156,7 @@ msgstr ""
msgid "Window frame"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr ""
@@ -2204,7 +2168,7 @@ msgstr ""
msgid "WinSCP path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr ""
@@ -2212,12 +2176,11 @@ msgstr ""
msgid "Working directory"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr ""
@@ -2241,11 +2204,11 @@ msgstr ""
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr ""
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr ""

View File

@@ -10,23 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Bulgarian\n"
"Language: bg_BG\n"
"PO-Revision-Date: 2022-04-30 18:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" все още се изпълнява. Затваряне?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} копирай"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Шрифт, който да се използва в случай, че символ отсъства в основния шрифт"
@@ -42,10 +37,6 @@ msgstr "Приеми и запомни ключа"
msgid "Accept just this once"
msgstr "Приеми самотози веднъж"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Акрилен фон"
@@ -67,7 +58,7 @@ msgstr "Добави частен ключ"
msgid "Add..."
msgstr "Добави..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Допълнително разстояние между редовете"
@@ -94,7 +85,7 @@ msgstr "Път към pipe SSH"
msgid "Agent type"
msgstr "Агент тип"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Разрешава отваряне на .bat файлове в табове, но прекъсва някои терминали"
@@ -135,7 +126,7 @@ msgstr "Задайте въпрос"
msgid "Ask before closing the browser tab"
msgstr "Питай преди да затвориш таба на браузъра"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Звучен"
@@ -151,7 +142,7 @@ msgstr "Автор"
msgid "Auto"
msgstr "Автоматично"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Автоматично отваряне на терминал при стартиране на приложението"
@@ -179,7 +170,7 @@ msgstr "Тип на фона"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Скорост на предаване"
@@ -187,7 +178,7 @@ msgstr "Скорост на предаване"
msgid "Beginning of the line"
msgstr "Начало на реда"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Мигане на курсора"
@@ -199,21 +190,17 @@ msgstr "Синьо"
msgid "Blur"
msgstr "Замъгляване"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Долу"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Bracketed paste (изисква shell подръжка)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Вградени"
@@ -224,12 +211,12 @@ msgstr "Вградени"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Откажи"
@@ -250,15 +237,15 @@ msgstr "Провери за актуализация"
msgid "Ciphers"
msgstr "Шифри"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Изчисти скорошни профили"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Изчисти терминала"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Клипборд"
@@ -320,8 +307,8 @@ msgstr "Компактна"
msgid "Config downloaded"
msgstr "Конфифурацията е свалена"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Конфигурационен файл"
@@ -343,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Връзка чрез прокси сървър"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Свържи към \"%s\"..."
@@ -351,7 +338,7 @@ msgstr "Свържи към \"%s\"..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Свържи се първо към друг хост и го използвай като прокси"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -370,14 +357,14 @@ msgstr "Свързването е неуспешно: {error}"
msgid "Connection name will be used instead"
msgstr "Името на свръзката ще се се използва вместо това"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Контекстно меню"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Копирано"
@@ -387,12 +374,12 @@ msgstr "Копирано"
msgid "Copy"
msgstr "Копирай"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Копирай текущия път"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Копирай при маркиране"
@@ -400,9 +387,9 @@ msgstr "Копирай при маркиране"
msgid "Copy to clipboard"
msgstr "Копирай в клипборда"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "Копирай с форматиране"
msgstr ""
#: tabby-core/src/services/config.service.ts:365
msgid "Could not decrypt config"
@@ -410,12 +397,12 @@ msgstr "Конфигурацията не може да бъде декрипт
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:9
msgid "Create"
msgstr "Създай"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "Създай директория"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -433,15 +420,15 @@ msgstr "Текущ ключов отпечатък на хоста"
msgid "Current process: {name}"
msgstr "Текущ процес: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Форма на курсора"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:47
msgid "Custom"
msgstr "Потребителски"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "Персонализиран CSS"
@@ -455,11 +442,11 @@ msgstr "Отстраняване на грешки"
#: tabby-core/src/hotkeys.ts:213
msgid "Decrease horizontal split size"
msgstr "Намали размера на хоризонталното разделяне"
msgstr ""
#: tabby-core/src/hotkeys.ts:205
msgid "Decrease vertical split size"
msgstr "Намали размера на вертикалното разделяне"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
msgid "Default profile for new tabs"
@@ -469,7 +456,7 @@ msgstr "Профил по подразбиране за нов таб"
msgid "Default profile settings"
msgstr "Настройка на профил по подразбиране"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "По подразбиране"
@@ -479,9 +466,9 @@ msgstr "По подразбиране за {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -490,8 +477,8 @@ msgstr "По подразбиране за {type}"
msgid "Delete"
msgstr "Изтрий"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Изтрий \"{name}\"?"
@@ -501,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Изтриване {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Изтрий следваща дума"
@@ -512,7 +495,7 @@ msgstr "Изтрий следваща дума"
msgid "Delete previous word"
msgstr "Изтрий предишна дума"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Изтриване профилите на групата?"
@@ -546,7 +529,7 @@ msgstr "Изключи динамично заглавие на таб"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197
msgid "Disable fluent background while dragging"
msgstr "Деактивиране на плавния фон при влачене"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:190
msgid "Disable GPU acceleration"
@@ -605,7 +588,7 @@ msgstr "Отстояние от закрепения терминал"
msgid "Docking"
msgstr "Закрепване"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "Селекцията с двоен клик ще спира при тези символи"
@@ -617,10 +600,6 @@ msgstr "Долу"
msgid "Download"
msgstr "Свали"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Дублирай"
@@ -646,10 +625,6 @@ msgstr "Включи"
msgid "Enable analytics"
msgstr "Включи събиране на статистики"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Включи автоматично инсталиране на наличните актуализации."
@@ -703,7 +678,7 @@ msgstr "Пример:"
msgid "Export"
msgstr "Експорт"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Резервен шрифт"
@@ -715,23 +690,19 @@ msgstr "Прехвърляне на файл"
msgid "File: {description}"
msgstr "Файл: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Фиксирана"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:198
msgid "Fluent background sometimes causes drag lag"
msgstr "В някои случаи плавният фон води до насичания при влачене"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:136
msgid "Focus all panes"
msgstr "Фокусирай всички панели"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Фокусирай всички панели наведнъж (излъчвай)"
@@ -765,7 +736,7 @@ msgstr "Шрифт"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
msgid "For keyboard shortcuts"
msgstr "За бързи клавиши"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
msgid "Force CR"
@@ -795,11 +766,11 @@ msgstr "Пренасочи порт"
msgid "Forwarded ports"
msgstr "Пренасочени портове"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "От цветова схема"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "От тема"
@@ -833,7 +804,7 @@ msgstr "Вземете от прозореца за Web настройки на
msgid "Gives the window a blurred transparent background"
msgstr "Придава на прозореца размазано прозрачен фон"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Нагоре"
@@ -853,10 +824,6 @@ msgstr "Хакове"
msgid "Help track the number of Tabby installs across the world!"
msgstr "Помогнете за проследяване броя на инсталациите на Tabby по света!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -930,11 +897,11 @@ msgstr "Незабавно отразява локално въведеното
#: tabby-core/src/hotkeys.ts:209
msgid "Increase horizontal split size"
msgstr "Увеличи размера на хоризонталното разделяне"
msgstr ""
#: tabby-core/src/hotkeys.ts:201
msgid "Increase vertical split size"
msgstr "Увеличи размера на вертикалното разделяне"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:18
msgid "Input is sent as you type"
@@ -952,11 +919,11 @@ msgstr "Въвеждане на нови редове"
msgid "Installed"
msgstr "Инсталирани"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Инсталирането на актуализацията ще затвори всички табове и ще рестартира Tabby."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Интелигентен Ctrl-C (копирай/прекъсни)"
@@ -964,7 +931,7 @@ msgstr "Интелигентен Ctrl-C (копирай/прекъсни)"
msgid "Interactive"
msgstr "Интерактивен"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Неправилен синтаксис"
@@ -981,8 +948,8 @@ msgstr "Прескочи към следваща дума"
msgid "Jump to previous word"
msgstr "Прескочи към предишна дума"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1006,7 +973,7 @@ msgstr "Ключ"
msgid "Key exchange"
msgstr "Обмен на ключ"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Клавиатура"
@@ -1035,7 +1002,6 @@ msgstr "Стартирай WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Стартирай WinSCP за текущата SSH сесия"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Научете как да разрешите на Tabby да разпознава отдалечената работна директория."
@@ -1046,7 +1012,7 @@ msgstr "Научете как да разрешите на Tabby да разпо
msgid "Left"
msgstr "Ляво"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Позволява на shell да обработва мета клавиша вместо ОС"
@@ -1058,11 +1024,11 @@ msgstr "Ред по ред"
msgid "Line editor, input is sent after you press Enter"
msgstr "Редактор на редове, входните данни се изпращат, след като натиснете Enter"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Разстояние между редовете"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Зареждане"
@@ -1079,7 +1045,8 @@ msgstr "Локално"
msgid "Local echo"
msgstr "Локално ехо"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Локален терминал"
@@ -1089,11 +1056,11 @@ msgstr "Локален терминал"
msgid "Login scripts"
msgstr "Скрипт при вход"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Продължително натискане за контекстно меню"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Управление на профили"
@@ -1109,7 +1076,7 @@ msgstr "Увеличи максимално активния панел"
msgid "Modified on {date}"
msgstr "Модифицирано на {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Мишка"
@@ -1121,7 +1088,7 @@ msgstr "Премести таба наляво"
msgid "Move tab to the right"
msgstr "Премести таба надясно"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Премести в \"Негрупирани\""
@@ -1136,7 +1103,7 @@ msgstr "Име за новата конфигурация"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:3
msgid "Name for the new directory"
msgstr "Име на новата директория"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
msgid "Native"
@@ -1154,7 +1121,7 @@ msgstr "Нова конфигурация на {platform}"
msgid "New item"
msgstr "Нов елемент"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Ново име"
@@ -1184,10 +1151,6 @@ msgstr "Нов терминал"
msgid "New window"
msgstr "Нов прозорец"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Нов с профил"
@@ -1200,7 +1163,7 @@ msgstr "Следващ таб"
msgid "No color"
msgstr "Без цвят"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Без модификатор"
@@ -1213,10 +1176,6 @@ msgstr "Без"
msgid "Normal"
msgstr "Нормален"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1235,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Брой редове за съхранение в буфера"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Изключено"
@@ -1331,11 +1290,11 @@ msgstr "Презаписване на лоцалната конфигураци
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
msgid "Pane resize step"
msgstr "Стъпка за уразмераване на панела"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Panes"
msgstr "Панели"
msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:38
msgid "Parity"
@@ -1354,8 +1313,8 @@ msgstr "Парола за частен ключ с хеш {hash}..."
msgid "Password"
msgstr "Парола"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Вмъкни"
@@ -1364,11 +1323,11 @@ msgstr "Вмъкни"
msgid "Paste from clipboard"
msgstr "Вмъкни от клипборда"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Вмъкване на няколко реда?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Вмъкване със среден клавиш на мишка"
@@ -1416,7 +1375,7 @@ msgstr "Натиснете клавиша сега"
msgid "Prevents accidental closing"
msgstr "Предпазва от инцидентно затваряне"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Предотврати инцидентно изпълнение на вмъкнати команди"
@@ -1464,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Поставя всички конфигурации на Tabby в хранилището"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Бързо свързване"
@@ -1481,8 +1440,8 @@ msgstr "Свързване чрез сокет"
msgid "Ready Timeout (Milliseconds)"
msgstr "Време за прекъсване на връзката (мс)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Последни"
@@ -1541,11 +1500,11 @@ msgstr "Замени"
msgid "Report a problem"
msgstr "Докладвайте за проблем"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Изисква клавиш за отваряне на линк"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Възстанови мащаба"
@@ -1561,11 +1520,11 @@ msgstr "Рестартирай текущата SSH сесия"
msgid "Restart current Telnet session"
msgstr "Рестартирай текущата Telnet сесия"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Рестартирайте приложението, за да приложите промените"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Възстанови терминалните табове при стартиране на програмата"
@@ -1579,7 +1538,7 @@ msgstr "Повторно използване на сесията за няко
msgid "Right"
msgstr "Дясно"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Десен бутон на мишката"
@@ -1597,7 +1556,7 @@ msgstr "Запиши"
msgid "Save a password in the keychain"
msgstr "Запази паролата в ключодържателя"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Запиши и приложи"
@@ -1617,11 +1576,11 @@ msgstr "Записано"
msgid "Saved layout"
msgstr "Запазени оформления"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Превъртай екрана при въвеждане"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Превърти терминала до край"
@@ -1629,25 +1588,25 @@ msgstr "Превърти терминала до край"
msgid "Scrollback"
msgstr "Буфер за превъртане"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Превърта терминала до край при въвежнане от потребителя"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Търси"
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes"
msgstr "Търси цветови схеми"
msgstr ""
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys"
msgstr "Търси бързи клавиши"
msgstr ""
#: tabby-plugin-manager/src/components/pluginsSettingsTab.component.ts:14
msgid "Search plugins"
msgstr "Търси плъгини"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:19
msgid "Secret sync token"
@@ -1658,7 +1617,7 @@ msgstr "Токен за синхронизация"
msgid "Select"
msgstr "Избери"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Изберете базов профил, който да се използва за шаблон"
@@ -1670,7 +1629,7 @@ msgstr "Изберете къде ще съхранявате файлове"
msgid "Select profile"
msgstr "Изберете профил"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Изберете профил или въведете адрес"
@@ -1682,17 +1641,17 @@ msgstr "Изпращане на байтове чрез въвеждане на
msgid "Sends data one byte at a time"
msgstr "Изпраща данни по един байт"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Сериен порт"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Свръзка на сериен порт"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Сериен порт: {description}"
@@ -1709,7 +1668,7 @@ msgstr "Задай парола"
msgid "Set password"
msgstr "Създаване на парола"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Задай Tabby като %COMSPEC%"
@@ -1730,7 +1689,7 @@ msgstr "Настройки"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Shell не поддържа откриване на текущия път"
@@ -1742,7 +1701,7 @@ msgstr "Shell интеграция"
msgid "Show {type} profile selector"
msgstr "Покажи {type} на селектора за профил"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Покажи поле за потвърждение при поставяне на няколко реда"
@@ -1750,15 +1709,15 @@ msgstr "Покажи поле за потвърждение при постав
msgid "Show built-in profiles in selector"
msgstr "Показване на вградените профили в селектора"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Покажи конфигурационния файл"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Покажи настройките по подразбиране"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Покажи миксер"
@@ -1817,7 +1776,7 @@ msgstr "SOCKS прокси хост"
msgid "SOCKS proxy port"
msgstr "SOCKS прокси порт"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Звук"
@@ -1861,7 +1820,7 @@ msgstr "SSH парола за {user}@{host}:{port}"
msgid "Standard"
msgstr "Стандартна"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "При стартиране"
@@ -1973,11 +1932,11 @@ msgstr "Telnet сесия"
msgid "Terminal"
msgstr "Терминал"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Фон на терминала"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Звънец на терминала"
@@ -2034,7 +1993,7 @@ msgstr "Горе"
msgid "Try again"
msgstr "Опитай отново"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Опитвам запазена парола"
@@ -2042,7 +2001,7 @@ msgstr "Опитвам запазена парола"
msgid "Turn current tab's panes into separate tabs"
msgstr "Превръщане на панелите на текущия таб в отделни табове"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Негрупирани"
@@ -2050,7 +2009,7 @@ msgstr "Негрупирани"
msgid "Uninstall"
msgstr "Деинсталирай"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Неизвестен"
@@ -2067,7 +2026,7 @@ msgid "Up"
msgstr "Горе"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Актуализирай"
@@ -2084,7 +2043,7 @@ msgstr "Качи"
msgid "Upload as a new config"
msgstr "Качи като нова конфигурация"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Използвай {altKeyName} като Meta клавиш"
@@ -2105,7 +2064,7 @@ msgstr "Потребителско име"
msgid "Using CONNECT method"
msgstr "Използване на CONNECT метод"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Използване на предварително зададена парола"
@@ -2150,11 +2109,11 @@ msgstr "Версия: {version}"
msgid "Vibrancy"
msgstr "Живи цветове"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Визуално"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Предупреждавай при вмъкване на няколко реда"
@@ -2178,7 +2137,7 @@ msgstr "Добре дошли"
msgid "What's new"
msgstr "Какво ново"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Когато е включено, връзките могат да се кликват само при задържане на този клавиш"
@@ -2207,7 +2166,7 @@ msgstr "Размер на прозореца от ръба"
msgid "Window frame"
msgstr "Рамка на прозореца"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Прозорци"
@@ -2219,7 +2178,7 @@ msgstr "Windows 10 версия 18309 или по-нова е препоръчи
msgid "WinSCP path"
msgstr "Път към WinSCP"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Разделители на думи"
@@ -2227,12 +2186,11 @@ msgstr "Разделители на думи"
msgid "Working directory"
msgstr "Работна директория"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Откриване на работна директория"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "WSL теминалния звънец може да бъде заглушен само от Volume Mixer"
@@ -2256,11 +2214,11 @@ msgstr "Може да я промените по-късно, но не може
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Възможно е в момента да сте обект на атака от типа \"man-in-the-middle\" или ключът на хоста просто да е бил променен."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Увеличи"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Намали"

View File

@@ -10,23 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Danish\n"
"Language: da_DK\n"
"PO-Revision-Date: 2022-04-30 18:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" kører stadig. Luk?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} kopi"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "En anden skrifttypefamilie, der bruges til at vise tegn, der mangler i hovedskrifttypen"
@@ -42,10 +37,6 @@ msgstr "Accepter og husk nøgle"
msgid "Accept just this once"
msgstr "Accepter kun dette én gang"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Akryl baggrund"
@@ -67,7 +58,7 @@ msgstr "Tilføj en privat nøgle"
msgid "Add..."
msgstr "Tilføj..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Yderligere mellemrum mellem linjer"
@@ -94,7 +85,7 @@ msgstr "Agent pipe-sti"
msgid "Agent type"
msgstr "Agent type"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Giver mulighed for at åbne .bat filer i faner, men virker ikke med nogle shell's"
@@ -135,7 +126,7 @@ msgstr "Stil et spørgsmål"
msgid "Ask before closing the browser tab"
msgstr "Spørg før du lukker browserfanen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Hørbar"
@@ -151,7 +142,7 @@ msgstr "Forfatter"
msgid "Auto"
msgstr "Auto"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Åbn automatisk en terminal ved appstart"
@@ -179,7 +170,7 @@ msgstr "Baggrundstype"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Baud-rate (hastighed)"
@@ -187,7 +178,7 @@ msgstr "Baud-rate (hastighed)"
msgid "Beginning of the line"
msgstr "Begyndelse af linjen"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Blinkende markør"
@@ -199,21 +190,17 @@ msgstr "Blå"
msgid "Blur"
msgstr "Sløring"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Bunden"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Indbygget"
@@ -224,12 +211,12 @@ msgstr "Indbygget"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Annullér"
@@ -250,15 +237,15 @@ msgstr "Kontrollér for opdateringer"
msgid "Ciphers"
msgstr "Ciphers"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Ryd seneste profiler"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Ryd terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Udklipsholder"
@@ -320,8 +307,8 @@ msgstr "Kompakt"
msgid "Config downloaded"
msgstr "Konfiguration downloadet"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Konfigurationsfil"
@@ -343,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Forbind via en proxyserver"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Forbind til \"%s\"..."
@@ -351,7 +338,7 @@ msgstr "Forbind til \"%s\"..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Opret forbindelse til en anden vært først og brug den som en proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -370,14 +357,14 @@ msgstr "Forbindelse fejlede: {error}"
msgid "Connection name will be used instead"
msgstr "Forbindelsens navn vil blive brugt i stedet"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Kontekstmenu"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Kopieret"
@@ -387,12 +374,12 @@ msgstr "Kopieret"
msgid "Copy"
msgstr "Kopiér"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Kopiér nuværende sti"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Kopiér ved markering"
@@ -400,7 +387,7 @@ msgstr "Kopiér ved markering"
msgid "Copy to clipboard"
msgstr "Kopiér til udklipsholder"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr ""
@@ -433,7 +420,7 @@ msgstr "Nuværende værtsnøgle fingeraftryk"
msgid "Current process: {name}"
msgstr "Nuværende proces: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Markørens form"
@@ -441,7 +428,7 @@ msgstr "Markørens form"
msgid "Custom"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "Brugerdefineret CSS"
@@ -469,7 +456,7 @@ msgstr "Standard profil for nye faner"
msgid "Default profile settings"
msgstr "Standard profilindstillinger"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Standardindstillinger"
@@ -479,9 +466,9 @@ msgstr "Standard for {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -490,8 +477,8 @@ msgstr "Standard for {type}"
msgid "Delete"
msgstr "Slet"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Slet \"{name}\"?"
@@ -501,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Slet {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Slet næste ord"
@@ -512,7 +495,7 @@ msgstr "Slet næste ord"
msgid "Delete previous word"
msgstr "Slet forrige ord"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Slet gruppens profiler?"
@@ -605,7 +588,7 @@ msgstr ""
msgid "Docking"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "Markering med dobbeltklik vil stoppe ved disse tegn"
@@ -617,10 +600,6 @@ msgstr "Ned"
msgid "Download"
msgstr "Download"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Duplikér"
@@ -646,10 +625,6 @@ msgstr "Aktivér"
msgid "Enable analytics"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Aktivér automatisk installation af opdateringer, når de bliver tilgængelige."
@@ -703,7 +678,7 @@ msgstr "Eksempel:"
msgid "Export"
msgstr "Eksportér"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Skrifttype at falde tilbage på"
@@ -715,10 +690,6 @@ msgstr "Filoverførsler"
msgid "File: {description}"
msgstr "Fil: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Fast"
@@ -731,7 +702,7 @@ msgstr ""
msgid "Focus all panes"
msgstr "Fokusér alle ruder"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Fokusér alle ruder på én gang (broadcast)"
@@ -795,11 +766,11 @@ msgstr "Videresend port"
msgid "Forwarded ports"
msgstr "Videresendte porte"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Fra farvetema"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Fra tema"
@@ -833,7 +804,7 @@ msgstr ""
msgid "Gives the window a blurred transparent background"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Gå op"
@@ -853,10 +824,6 @@ msgstr ""
msgid "Help track the number of Tabby installs across the world!"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -952,11 +919,11 @@ msgstr ""
msgid "Installed"
msgstr "Installeret"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Installation af opdateringen vil lukke alle faner og genstarte Tabby."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr ""
@@ -964,7 +931,7 @@ msgstr ""
msgid "Interactive"
msgstr "Interaktiv"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Ugyldig syntaks"
@@ -981,8 +948,8 @@ msgstr "Hop til næste ord"
msgid "Jump to previous word"
msgstr "Hop til forrige ord"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1006,7 +973,7 @@ msgstr "Nøgle"
msgid "Key exchange"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr ""
@@ -1035,7 +1002,6 @@ msgstr "Start WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Start WinSCP for den aktuelle SSH-session"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Lær, hvordan du tillader Tabby at registrere ekstern shell's arbejdsmappe."
@@ -1046,7 +1012,7 @@ msgstr "Lær, hvordan du tillader Tabby at registrere ekstern shell's arbejdsmap
msgid "Left"
msgstr "Venstre"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Lader shell'et håndtere Meta taster i stedet for operativsystemet"
@@ -1058,11 +1024,11 @@ msgstr "Linje for linje"
msgid "Line editor, input is sent after you press Enter"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Indlæser"
@@ -1079,7 +1045,8 @@ msgstr "Lokal"
msgid "Local echo"
msgstr "Lokalt ekko"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Lokal terminal"
@@ -1089,11 +1056,11 @@ msgstr "Lokal terminal"
msgid "Login scripts"
msgstr "Login scripts"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Administrér profiler"
@@ -1109,7 +1076,7 @@ msgstr "Maksimér den aktive rude"
msgid "Modified on {date}"
msgstr "Ændret den {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr ""
@@ -1121,7 +1088,7 @@ msgstr "Flyt fane til venstre"
msgid "Move tab to the right"
msgstr "Flyt fane til højre"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Flyt til \"Ugrupperet\""
@@ -1154,7 +1121,7 @@ msgstr "Ny konfiguration på {platform}"
msgid "New item"
msgstr "Nyt element"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Nyt navn"
@@ -1184,10 +1151,6 @@ msgstr "Ny terminal"
msgid "New window"
msgstr "Nyt vindue"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Ny med profil"
@@ -1200,7 +1163,7 @@ msgstr "Næste fane"
msgid "No color"
msgstr "Ingen farve"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Ingen modifikator"
@@ -1213,10 +1176,6 @@ msgstr "Ingen"
msgid "Normal"
msgstr "Normal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1235,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Antal linjer i bufferen"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Slået fra"
@@ -1354,8 +1313,8 @@ msgstr "Adgangskode for en privat nøgle med hash {hash}..."
msgid "Password"
msgstr "Adgangskode"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Indsæt"
@@ -1364,11 +1323,11 @@ msgstr "Indsæt"
msgid "Paste from clipboard"
msgstr "Indsæt fra udklipsholder"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Indsæt flere linjer?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr ""
@@ -1416,7 +1375,7 @@ msgstr "Tryk på tasten nu"
msgid "Prevents accidental closing"
msgstr "Forhindrer utilsigtet lukning"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Forhindrer utilsigtet udførelse af indsatte kommandoer"
@@ -1464,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Placerer alle Tabby's konfiguration i boksen"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Hurtig tilslutning"
@@ -1481,8 +1440,8 @@ msgstr "Rå socket forbindelse"
msgid "Ready Timeout (Milliseconds)"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Seneste"
@@ -1541,11 +1500,11 @@ msgstr "Erstat"
msgid "Report a problem"
msgstr "Rapportér et problem"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Nulstil zoom"
@@ -1561,11 +1520,11 @@ msgstr "Genstart nuværende SSH-session"
msgid "Restart current Telnet session"
msgstr "Genstart nuværende Telnet session"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Genstart app'en for at anvende ændringer"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr ""
@@ -1579,7 +1538,7 @@ msgstr ""
msgid "Right"
msgstr "Højre"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Højreklik"
@@ -1597,7 +1556,7 @@ msgstr "Gem"
msgid "Save a password in the keychain"
msgstr "Gem en adgangskode i nøgleringen"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Gem og anvend"
@@ -1617,11 +1576,11 @@ msgstr "Gemt"
msgid "Saved layout"
msgstr "Gemt layout"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Rul terminal til bunden"
@@ -1629,11 +1588,11 @@ msgstr "Rul terminal til bunden"
msgid "Scrollback"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Søg"
@@ -1658,7 +1617,7 @@ msgstr "Hemmelig synkroniseringstoken"
msgid "Select"
msgstr "Vælg"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Vælg en basisprofil, der skal bruges som skabelon"
@@ -1670,7 +1629,7 @@ msgstr "Vælg lagerplads"
msgid "Select profile"
msgstr "Vælg profil"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Vælg profil eller indtast en adresse"
@@ -1682,17 +1641,17 @@ msgstr "Send bytes ved at skrive i hex-værdier"
msgid "Sends data one byte at a time"
msgstr "Sender data en byte ad gangen"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Seriel"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Seriel forbindelse"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Seriel: {description}"
@@ -1709,7 +1668,7 @@ msgstr "Indstil adgangskode"
msgid "Set password"
msgstr "Angiv adgangskode"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Sæt Tabby som %COMSPEC%"
@@ -1730,7 +1689,7 @@ msgstr "Indstillinger"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Shell understøtter ikke detektion af aktuel sti"
@@ -1742,7 +1701,7 @@ msgstr "Shell integration"
msgid "Show {type} profile selector"
msgstr "Vis {type} profilvælger"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr ""
@@ -1750,15 +1709,15 @@ msgstr ""
msgid "Show built-in profiles in selector"
msgstr "Vis indbyggede profiler i vælgeren"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Vis konfigurationsfil"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Vis standardindstillinger"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr ""
@@ -1817,7 +1776,7 @@ msgstr "SOCKS proxy vært"
msgid "SOCKS proxy port"
msgstr "SOCKS proxy port"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr ""
@@ -1861,7 +1820,7 @@ msgstr "SSH adgangskode for {user}@{host}:{port}"
msgid "Standard"
msgstr "Standard"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Opstart"
@@ -1973,11 +1932,11 @@ msgstr "Telnet session"
msgid "Terminal"
msgstr "Terminal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Terminalbaggrund"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Terminalklokke"
@@ -2034,7 +1993,7 @@ msgstr "Toppen"
msgid "Try again"
msgstr "Prøv igen"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Prøver gemt adgangskode"
@@ -2042,7 +2001,7 @@ msgstr "Prøver gemt adgangskode"
msgid "Turn current tab's panes into separate tabs"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Ugrupperet"
@@ -2050,7 +2009,7 @@ msgstr "Ugrupperet"
msgid "Uninstall"
msgstr "Afinstallér"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Ukendt"
@@ -2067,7 +2026,7 @@ msgid "Up"
msgstr "Op"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Opdatér"
@@ -2084,7 +2043,7 @@ msgstr "Upload"
msgid "Upload as a new config"
msgstr "Upload som ny konfiguration"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Brug {altKeyName} som Meta tasten"
@@ -2105,7 +2064,7 @@ msgstr "Brugernavn"
msgid "Using CONNECT method"
msgstr ""
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Brug forudindstillede adgangskode"
@@ -2150,11 +2109,11 @@ msgstr "Version: {version}"
msgid "Vibrancy"
msgstr "Vibrancy"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Visuel"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr ""
@@ -2178,7 +2137,7 @@ msgstr "Velkommen"
msgid "What's new"
msgstr "Nyheder"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Når aktiveret, er links kun klikbare mens du holder denne tast nede"
@@ -2207,7 +2166,7 @@ msgstr ""
msgid "Window frame"
msgstr "Vinduesramme"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr ""
@@ -2219,7 +2178,7 @@ msgstr "Windows 10 build 18309 eller derover anbefales til ConPTY"
msgid "WinSCP path"
msgstr "WinSCP sti"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Ordseparatorer"
@@ -2227,12 +2186,11 @@ msgstr "Ordseparatorer"
msgid "Working directory"
msgstr "Arbejdsmappe"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Detektering af arbejdsmappe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr ""
@@ -2256,11 +2214,11 @@ msgstr "Du kan ændre det senere, men det er uopretteligt, hvis det glemmes."
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Du kunne være under et man-in-the-middle angreb lige nu, eller værtsnøglen kunne lige være blevet ændret."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Zoom ind"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Zoom ud"

View File

@@ -10,24 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: German\n"
"Language: de_DE\n"
"PO-Revision-Date: 2022-05-17 06:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" läuft noch. Schließen?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} Kopie"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr "<strong translate=\"\">Erkennung von Arbeitsverzeichnissen</strong>\n"
"<div translate=\"\">Erfahren Sie, wie Tabby das Arbeitsverzeichnis der Remote Shell erkennen kann.</div>"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Eine zweite Schriftart, die zur Darstellung von Zeichen verwendet wird, wenn in der Hauptschriftart Zeichen fehlen"
@@ -43,10 +37,6 @@ msgstr "Schlüssel akzeptieren und merken"
msgid "Accept just this once"
msgstr "Nur einmal akzeptieren"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr "Bedienungshilfen"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Acryl-Hintergrund"
@@ -68,7 +58,7 @@ msgstr "Privaten Schlüssel importieren"
msgid "Add..."
msgstr "Hinzufügen..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Zusätzlicher Abstand zwischen den Zeilen"
@@ -95,7 +85,7 @@ msgstr "Agent Pipe-Pfad"
msgid "Agent type"
msgstr "Agenttyp"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Ermöglicht das Öffnen von .bat Dateien in Tabs, es kann Shells zum abstürzen führen"
@@ -136,7 +126,7 @@ msgstr "Eine Frage stellen"
msgid "Ask before closing the browser tab"
msgstr "Vor dem Schließen des Browser-Tabs fragen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Hörbar"
@@ -152,7 +142,7 @@ msgstr "Autor"
msgid "Auto"
msgstr "Automatisch"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Ein Terminal beim Anwendungs-Start automatisch öffnen"
@@ -180,7 +170,7 @@ msgstr "Hintergrundtyp"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Baudrate"
@@ -188,7 +178,7 @@ msgstr "Baudrate"
msgid "Beginning of the line"
msgstr "Beginn der Zeile"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Blinkender Cursor"
@@ -200,21 +190,17 @@ msgstr "Blau"
msgid "Blur"
msgstr "Unschärfeeffekt"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr "Strichstärke Fettschrift"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Unten"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Sicheres einfügen (erfordert Shellunterstützung)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Integriert"
@@ -225,12 +211,12 @@ msgstr "Integriert"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Abbrechen"
@@ -251,15 +237,15 @@ msgstr "Auf Aktualisierungen prüfen"
msgid "Ciphers"
msgstr "Verschlüsselungsverfahren"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Zuletzt benutzte Profile leeren"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Terminal leeren"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Zwischenablage"
@@ -321,8 +307,8 @@ msgstr "Kompakt"
msgid "Config downloaded"
msgstr "Konfigurationsdatei heruntergeladen"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Konfigurationsdatei"
@@ -344,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Über einen Proxy-Server verbinden"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Mit \"%s\" verbinden..."
@@ -352,7 +338,7 @@ msgstr "Mit \"%s\" verbinden..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Zuerst mit einem anderen Host verbinden, um diesen als Proxy zu nutzen"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -371,14 +357,14 @@ msgstr "Verbindung fehlgeschlagen: {error}"
msgid "Connection name will be used instead"
msgstr "Stattdessen wird der Verbindungsname verwendet"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Kontextmenü"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Kopiert"
@@ -388,12 +374,12 @@ msgstr "Kopiert"
msgid "Copy"
msgstr "Kopieren"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Aktuellen Pfad kopieren"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Bei Auswahl kopieren"
@@ -401,9 +387,9 @@ msgstr "Bei Auswahl kopieren"
msgid "Copy to clipboard"
msgstr "In die Zwischenablage kopieren"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "Mit Formatierung kopieren"
msgstr ""
#: tabby-core/src/services/config.service.ts:365
msgid "Could not decrypt config"
@@ -411,12 +397,12 @@ msgstr "Konfiguration konnte nicht entschlüsselt werden"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:9
msgid "Create"
msgstr "Erstellen"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "Verzeichnis erstellen"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -434,15 +420,15 @@ msgstr "Aktueller Host-Schlüssel-Fingerabdruck"
msgid "Current process: {name}"
msgstr "Aktueller Prozess: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Cursorform"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:47
msgid "Custom"
msgstr "Benutzerdefiniert"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "Benutzerdefiniertes CSS"
@@ -456,11 +442,11 @@ msgstr "Fehlersuche"
#: tabby-core/src/hotkeys.ts:213
msgid "Decrease horizontal split size"
msgstr "Größe der horizontalen Teilung verringern"
msgstr ""
#: tabby-core/src/hotkeys.ts:205
msgid "Decrease vertical split size"
msgstr "Größe der vertikalen Teilung verringern"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
msgid "Default profile for new tabs"
@@ -470,7 +456,7 @@ msgstr "Standardprofil für neue Tabs"
msgid "Default profile settings"
msgstr "Standard-Profileinstellungen"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Standardwerte"
@@ -480,9 +466,9 @@ msgstr "Standardwerte für {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -491,8 +477,8 @@ msgstr "Standardwerte für {type}"
msgid "Delete"
msgstr "Löschen"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "\"{name}\" löschen?"
@@ -502,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "{fullPath} löschen?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr "Gesamte Zeile löschen"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Nächstes Wort löschen"
@@ -513,7 +495,7 @@ msgstr "Nächstes Wort löschen"
msgid "Delete previous word"
msgstr "Vorheriges Wort löschen"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Profile der Gruppe löschen?"
@@ -547,7 +529,7 @@ msgstr "Dynamischen Tab-Titel deaktivieren"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197
msgid "Disable fluent background while dragging"
msgstr "Transparenten Hintergrund beim Ziehen des Fensters deaktivieren"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:190
msgid "Disable GPU acceleration"
@@ -606,7 +588,7 @@ msgstr "Breite des angedockten Terminals"
msgid "Docking"
msgstr "Andocken"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "Doppelklick-Auswahl wird bei diesen Zeichen beendet"
@@ -618,10 +600,6 @@ msgstr "Unten"
msgid "Download"
msgstr "Download"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr "Zeige fett geschriebenen Text in hellen Farben"
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Duplizieren"
@@ -647,10 +625,6 @@ msgstr "Aktivieren"
msgid "Enable analytics"
msgstr "Anonyme Nutzungsdaten senden"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr "Animationen aktivieren"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Automatische Installation von Updates aktivieren, wenn diese verfügbar sind."
@@ -704,7 +678,7 @@ msgstr "Beispiel:"
msgid "Export"
msgstr "Exportieren"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Alternative Schriftart"
@@ -716,23 +690,19 @@ msgstr "Dateiübertragung"
msgid "File: {description}"
msgstr "Datei: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr "Filter"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Fest"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:198
msgid "Fluent background sometimes causes drag lag"
msgstr "Der transparente Hintergrund führt manchmal zum Stottern"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:136
msgid "Focus all panes"
msgstr "Alle Bereiche fokussieren"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Alle Bereiche gleichzeitig fokussieren (Broadcast)"
@@ -746,11 +716,11 @@ msgstr "Vorherigen Bereich fokussieren"
#: tabby-core/src/hotkeys.ts:169
msgid "Focus the pane above"
msgstr "Den darüberliegenden Bereich fokussieren"
msgstr "Fokussiere den darüberliegenden Bereich"
#: tabby-core/src/hotkeys.ts:173
msgid "Focus the pane below"
msgstr "Den darunterliegenden Bereich fokussieren"
msgstr "Fokussiere den darunterliegenden Bereich"
#: tabby-core/src/hotkeys.ts:177
msgid "Focus the pane on the left"
@@ -766,7 +736,7 @@ msgstr "Schriftart"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
msgid "For keyboard shortcuts"
msgstr "Für Tastenkombinationen"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
msgid "Force CR"
@@ -796,11 +766,11 @@ msgstr "Port weiterleiten"
msgid "Forwarded ports"
msgstr "Weitergeleitete Ports"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Aus dem Farbschema"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Aus dem Theme"
@@ -834,7 +804,7 @@ msgstr "Holen Sie es sich aus dem Einstellungen-Fenster der Tabby-Web-App"
msgid "Gives the window a blurred transparent background"
msgstr "Gibt dem Fenster einen verschwommenen transparenten Hintergrund"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Nach oben"
@@ -854,10 +824,6 @@ msgstr "Problembehandlung"
msgid "Help track the number of Tabby installs across the world!"
msgstr "Hilf dabei, die Anzahl der Tabby-Installationen auf der ganzen Welt zu verfolgen!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr "Hilf Tabby zu übersetzen<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -931,11 +897,11 @@ msgstr "Gibt die Eingabe sofort lokal wieder"
#: tabby-core/src/hotkeys.ts:209
msgid "Increase horizontal split size"
msgstr "Größe der horizontalen Teilung vergrößern"
msgstr ""
#: tabby-core/src/hotkeys.ts:201
msgid "Increase vertical split size"
msgstr "Größe der vertikalen Teilung vergrößern"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:18
msgid "Input is sent as you type"
@@ -953,11 +919,11 @@ msgstr "Eingehende Zeilenumbrüche"
msgid "Installed"
msgstr "Installiert"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Das Installieren des Updates schließt alle Tabs und startet Tabby neu."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Intelligente Strg-C (Kopieren/Abbrechen)"
@@ -965,7 +931,7 @@ msgstr "Intelligente Strg-C (Kopieren/Abbrechen)"
msgid "Interactive"
msgstr "Interaktiv"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Ungültige Syntax"
@@ -982,8 +948,8 @@ msgstr "Zum nächsten Wort springen"
msgid "Jump to previous word"
msgstr "Zum vorherigen Wort springen"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1007,7 +973,7 @@ msgstr "Schlüssel"
msgid "Key exchange"
msgstr "Schlüsselaustausch"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Tastatur"
@@ -1036,7 +1002,6 @@ msgstr "Starte WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Starte WinSCP für die aktuelle SSH-Sitzung"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Erfahren Sie, wie Sie Tabby das Arbeitsverzeichnis von Remote Sitzung erkennen lassen können."
@@ -1047,7 +1012,7 @@ msgstr "Erfahren Sie, wie Sie Tabby das Arbeitsverzeichnis von Remote Sitzung er
msgid "Left"
msgstr "Links"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Ermöglicht der Shell das reagieren auf die Meta-Taste statt des Betriebssystems"
@@ -1059,11 +1024,11 @@ msgstr "Zeile für Zeile"
msgid "Line editor, input is sent after you press Enter"
msgstr "Zeileneditor, Eingabe wird nach Drücken der Eingabetaste gesendet"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Zeilenabstand"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Wird geladen"
@@ -1080,7 +1045,8 @@ msgstr "Lokal"
msgid "Local echo"
msgstr "Lokales Echo"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Lokales Terminal"
@@ -1090,11 +1056,11 @@ msgstr "Lokales Terminal"
msgid "Login scripts"
msgstr "Login-Skripte"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Langer-Klick für Kontextmenü"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Profile verwalten"
@@ -1110,7 +1076,7 @@ msgstr "Aktiven Bereich maximieren"
msgid "Modified on {date}"
msgstr "Geändert am {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Maus"
@@ -1122,7 +1088,7 @@ msgstr "Tab nach links verschieben"
msgid "Move tab to the right"
msgstr "Tab nach rechts verschieben"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Nach \"Ungruppiert\" verschieben"
@@ -1137,7 +1103,7 @@ msgstr "Name für die neue Konfiguration"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:3
msgid "Name for the new directory"
msgstr "Name des neuen Verzeichnis"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
msgid "Native"
@@ -1155,7 +1121,7 @@ msgstr "Neue Konfiguration auf {platform}"
msgid "New item"
msgstr "Neuer Eintrag"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Neuer Name"
@@ -1185,10 +1151,6 @@ msgstr "Neues Terminal"
msgid "New window"
msgstr "Neues Fenster"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr "Neues Fenster"
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Neu mit Profil"
@@ -1201,7 +1163,7 @@ msgstr "Nächster Tab"
msgid "No color"
msgstr "Keine Farbe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Kein Modifikator"
@@ -1214,10 +1176,6 @@ msgstr "Keine"
msgid "Normal"
msgstr "Normal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr "Strichstärke Normalschrift"
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1236,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Anzahl der Zeilen im Puffer"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Aus"
@@ -1332,11 +1290,11 @@ msgstr "Die lokale Konfiguration überschreiben und mit der Synchronisierung beg
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
msgid "Pane resize step"
msgstr "Bereichsgrößenveränderungsschritt"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Panes"
msgstr "Bereiche"
msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:38
msgid "Parity"
@@ -1355,8 +1313,8 @@ msgstr "Passwort für einen privaten Schlüssel mit Hash {hash}..."
msgid "Password"
msgstr "Passwort"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Einfügen"
@@ -1365,11 +1323,11 @@ msgstr "Einfügen"
msgid "Paste from clipboard"
msgstr "Aus Zwischenablage einfügen"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Mehrere Zeilen einfügen?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Beim Mittel-Klick einfügen"
@@ -1417,7 +1375,7 @@ msgstr "Drücken Sie jetzt die Taste"
msgid "Prevents accidental closing"
msgstr "Verhindert versehentliches Schließen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Verhindert versehentliche Ausführung von eingefügten Befehlen"
@@ -1465,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Die gesamte Tabby-Konfiguration in den Tresor speichern"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Schnellverbindung"
@@ -1482,8 +1440,8 @@ msgstr "Raw Socket-Verbindung"
msgid "Ready Timeout (Milliseconds)"
msgstr "Timeout (Millisekunden)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Neueste"
@@ -1542,11 +1500,11 @@ msgstr "Ersetzen"
msgid "Report a problem"
msgstr "Ein Problem melden"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Eine Taste zum öffnen von Links benötigen"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Vergrößerung zurücksetzen"
@@ -1562,11 +1520,11 @@ msgstr "Aktuelle SSH-Sitzung neu starten"
msgid "Restart current Telnet session"
msgstr "Aktuelle Telnet-Sitzung neu starten"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Anwendung neu starten, um Änderungen zu übernehmen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Terminal-Tabs beim Anwendungs-Start wiederherstellen"
@@ -1580,7 +1538,7 @@ msgstr "Sitzung für mehrere Tabs wiederverwenden"
msgid "Right"
msgstr "Rechts"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Rechtsklick"
@@ -1598,7 +1556,7 @@ msgstr "Speichern"
msgid "Save a password in the keychain"
msgstr "Passwort im Schlüsselbund sichern"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Speichern und anwenden"
@@ -1616,13 +1574,13 @@ msgstr "Gespeichert"
#: tabby-core/src/profiles.ts:19
msgid "Saved layout"
msgstr "Gespeichertes Layout"
msgstr "Layout gespeichert"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Scrollen bei Eingabe"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Terminal nach unten scrollen"
@@ -1630,25 +1588,25 @@ msgstr "Terminal nach unten scrollen"
msgid "Scrollback"
msgstr "Scrollback"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Scrollt das Terminal bei Benutzereingabe nach unten"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Suche"
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes"
msgstr "Farbschemen durchsuchen"
msgstr ""
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys"
msgstr "Tastenkombinationen durchsuchen"
msgstr ""
#: tabby-plugin-manager/src/components/pluginsSettingsTab.component.ts:14
msgid "Search plugins"
msgstr "Plugins durchsuchen"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:19
msgid "Secret sync token"
@@ -1659,7 +1617,7 @@ msgstr "Geheimes Sync-Token"
msgid "Select"
msgstr "Auswählen"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Wählen Sie ein Basis-Profil als Vorlage"
@@ -1671,7 +1629,7 @@ msgstr "Verzeichnis auswählen"
msgid "Select profile"
msgstr "Profil auswählen"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Profil auswählen oder Adresse eingeben"
@@ -1683,17 +1641,17 @@ msgstr "Sende Bytes durch Eingabe von Hex-Werten"
msgid "Sends data one byte at a time"
msgstr "Sendet Daten Byte für Byte"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Seriell"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Serielle Verbindung"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Serielle Verbindung: {description}"
@@ -1710,7 +1668,7 @@ msgstr "Passwort festlegen"
msgid "Set password"
msgstr "Passwort festlegen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Tabby als %COMSPEC% setzen"
@@ -1731,7 +1689,7 @@ msgstr "Einstellungen"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Shell unterstützt keine aktuelle Pfaderkennung"
@@ -1743,7 +1701,7 @@ msgstr "Shell-Integration"
msgid "Show {type} profile selector"
msgstr "Zeige {type} Profilauswahl"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Beim Einfügen mehrerer Zeilen eine Bestätigungsbox anzeigen"
@@ -1751,15 +1709,15 @@ msgstr "Beim Einfügen mehrerer Zeilen eine Bestätigungsbox anzeigen"
msgid "Show built-in profiles in selector"
msgstr "Integrierte Profile im Selektor anzeigen"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Konfigurationsdatei im Dateibrowser anzeigen"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Standardwerte anzeigen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Mixer anzeigen"
@@ -1818,7 +1776,7 @@ msgstr "SOCKS-Proxy-Host"
msgid "SOCKS proxy port"
msgstr "SOCKS-Proxy-Port"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Töne"
@@ -1862,7 +1820,7 @@ msgstr "SSH-Passwort für {user}@{host}:{port}"
msgid "Standard"
msgstr "Standard"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Beim Start"
@@ -1974,11 +1932,11 @@ msgstr "Telnet-Sitzung"
msgid "Terminal"
msgstr "Terminal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Terminal-Hintergrund"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Terminal Glocke"
@@ -2035,15 +1993,15 @@ msgstr "Oben"
msgid "Try again"
msgstr "Erneut versuchen"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Versuche gespeichertes Passwort"
#: tabby-core/src/hotkeys.ts:61
msgid "Turn current tab's panes into separate tabs"
msgstr "Aktuelle Teilbereiche in separate Tabs verwandeln"
msgstr "Aktuell geteilten Tab in separate Tabs verwandeln"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Nicht gruppiert"
@@ -2051,7 +2009,7 @@ msgstr "Nicht gruppiert"
msgid "Uninstall"
msgstr "Deinstallieren"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Unbekannt"
@@ -2068,7 +2026,7 @@ msgid "Up"
msgstr "Hoch"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Aktualisieren"
@@ -2085,7 +2043,7 @@ msgstr "Hochladen"
msgid "Upload as a new config"
msgstr "Als neue Konfiguration hochladen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "{altKeyName} als Meta-Taste verwenden"
@@ -2106,7 +2064,7 @@ msgstr "Benutzername"
msgid "Using CONNECT method"
msgstr "Mit der CONNECT-Methode"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Vorgegebenes Passwort wird verwendet"
@@ -2151,11 +2109,11 @@ msgstr "Version: {version}"
msgid "Vibrancy"
msgstr "Vibrancy"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Optisch"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Beim mehrzeiligen Einfügen warnen"
@@ -2179,7 +2137,7 @@ msgstr "Willkommen"
msgid "What's new"
msgstr "Was gibt's Neues?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Wenn aktiviert, sind Links nur anklickbar, während Sie diese Taste gedrückt halten"
@@ -2208,7 +2166,7 @@ msgstr "Fenstergröße weg vom Rand"
msgid "Window frame"
msgstr "Fensterrahmen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Windows"
@@ -2220,7 +2178,7 @@ msgstr "Windows 10 Build 18309 oder höher wird für ConPTY empfohlen"
msgid "WinSCP path"
msgstr "WinSCP-Pfad"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Worttrennzeichen"
@@ -2228,12 +2186,11 @@ msgstr "Worttrennzeichen"
msgid "Working directory"
msgstr "Arbeitsverzeichnis"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Arbeitsverzeichniserkennung"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "WSL-Terminal Glocke kann nur über Lautstärkeregler abgeschaltet werden"
@@ -2257,11 +2214,11 @@ msgstr "Du kannst es später ändern, aber es lässt sich nicht wiederherstellen
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Sie könnten gerade Opfer eines Man-in-the-Middle-Angriffs sein oder der Host-Schlüssel könnte gerade geändert worden sein."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Hineinzoomen"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Herauszoomen"

View File

@@ -10,23 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Spanish\n"
"Language: es_ES\n"
"PO-Revision-Date: 2022-04-30 18:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" se sigue ejecutando. ¿Cerrar?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} copia"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Una familia tipográfica secundaria usada para mostrar los caracteres faltantes en la principal"
@@ -42,10 +37,6 @@ msgstr "Aceptar y recordar clave"
msgid "Accept just this once"
msgstr "Aceptar solo esta vez"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Fondo acrílico"
@@ -67,7 +58,7 @@ msgstr "Añadir una clave privada"
msgid "Add..."
msgstr "Añadir..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Espacio adicional entre líneas"
@@ -94,7 +85,7 @@ msgstr "Ruta de la tubería del agente"
msgid "Agent type"
msgstr "Tipo de agente"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Permite abrir archivos .bat en pestañas, pero rompe algunas shells"
@@ -135,7 +126,7 @@ msgstr "Hacer una pregunta"
msgid "Ask before closing the browser tab"
msgstr "Preguntar antes de cerrar la pestaña del navegador"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Audible"
@@ -151,7 +142,7 @@ msgstr "Autor"
msgid "Auto"
msgstr "Auto"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Autoabrir un terminal al iniciar la aplicación"
@@ -179,7 +170,7 @@ msgstr "Tipo de fondo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Velocidad en baudios"
@@ -187,7 +178,7 @@ msgstr "Velocidad en baudios"
msgid "Beginning of the line"
msgstr "Inicio de la línea"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Parpadear cursor"
@@ -199,21 +190,17 @@ msgstr "Azul"
msgid "Blur"
msgstr "Desenfoque"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Inferior"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Pegar con corchetes (requiere soporte de shell)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Integrado"
@@ -224,12 +211,12 @@ msgstr "Integrado"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Cancelar"
@@ -250,15 +237,15 @@ msgstr "Buscar actualizaciones"
msgid "Ciphers"
msgstr "Cifrados"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Limpiar los perfiles recientes"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Limpiar terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Portapapeles"
@@ -320,8 +307,8 @@ msgstr "Compacto"
msgid "Config downloaded"
msgstr "Configuración descargada"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Archivo de configuración"
@@ -343,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Conectar a través de un servidor proxy"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Conectarse a %s..."
@@ -351,7 +338,7 @@ msgstr "Conectarse a %s..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Conectarse primero a un host diferente y utilizarlo como proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -370,14 +357,14 @@ msgstr "Conexión fallida: {error}"
msgid "Connection name will be used instead"
msgstr "El nombre de la conexión se utilizará en su lugar"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Menú contextual"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Copiado"
@@ -387,12 +374,12 @@ msgstr "Copiado"
msgid "Copy"
msgstr "Copiar"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Copiar la ruta actual"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Copiar al seleccionar"
@@ -400,7 +387,7 @@ msgstr "Copiar al seleccionar"
msgid "Copy to clipboard"
msgstr "Copiar al portapapeles"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr ""
@@ -410,12 +397,12 @@ msgstr "No se ha podido descifrar la configuración"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:9
msgid "Create"
msgstr "Crear"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "Crear directorio"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -433,7 +420,7 @@ msgstr "Huella actual de la clave de host"
msgid "Current process: {name}"
msgstr "Proceso actual: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Forma del cursor"
@@ -441,7 +428,7 @@ msgstr "Forma del cursor"
msgid "Custom"
msgstr "Personalizado"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "CSS personalizado"
@@ -469,7 +456,7 @@ msgstr "Perfil predeterminado para nuevas pestañas"
msgid "Default profile settings"
msgstr "Configuración de perfil predeterminada"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Valores predeterminados"
@@ -479,9 +466,9 @@ msgstr "Valores predeterminados para {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -490,8 +477,8 @@ msgstr "Valores predeterminados para {type}"
msgid "Delete"
msgstr "Borrar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "¿Eliminar \"{name}\"?"
@@ -501,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "¿Eliminar la ruta {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Eliminar la siguiente palabra"
@@ -512,7 +495,7 @@ msgstr "Eliminar la siguiente palabra"
msgid "Delete previous word"
msgstr "Eliminar palabra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "¿Eliminar los perfiles del grupo?"
@@ -605,7 +588,7 @@ msgstr "Espacio de la terminal acoplada"
msgid "Docking"
msgstr "Acoplamiento"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "La selección con doble clic se detendrá en estos caracteres"
@@ -617,10 +600,6 @@ msgstr "Abajo"
msgid "Download"
msgstr "Descargar"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Duplicar"
@@ -646,10 +625,6 @@ msgstr "Habilitar"
msgid "Enable analytics"
msgstr "Habilitar analíticas"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Habilitar la instalación automática de actualizaciones cuando estén disponibles."
@@ -703,7 +678,7 @@ msgstr "Ejemplo:"
msgid "Export"
msgstr "Exportar"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Fuente alternativa"
@@ -715,10 +690,6 @@ msgstr "Transferencias de archivos"
msgid "File: {description}"
msgstr "Archivo: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Solucionado"
@@ -731,7 +702,7 @@ msgstr ""
msgid "Focus all panes"
msgstr "Enfocar todos los paneles"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Enfocar todos los paneles a la vez (transmitir)"
@@ -795,11 +766,11 @@ msgstr "Puerto de reenvío"
msgid "Forwarded ports"
msgstr "Puertos reenviados"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Desde un color de esquema"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Desde el tema"
@@ -833,7 +804,7 @@ msgstr "Obtenerlo desde la ventana de configuración de Tabby"
msgid "Gives the window a blurred transparent background"
msgstr "Le da a la ventana un fondo transparente borroso"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Ir arriba"
@@ -853,10 +824,6 @@ msgstr "Hacks"
msgid "Help track the number of Tabby installs across the world!"
msgstr "¡Ayuda a rastrear la cantidad de instalaciones de Tabby en todo el mundo!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -952,11 +919,11 @@ msgstr "Entrada de nuevas líneas"
msgid "Installed"
msgstr "Instalado"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "La instalación de la actualización cerrará todas las pestañas y reiniciará Tabby."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Ctrl-C inteligente (copiar/abortar)"
@@ -964,7 +931,7 @@ msgstr "Ctrl-C inteligente (copiar/abortar)"
msgid "Interactive"
msgstr "Interactivo"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Sintáxis inválida"
@@ -981,8 +948,8 @@ msgstr "Saltar a la siguiente palabra"
msgid "Jump to previous word"
msgstr "Saltar a la palabra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1006,7 +973,7 @@ msgstr "Clave"
msgid "Key exchange"
msgstr "Intercambio de llaves"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Teclado"
@@ -1035,7 +1002,6 @@ msgstr "Iniciar WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Iniciar WinSCP para la sesión SSH actual"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Aprende cómo permitir que Tabby detecte el directorio de trabajo remoto de la shell."
@@ -1046,7 +1012,7 @@ msgstr "Aprende cómo permitir que Tabby detecte el directorio de trabajo remoto
msgid "Left"
msgstr "Izquierda"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Permita que la shell maneje la tecla Meta en lugar del sistema operativo"
@@ -1058,11 +1024,11 @@ msgstr "Línea por línea"
msgid "Line editor, input is sent after you press Enter"
msgstr "Editor de línea, la entrada se envía después de pulsar Enter"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Relleno de línea"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Cargando"
@@ -1079,7 +1045,8 @@ msgstr "Local"
msgid "Local echo"
msgstr "Eco local"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Terminal local"
@@ -1089,11 +1056,11 @@ msgstr "Terminal local"
msgid "Login scripts"
msgstr "Código de acceso"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Clic extendido para el menú contextual"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Administrar perfiles"
@@ -1109,7 +1076,7 @@ msgstr "Maximiza el panel activo"
msgid "Modified on {date}"
msgstr "Modificado el {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Ratón"
@@ -1121,7 +1088,7 @@ msgstr "Mover pestaña a la izquierda"
msgid "Move tab to the right"
msgstr "Mover pestaña a la derecha"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Mover a \"Desagrupado\""
@@ -1154,7 +1121,7 @@ msgstr "Nueva configuración en {platform}"
msgid "New item"
msgstr "Nuevo elemento"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Nuevo nombre"
@@ -1184,10 +1151,6 @@ msgstr "Nuevo terminal"
msgid "New window"
msgstr "Nueva ventana"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Nuevo con perfil"
@@ -1200,7 +1163,7 @@ msgstr "Siguiente pestaña"
msgid "No color"
msgstr "Sin color"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Sin modificador"
@@ -1213,10 +1176,6 @@ msgstr "Ninguno"
msgid "Normal"
msgstr "Normal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1235,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Número de líneas guardadas en el búfer"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Apagado"
@@ -1354,8 +1313,8 @@ msgstr "Contraseña para una clave privada con hash {hash}..."
msgid "Password"
msgstr "Contraseña"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Pegar"
@@ -1364,11 +1323,11 @@ msgstr "Pegar"
msgid "Paste from clipboard"
msgstr "Pegar desde el portapapeles"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "¿Pegar múltiples líneas?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Pegar con clic central"
@@ -1416,7 +1375,7 @@ msgstr "Presiona la tecla ahora"
msgid "Prevents accidental closing"
msgstr "Previene cierre accidental"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Previene la ejecución de comandos pegados"
@@ -1464,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Poner toda la configuración de Tabby en la vault"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Conexión rápida"
@@ -1481,8 +1440,8 @@ msgstr "Conexión de socket sin procesar"
msgid "Ready Timeout (Milliseconds)"
msgstr "Tiempo de espera listo (Milisegundos)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Reciente"
@@ -1541,11 +1500,11 @@ msgstr "Reemplazar"
msgid "Report a problem"
msgstr "Reportar un problema"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Requerir una clave para hacer clic en enlaces"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Restablecer zoom"
@@ -1561,11 +1520,11 @@ msgstr "Reiniciar sesión SSH actual"
msgid "Restart current Telnet session"
msgstr "Reiniciar sesión Telnet actual"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Reiniciar la aplicación para aplicar cambios"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Restaurar pestañas de la terminar al iniciar la aplicación"
@@ -1579,7 +1538,7 @@ msgstr "Reutilizar sesión para múltiples pestañas"
msgid "Right"
msgstr "Derecha"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Clic derecho"
@@ -1597,7 +1556,7 @@ msgstr "Guardar"
msgid "Save a password in the keychain"
msgstr "Guardar una contraseña en el llavero"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Guardar y aplicar"
@@ -1617,11 +1576,11 @@ msgstr "Guardado"
msgid "Saved layout"
msgstr "Diseño guardado"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Desplazarse al entrar"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Desplazar terminal hacia abajo"
@@ -1629,11 +1588,11 @@ msgstr "Desplazar terminal hacia abajo"
msgid "Scrollback"
msgstr "Retroceso"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Desplaza el terminal hasta la parte inferior de la entrada del usuario"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Buscar"
@@ -1658,7 +1617,7 @@ msgstr "Token secreto de sincronización"
msgid "Select"
msgstr "Seleccionar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Seleccione un perfil base para usar como plantilla"
@@ -1670,7 +1629,7 @@ msgstr "Seleccionar archivo de almacenamiento"
msgid "Select profile"
msgstr "Seleccionar perfil"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Seleccionar perfil o introducir una dirección"
@@ -1682,17 +1641,17 @@ msgstr "Enviar bytes escribiendo en valores hexadecimales"
msgid "Sends data one byte at a time"
msgstr "Envía datos de un byte a la vez"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Serial"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Conexión serial"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Serial: {description}"
@@ -1709,7 +1668,7 @@ msgstr "Establecer contraseña"
msgid "Set password"
msgstr "Establecer contraseña"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Establecer Tabby como %COMSPEC%"
@@ -1730,7 +1689,7 @@ msgstr "Ajustes"
msgid "Shell"
msgstr "Escudo"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Shell no soporta la detección actual de rutas"
@@ -1742,7 +1701,7 @@ msgstr "Integración con la Shell"
msgid "Show {type} profile selector"
msgstr "Mostrar {type} selector de perfil"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Mostrar un cuadro de confirmación al pegar múltiples líneas"
@@ -1750,15 +1709,15 @@ msgstr "Mostrar un cuadro de confirmación al pegar múltiples líneas"
msgid "Show built-in profiles in selector"
msgstr "Mostrar perfiles incorporados en el selector"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Mostrar archivo de configuración"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Mostrar valores predeterminados"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Mostrar Mixer"
@@ -1817,7 +1776,7 @@ msgstr "Servidor proxy SOCKS"
msgid "SOCKS proxy port"
msgstr "Puerto proxy SOCKS"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Sonido"
@@ -1861,7 +1820,7 @@ msgstr "Contraseña SSH para {user}@{host}:{port}"
msgid "Standard"
msgstr "Estándar"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Inicialización"
@@ -1973,11 +1932,11 @@ msgstr "Sesión de Telnet"
msgid "Terminal"
msgstr "Terminal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Fondo de la terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Campana de la terminal"
@@ -2034,7 +1993,7 @@ msgstr "Top"
msgid "Try again"
msgstr "Reintentar"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Reintentar contraseña guardada"
@@ -2042,7 +2001,7 @@ msgstr "Reintentar contraseña guardada"
msgid "Turn current tab's panes into separate tabs"
msgstr "Convierte los paneles de pestañas actuales en pestañas separadas"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Desagrupado"
@@ -2050,7 +2009,7 @@ msgstr "Desagrupado"
msgid "Uninstall"
msgstr "Desinstalar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Desconocido"
@@ -2067,7 +2026,7 @@ msgid "Up"
msgstr "Arriba"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Actualizar"
@@ -2084,7 +2043,7 @@ msgstr "Cargar"
msgid "Upload as a new config"
msgstr "Subir como una nueva configuración"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Usar {altKeyName} como la tecla Meta"
@@ -2105,7 +2064,7 @@ msgstr "Nombre de usuario"
msgid "Using CONNECT method"
msgstr "Usando método CONNECT"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Usando la contraseña preestablecida"
@@ -2150,11 +2109,11 @@ msgstr "Versión: {version}"
msgid "Vibrancy"
msgstr "Vibración"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Visual"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Advertir al pegar múltiples líneas"
@@ -2178,7 +2137,7 @@ msgstr "Bienvenido"
msgid "What's new"
msgstr "Qué hay de nuevo"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Cuando está habilitado, los enlaces sólo se pueden hacer clic mientras se mantiene presionada esta tecla"
@@ -2207,7 +2166,7 @@ msgstr "Dimensión de la ventana lejos del borde"
msgid "Window frame"
msgstr "Marco de ventana"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Ventanas"
@@ -2219,7 +2178,7 @@ msgstr "Se recomienda Windows 10 build 18309 o superior para ConPTY"
msgid "WinSCP path"
msgstr "Ruta WinSCP"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Separadores de palabra"
@@ -2227,12 +2186,11 @@ msgstr "Separadores de palabra"
msgid "Working directory"
msgstr "Directorio de trabajo"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Detección de directorio de trabajo"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "La campana de la terminal WSL sólo puede silenciarse a través del Mezclador del Volumen"
@@ -2256,11 +2214,11 @@ msgstr "Puedes cambiarlo más tarde, pero es irrecuperable si lo olvidas."
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Podría estar bajo un ataque de intermediario en este momento, o la clave de host podría haber sido cambiada."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Ampliar"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Alejar vista"

View File

@@ -10,24 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: French\n"
"Language: fr_FR\n"
"PO-Revision-Date: 2022-05-17 06:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" est toujours en cours d'exécution. Fermer ?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} - Copie"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr "<strong translate=\"\">Détection du répertoire de travail</strong>\n"
"<div translate=\"\">Apprenez comment permettre à Tabby de détecter le répertoire de travail distant.</div>"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Une seconde famille de polices utilisable pour afficher les caractères absents de la police principale"
@@ -43,10 +37,6 @@ msgstr "Accepter et mémoriser la clé"
msgid "Accept just this once"
msgstr "Accepter uniquement cette fois"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr "Accessibilité"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Arrière-plan acrylique"
@@ -68,7 +58,7 @@ msgstr "Ajouter une clé privée"
msgid "Add..."
msgstr "Ajouter ..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Espace additionnel entre les lignes"
@@ -95,7 +85,7 @@ msgstr "Chemin vers l'agent SSH"
msgid "Agent type"
msgstr "Type d'agent"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Permet l'ouverture des fichiers .bat dans les onglets, mais casse certains shells"
@@ -136,7 +126,7 @@ msgstr "Poser une question"
msgid "Ask before closing the browser tab"
msgstr "Demander avant de fermer l'onglet du navigateur"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Audible"
@@ -152,7 +142,7 @@ msgstr "Auteur"
msgid "Auto"
msgstr "Automatique"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Ouvrir automatiquement un terminal au démarrage de l'application"
@@ -180,7 +170,7 @@ msgstr "Type d'arrière-plan"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Vitesse en bauds"
@@ -188,7 +178,7 @@ msgstr "Vitesse en bauds"
msgid "Beginning of the line"
msgstr "Début de la ligne"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Faire clignoter le curseur"
@@ -200,21 +190,17 @@ msgstr "Bleu"
msgid "Blur"
msgstr "Flouté"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr "Épaisseur de police en gras"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Bas"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Coller avec des parenthèses (l'interpréteur de commande doit le supporter)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Intégré"
@@ -225,12 +211,12 @@ msgstr "Intégré"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Annuler"
@@ -251,15 +237,15 @@ msgstr "Vérifier les mises à jour"
msgid "Ciphers"
msgstr "Chiffrement"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Effacer les profils récents"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Effacer le terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Presse-papier"
@@ -321,8 +307,8 @@ msgstr "Compact"
msgid "Config downloaded"
msgstr "Configuration téléchargée"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Fichier de configuration"
@@ -344,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Se connecter via un serveur proxy"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Se connecter à \"%s\"..."
@@ -352,7 +338,7 @@ msgstr "Se connecter à \"%s\"..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Se connecte d'abord à un hôte différent et l'utilise comme proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -371,14 +357,14 @@ msgstr "Échec de la connexion : {error}"
msgid "Connection name will be used instead"
msgstr "Le nom de connexion sera utilisé à la place"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Menu contextuel"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Copié"
@@ -388,12 +374,12 @@ msgstr "Copié"
msgid "Copy"
msgstr "Copie"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Copier le chemin actuel"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Copier lors de la sélection"
@@ -401,7 +387,7 @@ msgstr "Copier lors de la sélection"
msgid "Copy to clipboard"
msgstr "Copier dans le presse-papier"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "Copier avec mise en forme"
@@ -434,7 +420,7 @@ msgstr "Empreinte de la clé de l'hôte courant"
msgid "Current process: {name}"
msgstr "Processus actuel : {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Forme du curseur"
@@ -442,7 +428,7 @@ msgstr "Forme du curseur"
msgid "Custom"
msgstr "Personnalisé"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "CSS personnalisé"
@@ -470,7 +456,7 @@ msgstr "Profil par défaut pour les nouveaux onglets"
msgid "Default profile settings"
msgstr "Paramètres de profil par défaut"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Par défaut"
@@ -480,9 +466,9 @@ msgstr "Par défaut pour {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -491,8 +477,8 @@ msgstr "Par défaut pour {type}"
msgid "Delete"
msgstr "Supprimer"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Supprimer \"{name} \" ?"
@@ -502,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Supprimer {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr "Supprimer toute la ligne"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Supprimer le mot suivant"
@@ -513,7 +495,7 @@ msgstr "Supprimer le mot suivant"
msgid "Delete previous word"
msgstr "Supprimer le mot précédent"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Supprimer les profils du groupe ?"
@@ -606,7 +588,7 @@ msgstr "Espace du terminal ancré"
msgid "Docking"
msgstr "Ancrage"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "La sélection par double-clic s'arrêtera à ces caractères"
@@ -618,10 +600,6 @@ msgstr "Bas"
msgid "Download"
msgstr "Télécharger"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr "Afficher le texte en gras avec des couleurs vives"
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Dupliquer"
@@ -647,10 +625,6 @@ msgstr "Activer"
msgid "Enable analytics"
msgstr "Activer la télémétrie"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr "Activer les animations"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Activer l'installation automatique des mises à jour dès qu'elles sont disponibles."
@@ -704,7 +678,7 @@ msgstr "Exemple:"
msgid "Export"
msgstr "Exporter"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Police de substitution"
@@ -716,10 +690,6 @@ msgstr "Transferts de fichiers"
msgid "File: {description}"
msgstr "Fichier : {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr "Filtre"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Fixe"
@@ -732,7 +702,7 @@ msgstr "L'arrière-plan fluide provoque parfois des problèmes d'affichage"
msgid "Focus all panes"
msgstr "Cibler tous les volets"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Cibler tous les volets à la fois (diffusion)"
@@ -796,11 +766,11 @@ msgstr "Transfert de port"
msgid "Forwarded ports"
msgstr "Ports transférés"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Celui du schéma de couleurs"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Celui du thème"
@@ -834,7 +804,7 @@ msgstr "Obtenir depuis la fenêtre des paramètres Tabby Web"
msgid "Gives the window a blurred transparent background"
msgstr "Donne à la fenêtre un fond à la fois transparent et flouté"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Remonter"
@@ -854,10 +824,6 @@ msgstr "Hacks"
msgid "Help track the number of Tabby installs across the world!"
msgstr "Aidez à suivre le nombre d'installations de Tabby à travers le monde !"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr "Aidez à traduire Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -953,11 +919,11 @@ msgstr "Entrée de nouvelles lignes"
msgid "Installed"
msgstr "Installé"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "L'installation de la mise à jour fermera tous les onglets et redémarrera Tabby."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Ctrl-C intelligent (copier/annuler)"
@@ -965,7 +931,7 @@ msgstr "Ctrl-C intelligent (copier/annuler)"
msgid "Interactive"
msgstr "Interactif"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Syntaxe non valide"
@@ -982,8 +948,8 @@ msgstr "Aller au mot suivant"
msgid "Jump to previous word"
msgstr "Aller au mot précédent"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1007,7 +973,7 @@ msgstr "Clé"
msgid "Key exchange"
msgstr "Échange de clés"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Clavier"
@@ -1036,7 +1002,6 @@ msgstr "Lancer WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Lancer WinSCP pour la session SSH actuelle"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Apprenez comment permettre à Tabby de détecter le répertoire de travail distant."
@@ -1047,7 +1012,7 @@ msgstr "Apprenez comment permettre à Tabby de détecter le répertoire de trava
msgid "Left"
msgstr "Gauche"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Laisser le shell gérer la Méta Key à la place de l'OS"
@@ -1059,11 +1024,11 @@ msgstr "Ligne par ligne"
msgid "Line editor, input is sent after you press Enter"
msgstr "Éditeur de ligne, l'entrée est envoyée après avoir appuyé sur Entrée"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Interligne"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Chargement"
@@ -1080,7 +1045,8 @@ msgstr "Local"
msgid "Local echo"
msgstr "Écho local"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Terminal local"
@@ -1090,11 +1056,11 @@ msgstr "Terminal local"
msgid "Login scripts"
msgstr "Scripts de connexion"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Clic long pour le menu contextuel"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Gérer les profils"
@@ -1110,7 +1076,7 @@ msgstr "Maximiser le volet actif"
msgid "Modified on {date}"
msgstr "Modifié le {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Souris"
@@ -1122,7 +1088,7 @@ msgstr "Déplacer l'onglet vers la gauche"
msgid "Move tab to the right"
msgstr "Déplacer l'onglet vers la droite"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Déplacer vers \"Dégroupé\""
@@ -1155,7 +1121,7 @@ msgstr "Nouvelle configuration sur {platform}"
msgid "New item"
msgstr "Nouvel élément"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Nouveau nom"
@@ -1185,10 +1151,6 @@ msgstr "Nouveau terminal"
msgid "New window"
msgstr "Nouvelle fenêtre"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr "Nouvelle fenêtre"
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Nouveau avec profil"
@@ -1201,7 +1163,7 @@ msgstr "Onglet suivant"
msgid "No color"
msgstr "Aucune couleur"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Aucun modificateur"
@@ -1214,10 +1176,6 @@ msgstr "Aucun"
msgid "Normal"
msgstr "Normal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr "Épaisseur de police normale"
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1236,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Nombre de lignes conservées dans le tampon"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Désactivé"
@@ -1355,8 +1313,8 @@ msgstr "Phrase de passe pour une clé privée avec le hachage {hash}..."
msgid "Password"
msgstr "Mot de passe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Coller"
@@ -1365,11 +1323,11 @@ msgstr "Coller"
msgid "Paste from clipboard"
msgstr "Coller depuis le presse-papier"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Coller plusieurs lignes ?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Coller avec le clic du milieu"
@@ -1417,7 +1375,7 @@ msgstr "Appuyez sur la touche maintenant"
msgid "Prevents accidental closing"
msgstr "Empêche la fermeture accidentelle"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Empêche l'exécution accidentelle de commandes collées"
@@ -1465,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Place toute la configuration de Tabby dans le coffre"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Connexion Rapide"
@@ -1482,8 +1440,8 @@ msgstr "Connexion socket Raw"
msgid "Ready Timeout (Milliseconds)"
msgstr "Délai d'attente (Millisecondes)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Récent"
@@ -1542,11 +1500,11 @@ msgstr "Remplacer"
msgid "Report a problem"
msgstr "Signaler un problème"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Presser une touche pour rendre les liens cliquables"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Réinitialiser le zoom"
@@ -1562,11 +1520,11 @@ msgstr "Redémarrer la session SSH actuelle"
msgid "Restart current Telnet session"
msgstr "Redémarrer la session Telnet actuelle"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Redémarrez l'application pour appliquer les modifications"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Restaurer les onglets ouverts au démarrage de l'application"
@@ -1580,7 +1538,7 @@ msgstr "Réutiliser la session pour plusieurs onglets"
msgid "Right"
msgstr "Droit"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Clic droit"
@@ -1598,7 +1556,7 @@ msgstr "Enregistrer"
msgid "Save a password in the keychain"
msgstr "Enregistrer le mot de passe dans le coffre"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Enregistrer et appliquer"
@@ -1618,11 +1576,11 @@ msgstr "Enregistré"
msgid "Saved layout"
msgstr "Disposition enregistrée"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Défiler lors de la frappe"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Défiler le terminal vers le bas"
@@ -1630,11 +1588,11 @@ msgstr "Défiler le terminal vers le bas"
msgid "Scrollback"
msgstr "Tampon de défilement arrière"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Descend en bas du terminal lors de la saisie utilisateur"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Rechercher"
@@ -1659,7 +1617,7 @@ msgstr "Jeton secret de synchronisation"
msgid "Select"
msgstr "Sélectionner"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Sélectionnez un profil de base à utiliser comme modèle"
@@ -1671,7 +1629,7 @@ msgstr "Sélectionner le stockage de fichiers"
msgid "Select profile"
msgstr "Sélectionner un profil"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Sélectionnez un profil ou entrez une adresse"
@@ -1683,17 +1641,17 @@ msgstr "Envoyer des octets en tapant des valeurs hexadécimales"
msgid "Sends data one byte at a time"
msgstr "Envoie des données un octet à la fois"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Port Série"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Connexion via Port Série"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Port Série: {description}"
@@ -1710,7 +1668,7 @@ msgstr "Définir la phrase secrète"
msgid "Set password"
msgstr "Définir le mot de passe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Définir Tabby comme %COMSPEC%"
@@ -1731,7 +1689,7 @@ msgstr "Paramètres"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "L'interpréteur de commandes ne prend pas en charge la détection du chemin courant"
@@ -1743,7 +1701,7 @@ msgstr "Intégration au menu contextuel"
msgid "Show {type} profile selector"
msgstr "Afficher le sélecteur de profil {type}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Afficher une boîte de confirmation lors du collage de plusieurs lignes"
@@ -1751,15 +1709,15 @@ msgstr "Afficher une boîte de confirmation lors du collage de plusieurs lignes"
msgid "Show built-in profiles in selector"
msgstr "Afficher les profils intégrés dans le sélecteur"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Ouvrir l'emplacement du fichier de configuration"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Afficher les valeurs par défaut"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Afficher le mixeur"
@@ -1818,7 +1776,7 @@ msgstr "Hôte proxy SOCKS"
msgid "SOCKS proxy port"
msgstr "Port proxy SOCKS"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Son"
@@ -1862,7 +1820,7 @@ msgstr "Mot de passe SSH pour {user}@{host}:{port}"
msgid "Standard"
msgstr "Standard"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Démarrage"
@@ -1974,11 +1932,11 @@ msgstr "Session Telnet"
msgid "Terminal"
msgstr "Terminal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Arrière-plan du terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Bip du terminal"
@@ -2035,7 +1993,7 @@ msgstr "En haut"
msgid "Try again"
msgstr "Réessayer"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Tente d'utiliser le mot de passe enregistré"
@@ -2043,7 +2001,7 @@ msgstr "Tente d'utiliser le mot de passe enregistré"
msgid "Turn current tab's panes into separate tabs"
msgstr "Transformer les panneaux de l'onglet actuel en autant d'onglets séparés"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Sans groupe"
@@ -2051,7 +2009,7 @@ msgstr "Sans groupe"
msgid "Uninstall"
msgstr "Désinstaller"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Inconnu"
@@ -2068,7 +2026,7 @@ msgid "Up"
msgstr "Monter"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Mise à jour"
@@ -2085,7 +2043,7 @@ msgstr "Envoyer"
msgid "Upload as a new config"
msgstr "Envoyer en tant que nouvelle configuration"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Utiliser {altKeyName} comme clé Meta"
@@ -2106,7 +2064,7 @@ msgstr "Nom d'utilisateur"
msgid "Using CONNECT method"
msgstr "Utiliser la méthode CONNECT"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Utiliser le mot de passe prédéfini"
@@ -2151,11 +2109,11 @@ msgstr "Version : {version}"
msgid "Vibrancy"
msgstr "Couleurs vives"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Visuel"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Avertir en cas de collage de plusieurs lignes"
@@ -2179,7 +2137,7 @@ msgstr "Bienvenue"
msgid "What's new"
msgstr "Quoi de neuf"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Lorsque cette option est activée, les liens ne sont cliquables que lorsque vous maintenez cette touche enfoncée"
@@ -2208,7 +2166,7 @@ msgstr "Dimension de la fenêtre loin du bord"
msgid "Window frame"
msgstr "Cadre de fenêtre"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Fenêtres"
@@ -2220,7 +2178,7 @@ msgstr "Windows 10 version 18309 ou supérieure est recommandé pour ConPTY"
msgid "WinSCP path"
msgstr "Chemin vers WinSCP"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Séparateurs de mots"
@@ -2228,12 +2186,11 @@ msgstr "Séparateurs de mots"
msgid "Working directory"
msgstr "Répertoire courant"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Détection du répertoire courant"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "Le son du terminal WSL ne peut être mise en sourdine que via le mixeur de volume"
@@ -2257,11 +2214,11 @@ msgstr "Vous pouvez le changer plus tard, mais il n'est pas récupérable s'il e
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Vous pourriez être sous une attaque de man-in-the-middle en ce moment, ou la clé de l'hôte pourrait avoir été modifiée."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Zoom avant"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Zoom arrière"

View File

@@ -10,24 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Croatian\n"
"Language: hr_HR\n"
"PO-Revision-Date: 2022-05-17 06:36\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "„{command}” se još uvijek u izvodi. Zatvoriti?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "kopija {name}"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr "<strong translate=\"\">Otkrivanje radne mape</strong>\n"
"<div translate=\"\">Saznaj kako dopustiti Tabby da otkrije radnu mapu udaljene ljuske.</div>"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Obitelj fontova za prikaz nedostajućih znakova u glavnom fontu"
@@ -43,10 +37,6 @@ msgstr "Prihvati i zapamti ključ"
msgid "Accept just this once"
msgstr "Prihvati samo ovaj put"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr "Pristupačnost"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Pozadina u boji akrila"
@@ -68,7 +58,7 @@ msgstr "Dodaj privatni ključ"
msgid "Add..."
msgstr "Dodaj …"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Dodatni razmak između redaka"
@@ -95,7 +85,7 @@ msgstr "Staza procesa agenta"
msgid "Agent type"
msgstr "Vrsta agenta"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Omogućuje otvaranje .bat datoteka u karticama, ali kvari neke ljuske"
@@ -136,7 +126,7 @@ msgstr "Postavi pitanje"
msgid "Ask before closing the browser tab"
msgstr "Pitaj prije zatvaranja kartice preglednika"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Zvukovi"
@@ -152,7 +142,7 @@ msgstr "Autor"
msgid "Auto"
msgstr "Automatski"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Automatski otvori terminal tijekom pokretanja programa"
@@ -180,7 +170,7 @@ msgstr "Vrsta pozadine"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Brzina prijenosa"
@@ -188,7 +178,7 @@ msgstr "Brzina prijenosa"
msgid "Beginning of the line"
msgstr "Početak retka"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Titranje kursora"
@@ -200,21 +190,17 @@ msgstr "Plava"
msgid "Blur"
msgstr "Zamuti"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr "Podebljani font"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Dolje"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Umetanje sadržaja u uglatim zagradama (zahtijeva podršku školjke)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Ugrađeno"
@@ -225,12 +211,12 @@ msgstr "Ugrađeno"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Odustani"
@@ -251,15 +237,15 @@ msgstr "Traži nove verzije"
msgid "Ciphers"
msgstr "Šifre"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Isprazni popis nedavnih profila"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Isprazni terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Međuspremnik"
@@ -321,8 +307,8 @@ msgstr "Kompaktno"
msgid "Config downloaded"
msgstr "Konfiguracija preuzeta"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Datoteka konfiguracije"
@@ -344,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Poveži se putem proxy poslužitelja"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Poveži se na „%s” …"
@@ -352,7 +338,7 @@ msgstr "Poveži se na „%s” …"
msgid "Connect to a different host first and use it as a proxy"
msgstr "Najprije se poveži s jednim drugim host računalom i koristi ga kao proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -371,14 +357,14 @@ msgstr "Veza neuspjela: {error}"
msgid "Connection name will be used instead"
msgstr "Umjesto toga će se koristiti ime veze"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Kontekstni izbornik"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Kopirano"
@@ -388,12 +374,12 @@ msgstr "Kopirano"
msgid "Copy"
msgstr "Kopiraj"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Kopiraj trenutačnu stazu"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Kopiraj nakon odabiranja"
@@ -401,9 +387,9 @@ msgstr "Kopiraj nakon odabiranja"
msgid "Copy to clipboard"
msgstr "Kopiraj u međuspremnik"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "Kopiraj s formatiranjem"
msgstr ""
#: tabby-core/src/services/config.service.ts:365
msgid "Could not decrypt config"
@@ -411,12 +397,12 @@ msgstr "Neuspjelo dešifriranje konfiguracije"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:9
msgid "Create"
msgstr "Stvori"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "Stvori mapu"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -434,15 +420,15 @@ msgstr "Trenutačna šifra ključa host računala"
msgid "Current process: {name}"
msgstr "Tenutačni postupak: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Oblik kursora"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:47
msgid "Custom"
msgstr "Prilagođeno"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "Prilagođeni CSS"
@@ -456,11 +442,11 @@ msgstr "Otklanjanje grešaka"
#: tabby-core/src/hotkeys.ts:213
msgid "Decrease horizontal split size"
msgstr "Smanji veličinu vodoravne podjele"
msgstr ""
#: tabby-core/src/hotkeys.ts:205
msgid "Decrease vertical split size"
msgstr "Smanji veličinu okomite podjele"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
msgid "Default profile for new tabs"
@@ -470,7 +456,7 @@ msgstr "Standardni profil za nove kartice"
msgid "Default profile settings"
msgstr "Postavke standardnog profila"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Standardne vrijednosti"
@@ -480,9 +466,9 @@ msgstr "Standardne vrijednosti za {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -491,8 +477,8 @@ msgstr "Standardne vrijednosti za {type}"
msgid "Delete"
msgstr "Izbriši"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Izbrisati „{name}”?"
@@ -502,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Izbrisati {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr "Izbriši cijeli redak"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Izbriši sljedeću riječ"
@@ -513,7 +495,7 @@ msgstr "Izbriši sljedeću riječ"
msgid "Delete previous word"
msgstr "Izbriši prethodnu riječ"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Izbrisati profile ove grupe?"
@@ -547,7 +529,7 @@ msgstr "Deaktiviraj dinamički naslov kartice"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197
msgid "Disable fluent background while dragging"
msgstr "Deaktiviraj transparentnu pozadinu prilikom povlačenja prozora"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:190
msgid "Disable GPU acceleration"
@@ -606,7 +588,7 @@ msgstr "Područje prikvačenog terminala"
msgid "Docking"
msgstr "Prikvačivanje"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "Označavanje teksta dvostrukim pritiskom miša zaustavit će se pri ovim znakovima"
@@ -618,10 +600,6 @@ msgstr "Dolje"
msgid "Download"
msgstr "Preuzmi"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr "Crtaj podebljani tekst svijetlim bojama"
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Dupliciraj"
@@ -647,10 +625,6 @@ msgstr "Aktiviraj"
msgid "Enable analytics"
msgstr "Aktiviraj analitikčke podatke"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr "Aktiviraj animacije"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Akiviraj automatsko instaliranje novih verzija kad postanu dostupne."
@@ -704,7 +678,7 @@ msgstr "Primjer:"
msgid "Export"
msgstr "Izvezi"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Rezervni font"
@@ -716,23 +690,19 @@ msgstr "Prijenosi datoteka"
msgid "File: {description}"
msgstr "Datoteka: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr "Filtar"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Fiksno"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:198
msgid "Fluent background sometimes causes drag lag"
msgstr "Transparentna pozadina ponekad uzrokuje kašnjenje iscrtavanja prilikom povlačenja prozora"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:136
msgid "Focus all panes"
msgstr "Postavi sve ploče kao aktivne"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Postavi sve ploče kao aktivne odjednom"
@@ -766,7 +736,7 @@ msgstr "Font"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
msgid "For keyboard shortcuts"
msgstr "Za tipkovne prečace"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
msgid "Force CR"
@@ -796,11 +766,11 @@ msgstr "Proslijedi priključak"
msgid "Forwarded ports"
msgstr "Proslijeđeni priključci"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Iz sheme boja"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Iz teme"
@@ -834,7 +804,7 @@ msgstr "Preuzmi iz prozora Tabby-web postavki"
msgid "Gives the window a blurred transparent background"
msgstr "Daje prozoru zamućenu prozirnu pozadinu"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Idi gore"
@@ -854,10 +824,6 @@ msgstr "Hacks"
msgid "Help track the number of Tabby installs across the world!"
msgstr "Pomogni pratiti broj Tabby instalacija diljem svijeta!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr "Pomogni prevesti Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -931,11 +897,11 @@ msgstr "Odmah lokalno odgovara tvoj unos"
#: tabby-core/src/hotkeys.ts:209
msgid "Increase horizontal split size"
msgstr "Povećaj veličinu vodoravne podjele"
msgstr ""
#: tabby-core/src/hotkeys.ts:201
msgid "Increase vertical split size"
msgstr "Povećaj veličinu okomite podjele"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:18
msgid "Input is sent as you type"
@@ -953,11 +919,11 @@ msgstr "Upiši nove retke"
msgid "Installed"
msgstr "Instalirano"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Instaliranjem nove verzije zatvorit će se sve kartice i Tabby će se ponovo pokrenuti."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Inteligenti Ctrl-C (kopiraj/prekini)"
@@ -965,7 +931,7 @@ msgstr "Inteligenti Ctrl-C (kopiraj/prekini)"
msgid "Interactive"
msgstr "Interaktivno"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Neispravna sintaksa"
@@ -982,8 +948,8 @@ msgstr "Skoči na sljedeću riječ"
msgid "Jump to previous word"
msgstr "Skoči na prethodnu riječ"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1007,7 +973,7 @@ msgstr "Tipka"
msgid "Key exchange"
msgstr "Zamjena tipki"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Tipkovnica"
@@ -1036,7 +1002,6 @@ msgstr "Pokreni WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Pokreni WinSCP za trenutačnu SSH sesiju"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Saznaj kako dopustiti Tabbyju da otkrije radnu mapu udaljene ljuske."
@@ -1047,7 +1012,7 @@ msgstr "Saznaj kako dopustiti Tabbyju da otkrije radnu mapu udaljene ljuske."
msgid "Left"
msgstr "Lijevo"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Omogućuje ljusci baratanje meta-tipkom umjesto OS-a"
@@ -1059,11 +1024,11 @@ msgstr "Redak po redak"
msgid "Line editor, input is sent after you press Enter"
msgstr "Uređivač redaka, unos se šalje nakon što pritisneš tipku Enter"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Odmaci redaka"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Učitavanje"
@@ -1080,7 +1045,8 @@ msgstr "Lokalno"
msgid "Local echo"
msgstr "Lokalni odgovor"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Lokalni terminal"
@@ -1090,11 +1056,11 @@ msgstr "Lokalni terminal"
msgid "Login scripts"
msgstr "Skripta za prijavu"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Pritisni dugo za kontekstni izbornik"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Upravljaj profilima"
@@ -1110,7 +1076,7 @@ msgstr "Maksimalno proširi aktivnu ploču"
msgid "Modified on {date}"
msgstr "Promijenjeno {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Miš"
@@ -1122,7 +1088,7 @@ msgstr "Premjesti karticu lijevo"
msgid "Move tab to the right"
msgstr "Premjesti karticu desno"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Premjesti u „Negrupirani”"
@@ -1137,7 +1103,7 @@ msgstr "Ime nove konfiguracije"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:3
msgid "Name for the new directory"
msgstr "Ime nove mape"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
msgid "Native"
@@ -1155,7 +1121,7 @@ msgstr "Nova konfiguracija na {platform}"
msgid "New item"
msgstr "Novi element"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Novo ime"
@@ -1185,10 +1151,6 @@ msgstr "Novi terminal"
msgid "New window"
msgstr "Novi prozor"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr "Novi prozor"
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Novi s profilom"
@@ -1201,7 +1163,7 @@ msgstr "Sljedeća kartica"
msgid "No color"
msgstr "Bez boje"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Bez modifikatora"
@@ -1214,10 +1176,6 @@ msgstr "Ništa"
msgid "Normal"
msgstr "Normalno"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr "Normalna debljina fonta"
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1236,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Broj redaka zadržanih u predmemoriji"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Isključi"
@@ -1332,11 +1290,11 @@ msgstr "Prepisati lokalnu konfiguraciju i započeti sinkronizaciju?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
msgid "Pane resize step"
msgstr "Korak mijenjanja veličine ploče"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Panes"
msgstr "Ploče"
msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:38
msgid "Parity"
@@ -1355,8 +1313,8 @@ msgstr "Tekstualna lozinka za privatni ključ s hashem {hash}..."
msgid "Password"
msgstr "Lozinka"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Umetni"
@@ -1365,11 +1323,11 @@ msgstr "Umetni"
msgid "Paste from clipboard"
msgstr "Umetni iz međuspremnika"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Umetnuti višestruke retke?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Umetni pritiskom srednjeg gumba miša"
@@ -1417,7 +1375,7 @@ msgstr "Pritisni tipku sada"
msgid "Prevents accidental closing"
msgstr "Sprečava slučajno zatvaranje"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Sprečava slučajno izvršavanje umetnutih naredbi"
@@ -1465,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Stavlja svu konfiguraciju programa Tabby u trezor"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Brzo povezivanje"
@@ -1482,8 +1440,8 @@ msgstr "Veza raw utičnice"
msgid "Ready Timeout (Milliseconds)"
msgstr "Istek vremena spremnosti (milisekunde)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Nedavni"
@@ -1542,11 +1500,11 @@ msgstr "Zamijeni"
msgid "Report a problem"
msgstr "Prijavi problem"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Zatraži tipku za pritiskanje poveznica"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Izvorno uvećanje"
@@ -1562,11 +1520,11 @@ msgstr "Ponovo pokreni SSH sesiju"
msgid "Restart current Telnet session"
msgstr "Ponovo pokreni Telnet sesiju"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Za primjenu promjena ponovo pokreni program"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Obnovi kartice terminala tijekom pokretanja programa"
@@ -1580,7 +1538,7 @@ msgstr "Ponovo koristi sesiju za više kartica"
msgid "Right"
msgstr "Desno"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Pritiskanje desne tipke miša"
@@ -1598,7 +1556,7 @@ msgstr "Spremi"
msgid "Save a password in the keychain"
msgstr "Spremi lozinku u privjesak ključeva"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Spremi i primijeni"
@@ -1618,11 +1576,11 @@ msgstr "Spremljeno"
msgid "Saved layout"
msgstr "Spremljeni raspored"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Pomakni nakon unosa"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Pomakni terminal na kraj"
@@ -1630,25 +1588,25 @@ msgstr "Pomakni terminal na kraj"
msgid "Scrollback"
msgstr "Pomicanje unatrag"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Pomiče terminal na kraj nakon unosa korisnika"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Pretraga"
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes"
msgstr "Pretraži sheme boja"
msgstr ""
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys"
msgstr "Pretraži tipkovne prečace"
msgstr ""
#: tabby-plugin-manager/src/components/pluginsSettingsTab.component.ts:14
msgid "Search plugins"
msgstr "Pretraži dodatke"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:19
msgid "Secret sync token"
@@ -1659,7 +1617,7 @@ msgstr "Tajni token za sinkronizaciju"
msgid "Select"
msgstr "Odaberi"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Odaberi osnovni profil koji će se koristiti kao predložak"
@@ -1671,7 +1629,7 @@ msgstr "Odaberi spremište datoteka"
msgid "Select profile"
msgstr "Odaberi profil"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Odaberi profil ili upiši e-mail adresu"
@@ -1683,17 +1641,17 @@ msgstr "Šalji bajtove upisivanjem heksadecimalnih vrijednosti"
msgid "Sends data one byte at a time"
msgstr "Šalje podatke bajt po bajt"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Serijska veza"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Serijska veza"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Serijska veza: {description}"
@@ -1710,7 +1668,7 @@ msgstr "Postavi tekstualnu lozinku"
msgid "Set password"
msgstr "Postavi lozinku"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Postavi Tabby kao %COMSPEC%"
@@ -1731,7 +1689,7 @@ msgstr "Postavke"
msgid "Shell"
msgstr "Ljuska"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Ljuska ne podržava trenutačno otkrivanje staze"
@@ -1743,7 +1701,7 @@ msgstr "Integracija ljuske"
msgid "Show {type} profile selector"
msgstr "Prikaži selektor profila „{type}”"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Prikaži prozor za potvrdu prilikom umetanja više redaka"
@@ -1751,15 +1709,15 @@ msgstr "Prikaži prozor za potvrdu prilikom umetanja više redaka"
msgid "Show built-in profiles in selector"
msgstr "Prikaži ugrađene profile u selektoru"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Prikaži datoteku konfiguracije"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Prikaži standardne vrijednosti"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Prikaži mikser"
@@ -1818,7 +1776,7 @@ msgstr "SOCKS proxy host računalo"
msgid "SOCKS proxy port"
msgstr "SOCKS proxy priključak"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Zvuk"
@@ -1862,7 +1820,7 @@ msgstr "SSH lozinka za {user}@{host}:{port}"
msgid "Standard"
msgstr "Standardno"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Pokretanje"
@@ -1974,11 +1932,11 @@ msgstr "Telnet sesija"
msgid "Terminal"
msgstr "Terminal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Pozadina terminala"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Zvono terminala"
@@ -2035,7 +1993,7 @@ msgstr "Gore"
msgid "Try again"
msgstr "Pokušaj ponovo"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Pokušaj spremljene lozinke"
@@ -2043,7 +2001,7 @@ msgstr "Pokušaj spremljene lozinke"
msgid "Turn current tab's panes into separate tabs"
msgstr "Pretvori ploče trenutačne kartice u zasebne kartice"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Negrupirani"
@@ -2051,7 +2009,7 @@ msgstr "Negrupirani"
msgid "Uninstall"
msgstr "Deinstaliraj"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Nepoznato"
@@ -2068,7 +2026,7 @@ msgid "Up"
msgstr "Gore"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Aktualiziraj"
@@ -2085,7 +2043,7 @@ msgstr "Prenesi"
msgid "Upload as a new config"
msgstr "Prenesi kao novu konfiguraciju"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Koristi {altKeyName} kao meta-tipku"
@@ -2106,7 +2064,7 @@ msgstr "Korisničko ime"
msgid "Using CONNECT method"
msgstr "Koristi CONNECT metodu"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Korištenje predodređene lozinke"
@@ -2151,11 +2109,11 @@ msgstr "Verzija: {version}"
msgid "Vibrancy"
msgstr "Svjetlost"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Prikaz"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Upozori prilikom umetanja više redaka"
@@ -2179,7 +2137,7 @@ msgstr "Dobrodošlica"
msgid "What's new"
msgstr "Novosti"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Kad je aktivirano, veze se mogu pritisnuti samo dok držiš ovu tipku"
@@ -2208,7 +2166,7 @@ msgstr "Dimenzija prozora od ruba"
msgid "Window frame"
msgstr "Okvir prozora"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Windows"
@@ -2220,7 +2178,7 @@ msgstr "Za ConPTY se preporučuje Windows 10 gradnja 18309 ili novija"
msgid "WinSCP path"
msgstr "WinSCP staza"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Znakovi razdvajanja riječi"
@@ -2228,12 +2186,11 @@ msgstr "Znakovi razdvajanja riječi"
msgid "Working directory"
msgstr "Radna mapa"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Otkrivanje radne mape"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "Zvono WSL terminala može se isključiti samo putem miksera glasnoće"
@@ -2257,11 +2214,11 @@ msgstr "Može se kasnije promijeniti, ali ne ne može obnoviti ako se zaboravi."
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Možda se veza trenutačno nalazi pod napadom (man-in-the-middle attack) ili je ključ host računala jednostavno promijenjen."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Uvećaj prikaz"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Umanji prikaz"

View File

@@ -10,24 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Italian\n"
"Language: it_IT\n"
"PO-Revision-Date: 2022-05-17 06:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" è ancora in esecuzione. Chiudere?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} copia"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr "<strong translate=\"\">Rilevamento directory di lavoro</strong>\n"
"<div translate=\"\">Scopri come consentire a Tabby di rilevare la directory di lavoro della shell remota.</div>"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Un set di caratteri secondario usato per mostrare quelli mancanti nel principale"
@@ -43,10 +37,6 @@ msgstr "Accetta e ricorda la chiave"
msgid "Accept just this once"
msgstr "Accetta solo questa volta"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr "Accessibilità"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Sfondo traslucido"
@@ -68,7 +58,7 @@ msgstr "Aggiungi una chiave privata"
msgid "Add..."
msgstr "Aggiungi..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Spazio aggiuntivo tra le righe"
@@ -95,7 +85,7 @@ msgstr "Percorso pipe dell'Agente"
msgid "Agent type"
msgstr "Tipo di Agente"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Permette l'apertura di file .bat nelle schede, potrebbe bloccare alcune shell"
@@ -136,7 +126,7 @@ msgstr "Fai una domanda"
msgid "Ask before closing the browser tab"
msgstr "Chiedi conferma prima di chiudere una scheda"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Sonore"
@@ -152,7 +142,7 @@ msgstr "Autore"
msgid "Auto"
msgstr "Automatico"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Apertura automatica di un terminale all'avvio dell'app"
@@ -180,7 +170,7 @@ msgstr "Tipo di sfondo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Velocità di trasmissione"
@@ -188,7 +178,7 @@ msgstr "Velocità di trasmissione"
msgid "Beginning of the line"
msgstr "Inizio della riga"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Cursore lampeggiante"
@@ -200,21 +190,17 @@ msgstr "Blu"
msgid "Blur"
msgstr "Sfocatura"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr "Peso del carattere in grassetto"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "In basso"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Incolla tra parentesi (richiede una shell che lo supporti)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Integrato"
@@ -225,12 +211,12 @@ msgstr "Integrato"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Annulla"
@@ -251,15 +237,15 @@ msgstr "Verifica aggiornamenti"
msgid "Ciphers"
msgstr "Crittografie"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Cancella profili recenti"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Pulisci il terminale"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Appunti"
@@ -321,8 +307,8 @@ msgstr "Compatto"
msgid "Config downloaded"
msgstr "Configurazione scaricata"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "File di configurazione"
@@ -344,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Connetti tramite un server proxy"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Connessione a \"%s\"..."
@@ -352,7 +338,7 @@ msgstr "Connessione a \"%s\"..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Connettersi prima a un altro host e utilizzarlo come proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -371,14 +357,14 @@ msgstr "Connessione fallita: {error}"
msgid "Connection name will be used instead"
msgstr "Verrà usato il nome della connessione"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Menu contestuale"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Copiato"
@@ -388,12 +374,12 @@ msgstr "Copiato"
msgid "Copy"
msgstr "Copia"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Copia percorso corrente"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Copia sulla selezione"
@@ -401,9 +387,9 @@ msgstr "Copia sulla selezione"
msgid "Copy to clipboard"
msgstr "Copia negli appunti"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "Copia formattazione"
msgstr ""
#: tabby-core/src/services/config.service.ts:365
msgid "Could not decrypt config"
@@ -411,12 +397,12 @@ msgstr "Impossibile decifrare la configurazione"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:9
msgid "Create"
msgstr "Crea"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "Crea cartella"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -434,7 +420,7 @@ msgstr "Firma della chiave host corrente"
msgid "Current process: {name}"
msgstr "Processo corrente: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Forma del cursore"
@@ -442,7 +428,7 @@ msgstr "Forma del cursore"
msgid "Custom"
msgstr "Personalizzato"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "CSS personalizzato"
@@ -456,11 +442,11 @@ msgstr "Debugging"
#: tabby-core/src/hotkeys.ts:213
msgid "Decrease horizontal split size"
msgstr "Riduci la divisione orizzontale"
msgstr ""
#: tabby-core/src/hotkeys.ts:205
msgid "Decrease vertical split size"
msgstr "Riduci la divisione verticale"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
msgid "Default profile for new tabs"
@@ -470,7 +456,7 @@ msgstr "Profilo predefinito per le nuove schede"
msgid "Default profile settings"
msgstr "Impostazioni del profilo predefinito"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "PredefinitI"
@@ -480,9 +466,9 @@ msgstr "Predefiniti per {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -491,8 +477,8 @@ msgstr "Predefiniti per {type}"
msgid "Delete"
msgstr "Elimina"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Eliminare \"{name}\"?"
@@ -502,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Eliminare {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr "Elimina tutta la riga"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Elimina parola successiva"
@@ -513,7 +495,7 @@ msgstr "Elimina parola successiva"
msgid "Delete previous word"
msgstr "Elimina parola precedente"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Eliminare i profili del gruppo?"
@@ -606,7 +588,7 @@ msgstr "Margine del terminale agganciato"
msgid "Docking"
msgstr "Aggancia"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "La selezione con doppio clic si fermerà a questi caratteri"
@@ -618,10 +600,6 @@ msgstr "Giù"
msgid "Download"
msgstr "Scarica"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr "Evidenzia il testo in grassetto con colori chiari"
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Duplica"
@@ -647,10 +625,6 @@ msgstr "Abilita"
msgid "Enable analytics"
msgstr "Abilita dati analitici"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr "Abilita animazioni"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Abilita l'installazione automatica degli aggiornamenti quando sono disponibili."
@@ -704,7 +678,7 @@ msgstr "Esempio:"
msgid "Export"
msgstr "Esporta"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Carattere sostitutivo"
@@ -716,10 +690,6 @@ msgstr "Trasferimento file"
msgid "File: {description}"
msgstr "File: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr "Filtra"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Fissa"
@@ -732,7 +702,7 @@ msgstr "Lo sfondo fluente può causare ritardo nel trascinamento"
msgid "Focus all panes"
msgstr "Evidenzia tutti i riquadri"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Evidenzia tutti i riquadri contemporaneamente (scrivi su tutti)"
@@ -766,7 +736,7 @@ msgstr "Carattere"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
msgid "For keyboard shortcuts"
msgstr "Per le scorciatoie da tastiera"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
msgid "Force CR"
@@ -796,11 +766,11 @@ msgstr "Inoltra porta"
msgid "Forwarded ports"
msgstr "Porte inoltrate"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Dal tema in uso"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Dal tema"
@@ -834,7 +804,7 @@ msgstr "Ottienilo dalla finestra delle impostazioni Web di Tabby"
msgid "Gives the window a blurred transparent background"
msgstr "Dona alla finestra una trasparenza sfocata per lo sfondo"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Vai su"
@@ -854,10 +824,6 @@ msgstr "Hack"
msgid "Help track the number of Tabby installs across the world!"
msgstr "Aiuta a tenere traccia del numero di installazioni di Tabby nel mondo!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr "Aiuta a tradurre Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -931,11 +897,11 @@ msgstr "Riporta immediatamente i tuoi input locali"
#: tabby-core/src/hotkeys.ts:209
msgid "Increase horizontal split size"
msgstr "Aumenta la divisione orizzontale"
msgstr ""
#: tabby-core/src/hotkeys.ts:201
msgid "Increase vertical split size"
msgstr "Aumenta la divisione verticale"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:18
msgid "Input is sent as you type"
@@ -953,11 +919,11 @@ msgstr "Input newlines"
msgid "Installed"
msgstr "Installato"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Installare l'aggiornamento chiuderà tutte le schede e riavvierà Tabby."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Ctrl-C Intelligente (copia/annulla)"
@@ -965,7 +931,7 @@ msgstr "Ctrl-C Intelligente (copia/annulla)"
msgid "Interactive"
msgstr "Interattivo"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Sintassi non valida"
@@ -982,8 +948,8 @@ msgstr "Vai alla parola successiva"
msgid "Jump to previous word"
msgstr "Vai alla parola precedente"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1007,7 +973,7 @@ msgstr "Chiave"
msgid "Key exchange"
msgstr "Scambio chiavi"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Tastiera"
@@ -1036,7 +1002,6 @@ msgstr "Avvia WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Avvia WinSCP per la sessione SSH corrente"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Scopri come consentire a Tabby di rilevare la cartella di lavoro della shell remota."
@@ -1047,7 +1012,7 @@ msgstr "Scopri come consentire a Tabby di rilevare la cartella di lavoro della s
msgid "Left"
msgstr "Sinistra"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Consenti alla shell di definire il tasto Meta al posto del sistema operativo"
@@ -1059,11 +1024,11 @@ msgstr "Riga per riga"
msgid "Line editor, input is sent after you press Enter"
msgstr "Editor in linea, l'input viene inviato dopo aver premuto Invio"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Spessore della riga"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Caricamento"
@@ -1080,7 +1045,8 @@ msgstr "Locale"
msgid "Local echo"
msgstr "Eco locale"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Terminale locale"
@@ -1090,11 +1056,11 @@ msgstr "Terminale locale"
msgid "Login scripts"
msgstr "Script di login"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Click prolungato per il menu contestuale"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Gestione profili"
@@ -1110,7 +1076,7 @@ msgstr "Massimizza il riquadro attivo"
msgid "Modified on {date}"
msgstr "Modificato il {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Mouse"
@@ -1122,7 +1088,7 @@ msgstr "Sposta scheda a sinistra"
msgid "Move tab to the right"
msgstr "Sposta scheda a destra"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Sposta in \"Non raggruppate\""
@@ -1137,7 +1103,7 @@ msgstr "Nome per la nuova configurazione"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:3
msgid "Name for the new directory"
msgstr "Nome della nuova cartella"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
msgid "Native"
@@ -1155,7 +1121,7 @@ msgstr "Nuova configurazione su {platform}"
msgid "New item"
msgstr "Nuovo elemento"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Nuovo nome"
@@ -1185,10 +1151,6 @@ msgstr "Nuovo terminale"
msgid "New window"
msgstr "Nuova finestra"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr "Nuova Finestra"
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Nuovo terminale con"
@@ -1201,7 +1163,7 @@ msgstr "Scheda successiva"
msgid "No color"
msgstr "Nessun colore"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Nessun modificatore"
@@ -1214,10 +1176,6 @@ msgstr "Nessuno"
msgid "Normal"
msgstr "Normale"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr "Peso del carattere normale"
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1236,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Numero di righe conservate nel buffer"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Disattivo"
@@ -1332,11 +1290,11 @@ msgstr "Sovrascrivere la configurazione locale e iniziare la sincronizzazione?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
msgid "Pane resize step"
msgstr "Progressi di ridimensionamento"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Panes"
msgstr "Riquadri"
msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:38
msgid "Parity"
@@ -1355,8 +1313,8 @@ msgstr "Frase segreta per la chiave privata con hash {hash}..."
msgid "Password"
msgstr "Password"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Incolla"
@@ -1365,11 +1323,11 @@ msgstr "Incolla"
msgid "Paste from clipboard"
msgstr "Incolla dagli appunti"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Incollare righe multiple?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Incolla con il tasto centrale"
@@ -1417,7 +1375,7 @@ msgstr "Premi un tasto adesso"
msgid "Prevents accidental closing"
msgstr "Previene la chiusura accidentale"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Impedisce l'esecuzione accidentale di comandi incollati"
@@ -1465,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Trasferisce tutta la configurazione di Tabby all'interno della Cassaforte"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Connessione rapida"
@@ -1482,8 +1440,8 @@ msgstr "Connessione raw socket"
msgid "Ready Timeout (Milliseconds)"
msgstr "Tempo di preparazione (in millisecondi)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Recente"
@@ -1542,11 +1500,11 @@ msgstr "Sostituisci"
msgid "Report a problem"
msgstr "Segnala un problema"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Richiede una chiave per fare clic sui collegamenti"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Reimposta zoom"
@@ -1562,11 +1520,11 @@ msgstr "Riavvia la sessione SSH corrente"
msgid "Restart current Telnet session"
msgstr "Riavvia la sessione Telnet corrente"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Riavvia l'app per applicare le modifiche"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Ripristina le schede del terminale all'avvio dell'app"
@@ -1580,7 +1538,7 @@ msgstr "Riutilizzare la sessione per più schede"
msgid "Right"
msgstr "Destra"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Click destro"
@@ -1598,7 +1556,7 @@ msgstr "Salva"
msgid "Save a password in the keychain"
msgstr "Salva una password nel portachiavi"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Salva e applica"
@@ -1618,11 +1576,11 @@ msgstr "Salvato"
msgid "Saved layout"
msgstr "Layout salvato"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Scorri durante la digitazione"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Scorri il terminale fino in fondo"
@@ -1630,11 +1588,11 @@ msgstr "Scorri il terminale fino in fondo"
msgid "Scrollback"
msgstr "Scorrimento"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Scorre il terminale in basso durante l'input dell'utente"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Cerca"
@@ -1659,7 +1617,7 @@ msgstr "Token di sincronizzazione segreto"
msgid "Select"
msgstr "Seleziona"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Seleziona un profilo di base da usare come modello"
@@ -1671,7 +1629,7 @@ msgstr "Seleziona archiviazione"
msgid "Select profile"
msgstr "Seleziona profilo"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Seleziona profilo o inserisci indirizzo"
@@ -1683,17 +1641,17 @@ msgstr "Invia byte digitando valori esadecimali"
msgid "Sends data one byte at a time"
msgstr "Invia dati un byte alla volta"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Seriale"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Connessione seriale"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Seriale: {description}"
@@ -1710,7 +1668,7 @@ msgstr "Imposta frase segreta"
msgid "Set password"
msgstr "Imposta password"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Imposta Tabby come %COMSPEC%"
@@ -1731,7 +1689,7 @@ msgstr "Impostazioni"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "La shell non supporta il rilevamento del percorso corrente"
@@ -1743,7 +1701,7 @@ msgstr "Integrazione shell"
msgid "Show {type} profile selector"
msgstr "Mostra il selettore profilo {type}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Mostra una casella di conferma quando incolli più righe"
@@ -1751,15 +1709,15 @@ msgstr "Mostra una casella di conferma quando incolli più righe"
msgid "Show built-in profiles in selector"
msgstr "Mostra profili integrati nel selettore"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Mostra file di configurazione"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Mostra predefiniti"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Mostra Mixer"
@@ -1818,7 +1776,7 @@ msgstr "Host proxy SOCKS"
msgid "SOCKS proxy port"
msgstr "Porta proxy SOCKS"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Notifiche"
@@ -1862,7 +1820,7 @@ msgstr "Password SSH per {user}@{host}:{port}"
msgid "Standard"
msgstr "Standard"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Avvio"
@@ -1974,11 +1932,11 @@ msgstr "Sessione Telnet"
msgid "Terminal"
msgstr "Terminale"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Sfondo del terminale"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Notifiche del terminale"
@@ -2035,7 +1993,7 @@ msgstr "In alto"
msgid "Try again"
msgstr "Prova di nuovo"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Prova la password salvata"
@@ -2043,7 +2001,7 @@ msgstr "Prova la password salvata"
msgid "Turn current tab's panes into separate tabs"
msgstr "Separa i pannelli della tab selezionata in nuovi pannelli"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Non raggruppate"
@@ -2051,7 +2009,7 @@ msgstr "Non raggruppate"
msgid "Uninstall"
msgstr "Disinstalla"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Sconosciuto"
@@ -2068,7 +2026,7 @@ msgid "Up"
msgstr "Su"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Aggiorna"
@@ -2085,7 +2043,7 @@ msgstr "Carica"
msgid "Upload as a new config"
msgstr "Carica come nuova configurazione"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Usa {altKeyName} come chiave Meta"
@@ -2106,7 +2064,7 @@ msgstr "Nome utente"
msgid "Using CONNECT method"
msgstr "Attraverso il metodo CONNECT"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Usare password preimpostata"
@@ -2151,11 +2109,11 @@ msgstr "Versione: {version}"
msgid "Vibrancy"
msgstr "Trasparenza"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Visive"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Avviso prima di incollare righe multiple"
@@ -2179,7 +2137,7 @@ msgstr "Benvenuto"
msgid "What's new"
msgstr "Novità"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Quando abilitato, i link sono cliccabili solo tenendo premuto questo tasto"
@@ -2208,7 +2166,7 @@ msgstr "Dimensione della finestra fuori dal bordo"
msgid "Window frame"
msgstr "Cornice della finestra"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Windows"
@@ -2220,7 +2178,7 @@ msgstr "Windows 10 build 18309 o superiore è raccomandato per ConPTY"
msgid "WinSCP path"
msgstr "Posizione di WinSCP"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Separatori di parole"
@@ -2228,12 +2186,11 @@ msgstr "Separatori di parole"
msgid "Working directory"
msgstr "Cartella di lavoro"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Rilevamento cartella di lavoro"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "Gli avvisi del terminale WSL possono essere silenziati soltanto tramite il regolatore di volume"
@@ -2257,11 +2214,11 @@ msgstr "Si può cambiare più tardi, ma è irrecuperabile se dimenticato."
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Potresti essere sotto un attacco man-in-the-middle in questo momento, o la chiave dell'host potrebbe essere stata appena cambiata."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Zoom avanti"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Zoom indietro"

View File

@@ -10,24 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Japanese\n"
"Language: ja_JP\n"
"PO-Revision-Date: 2022-05-17 06:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\"が実行中です。閉じますか?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} コピー"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr "<strong translate=\"\">作業ディレクトリの検出</strong>\n"
"<div translate=\"\">Tabbyにリモート側の作業ディレクトリを検出させる方法をご紹介します。</div>"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "既定フォントに不足してる文字を補う代替フォント"
@@ -43,10 +37,6 @@ msgstr "承認してキーを記憶"
msgid "Accept just this once"
msgstr "一度だけ"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr "アクセシビリティ"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "ウィンドウの透過"
@@ -68,7 +58,7 @@ msgstr "秘密鍵を追加"
msgid "Add..."
msgstr "追加..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "行間にスペースを追加します"
@@ -95,7 +85,7 @@ msgstr "SSHエージェントのパイプのパス"
msgid "Agent type"
msgstr "SSHエージェントの種類"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr ".batファイルを開くことを許可 (シェルが正常に動作しない可能性があります)"
@@ -136,7 +126,7 @@ msgstr "質問する"
msgid "Ask before closing the browser tab"
msgstr "ブラウザタブを閉じる前に確認する"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "音を鳴らす"
@@ -152,7 +142,7 @@ msgstr "作者"
msgid "Auto"
msgstr "自動"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "アプリケーション起動時に端末を自動で開く"
@@ -180,7 +170,7 @@ msgstr "透過の種類"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "伝送速度"
@@ -188,7 +178,7 @@ msgstr "伝送速度"
msgid "Beginning of the line"
msgstr "行頭"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "カーソルの点滅"
@@ -200,21 +190,17 @@ msgstr "青色"
msgid "Blur"
msgstr "ぼかし"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr "太字フォントの太さ"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "下部"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "ブラケットペースト (シェルが対応している必要があります)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "組込み"
@@ -225,12 +211,12 @@ msgstr "組込み"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "キャンセル"
@@ -251,15 +237,15 @@ msgstr "アップデートを確認"
msgid "Ciphers"
msgstr "暗号方式"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "最近使用したプロファイルをクリア"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "端末をクリア"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "クリップボード"
@@ -321,8 +307,8 @@ msgstr "コンパクト"
msgid "Config downloaded"
msgstr "設定をダウンロードしました"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "設定ファイル"
@@ -344,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "プロキシサーバー経由で接続"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "'%s' に接続中..."
@@ -352,7 +338,7 @@ msgstr "'%s' に接続中..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "最初に別のホストに接続し、プロキシとして使用します"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -371,14 +357,14 @@ msgstr "接続に失敗しました: {error}"
msgid "Connection name will be used instead"
msgstr "代わりに接続名が使用されます"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "コンテキストメニュー"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "コピーしました"
@@ -388,12 +374,12 @@ msgstr "コピーしました"
msgid "Copy"
msgstr "コピー"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "現在のパスをコピー"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "選択時にコピー"
@@ -401,7 +387,7 @@ msgstr "選択時にコピー"
msgid "Copy to clipboard"
msgstr "クリップボードにコピー"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "書式付きコピー"
@@ -416,7 +402,7 @@ msgstr "新規作成"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "新規ディレクトリを作成"
msgstr "ディレクトリを新規作成"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -434,7 +420,7 @@ msgstr "使用中のホストキーのフィンガープリント"
msgid "Current process: {name}"
msgstr "現在のプロセス: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "カーソルの形状"
@@ -442,7 +428,7 @@ msgstr "カーソルの形状"
msgid "Custom"
msgstr "カスタム"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "カスタム CSS"
@@ -470,7 +456,7 @@ msgstr "新しいタブの既定プロファイル"
msgid "Default profile settings"
msgstr "既定プロファイルの設定"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "既定"
@@ -480,9 +466,9 @@ msgstr "{type} の既定値"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -491,8 +477,8 @@ msgstr "{type} の既定値"
msgid "Delete"
msgstr "削除"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "{name} を削除しますか?"
@@ -502,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "{fullPath} を削除しますか?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr "行全体を削除"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "次の単語を削除"
@@ -513,7 +495,7 @@ msgstr "次の単語を削除"
msgid "Delete previous word"
msgstr "前の単語を削除"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "グループのプロファイルを削除しますか?"
@@ -606,7 +588,7 @@ msgstr "ドック時の端末のスペース"
msgid "Docking"
msgstr "ドック表示"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "ダブルクリックによる選択時に区切りとなる文字を設定できます"
@@ -618,10 +600,6 @@ msgstr "下へ"
msgid "Download"
msgstr "ダウンロード"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr "太字を明瞭な色で表示"
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "複製"
@@ -647,10 +625,6 @@ msgstr "有効"
msgid "Enable analytics"
msgstr "統計情報を有効化"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr "アニメーションを有効化"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "アップデートが利用可能になったら自動的にインストールを行います。"
@@ -704,7 +678,7 @@ msgstr "例:"
msgid "Export"
msgstr "エクスポート"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "フォールバックフォント"
@@ -716,10 +690,6 @@ msgstr "ファイル転送"
msgid "File: {description}"
msgstr "ファイル: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr "フィルター"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "固定"
@@ -732,7 +702,7 @@ msgstr "Fluentはドラッグ中に遅延を発生させる場合があります
msgid "Focus all panes"
msgstr "すべてのペインをフォーカス"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "すべてのペインを一度にフォーカス (ブロードキャスト)"
@@ -796,11 +766,11 @@ msgstr "ポート転送"
msgid "Forwarded ports"
msgstr "転送済みポート"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "使用中の配色から"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "使用中のテーマから"
@@ -834,7 +804,7 @@ msgstr "Tabby Web版の設定画面から取得することができます"
msgid "Gives the window a blurred transparent background"
msgstr "ウィンドウの背景を透過します"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "上へ"
@@ -854,10 +824,6 @@ msgstr "調整"
msgid "Help track the number of Tabby installs across the world!"
msgstr "世界中でのTabbyのインストール数の調査にご協力ください"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr "Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>の翻訳に協力する"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -953,11 +919,11 @@ msgstr "入力の改行"
msgid "Installed"
msgstr "インストール済み"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "アップデートをインストールすると、すべてのタブが閉じられ、Tabbyを再起動します。"
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "スマートなCtrl+C (コピー/中止)"
@@ -965,7 +931,7 @@ msgstr "スマートなCtrl+C (コピー/中止)"
msgid "Interactive"
msgstr "インタラクティブ"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "無効な構文"
@@ -982,8 +948,8 @@ msgstr "次の単語にジャンプ"
msgid "Jump to previous word"
msgstr "前の単語にジャンプ"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1007,7 +973,7 @@ msgstr "キー"
msgid "Key exchange"
msgstr "鍵交換"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "キーボード"
@@ -1036,7 +1002,6 @@ msgstr "WinSCPを起動"
msgid "Launch WinSCP for current SSH session"
msgstr "現在のSSHセッションでWinSCPを起動"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Tabbyにリモート側の作業ディレクトリを検出させる方法をご紹介します。"
@@ -1047,7 +1012,7 @@ msgstr "Tabbyにリモート側の作業ディレクトリを検出させる方
msgid "Left"
msgstr "左側"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "OSの代わりにシェルにメタキーを処理させます"
@@ -1059,11 +1024,11 @@ msgstr "一行ごとに"
msgid "Line editor, input is sent after you press Enter"
msgstr "Enterキーを押すと入力が送信されます"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "行間の大きさ"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "読み込み中"
@@ -1080,7 +1045,8 @@ msgstr "ローカル"
msgid "Local echo"
msgstr "ローカルエコー"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "ローカル端末"
@@ -1090,11 +1056,11 @@ msgstr "ローカル端末"
msgid "Login scripts"
msgstr "ログインスクリプト"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "長押しするとコンテキストメニューが表示されます"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "プロファイルの管理"
@@ -1110,7 +1076,7 @@ msgstr "有効なペインを最大化"
msgid "Modified on {date}"
msgstr "更新日 {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "マウス"
@@ -1122,7 +1088,7 @@ msgstr "タブを左に移動"
msgid "Move tab to the right"
msgstr "タブを右に移動"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "\"未分類\" に移動"
@@ -1155,7 +1121,7 @@ msgstr "{platform} の新しい設定"
msgid "New item"
msgstr "新しい項目"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "新しい名前"
@@ -1185,10 +1151,6 @@ msgstr "新しいターミナル"
msgid "New window"
msgstr "新しいウインドウ"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr "新しいウィンドウ"
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "新しいプロファイルを追加"
@@ -1201,7 +1163,7 @@ msgstr "次のタブ"
msgid "No color"
msgstr "色指定なし"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "変更しない"
@@ -1214,10 +1176,6 @@ msgstr "なし"
msgid "Normal"
msgstr "標準"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr "通常フォントの太さ"
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1236,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "バッファに保持される行数"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "オフ"
@@ -1355,8 +1313,8 @@ msgstr "ハッシュ値 {hash}... の秘密鍵のパスフレーズ"
msgid "Password"
msgstr "パスワード"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "貼り付け"
@@ -1365,11 +1323,11 @@ msgstr "貼り付け"
msgid "Paste from clipboard"
msgstr "クリップボードから貼り付け"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "複数行の貼り付けを行いますか?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "中クリックで貼り付け"
@@ -1417,7 +1375,7 @@ msgstr "キーを押してください"
msgid "Prevents accidental closing"
msgstr "偶発的な終了を防止"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "貼り付けたコマンドの偶発的な実行を防止することができます"
@@ -1465,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Tabbyの設定をすべてVaultに保存します"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "クイック接続"
@@ -1482,8 +1440,8 @@ msgstr "Rawソケット接続"
msgid "Ready Timeout (Milliseconds)"
msgstr "タイムアウト (ミリ秒)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "最近"
@@ -1542,11 +1500,11 @@ msgstr "置換"
msgid "Report a problem"
msgstr "問題を報告"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "特定のキーを使用してリンクを開く"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "拡大/縮小をリセット"
@@ -1562,11 +1520,11 @@ msgstr "現在のSSHセッションを再起動"
msgid "Restart current Telnet session"
msgstr "現在のTelnetセッションを再起動"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "変更を反映するには再起動が必要です"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "アプリケーション起動時に端末タブを復元する"
@@ -1580,7 +1538,7 @@ msgstr "複数のタブでセッションを再利用する"
msgid "Right"
msgstr "右側"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "右クリック"
@@ -1598,7 +1556,7 @@ msgstr "保存"
msgid "Save a password in the keychain"
msgstr "キーチェーンにパスワードを保存する"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "保存して反映"
@@ -1618,11 +1576,11 @@ msgstr "保存しました"
msgid "Saved layout"
msgstr "保存されたレイアウト"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "入力時にスクロール"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "端末を最下部までスクロール"
@@ -1630,11 +1588,11 @@ msgstr "端末を最下部までスクロール"
msgid "Scrollback"
msgstr "バックスクロール"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "ユーザー入力時に端末を下にスクロール"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "検索"
@@ -1659,7 +1617,7 @@ msgstr "シークレット同期トークン"
msgid "Select"
msgstr "選択"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "テンプレートとして使用する基本プロファイルを選択"
@@ -1671,7 +1629,7 @@ msgstr "ファイルストレージを選択"
msgid "Select profile"
msgstr "プロファイルを選択"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "プロファイルの選択、またはアドレスを入力"
@@ -1683,17 +1641,17 @@ msgstr "16進数の値を入力してバイトを送信"
msgid "Sends data one byte at a time"
msgstr "1バイトごとにデータを送信します"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "シリアル"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "シリアル接続"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "シリアル: {description}"
@@ -1710,7 +1668,7 @@ msgstr "パスフレーズを設定"
msgid "Set password"
msgstr "パスワードを設定"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Tabbyを %COMSPEC% に設定"
@@ -1731,7 +1689,7 @@ msgstr "設定"
msgid "Shell"
msgstr "シェル"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "シェルは現在のパス検出に対応していません"
@@ -1743,7 +1701,7 @@ msgstr "シェル統合"
msgid "Show {type} profile selector"
msgstr "{type} プロファイルセレクターを表示"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "複数の行を貼り付けるときに確認ボックスを表示する"
@@ -1751,15 +1709,15 @@ msgstr "複数の行を貼り付けるときに確認ボックスを表示する
msgid "Show built-in profiles in selector"
msgstr "セレクターに組み込みプロファイルを表示する"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "設定ファイルを表示"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "既定を表示"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "ミキサーを表示"
@@ -1818,7 +1776,7 @@ msgstr "SOCKSプロキシホスト"
msgid "SOCKS proxy port"
msgstr "SOCKSプロキシポート"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "サウンド"
@@ -1862,7 +1820,7 @@ msgstr "{user}@{host}:{port} のSSHパスワード"
msgid "Standard"
msgstr "標準"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "起動時"
@@ -1974,11 +1932,11 @@ msgstr "Telnetセッション"
msgid "Terminal"
msgstr "端末"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "端末の背景"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "端末ベル"
@@ -2035,7 +1993,7 @@ msgstr "上部"
msgid "Try again"
msgstr "再試行"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "保存されたパスワードを試みています"
@@ -2043,7 +2001,7 @@ msgstr "保存されたパスワードを試みています"
msgid "Turn current tab's panes into separate tabs"
msgstr "現在のタブペインを分割"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "未分類"
@@ -2051,7 +2009,7 @@ msgstr "未分類"
msgid "Uninstall"
msgstr "アンインストール"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "不明"
@@ -2068,7 +2026,7 @@ msgid "Up"
msgstr "上へ"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "アップデート"
@@ -2085,7 +2043,7 @@ msgstr "アップロード"
msgid "Upload as a new config"
msgstr "新しい設定としてアップロード"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "メタキーとして {altKeyName} を使用する"
@@ -2106,7 +2064,7 @@ msgstr "ユーザー名"
msgid "Using CONNECT method"
msgstr "CONNECTメソッドの使用"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "プリセットパスワードの使用"
@@ -2151,11 +2109,11 @@ msgstr "バージョン: {version}"
msgid "Vibrancy"
msgstr "磨りガラス"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "ビジュアル表示"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "複数行貼り付け時に警告"
@@ -2179,7 +2137,7 @@ msgstr "ようこそ"
msgid "What's new"
msgstr "最新情報"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "有効な場合、指定されたキーを押しながらクリックしたときだけ、リンクを開けるようにします。"
@@ -2208,7 +2166,7 @@ msgstr "画面の端から垂直方向の幅"
msgid "Window frame"
msgstr "ウィンドウのフレーム"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "ウィンドウ"
@@ -2220,7 +2178,7 @@ msgstr "ConPTYにはWindows 10ビルド18309以上を推奨します"
msgid "WinSCP path"
msgstr "WinSCPのパス"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "区切り文字"
@@ -2228,12 +2186,11 @@ msgstr "区切り文字"
msgid "Working directory"
msgstr "作業ディレクトリ"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "作業ディレクトリの検出"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "WSLによる端末ベルは音量ミキサーでのみミュートすることができます"
@@ -2257,11 +2214,11 @@ msgstr "後から変更できますが、忘れた場合復元することはで
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "現在中間者攻撃を受けているか、もしくは、ホストキーが変更された可能性があります。"
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "拡大"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "縮小"

View File

@@ -10,23 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Korean\n"
"Language: ko_KR\n"
"PO-Revision-Date: 2022-04-30 18:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" 명령어가 여전히 동작중입니다. 닫을까요?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} 복사"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "메인 글꼴에서 누락된 문자를 표시하기 위해 사용하는 2번째 글꼴"
@@ -42,10 +37,6 @@ msgstr "허용 후 키 저장"
msgid "Accept just this once"
msgstr "이번 한번만 허용"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "아크릴 스타일의 배경"
@@ -67,7 +58,7 @@ msgstr "개인 키 추가"
msgid "Add..."
msgstr "추가..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "행간 간격"
@@ -94,7 +85,7 @@ msgstr "에이전트 연계 경로"
msgid "Agent type"
msgstr "에이전트 유형"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "탭에 .bat 파일 열기를 허용합니다. 몇몇 쉘 환경에서 동작하지 않을 수 있습니다."
@@ -135,7 +126,7 @@ msgstr "질문하기"
msgid "Ask before closing the browser tab"
msgstr "브라우저 탭을 닫기 전에 물어보기"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "소리"
@@ -151,7 +142,7 @@ msgstr "만든 사람"
msgid "Auto"
msgstr "자동"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "앱 시작 시 터미널을 자동으로 열기"
@@ -179,7 +170,7 @@ msgstr "배경 유형"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "전송 속도"
@@ -187,7 +178,7 @@ msgstr "전송 속도"
msgid "Beginning of the line"
msgstr "행 시작 부분"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "커서 깜박임"
@@ -199,21 +190,17 @@ msgstr "파란색"
msgid "Blur"
msgstr "흐림 효과"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "아래"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "괄호(Bracketed)식 붙여넣기 (쉘 지원 필요)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "빌트인"
@@ -224,12 +211,12 @@ msgstr "빌트인"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "취소"
@@ -250,15 +237,15 @@ msgstr "업데이트 확인"
msgid "Ciphers"
msgstr "암호화"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "최근 프로필 삭제"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "터미널 비우기"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "클립보드"
@@ -320,8 +307,8 @@ msgstr "콤팩트"
msgid "Config downloaded"
msgstr "설정 다운로드됨"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "설정 파일"
@@ -343,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "프록시 서버를 통해 연결하기"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "\"%s\"에 연결하기"
@@ -351,7 +338,7 @@ msgstr "\"%s\"에 연결하기"
msgid "Connect to a different host first and use it as a proxy"
msgstr "다른 호스트에 먼저 연결 후 프록시로 사용"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -370,14 +357,14 @@ msgstr "연결 실패: {error}"
msgid "Connection name will be used instead"
msgstr "연결 이름이 대신 사용됩니다."
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "컨텍스트 메뉴"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "복사됨"
@@ -387,12 +374,12 @@ msgstr "복사됨"
msgid "Copy"
msgstr "복사"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "현재 경로 복사"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "선택 영역 복사"
@@ -400,7 +387,7 @@ msgstr "선택 영역 복사"
msgid "Copy to clipboard"
msgstr "클립보드에 복사"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr ""
@@ -433,7 +420,7 @@ msgstr "현재 호스트 키 핑거프린트"
msgid "Current process: {name}"
msgstr "현재 프로세스: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "커서 모양"
@@ -441,7 +428,7 @@ msgstr "커서 모양"
msgid "Custom"
msgstr "사용자 정의"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "사용자 정의 CSS"
@@ -469,7 +456,7 @@ msgstr "새 탭의 기본 프로필"
msgid "Default profile settings"
msgstr "기본 프로필 설정"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "기본값"
@@ -479,9 +466,9 @@ msgstr "{type} 의 기본값"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -490,8 +477,8 @@ msgstr "{type} 의 기본값"
msgid "Delete"
msgstr "삭제"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "{name} 을/를 삭제하시겠습니까?"
@@ -501,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "{fullPath} 를 삭제할까요?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "다음 단어 삭제"
@@ -512,7 +495,7 @@ msgstr "다음 단어 삭제"
msgid "Delete previous word"
msgstr "이전 단어 삭제"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "그룹의 프로필을 삭제하시겠습니까?"
@@ -605,7 +588,7 @@ msgstr "도킹된 터미널 공간"
msgid "Docking"
msgstr "도킹"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "더블 클릭으로 선택하여 해당 문자 끝에 중단"
@@ -617,10 +600,6 @@ msgstr "아래"
msgid "Download"
msgstr "다운로드"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "복제"
@@ -646,10 +625,6 @@ msgstr "활성화"
msgid "Enable analytics"
msgstr "통계 전송 허용"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "업데이트 가능할 때 자동으로 설치하도록 활성"
@@ -703,7 +678,7 @@ msgstr "예시:"
msgid "Export"
msgstr "내보내기"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "대체 글꼴"
@@ -715,10 +690,6 @@ msgstr "파일 전송"
msgid "File: {description}"
msgstr "파일: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "고정"
@@ -731,7 +702,7 @@ msgstr ""
msgid "Focus all panes"
msgstr "모든 항목 포커스"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "모든 항목을 한번에 포커스 (방영)"
@@ -795,11 +766,11 @@ msgstr "포트 포워딩"
msgid "Forwarded ports"
msgstr "포워딩된 포트"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "색상 구성에서"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "테마에서"
@@ -833,7 +804,7 @@ msgstr "Tabby 웹 설정 창에서 받기"
msgid "Gives the window a blurred transparent background"
msgstr "배경을 투명하고 흐릿하게 표시합니다."
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "상위 폴더로"
@@ -853,10 +824,6 @@ msgstr "핵"
msgid "Help track the number of Tabby installs across the world!"
msgstr "전 세계적으로 Tabby 가 설치되어 어떻게 사용하는지 추적을 도와주세요!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -952,11 +919,11 @@ msgstr "개행 입력"
msgid "Installed"
msgstr "설치됨"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "업데이트 설치 시 모든 탭이 닫히고 Tabby 가 재시작됩니다."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "지능적인 Ctrl-C (복사/중단)"
@@ -964,7 +931,7 @@ msgstr "지능적인 Ctrl-C (복사/중단)"
msgid "Interactive"
msgstr "상호작용"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "올바르지 않은 구문입니다."
@@ -981,8 +948,8 @@ msgstr "다음 단어로 이동"
msgid "Jump to previous word"
msgstr "이전 단어로 이동"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1006,7 +973,7 @@ msgstr "키"
msgid "Key exchange"
msgstr "키 교환"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "키보드"
@@ -1035,7 +1002,6 @@ msgstr "WinSCP 실행"
msgid "Launch WinSCP for current SSH session"
msgstr "현재 SSH 세션용으로 WinSCP 실행"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Tabby가 원격 쉘에서 작업 디렉토리 감지를 허용하는 방법 알아보기"
@@ -1046,7 +1012,7 @@ msgstr "Tabby가 원격 쉘에서 작업 디렉토리 감지를 허용하는 방
msgid "Left"
msgstr "왼쪽"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "메타 키 입력을 OS 대신 쉘에서 결정"
@@ -1058,11 +1024,11 @@ msgstr "라인별"
msgid "Line editor, input is sent after you press Enter"
msgstr "줄 편집기, 입력한 내용을 Enter 키 누른 후 전송"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "줄 간격"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "불러오는 중"
@@ -1079,7 +1045,8 @@ msgstr "로컬"
msgid "Local echo"
msgstr "로컬 echo"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "로컬 터미널"
@@ -1089,11 +1056,11 @@ msgstr "로컬 터미널"
msgid "Login scripts"
msgstr "로그인 스크립트"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "길게 클릭하여 메뉴 표시"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "프로필 관리"
@@ -1109,7 +1076,7 @@ msgstr "활성 항목 최대화"
msgid "Modified on {date}"
msgstr "{date} 에 수정"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "마우스"
@@ -1121,7 +1088,7 @@ msgstr "탭을 왼쪽으로 이동"
msgid "Move tab to the right"
msgstr "탭을 오른쪽으로 이동"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr ""
@@ -1154,7 +1121,7 @@ msgstr ""
msgid "New item"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "새 이름"
@@ -1184,10 +1151,6 @@ msgstr "새 터미널"
msgid "New window"
msgstr "새 창"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr ""
@@ -1200,7 +1163,7 @@ msgstr "다음 탭"
msgid "No color"
msgstr "색 없음"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr ""
@@ -1213,10 +1176,6 @@ msgstr ""
msgid "Normal"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1235,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "끄기"
@@ -1354,8 +1313,8 @@ msgstr ""
msgid "Password"
msgstr "비밀번호"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "붙여넣기"
@@ -1364,11 +1323,11 @@ msgstr "붙여넣기"
msgid "Paste from clipboard"
msgstr "클립보드에서 붙여넣기"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr ""
@@ -1416,7 +1375,7 @@ msgstr ""
msgid "Prevents accidental closing"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr ""
@@ -1464,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr ""
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "빠른 연결"
@@ -1481,8 +1440,8 @@ msgstr ""
msgid "Ready Timeout (Milliseconds)"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr ""
@@ -1541,11 +1500,11 @@ msgstr ""
msgid "Report a problem"
msgstr "문제 신고하기"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr ""
@@ -1561,11 +1520,11 @@ msgstr "현재 SSH 세션 재시작"
msgid "Restart current Telnet session"
msgstr "현재 텔넷 세션 재시작"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "앱 시작 시 터미널 탭 복원"
@@ -1579,7 +1538,7 @@ msgstr ""
msgid "Right"
msgstr "오른쪽"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "오른쪽 클릭"
@@ -1597,7 +1556,7 @@ msgstr "저장하기"
msgid "Save a password in the keychain"
msgstr "비밀번호를 키체인에 저장"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "저장 및 적용"
@@ -1617,11 +1576,11 @@ msgstr "저장됨"
msgid "Saved layout"
msgstr "저장된 레이아웃"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr ""
@@ -1629,11 +1588,11 @@ msgstr ""
msgid "Scrollback"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "검색"
@@ -1658,7 +1617,7 @@ msgstr "비밀 동기화 토큰"
msgid "Select"
msgstr "선택"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr ""
@@ -1670,7 +1629,7 @@ msgstr ""
msgid "Select profile"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr ""
@@ -1682,17 +1641,17 @@ msgstr ""
msgid "Sends data one byte at a time"
msgstr ""
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr ""
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr ""
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr ""
@@ -1709,7 +1668,7 @@ msgstr ""
msgid "Set password"
msgstr "비밀번호 설정"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr ""
@@ -1730,7 +1689,7 @@ msgstr "설정"
msgid "Shell"
msgstr "셸"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr ""
@@ -1742,7 +1701,7 @@ msgstr "셸 통합"
msgid "Show {type} profile selector"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr ""
@@ -1750,15 +1709,15 @@ msgstr ""
msgid "Show built-in profiles in selector"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr ""
@@ -1817,7 +1776,7 @@ msgstr "SOCKS 프록시 호스트"
msgid "SOCKS proxy port"
msgstr "SOCKS 프록시 포트"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr ""
@@ -1861,7 +1820,7 @@ msgstr "{user}@{host}:{port} 의 SSH 비밀번호"
msgid "Standard"
msgstr "표준"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr ""
@@ -1973,11 +1932,11 @@ msgstr "텔넷 세션"
msgid "Terminal"
msgstr "터미널"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr ""
@@ -2034,7 +1993,7 @@ msgstr "위"
msgid "Try again"
msgstr "다시 시도"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr ""
@@ -2042,7 +2001,7 @@ msgstr ""
msgid "Turn current tab's panes into separate tabs"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr ""
@@ -2050,7 +2009,7 @@ msgstr ""
msgid "Uninstall"
msgstr "설치 제거"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr ""
@@ -2067,7 +2026,7 @@ msgid "Up"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "업데이트"
@@ -2084,7 +2043,7 @@ msgstr "업로드"
msgid "Upload as a new config"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr ""
@@ -2105,7 +2064,7 @@ msgstr "사용자 이름"
msgid "Using CONNECT method"
msgstr ""
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr ""
@@ -2150,11 +2109,11 @@ msgstr "버전: {version}"
msgid "Vibrancy"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "시각 효과"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "여러 줄을 붙여넣을 때 경고"
@@ -2178,7 +2137,7 @@ msgstr "환영합니다"
msgid "What's new"
msgstr "새로운 기능"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr ""
@@ -2207,7 +2166,7 @@ msgstr ""
msgid "Window frame"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr ""
@@ -2219,7 +2178,7 @@ msgstr "ConPTY를 위해서는 Windows 10 빌드 18309 이상이 권장됩니다
msgid "WinSCP path"
msgstr "WinSCP 경로"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr ""
@@ -2227,12 +2186,11 @@ msgstr ""
msgid "Working directory"
msgstr "작업 폴더"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "WSL 터미널의 벨은 오직 볼륨 믹서를 통해서만 음소거할 수 있습니다."
@@ -2256,11 +2214,11 @@ msgstr ""
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr ""
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "확대"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "축소"

View File

@@ -10,23 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Polish\n"
"Language: pl_PL\n"
"PO-Revision-Date: 2022-04-30 18:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" jest nadal uruchomiony. Zamknąć?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "kopia {name}"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Druga rodzina czcionek używana do wyświetlania znaków, których brakuje w głównej czcionce"
@@ -42,10 +37,6 @@ msgstr "Akceptuj i zapamiętaj klucz"
msgid "Accept just this once"
msgstr "Zaakceptuj tylko tym razem"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Akrylowe tło"
@@ -67,7 +58,7 @@ msgstr "Dodaj klucz prywatny"
msgid "Add..."
msgstr "Dodaj..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Dodatkowy odstęp między liniami"
@@ -94,7 +85,7 @@ msgstr "Ścieżka potoku Agenta"
msgid "Agent type"
msgstr "Typ agenta"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Pozwala na otwieranie plików .bat w zakładkach, ale psuje niektóre powłoki"
@@ -135,7 +126,7 @@ msgstr "Zadaj pytanie"
msgid "Ask before closing the browser tab"
msgstr "Zapytaj przed zamknięciem karty przeglądarki"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Dźwiękowy"
@@ -151,7 +142,7 @@ msgstr "Autor"
msgid "Auto"
msgstr "Auto"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Automatycznie otwórz terminal przy starcie aplikacji"
@@ -179,7 +170,7 @@ msgstr "Typ tła"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Prędkość transmisji szeregowej (boud)"
@@ -187,7 +178,7 @@ msgstr "Prędkość transmisji szeregowej (boud)"
msgid "Beginning of the line"
msgstr "Początek wiersza"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Migający kursor"
@@ -199,21 +190,17 @@ msgstr "Niebieski"
msgid "Blur"
msgstr "Rozmycie"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Dół"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Wklejanie cudzysłowu (wymaga wsparcia powłoki)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Wbudowane"
@@ -224,12 +211,12 @@ msgstr "Wbudowane"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Anuluj"
@@ -250,15 +237,15 @@ msgstr "Sprawdź dostępność aktualizacji"
msgid "Ciphers"
msgstr "Szyfry"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Wyczyść ostatnie profile"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Wyczyść terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Schowek"
@@ -320,8 +307,8 @@ msgstr "Kompaktowy"
msgid "Config downloaded"
msgstr "Konfiguracja pobrana"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Plik konfiguracyjny"
@@ -343,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Połącz się przez serwer proxy"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Połącz z \"%s\"..."
@@ -351,7 +338,7 @@ msgstr "Połącz z \"%s\"..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Połącz się najpierw z innym hostem i użyj go jako proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -370,14 +357,14 @@ msgstr "Połączenie nie powiodło się: {error}"
msgid "Connection name will be used instead"
msgstr "Zamiast tego użyta zostanie nazwa połączenia"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Menu kontekstowe"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Skopiowano"
@@ -387,12 +374,12 @@ msgstr "Skopiowano"
msgid "Copy"
msgstr "Kopiuj"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Skopiuj bieżącą ścieżkę"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Kopiuj przy wybraniu"
@@ -400,7 +387,7 @@ msgstr "Kopiuj przy wybraniu"
msgid "Copy to clipboard"
msgstr "Skopiuj do schowka"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr ""
@@ -433,7 +420,7 @@ msgstr "Odcisk klucza bieżącego hosta"
msgid "Current process: {name}"
msgstr "Bieżący proces: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Kształt kursora"
@@ -441,7 +428,7 @@ msgstr "Kształt kursora"
msgid "Custom"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "Niestandardowy CSS"
@@ -469,7 +456,7 @@ msgstr "Domyślny profil dla nowych kart"
msgid "Default profile settings"
msgstr "Domyślne ustawienia profilu"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Domyślne"
@@ -479,9 +466,9 @@ msgstr "Domyślne dla {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -490,8 +477,8 @@ msgstr "Domyślne dla {type}"
msgid "Delete"
msgstr "Usuń"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Usunąć {name}?"
@@ -501,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Usuń {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Usuń następne słowo"
@@ -512,7 +495,7 @@ msgstr "Usuń następne słowo"
msgid "Delete previous word"
msgstr "Usuń poprzednie słowo"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Usunąć profile grupy?"
@@ -605,7 +588,7 @@ msgstr "Zadokowane miejsce w terminalu"
msgid "Docking"
msgstr "Dokowanie"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "Zaznaczenie podwójnego kliknięcia zatrzyma się na tych znakach"
@@ -617,10 +600,6 @@ msgstr "W dół"
msgid "Download"
msgstr "Pobierz"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Powiel"
@@ -646,10 +625,6 @@ msgstr "Włącz"
msgid "Enable analytics"
msgstr "Wyłącz Analitykę"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Włącz automatyczną instalację aktualizacji, gdy będą dostępne."
@@ -703,7 +678,7 @@ msgstr "Przykład:"
msgid "Export"
msgstr "Exportuj"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Awaryjna czcionka"
@@ -715,10 +690,6 @@ msgstr "Przesyłanie plików"
msgid "File: {description}"
msgstr "Plik: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Poprawiony"
@@ -731,7 +702,7 @@ msgstr ""
msgid "Focus all panes"
msgstr "Podświetl wszystkie panele"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Wyróżnij wszystkie panele jednocześnie (broadcast)"
@@ -795,11 +766,11 @@ msgstr "Przekierowanie portu"
msgid "Forwarded ports"
msgstr "Przekierowane porty"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Ze schematu kolorów"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Z motywu"
@@ -833,7 +804,7 @@ msgstr "Pobierz z okna ustawień zakładki"
msgid "Gives the window a blurred transparent background"
msgstr "Ustawia w oknie rozmyte przezroczyste tło"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Idź w górę"
@@ -853,10 +824,6 @@ msgstr "Haki"
msgid "Help track the number of Tabby installs across the world!"
msgstr "Pomóż śledzić liczbę instalacji Tabby na całym świecie!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -952,11 +919,11 @@ msgstr "Nowe linie wejściowe"
msgid "Installed"
msgstr "Zainstalowane"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Instalacja aktualizacji zamknie wszystkie karty i zrestartuje Tabby."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Inteligentne Ctrl-C (kopiuj/przerwij)"
@@ -964,7 +931,7 @@ msgstr "Inteligentne Ctrl-C (kopiuj/przerwij)"
msgid "Interactive"
msgstr "Interaktywny"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Nieprawidłowa składnia"
@@ -981,8 +948,8 @@ msgstr "Przejdź do następnego słowa"
msgid "Jump to previous word"
msgstr "Przejdź do poprzedniego słowa"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1006,7 +973,7 @@ msgstr "Klucz"
msgid "Key exchange"
msgstr "Wymiana kluczy"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Klawiatura"
@@ -1035,7 +1002,6 @@ msgstr "Uruchom WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Uruchom WinSCP dla bieżącej sesji SSH"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Dowiedz się, jak zezwolić Tabby na wykrycie katalogu roboczego zdalnej powłoki."
@@ -1046,7 +1012,7 @@ msgstr "Dowiedz się, jak zezwolić Tabby na wykrycie katalogu roboczego zdalnej
msgid "Left"
msgstr "Lewy"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Pozwala aby powłoka obsługiwała Meta klucz zamiast systemu operacyjnego"
@@ -1058,11 +1024,11 @@ msgstr "Linia po linii"
msgid "Line editor, input is sent after you press Enter"
msgstr "Edytor linii, dane wejściowe są wysyłane po naciśnięciu Enter"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Wypełnienie linii"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Ładowanie"
@@ -1079,7 +1045,8 @@ msgstr "Lokalny"
msgid "Local echo"
msgstr "Lokalne echo"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Lokalny terminal"
@@ -1089,11 +1056,11 @@ msgstr "Lokalny terminal"
msgid "Login scripts"
msgstr "Skrypty logowania"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Długie kliknięcie, aby uzyskać menu kontekstowe"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Zarządzaj profilami"
@@ -1109,7 +1076,7 @@ msgstr "Maksymalizuj aktywny panel"
msgid "Modified on {date}"
msgstr "Zmodyfikowano {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Mysz"
@@ -1121,7 +1088,7 @@ msgstr "Przenieś kartę w lewo"
msgid "Move tab to the right"
msgstr "Przenieś kartę w prawo"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Przenieś do \"Bez grupowania\""
@@ -1154,7 +1121,7 @@ msgstr "Nowa konfiguracja na {platform}"
msgid "New item"
msgstr "Nowa pozycja"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Nowa nazwa"
@@ -1184,10 +1151,6 @@ msgstr "Nowy terminal"
msgid "New window"
msgstr "Nowe okno"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Nowy z profilem"
@@ -1200,7 +1163,7 @@ msgstr "Następna karta"
msgid "No color"
msgstr "Brak koloru"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Brak Modyfikatora"
@@ -1213,10 +1176,6 @@ msgstr "Żaden"
msgid "Normal"
msgstr "Normalny"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1235,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Liczba linii utrzymywanych w buforze"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Wyłączony"
@@ -1354,8 +1313,8 @@ msgstr "Hasło do klucza prywatnego z hash'em {hash}..."
msgid "Password"
msgstr "Hasło"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Wklej"
@@ -1364,11 +1323,11 @@ msgstr "Wklej"
msgid "Paste from clipboard"
msgstr "Wklej ze schowka"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Wkleić wiele linii?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Wklej po kliknięciu środkowym przyciskiem myszy"
@@ -1416,7 +1375,7 @@ msgstr "Naciśnij wybrany klawisz"
msgid "Prevents accidental closing"
msgstr "Zapobiega przypadkowemu zamknięciu"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Zapobiega przypadkowemu wykonaniu wklejonych poleceń"
@@ -1464,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Wstawia całą konfigurację Tabby do sejfu"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Szybkie połączenie"
@@ -1481,8 +1440,8 @@ msgstr "Raw socket connection"
msgid "Ready Timeout (Milliseconds)"
msgstr "Limit czasu gotowości (Milisekundy)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Ostatnie"
@@ -1541,11 +1500,11 @@ msgstr "Zastąp"
msgid "Report a problem"
msgstr "Zgłoś Problem"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Wymaga dodatkowego klawisza, aby kliknąć linki"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Zresetuj powiększenie"
@@ -1561,11 +1520,11 @@ msgstr "Uruchom ponownie bieżącą sesję SSH"
msgid "Restart current Telnet session"
msgstr "Uruchom ponownie bieżącą sesję Telnet"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Zresetuj aplikację, aby zastosować zmiany"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Przywróć karty terminali przy starcie aplikacji"
@@ -1579,7 +1538,7 @@ msgstr "Ponownie użyj sesji dla wielu kart"
msgid "Right"
msgstr "Prawa"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Prawy przycisk myszy"
@@ -1597,7 +1556,7 @@ msgstr "Zapisz"
msgid "Save a password in the keychain"
msgstr "Zapisz hasło w pęku kluczy (keychain)"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Zapisz i zastosuj"
@@ -1617,11 +1576,11 @@ msgstr "Zapisane"
msgid "Saved layout"
msgstr "Zapisany układ"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Przewiń przy wprowadzaniu"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Przewiń terminal na dół"
@@ -1629,11 +1588,11 @@ msgstr "Przewiń terminal na dół"
msgid "Scrollback"
msgstr "Przewijanie wstecz"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Przewiń terminal na dół na wejściu użytkownika"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Szukaj"
@@ -1658,7 +1617,7 @@ msgstr "Sekretny token synchronizacji"
msgid "Select"
msgstr "Wybierz"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Wybierz profil podstawowy do użycia jako szablon"
@@ -1670,7 +1629,7 @@ msgstr "Wybierz miejsce przechowywania plików"
msgid "Select profile"
msgstr "Wybierz profil"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Wybierz profil lub wprowadź adres"
@@ -1682,17 +1641,17 @@ msgstr "Wyślij bajty wpisując wartości szesnastkowe"
msgid "Sends data one byte at a time"
msgstr "Wysyła dane jeden bajt na raz"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Szeregowy"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Połączenie szeregowe"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Szeregowy: {description}"
@@ -1709,7 +1668,7 @@ msgstr "Ustaw hasło"
msgid "Set password"
msgstr "Ustaw hasło"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Ustaw Tabby jako %COMSPEC%"
@@ -1730,7 +1689,7 @@ msgstr "Ustawienia"
msgid "Shell"
msgstr "Powłoka"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Powłoka nie obsługuje wykrywania bieżącej ścieżki"
@@ -1742,7 +1701,7 @@ msgstr "Integracja powłoki"
msgid "Show {type} profile selector"
msgstr "Pokaż selektor profilu {type}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Pokaż pole potwierdzenia podczas wklejania wielu linii"
@@ -1750,15 +1709,15 @@ msgstr "Pokaż pole potwierdzenia podczas wklejania wielu linii"
msgid "Show built-in profiles in selector"
msgstr "Pokaż wbudowane profile w selektorze"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Pokaż plik konfiguracyjny"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Pokaż domyślne"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Pokaż mikser"
@@ -1817,7 +1776,7 @@ msgstr "SOCKS proxy host"
msgid "SOCKS proxy port"
msgstr "SOCKS proxy port"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Dźwięk"
@@ -1861,7 +1820,7 @@ msgstr "Hasło SSH dla {user}@{host}:{port}"
msgid "Standard"
msgstr "Standardowe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Uruchamianie"
@@ -1973,11 +1932,11 @@ msgstr "Sesja Telnet"
msgid "Terminal"
msgstr "Terminal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Tło Terminala"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Dzwonek Terminalu"
@@ -2034,7 +1993,7 @@ msgstr "Góra"
msgid "Try again"
msgstr "Spróbuj ponownie"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Próba zapisanego hasła"
@@ -2042,7 +2001,7 @@ msgstr "Próba zapisanego hasła"
msgid "Turn current tab's panes into separate tabs"
msgstr "Zamień panele bieżącej karty w oddzielne karty"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Bez grupy"
@@ -2050,7 +2009,7 @@ msgstr "Bez grupy"
msgid "Uninstall"
msgstr "Odinstaluj"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Nieznane"
@@ -2067,7 +2026,7 @@ msgid "Up"
msgstr "Góra"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Aktualizacja"
@@ -2084,7 +2043,7 @@ msgstr "Prześlij"
msgid "Upload as a new config"
msgstr "Prześlij jako nową konfigurację"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Użyj {altKeyName} jako klucza Meta"
@@ -2105,7 +2064,7 @@ msgstr "Nazwa Użytkownika"
msgid "Using CONNECT method"
msgstr "Użycie metody CONNECT"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Używanie ustawionego hasła"
@@ -2150,11 +2109,11 @@ msgstr "Wersja: {version}"
msgid "Vibrancy"
msgstr "Wibracja"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Wizualny"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Ostrzegaj przy wklejaniu wieloliniowym"
@@ -2178,7 +2137,7 @@ msgstr "Witaj"
msgid "What's new"
msgstr "Nowości"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Gdy włączone, linki można kliknąć tylko podczas przytrzymania tego klawisza"
@@ -2207,7 +2166,7 @@ msgstr "Wymiar okna z dala od krawędzi"
msgid "Window frame"
msgstr "Ramka okna"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Windows"
@@ -2219,7 +2178,7 @@ msgstr "Windows 10 build 18309 lub nowszy jest zalecany dla ConPTY"
msgid "WinSCP path"
msgstr "Ścieżka WinSCP"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Separatory słów"
@@ -2227,12 +2186,11 @@ msgstr "Separatory słów"
msgid "Working directory"
msgstr "Katalog roboczy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Wykrywanie katalogu roboczego"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "Dzwonek terminala WSL może być wyciszony tylko przez miksera głośności"
@@ -2256,11 +2214,11 @@ msgstr "Możesz zmienić to hasło poźniej, ale jeśli je zgubisz/zapomnisz, to
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Możesz być w trakcie ataku \"człowiek w środku\" lub klucz hosta mógł właśnie zostać zmieniony."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Powiększ"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Pomniejsz"

View File

@@ -10,24 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Portuguese, Brazilian\n"
"Language: pt_BR\n"
"PO-Revision-Date: 2022-05-17 06:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" ainda está em execução. Fechar?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} Copiar"
msgstr "{name} pia"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr "<strong translate=\"\">Detecção do diretório de trabalho</strong>\n"
"<div translate=\"\">Aprenda como habilitar o Tabby a detectar shell's de diretórios de trabalho remoto.</div>"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Uma segunda família de fontes usada para exibir caracteres faltando na fonte principal"
@@ -43,10 +37,6 @@ msgstr "Aceitar e salvar a tecla"
msgid "Accept just this once"
msgstr "Aceitar apenas desta vez"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr "Acessibilidade"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Fundo acrílico"
@@ -68,7 +58,7 @@ msgstr "Adicionar uma chave privada"
msgid "Add..."
msgstr "Adicionar..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Espaço adicional entre as linhas"
@@ -95,7 +85,7 @@ msgstr "Caminho do agente pipe"
msgid "Agent type"
msgstr "Tipo de agente"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Permite abrir arquivos .bat em abas, mas quebra em alguns shells"
@@ -136,7 +126,7 @@ msgstr "Faça uma pergunta"
msgid "Ask before closing the browser tab"
msgstr "Perguntar antes de fechar a aba do navegador"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Audível"
@@ -152,7 +142,7 @@ msgstr "Autor"
msgid "Auto"
msgstr "Automático"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Abrir automaticamente um terminal no início da aplicação"
@@ -180,7 +170,7 @@ msgstr "Tipo de fundo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Taxa de dados (Baud Rate)"
@@ -188,7 +178,7 @@ msgstr "Taxa de dados (Baud Rate)"
msgid "Beginning of the line"
msgstr "Começo da linha"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Piscar cursor"
@@ -200,21 +190,17 @@ msgstr "Azul"
msgid "Blur"
msgstr "Desfocar"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr "Peso da fonte em negrito"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Inferior"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Colar entre colchetes (requer suporte ao \"shell\")"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Embutido"
@@ -225,12 +211,12 @@ msgstr "Embutido"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Cancelar"
@@ -251,15 +237,15 @@ msgstr "Buscar atualizações"
msgid "Ciphers"
msgstr "Cifras"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Limpar perfis recentes"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Limpar terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Área de Transferência"
@@ -321,8 +307,8 @@ msgstr "Compacto"
msgid "Config downloaded"
msgstr "Configuração baixada"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Arquivo de configuração"
@@ -341,10 +327,10 @@ msgstr "Configurações"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:21
msgid "Connect through a proxy server"
msgstr "Conectar-se através de um servidor proxy"
msgstr "Conecte-se através de um servidor proxy"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Conectando a %s..."
@@ -352,7 +338,7 @@ msgstr "Conectando a %s..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Conecte-se a um host diferente primeiro e use-o como um proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -371,14 +357,14 @@ msgstr "A conexão falhou: {error}"
msgid "Connection name will be used instead"
msgstr "O nome da conexão será usado no lugar"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Menu de contexto"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Copiado"
@@ -388,22 +374,22 @@ msgstr "Copiado"
msgid "Copy"
msgstr "Copiar"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Copiar o caminho atual"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Copiar a seleção"
msgstr "Copiar ao selecionar"
#: tabby-terminal/src/hotkeys.ts:10
msgid "Copy to clipboard"
msgstr "Copiar para área de transferência"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "Copiar com formatação"
msgstr ""
#: tabby-core/src/services/config.service.ts:365
msgid "Could not decrypt config"
@@ -411,12 +397,12 @@ msgstr "Não foi possível descriptografar a configuração"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:9
msgid "Create"
msgstr "Criar"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "Criar diretório"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -434,7 +420,7 @@ msgstr "Impressão digital da chave do host atual"
msgid "Current process: {name}"
msgstr "Processo atual: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Formato do cursor"
@@ -442,13 +428,13 @@ msgstr "Formato do cursor"
msgid "Custom"
msgstr "Personalizado"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "CSS Personalizado"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:26
msgid "Data bits"
msgstr "Bits de dados"
msgstr "bits de dados"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:80
msgid "Debugging"
@@ -456,11 +442,11 @@ msgstr "Depurando"
#: tabby-core/src/hotkeys.ts:213
msgid "Decrease horizontal split size"
msgstr "Diminuir tamanho de divisão horizontal"
msgstr ""
#: tabby-core/src/hotkeys.ts:205
msgid "Decrease vertical split size"
msgstr "Diminuir tamanho de divisão horizontal"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
msgid "Default profile for new tabs"
@@ -470,7 +456,7 @@ msgstr "Perfil padrão para novas abas"
msgid "Default profile settings"
msgstr "Configurações do perfil padrão"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Padrões"
@@ -480,9 +466,9 @@ msgstr "Padrões para {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -491,8 +477,8 @@ msgstr "Padrões para {type}"
msgid "Delete"
msgstr "Excluir"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Excluir {name}?"
@@ -502,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Excluir {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr "Apagar linha inteira"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Excluir a próxima palavra"
@@ -513,7 +495,7 @@ msgstr "Excluir a próxima palavra"
msgid "Delete previous word"
msgstr "Excluir palavra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Excluir os perfis do grupo?"
@@ -547,7 +529,7 @@ msgstr "Desativar título da aba dinâmica"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197
msgid "Disable fluent background while dragging"
msgstr "Desativar fundo fluente enquanto arrasta"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:190
msgid "Disable GPU acceleration"
@@ -606,7 +588,7 @@ msgstr "Espaço do terminal encaixado"
msgid "Docking"
msgstr "Encaixando"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "A seleção com clique duplo irá parar nesses caracteres"
@@ -618,10 +600,6 @@ msgstr "Abaixo"
msgid "Download"
msgstr "Transferir"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr "Desenhar texto em negrito em cores brilhantes"
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Duplicar"
@@ -647,10 +625,6 @@ msgstr "Habilitar"
msgid "Enable analytics"
msgstr "Habilitar análises"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr "Permitir animações"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Permite a instalação automática de atualizações quando elas estiverem disponíveis."
@@ -704,7 +678,7 @@ msgstr "Exemplo:"
msgid "Export"
msgstr "Exportar"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Fonte alternativa"
@@ -716,23 +690,19 @@ msgstr "Transferências de arquivos"
msgid "File: {description}"
msgstr "Arquivo: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr "Filtro"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Corrigido"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:198
msgid "Fluent background sometimes causes drag lag"
msgstr "Fundo fluente às vezes causa atraso de arrastar"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:136
msgid "Focus all panes"
msgstr "Focar todos os painéis"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Focar todos os painéis de uma vez (Broadcast)"
@@ -766,7 +736,7 @@ msgstr "Fonte"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
msgid "For keyboard shortcuts"
msgstr "Para atalhos de teclado"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
msgid "Force CR"
@@ -796,11 +766,11 @@ msgstr "Encaminhar porta"
msgid "Forwarded ports"
msgstr "Portas encaminhadas"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Do esquema de cores"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Do tema"
@@ -810,7 +780,7 @@ msgstr "Interface"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:58
msgid "Full"
msgstr "Preencher"
msgstr "Completo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:3
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:3
@@ -820,7 +790,7 @@ msgstr "Geral"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:21
msgid "Generate a pre-filled GitHub issue"
msgstr "Gerar uma issue pré-preenchida no GitHub"
msgstr "Gerar um problema do GitHub pré-preenchido"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:27
msgid "Get"
@@ -834,7 +804,7 @@ msgstr "Obtenha-o na janela de configurações da Tabby Web"
msgid "Gives the window a blurred transparent background"
msgstr "Dá à janela um fundo transparente borrado"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Ir para cima"
@@ -854,10 +824,6 @@ msgstr "Hacks"
msgid "Help track the number of Tabby installs across the world!"
msgstr "Ajude a acompanhar o número de instalações do Tabby pelo mundo!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr "Ajude a traduzir o Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -931,11 +897,11 @@ msgstr "Imediatamente repete sua entrada localmente"
#: tabby-core/src/hotkeys.ts:209
msgid "Increase horizontal split size"
msgstr "Aumentar tamanho de divisão horizontal"
msgstr ""
#: tabby-core/src/hotkeys.ts:201
msgid "Increase vertical split size"
msgstr "Aumentar o tamanho da divisão vertical"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:18
msgid "Input is sent as you type"
@@ -947,25 +913,25 @@ msgstr "Modo de entrada"
#: locale/tmp-html/tabby-terminal/src/components/streamProcessingSettings.component.html:15
msgid "Input newlines"
msgstr "Novas linhas de entrada"
msgstr "Novas linhas de saída"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:41
msgid "Installed"
msgstr "Instalado"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Ao instalar a atualização, todas as abas serão fechadas e o Tabby reiniciará."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Ctrl-C Inteligente (copiar/cancelar)"
msgstr "Inteligente Ctrl-C (copiar/cancelar)"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:94
msgid "Interactive"
msgstr "Interativo"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Sintaxe inválida"
@@ -982,8 +948,8 @@ msgstr "Pular para a próxima palavra"
msgid "Jump to previous word"
msgstr "Pular para a palavra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1007,7 +973,7 @@ msgstr "Chave"
msgid "Key exchange"
msgstr "Troca de chaves"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Teclado"
@@ -1017,7 +983,7 @@ msgstr "Autenticação interativa do teclado"
#: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill"
msgstr "Finalizar"
msgstr "Matar"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:10
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
@@ -1036,7 +1002,6 @@ msgstr "Abrir \"WinSCP\""
msgid "Launch WinSCP for current SSH session"
msgstr "Inicie o \"WinSCP\" na sessão SSH atual"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Aprenda como permitir que o \"Tabby\" detecte o diretório de trabalho da \"Shell\" remota."
@@ -1047,7 +1012,7 @@ msgstr "Aprenda como permitir que o \"Tabby\" detecte o diretório de trabalho d
msgid "Left"
msgstr "Esquerda"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Permite que o shell manipule Meta key em vez de S.O"
@@ -1059,11 +1024,11 @@ msgstr "Linha por linha"
msgid "Line editor, input is sent after you press Enter"
msgstr "Editor de linha, a entrada é enviada depois que você pressionar Enter"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Linha de preenchimento"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Carregando"
@@ -1080,7 +1045,8 @@ msgstr "Local"
msgid "Local echo"
msgstr "Efeito local"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Terminal local"
@@ -1090,11 +1056,11 @@ msgstr "Terminal local"
msgid "Login scripts"
msgstr "Scripts de login"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Clique longo para menu de contexto"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Gerenciar perfil"
@@ -1110,7 +1076,7 @@ msgstr "Maximizar o painel ativo"
msgid "Modified on {date}"
msgstr "Modificado em {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "mouse"
@@ -1122,7 +1088,7 @@ msgstr "Mover a aba para a esquerda"
msgid "Move tab to the right"
msgstr "Mover a aba para a direita"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Mover para \"Desagrupado\""
@@ -1137,7 +1103,7 @@ msgstr "Nome para a nova configuração"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:3
msgid "Name for the new directory"
msgstr "Nome para o novo diretório"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
msgid "Native"
@@ -1155,7 +1121,7 @@ msgstr "Nova configuração em {platform}"
msgid "New item"
msgstr "Novo item"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Novo nome"
@@ -1185,13 +1151,9 @@ msgstr "Novo terminal"
msgid "New window"
msgstr "Nova janela"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr "Nova Janela"
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Novo com perfil"
msgstr "Novo perfil como"
#: tabby-core/src/hotkeys.ts:37
msgid "Next tab"
@@ -1201,7 +1163,7 @@ msgstr "Próxima aba"
msgid "No color"
msgstr "Sem cor"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Não modificar"
@@ -1214,10 +1176,6 @@ msgstr "Nenhum"
msgid "Normal"
msgstr "Normal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr "Peso da fonte normal"
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1236,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Número de linhas contidas no buffer"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Desligado"
@@ -1332,11 +1290,11 @@ msgstr "Sobrescrever as configurações locais e começar a sincronizar?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
msgid "Pane resize step"
msgstr "Passo de redimensionamento"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Panes"
msgstr "Painéis"
msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:38
msgid "Parity"
@@ -1355,8 +1313,8 @@ msgstr "Frase de senha para uma chave privada com hash {hash}..."
msgid "Password"
msgstr "Senha"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Colar"
@@ -1365,11 +1323,11 @@ msgstr "Colar"
msgid "Paste from clipboard"
msgstr "Colar da área de transferência"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Colar várias linhas?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Colar com clique central"
@@ -1417,7 +1375,7 @@ msgstr "Pressione a tecla agora"
msgid "Prevents accidental closing"
msgstr "Impede fechamento acidental"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Prevenir a execução acidental de comandos colados"
@@ -1465,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Coloca todas as configurações da Tabby no cofre"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Conexão rápida"
@@ -1482,8 +1440,8 @@ msgstr "Conexão de soquete pura"
msgid "Ready Timeout (Milliseconds)"
msgstr "Tempo limite em(milissegundos)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Récente"
@@ -1542,11 +1500,11 @@ msgstr "Substituir"
msgid "Report a problem"
msgstr "Reportar um problema"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Exigir uma tecla para clicar em links"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Redefinir Zoom"
@@ -1562,11 +1520,11 @@ msgstr "Reiniciar a sessão SSH atual"
msgid "Restart current Telnet session"
msgstr "Reiniciar sessão de Telnet atual"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Reinicie o aplicativo para aplicar as alterações"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Restaurar abas de terminal na inicialização do aplicativo"
@@ -1580,7 +1538,7 @@ msgstr "Reutilizar a sessão para multiplas abas"
msgid "Right"
msgstr "Direita"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Clique direito"
@@ -1598,7 +1556,7 @@ msgstr "Salvar"
msgid "Save a password in the keychain"
msgstr "Salvar uma senha no teclado"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Salvar e aplicar"
@@ -1618,11 +1576,11 @@ msgstr "Salvo"
msgid "Saved layout"
msgstr "Layout salvo"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Rolar na entrada"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Rolar terminal para baixo"
@@ -1630,11 +1588,11 @@ msgstr "Rolar terminal para baixo"
msgid "Scrollback"
msgstr "Reverter"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Rola o terminal para a parte inferior na entrada do usuário"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Pesquisar"
@@ -1644,11 +1602,11 @@ msgstr "Pesquisar esquemas de cores"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys"
msgstr "Procurar atalhos"
msgstr ""
#: tabby-plugin-manager/src/components/pluginsSettingsTab.component.ts:14
msgid "Search plugins"
msgstr "Buscar plugins"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:19
msgid "Secret sync token"
@@ -1659,7 +1617,7 @@ msgstr "Token de sincronização secreta"
msgid "Select"
msgstr "Selecionar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Selecione um perfil base para usar como um modelo"
@@ -1671,7 +1629,7 @@ msgstr "Selecionar armazenamento de arquivos"
msgid "Select profile"
msgstr "Selecione o perfil"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Selecione o perfil ou insira um endereço"
@@ -1683,17 +1641,17 @@ msgstr "Enviar bytes digitando em valores hexadecimais"
msgid "Sends data one byte at a time"
msgstr "Envia dados um byte por vez"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Série"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Conexão Serial"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Série: {description}"
@@ -1710,7 +1668,7 @@ msgstr "Definir senha"
msgid "Set password"
msgstr "Definir senha"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Definir Tabby como %COMSPEC%"
@@ -1731,7 +1689,7 @@ msgstr "Configurações"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Shell não suporta a detecção de caminho atual"
@@ -1743,7 +1701,7 @@ msgstr "Integração com o Shell"
msgid "Show {type} profile selector"
msgstr "Exibir seletor de perfil {type}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Mostrar uma caixa de confirmação quando colar várias linhas"
@@ -1751,15 +1709,15 @@ msgstr "Mostrar uma caixa de confirmação quando colar várias linhas"
msgid "Show built-in profiles in selector"
msgstr "Mostrar perfis integrados no seletor"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Mostrar arquivo de configuração"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Mostrar padrões"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Mostrar Mixer"
@@ -1818,7 +1776,7 @@ msgstr "Host do proxy SOCKS"
msgid "SOCKS proxy port"
msgstr "Porta do proxy SOCKS"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Som"
@@ -1862,7 +1820,7 @@ msgstr "Senha SSH para {user}@{host}:{port}"
msgid "Standard"
msgstr "Padrão"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Startup"
@@ -1974,11 +1932,11 @@ msgstr "Sessão telefônica"
msgid "Terminal"
msgstr "Terminal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Fundo do terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Aviso do terminal"
@@ -2035,7 +1993,7 @@ msgstr "Topo"
msgid "Try again"
msgstr "Tentar novamente"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Tentando salvar a senha"
@@ -2043,7 +2001,7 @@ msgstr "Tentando salvar a senha"
msgid "Turn current tab's panes into separate tabs"
msgstr "Transformar painéis da aba atual em abas separadas"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Desagrupado"
@@ -2051,7 +2009,7 @@ msgstr "Desagrupado"
msgid "Uninstall"
msgstr "Desinstalar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Desconhecido"
@@ -2068,7 +2026,7 @@ msgid "Up"
msgstr "Para cima"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Atualizar"
@@ -2085,7 +2043,7 @@ msgstr "Transferir"
msgid "Upload as a new config"
msgstr "Fazer upload como uma nova configuração"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Use {altKeyName} como Meta key"
@@ -2106,7 +2064,7 @@ msgstr "Nome de usuário"
msgid "Using CONNECT method"
msgstr "Usando o método CONNECT"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Usando a senha predefinida"
@@ -2151,11 +2109,11 @@ msgstr "Versão: {version}"
msgid "Vibrancy"
msgstr "Vibração"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Visual"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Avisar ao colar multi-linha"
@@ -2179,7 +2137,7 @@ msgstr "Bem-vindo"
msgid "What's new"
msgstr "Novidades"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Quando ativado, os links só são clicáveis enquanto segura esta chave"
@@ -2208,7 +2166,7 @@ msgstr "Dimensão da janela fora da borda"
msgid "Window frame"
msgstr "Quadro de janela"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Janelas"
@@ -2220,7 +2178,7 @@ msgstr "Windows 10 Compilação 18309 ou superior é recomendada para ConPTY"
msgid "WinSCP path"
msgstr "Caminho do WinSCP"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Separadores de palavra"
@@ -2228,12 +2186,11 @@ msgstr "Separadores de palavra"
msgid "Working directory"
msgstr "Diretório de trabalho"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Detectar de diretório de trabalho"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "O terminal WSL só pode ser silenciado pelo volume do mixer"
@@ -2257,11 +2214,11 @@ msgstr "Você pode mudá-lo mais tarde, mas é inrecuperável se esquecido."
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Você pode estar sob um ataque no meio agora mesmo, ou a chave do anfitrião poderia ter sido alterada."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Aumentar zoom"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Diminuir zoom"

View File

@@ -10,23 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Portuguese\n"
"Language: pt_PT\n"
"PO-Revision-Date: 2022-04-30 18:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" ainda está em execução. Fechar?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} cópia"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr ""
@@ -42,10 +37,6 @@ msgstr "Aceitar e lembrar a chave"
msgid "Accept just this once"
msgstr "Aceitar apenas desta vez"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Fundo acrítico"
@@ -67,7 +58,7 @@ msgstr "Adicionar uma chave privada"
msgid "Add..."
msgstr "Adicionar..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Espaço adicional entre linhas"
@@ -94,7 +85,7 @@ msgstr ""
msgid "Agent type"
msgstr "Tipo de agente"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Permite abrir ficheiros .bat em separadores, mas parte algumas linhas de comando"
@@ -135,7 +126,7 @@ msgstr "Faça uma pergunta"
msgid "Ask before closing the browser tab"
msgstr "Perguntar antes de fechar o separador do browser"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Audível"
@@ -151,7 +142,7 @@ msgstr "Autor"
msgid "Auto"
msgstr "Automático"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Abrir automaticamente um terminal no início da aplicação"
@@ -179,7 +170,7 @@ msgstr "Tipo de fundo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Taxa de transmissão"
@@ -187,7 +178,7 @@ msgstr "Taxa de transmissão"
msgid "Beginning of the line"
msgstr "Início de linha"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Piscar cursor"
@@ -199,21 +190,17 @@ msgstr "Azul"
msgid "Blur"
msgstr "Desfocar"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Baixo"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Embutido"
@@ -224,12 +211,12 @@ msgstr "Embutido"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Cancelar"
@@ -250,15 +237,15 @@ msgstr "Verificar atualizações"
msgid "Ciphers"
msgstr "Cifras"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Limpar perfis recentes"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Limpar terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Área de Transferência"
@@ -320,8 +307,8 @@ msgstr "Compacto"
msgid "Config downloaded"
msgstr "Configuração transferida"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Ficheiro de configuração"
@@ -343,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Conectar através de um servidor proxy"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "A ligar a %s..."
@@ -351,7 +338,7 @@ msgstr "A ligar a %s..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Conectar a um anfitrião diferente primeiro e use-o como um proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -370,14 +357,14 @@ msgstr "A ligação falhou: {error}"
msgid "Connection name will be used instead"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Menu de contexto"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Copiado"
@@ -387,12 +374,12 @@ msgstr "Copiado"
msgid "Copy"
msgstr "Copiar"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Copiar o caminho atual"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Copiar ao selecionar"
@@ -400,7 +387,7 @@ msgstr "Copiar ao selecionar"
msgid "Copy to clipboard"
msgstr "Copiar para área de transferência"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr ""
@@ -433,7 +420,7 @@ msgstr ""
msgid "Current process: {name}"
msgstr "Processo atual: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Formato do cursor"
@@ -441,7 +428,7 @@ msgstr "Formato do cursor"
msgid "Custom"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "CSS Personalizado"
@@ -469,7 +456,7 @@ msgstr "Perfil padrão para novas abas"
msgid "Default profile settings"
msgstr "Configurações de perfil padrão"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Predefinições"
@@ -479,9 +466,9 @@ msgstr "Padrões para {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -490,8 +477,8 @@ msgstr "Padrões para {type}"
msgid "Delete"
msgstr "Apagar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Apagar \"{name}\"?"
@@ -501,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Apagar {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Apagar palavra seguinte"
@@ -512,7 +495,7 @@ msgstr "Apagar palavra seguinte"
msgid "Delete previous word"
msgstr "Apagar palavra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Eliminar os perfis do grupo?"
@@ -605,7 +588,7 @@ msgstr "Espaço do terminal ancorado"
msgid "Docking"
msgstr "A ancorar"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "A seleção com clique duplo irá parar nesses caracteres"
@@ -617,10 +600,6 @@ msgstr "Baixo"
msgid "Download"
msgstr "Descarregar"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Duplicar"
@@ -646,10 +625,6 @@ msgstr "Ativar"
msgid "Enable analytics"
msgstr "Ativar recolha de dados"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Ativar instalação automática de atualizações quando estiverem disponíveis."
@@ -703,7 +678,7 @@ msgstr "Exemplo:"
msgid "Export"
msgstr "Exportar"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Fonte de reserva"
@@ -715,10 +690,6 @@ msgstr "Transferências de ficheiros"
msgid "File: {description}"
msgstr "Ficheiro: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Fixado"
@@ -731,7 +702,7 @@ msgstr ""
msgid "Focus all panes"
msgstr "Focar todos os painéis"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Focar todos os painéis de uma vez (broadcast)"
@@ -795,11 +766,11 @@ msgstr "Encaminhar porta"
msgid "Forwarded ports"
msgstr "Portas encaminhadas"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "A partir do esquema de cores"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "A partir do tema"
@@ -833,7 +804,7 @@ msgstr "Obtenha-o da janela de configurações da Tabby Web"
msgid "Gives the window a blurred transparent background"
msgstr "Dá à janela um fundo transparente desfocado"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Subir"
@@ -853,10 +824,6 @@ msgstr ""
msgid "Help track the number of Tabby installs across the world!"
msgstr "Ajude a seguir o número de instalações do Tabby pelo mundo!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -952,11 +919,11 @@ msgstr ""
msgid "Installed"
msgstr "Instalado"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Ao instalar a atualização, todos os separadores serão fechadas e o Tabby reiniciará."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr ""
@@ -964,7 +931,7 @@ msgstr ""
msgid "Interactive"
msgstr "Interactivo"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Sintaxe inválida"
@@ -981,8 +948,8 @@ msgstr "Saltar para a palavra seguinte"
msgid "Jump to previous word"
msgstr "Saltar para a palavra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1006,7 +973,7 @@ msgstr "Chave"
msgid "Key exchange"
msgstr "Troca de chaves"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Teclado"
@@ -1035,7 +1002,6 @@ msgstr "Abrir WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Iniciar o WinSCP para a sessão SSH atual"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Aprenda a permitir que o Tabby detecte o diretório de trabalho da shell remota."
@@ -1046,7 +1012,7 @@ msgstr "Aprenda a permitir que o Tabby detecte o diretório de trabalho da shell
msgid "Left"
msgstr "Esquerda"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr ""
@@ -1058,11 +1024,11 @@ msgstr "Linha por linha"
msgid "Line editor, input is sent after you press Enter"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Espaçamento entre linhas"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "A carregar"
@@ -1079,7 +1045,8 @@ msgstr ""
msgid "Local echo"
msgstr ""
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Terminal local"
@@ -1089,11 +1056,11 @@ msgstr "Terminal local"
msgid "Login scripts"
msgstr "Scripts de login"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Clique longo para menu de contexto"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Gerir perfis"
@@ -1109,7 +1076,7 @@ msgstr "Maximizar o painel ativo"
msgid "Modified on {date}"
msgstr "Modificado em {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Rato"
@@ -1121,7 +1088,7 @@ msgstr "Mover separador para a esquerda"
msgid "Move tab to the right"
msgstr "Mover separador para a direita"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Mover para \"Desagrupado\""
@@ -1154,7 +1121,7 @@ msgstr "Nova configuração em {platform}"
msgid "New item"
msgstr "Novo item"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Novo nome"
@@ -1184,10 +1151,6 @@ msgstr "Novo terminal"
msgid "New window"
msgstr "Nova janela"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Novo com perfil"
@@ -1200,7 +1163,7 @@ msgstr "Separador seguinte"
msgid "No color"
msgstr "Sem cor"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Nenhum Modificador"
@@ -1213,10 +1176,6 @@ msgstr "Nenhum"
msgid "Normal"
msgstr "Normal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1235,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Número de linhas mantidas no buffer"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Desligado"
@@ -1354,8 +1313,8 @@ msgstr "Palavra-passe para uma chave privada com hash {hash}..."
msgid "Password"
msgstr "Palavra-Passe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Colar"
@@ -1364,11 +1323,11 @@ msgstr "Colar"
msgid "Paste from clipboard"
msgstr "Colar da área de transferência"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Colar várias linhas?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Colar com botão do meio do rato"
@@ -1416,7 +1375,7 @@ msgstr "Pressione a tecla agora"
msgid "Prevents accidental closing"
msgstr "Impede o fecho acidental"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Impede a execução acidental de comandos colados"
@@ -1464,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Colocar todas as configurações do Tabby no cofre"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Ligação rápida"
@@ -1481,8 +1440,8 @@ msgstr "Ligação por socket"
msgid "Ready Timeout (Milliseconds)"
msgstr "Tempo limite (milissegundos)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Recente"
@@ -1541,11 +1500,11 @@ msgstr ""
msgid "Report a problem"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr ""
@@ -1561,11 +1520,11 @@ msgstr ""
msgid "Restart current Telnet session"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr ""
@@ -1579,7 +1538,7 @@ msgstr ""
msgid "Right"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr ""
@@ -1597,7 +1556,7 @@ msgstr ""
msgid "Save a password in the keychain"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Guardar e aplicar"
@@ -1617,11 +1576,11 @@ msgstr "Salvo"
msgid "Saved layout"
msgstr "Layout salvo"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr ""
@@ -1629,11 +1588,11 @@ msgstr ""
msgid "Scrollback"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Procurar"
@@ -1658,7 +1617,7 @@ msgstr ""
msgid "Select"
msgstr "Selecionar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr ""
@@ -1670,7 +1629,7 @@ msgstr "Selecionar armazenamento"
msgid "Select profile"
msgstr "Selecionar perfil"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Selecionar perfil ou introduza um endereço"
@@ -1682,17 +1641,17 @@ msgstr ""
msgid "Sends data one byte at a time"
msgstr "Envia um byte de dados de cada vez"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Serial"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Conexão Serial"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Serial: {description}"
@@ -1709,7 +1668,7 @@ msgstr ""
msgid "Set password"
msgstr "Definir palavra-passe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Definir Tabby como %COMSPEC%"
@@ -1730,7 +1689,7 @@ msgstr "Configurações"
msgid "Shell"
msgstr "Linha de Comando"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "A linha de comandos não suporta a deteção do caminho atual"
@@ -1742,7 +1701,7 @@ msgstr "Integração da linha de comandos"
msgid "Show {type} profile selector"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr ""
@@ -1750,15 +1709,15 @@ msgstr ""
msgid "Show built-in profiles in selector"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Mostra o ficheiro de configuração"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Mostrar valores por defeito"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Mostrar Mixer"
@@ -1817,7 +1776,7 @@ msgstr "Proxy SOCKS - Servidor"
msgid "SOCKS proxy port"
msgstr "Proxy SOCKS - Porto"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr ""
@@ -1861,7 +1820,7 @@ msgstr ""
msgid "Standard"
msgstr "Padrão"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "Iniciar"
@@ -1973,11 +1932,11 @@ msgstr "Sessão telnet"
msgid "Terminal"
msgstr "Terminal"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Fundo do terminal"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Campainha do terminal"
@@ -2034,7 +1993,7 @@ msgstr "Topo"
msgid "Try again"
msgstr "Tente novamente"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Tentando senha guardada"
@@ -2042,7 +2001,7 @@ msgstr "Tentando senha guardada"
msgid "Turn current tab's panes into separate tabs"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Desagrupado"
@@ -2050,7 +2009,7 @@ msgstr "Desagrupado"
msgid "Uninstall"
msgstr "Desinstalar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Desconhecido"
@@ -2067,7 +2026,7 @@ msgid "Up"
msgstr "Cima"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Atualizar"
@@ -2084,7 +2043,7 @@ msgstr "Carregar (upload)"
msgid "Upload as a new config"
msgstr "Fazer upload como uma nova configuração"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Use {altKeyName} como chave Meta"
@@ -2105,7 +2064,7 @@ msgstr "Nome de utilizador"
msgid "Using CONNECT method"
msgstr "A usar o método CONNECT"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Usando a senha predefinida"
@@ -2150,11 +2109,11 @@ msgstr "Versão: {version}"
msgid "Vibrancy"
msgstr "Cores vibrantes"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Visual"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Avisar ao colar várias linhas"
@@ -2178,7 +2137,7 @@ msgstr "Bem-vindo"
msgid "What's new"
msgstr "Novidades"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Quando ativado, as ligações só são clicáveis enquanto prime esta tecla"
@@ -2207,7 +2166,7 @@ msgstr "Dimensão da janela fora da borda"
msgid "Window frame"
msgstr "Quadro da janela"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Windows"
@@ -2219,7 +2178,7 @@ msgstr "Versão 18309 ou superior do Windows 10 é recomendada para ConPTY"
msgid "WinSCP path"
msgstr "Caminho WinSCP"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Separadores de palavras"
@@ -2227,12 +2186,11 @@ msgstr "Separadores de palavras"
msgid "Working directory"
msgstr "Diretório atual"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Detecção do diretório atual"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "O terminal WSL só pode ser silenciado pelo misturador de volume"
@@ -2256,11 +2214,11 @@ msgstr "Você poderá mudá-lo mais tarde, mas é irrecuperável se esquecido."
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "Você pode estar sob um ataque man-in-the-middle agora mesmo, ou a chave do anfitrião pode ter sido alterada."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Aumentar zoom"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Diminuir zoom"

View File

@@ -10,23 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Russian\n"
"Language: ru_RU\n"
"PO-Revision-Date: 2022-04-30 18:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" всё ещё выполняется. Закрыть?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "Копия {name}"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "Семейство шрифтов, используемое для отображения символов, отсутствующих в основном шрифте"
@@ -42,10 +37,6 @@ msgstr "Принять и запомнить ключ"
msgid "Accept just this once"
msgstr "Принять только один раз"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "Акриловый фон"
@@ -67,7 +58,7 @@ msgstr "Добавить приватный ключ"
msgid "Add..."
msgstr "Добавить..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "Доп. пространство между строками"
@@ -94,7 +85,7 @@ msgstr "Путь к pipe SSH-агента"
msgid "Agent type"
msgstr "Тип агента"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "Позволяет открывать .bat файлы во вкладках, но ломает некоторые оболочки"
@@ -135,7 +126,7 @@ msgstr "Задать вопрос"
msgid "Ask before closing the browser tab"
msgstr "Спрашивать перед закрытием вкладки"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "Звук"
@@ -151,7 +142,7 @@ msgstr "Автор"
msgid "Auto"
msgstr "Автоматически"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "Автооткрытие терминала при запуске приложения"
@@ -179,7 +170,7 @@ msgstr "Тип фона"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "Скорость передачи"
@@ -187,7 +178,7 @@ msgstr "Скорость передачи"
msgid "Beginning of the line"
msgstr "Начало строки"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "Мигающий курсор"
@@ -199,21 +190,17 @@ msgstr "Синий"
msgid "Blur"
msgstr "Размытие"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "Снизу"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Bracketed-вставка (требует поддержки оболочки)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "Встроенные"
@@ -224,12 +211,12 @@ msgstr "Встроенные"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "Отмена"
@@ -250,15 +237,15 @@ msgstr "Проверить обновления"
msgid "Ciphers"
msgstr "Шифры"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "Очистить недавние профили"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "Очистить терминал"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "Буфер обмена"
@@ -320,8 +307,8 @@ msgstr "Компактная"
msgid "Config downloaded"
msgstr "Конфигурация скачана"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "Файл настроек"
@@ -343,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "Подключиться через прокси-сервер"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "Подключиться к \"%s\"..."
@@ -351,7 +338,7 @@ msgstr "Подключиться к \"%s\"..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "Подключиться к другому хосту и использовать его как прокси"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -370,14 +357,14 @@ msgstr "Ошибка соединения: {error}"
msgid "Connection name will be used instead"
msgstr "Вместо этого будет использоваться имя соединения"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "Контекстное меню"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "Скопировано"
@@ -387,12 +374,12 @@ msgstr "Скопировано"
msgid "Copy"
msgstr "Копировать"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "Копировать текущий путь"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "Копировать при выделении"
@@ -400,9 +387,9 @@ msgstr "Копировать при выделении"
msgid "Copy to clipboard"
msgstr "Копировать в буфер обмена"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "Копировать с форматированием"
msgstr ""
#: tabby-core/src/services/config.service.ts:365
msgid "Could not decrypt config"
@@ -410,12 +397,12 @@ msgstr "Не удалось расшифровать конфигурацию"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:9
msgid "Create"
msgstr "Создать"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "Создать папку"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -433,7 +420,7 @@ msgstr "Отпечаток ключа текущего хоста"
msgid "Current process: {name}"
msgstr "Текущий процесс: {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "Форма курсора"
@@ -441,7 +428,7 @@ msgstr "Форма курсора"
msgid "Custom"
msgstr "Пользовательская"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "Пользовательский CSS"
@@ -455,11 +442,11 @@ msgstr "Отладка"
#: tabby-core/src/hotkeys.ts:213
msgid "Decrease horizontal split size"
msgstr "Уменьшить размер разделения по горизонтали"
msgstr ""
#: tabby-core/src/hotkeys.ts:205
msgid "Decrease vertical split size"
msgstr "Уменьшить размер разделения по вертикали"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
msgid "Default profile for new tabs"
@@ -469,7 +456,7 @@ msgstr "Профиль по умолчанию для новых вкладок"
msgid "Default profile settings"
msgstr "Настройки профилей по умолчанию"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "Значения по умолчанию"
@@ -479,9 +466,9 @@ msgstr "По умолчанию для {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -490,8 +477,8 @@ msgstr "По умолчанию для {type}"
msgid "Delete"
msgstr "Удалить"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "Удалить \"{name}\"?"
@@ -501,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "Удалить {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "Удалить следующее слово"
@@ -512,7 +495,7 @@ msgstr "Удалить следующее слово"
msgid "Delete previous word"
msgstr "Удалить предыдущее слово"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "Удалить профили этой группы?"
@@ -605,7 +588,7 @@ msgstr "Отступы закреплённого терминала"
msgid "Docking"
msgstr "Закрепление"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "Выделение по двойному щелчку остановится на этих символах"
@@ -617,10 +600,6 @@ msgstr "Вниз"
msgid "Download"
msgstr "Скачать"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "Дублировать"
@@ -646,10 +625,6 @@ msgstr "Включить"
msgid "Enable analytics"
msgstr "Включить аналитику"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "Включить автоматическую установку обновлений, когда они доступны."
@@ -703,7 +678,7 @@ msgstr "Например:"
msgid "Export"
msgstr "Экспорт"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "Запасной шрифт"
@@ -715,10 +690,6 @@ msgstr "Передача файлов"
msgid "File: {description}"
msgstr "Файл: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "Фиксированная"
@@ -731,7 +702,7 @@ msgstr "Иногда прозрачный фон вызывает лаги пр
msgid "Focus all panes"
msgstr "Фокус на все панелях"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "Фокус на все панели сразу (broadcast)"
@@ -765,7 +736,7 @@ msgstr "Шрифт"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
msgid "For keyboard shortcuts"
msgstr "Для сочетаний клавиш"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
msgid "Force CR"
@@ -795,11 +766,11 @@ msgstr "Перенаправить порт"
msgid "Forwarded ports"
msgstr "Перенаправленные порты"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "Из цветовой схемы"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "Из темы"
@@ -833,7 +804,7 @@ msgstr "Скопируйте его из окна настроек web-верс
msgid "Gives the window a blurred transparent background"
msgstr "Придает окну размытый прозрачный фон"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "Вверх"
@@ -853,10 +824,6 @@ msgstr "Проблемы"
msgid "Help track the number of Tabby installs across the world!"
msgstr "Помогите отслеживать количество установок Tabby по всему миру!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -930,11 +897,11 @@ msgstr "Мгновенно локально отображает ваш ввод
#: tabby-core/src/hotkeys.ts:209
msgid "Increase horizontal split size"
msgstr "Увеличить размер разделения по горизонтали"
msgstr ""
#: tabby-core/src/hotkeys.ts:201
msgid "Increase vertical split size"
msgstr "Увеличить размер разделения по вертикали"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:18
msgid "Input is sent as you type"
@@ -952,11 +919,11 @@ msgstr "Переносы строк во вводе"
msgid "Installed"
msgstr "Установлено"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "Установка обновления приведет к закрытию всех вкладок и перезапуску Tabby."
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "Умный Ctrl-C (копировать/отменить)"
@@ -964,7 +931,7 @@ msgstr "Умный Ctrl-C (копировать/отменить)"
msgid "Interactive"
msgstr "Интерактивная"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "Неверный синтаксис"
@@ -981,8 +948,8 @@ msgstr "Перейти к следующему слову"
msgid "Jump to previous word"
msgstr "Перейти к предыдущему слову"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1006,7 +973,7 @@ msgstr "Ключ"
msgid "Key exchange"
msgstr "Обмен ключами"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "Клавиатура"
@@ -1035,7 +1002,6 @@ msgstr "Запустить WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "Запустить WinSCP для текущей SSH сессии"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Узнайте, как разрешить Tabby определять рабочий каталог удалённой оболочки."
@@ -1046,7 +1012,7 @@ msgstr "Узнайте, как разрешить Tabby определять р
msgid "Left"
msgstr "Слева"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "Позволяет оболочке обрабатывать клавишу Meta вместо ОС"
@@ -1058,11 +1024,11 @@ msgstr "Построчно"
msgid "Line editor, input is sent after you press Enter"
msgstr "Редактор строк, ввод отправляется после нажатия Enter"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "Междустрочный интервал"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "Загрузка"
@@ -1079,7 +1045,8 @@ msgstr "Локальное"
msgid "Local echo"
msgstr "Локальное эхо"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "Локальный терминал"
@@ -1089,11 +1056,11 @@ msgstr "Локальный терминал"
msgid "Login scripts"
msgstr "Скрипты входа"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "Долгое нажатие для контекстного меню"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "Управление профилями"
@@ -1109,7 +1076,7 @@ msgstr "Развернуть активную панель"
msgid "Modified on {date}"
msgstr "Изменено {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "Мышь"
@@ -1121,7 +1088,7 @@ msgstr "Переместить вкладку влево"
msgid "Move tab to the right"
msgstr "Переместить вкладку вправо"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "Переместить в «Без группы»"
@@ -1136,7 +1103,7 @@ msgstr "Имя для новой конфигурации"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:3
msgid "Name for the new directory"
msgstr "Имя для новой папки"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
msgid "Native"
@@ -1154,7 +1121,7 @@ msgstr "Новая конфигурация на {platform}"
msgid "New item"
msgstr "Новый элемент"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "Новое имя"
@@ -1184,10 +1151,6 @@ msgstr "Новый терминал"
msgid "New window"
msgstr "Новое окно"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "Новый с профилем"
@@ -1200,7 +1163,7 @@ msgstr "Следующая вкладка"
msgid "No color"
msgstr "Без цвета"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "Без модификатора"
@@ -1213,10 +1176,6 @@ msgstr "Нет"
msgid "Normal"
msgstr "Нормальный"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1235,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "Количество строк, сохраняемых в буфере"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "Выкл."
@@ -1331,11 +1290,11 @@ msgstr "Перезаписать локальную конфигурацию и
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
msgid "Pane resize step"
msgstr "Шаг изменения размера панели"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Panes"
msgstr "Панели"
msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:38
msgid "Parity"
@@ -1354,8 +1313,8 @@ msgstr "Парольная фраза для приватного ключа с
msgid "Password"
msgstr "Пароль"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "Вставить"
@@ -1364,11 +1323,11 @@ msgstr "Вставить"
msgid "Paste from clipboard"
msgstr "Вставить из буфера обмена"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "Вставить несколько строк?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "Вставить средней кнопкой мыши"
@@ -1416,7 +1375,7 @@ msgstr "Нажмите клавишу"
msgid "Prevents accidental closing"
msgstr "Предотвращает случайное закрытие"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "Предотвращает случайное выполнение вставленных команд"
@@ -1464,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "Помещает всю конфигурацию Tabby в зашифрованное хранилище"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "Быстрое подключение"
@@ -1481,8 +1440,8 @@ msgstr "Подключение через сокет"
msgid "Ready Timeout (Milliseconds)"
msgstr "Таймаут подключения (мс)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "Недавние"
@@ -1541,11 +1500,11 @@ msgstr "Заменить"
msgid "Report a problem"
msgstr "Сообщить о проблеме"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "Требовать зажатие клавишы для перехода по ссылкам"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "Сбросить масштабирование"
@@ -1561,11 +1520,11 @@ msgstr "Перезапустить текущую SSH сессию"
msgid "Restart current Telnet session"
msgstr "Перезапустить текущую сессию Telnet"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "Перезапустите приложение, чтобы применить изменения"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "Восстанавливать вкладки терминала при запуске приложения"
@@ -1579,7 +1538,7 @@ msgstr "Повторное использование сессии для нес
msgid "Right"
msgstr "Справа"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "Правый клик"
@@ -1597,7 +1556,7 @@ msgstr "Сохранить"
msgid "Save a password in the keychain"
msgstr "Сохранение пароля в связке ключей"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "Сохранить и применить"
@@ -1617,11 +1576,11 @@ msgstr "Сохранено"
msgid "Saved layout"
msgstr "Сохранённое расположение"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "Прокручивать при вводе"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "Прокрутить терминал вниз"
@@ -1629,11 +1588,11 @@ msgstr "Прокрутить терминал вниз"
msgid "Scrollback"
msgstr "Буфер обратной прокрутки"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "Прокручивает терминал вниз при вводе"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "Поиск"
@@ -1658,7 +1617,7 @@ msgstr "Секретный токен синхронизации"
msgid "Select"
msgstr "Выбрать"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "Выберите базовый профиль для использования в качестве шаблона"
@@ -1670,7 +1629,7 @@ msgstr "Выберите хранилище файлов"
msgid "Select profile"
msgstr "Выбрать профиль"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "Выберите профиль или введите адрес"
@@ -1682,17 +1641,17 @@ msgstr "Отправлять байты, вводя шестнадцатерич
msgid "Sends data one byte at a time"
msgstr "Отправляет данные по одному байту за раз"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "Последовательный порт"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "Соединение по последовательному порту"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "Последовательный порт: {description}"
@@ -1709,7 +1668,7 @@ msgstr "Установить мастер-пароль"
msgid "Set password"
msgstr "Установить пароль"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "Установить Tabby как %COMSPEC%"
@@ -1730,7 +1689,7 @@ msgstr "Настройки"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Shell не поддерживает обнаружение текущего пути"
@@ -1742,7 +1701,7 @@ msgstr "Интеграция в систему"
msgid "Show {type} profile selector"
msgstr "Показать селектор профиля {type}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "Показывать окно подтверждения при вставке нескольких строк"
@@ -1750,15 +1709,15 @@ msgstr "Показывать окно подтверждения при вста
msgid "Show built-in profiles in selector"
msgstr "Показывать встроенные профили при выборе"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "Показать файл настроек"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "Показать значения по умолчанию"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "Показать микшер"
@@ -1817,7 +1776,7 @@ msgstr "Хост SOCKS прокси"
msgid "SOCKS proxy port"
msgstr "Порт SOCKS прокси"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "Звук"
@@ -1861,7 +1820,7 @@ msgstr "Пароль SSH для {user}@{host}:{port}"
msgid "Standard"
msgstr "Стандартная"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "При запуске"
@@ -1973,11 +1932,11 @@ msgstr "Telnet сессия"
msgid "Terminal"
msgstr "Терминал"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "Фон терминала"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "Звуковой сигнал терминала"
@@ -2034,7 +1993,7 @@ msgstr "Сверху"
msgid "Try again"
msgstr "Повторить"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "Пробуем сохранённый пароль"
@@ -2042,7 +2001,7 @@ msgstr "Пробуем сохранённый пароль"
msgid "Turn current tab's panes into separate tabs"
msgstr "Превратить панели текущей вкладки в отдельные вкладки"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "Без группы"
@@ -2050,7 +2009,7 @@ msgstr "Без группы"
msgid "Uninstall"
msgstr "Удалить"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "Неизвестно"
@@ -2067,7 +2026,7 @@ msgid "Up"
msgstr "Вверх"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "Обновить"
@@ -2084,7 +2043,7 @@ msgstr "Загрузить"
msgid "Upload as a new config"
msgstr "Загрузить как новую конфигурацию"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "Использовать {altKeyName} в качестве клавиши Meta"
@@ -2105,7 +2064,7 @@ msgstr "Имя пользователя"
msgid "Using CONNECT method"
msgstr "Использовать метод CONNECT"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "Используем предустановленный пароль"
@@ -2150,11 +2109,11 @@ msgstr "Версия: {version}"
msgid "Vibrancy"
msgstr "Размытый фон"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "Визуально"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "Предупреждать при многострочной вставке"
@@ -2178,7 +2137,7 @@ msgstr "Добро пожаловать"
msgid "What's new"
msgstr "Что нового"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "Когда включено, ссылки можно нажимать, только удерживая эту клавишу"
@@ -2207,7 +2166,7 @@ msgstr "Размеры окна от края"
msgid "Window frame"
msgstr "Рамка окна"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "Windows"
@@ -2219,7 +2178,7 @@ msgstr "Для ConPTY рекомендуется Windows 10 build 18309 или
msgid "WinSCP path"
msgstr "Путь к WinSCP"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "Разделители слов"
@@ -2227,12 +2186,11 @@ msgstr "Разделители слов"
msgid "Working directory"
msgstr "Рабочий каталог"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "Определение рабочего каталога"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "Колокольчик терминала WSL может быть заглушён только при помощи микшера громкости"
@@ -2256,11 +2214,11 @@ msgstr "Вы можете изменить его позже, но, если з
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "В данный момент вы можете быть подвержены атаке посредника (man-in-the-middle), или же ключ хоста просто был изменён."
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "Приблизить"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "Отдалить"

File diff suppressed because it is too large Load Diff

View File

@@ -10,24 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
"PO-Revision-Date: 2022-05-17 06:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" 仍在运行。是否需要关闭?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} 副本"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr "<strong translate=\"\">工作目录检测</strong>\n"
"<div translate=\"\">了解如何允许 Tabby 检测远程 shell 的工作目录。</div>"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "第二种字体,用于显示主字体中缺失的字符"
@@ -43,10 +37,6 @@ msgstr "接受并记住密钥"
msgid "Accept just this once"
msgstr "只接受本次"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr "辅助功能"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "亚克力背景"
@@ -68,7 +58,7 @@ msgstr "添加私钥"
msgid "Add..."
msgstr "添加…"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "行与行之间的空隙"
@@ -95,7 +85,7 @@ msgstr "Agent pipe 路径"
msgid "Agent type"
msgstr "Agent 类型"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "允许在标签页中打开.bat文件但会中断某些shell"
@@ -136,7 +126,7 @@ msgstr "提出问题"
msgid "Ask before closing the browser tab"
msgstr "关闭标签页前询问"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "有声"
@@ -152,7 +142,7 @@ msgstr "作者"
msgid "Auto"
msgstr "自动"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "在应用程序启动时自动打开一个终端窗口"
@@ -180,7 +170,7 @@ msgstr "背景类型"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "波特率"
@@ -188,7 +178,7 @@ msgstr "波特率"
msgid "Beginning of the line"
msgstr "行首"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "光标闪烁"
@@ -200,21 +190,17 @@ msgstr "蓝色"
msgid "Blur"
msgstr "模糊"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr "粗体字重"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "底部"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Bracketed 粘贴(需要 Shell 支持)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "内置"
@@ -225,12 +211,12 @@ msgstr "内置"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "取消"
@@ -251,15 +237,15 @@ msgstr "检查更新"
msgid "Ciphers"
msgstr "加密方法"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "清除最近使用的配置"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "清空终端内容"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "剪贴板"
@@ -321,8 +307,8 @@ msgstr "紧凑"
msgid "Config downloaded"
msgstr "配置已下载"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "配置文件"
@@ -344,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "通过代理服务器连接"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "正在连接到 \"%s\"…"
@@ -352,7 +338,7 @@ msgstr "正在连接到 \"%s\"…"
msgid "Connect to a different host first and use it as a proxy"
msgstr "首先连接至另一主机,并将其作为代理"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -371,14 +357,14 @@ msgstr "连接失败: {error}"
msgid "Connection name will be used instead"
msgstr "将使用连接名称代替"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "右键菜单"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "已复制"
@@ -388,12 +374,12 @@ msgstr "已复制"
msgid "Copy"
msgstr "复制"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "复制当前路径"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "选中时复制"
@@ -401,9 +387,9 @@ msgstr "选中时复制"
msgid "Copy to clipboard"
msgstr "复制到剪贴板"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr "复制带格式"
msgstr ""
#: tabby-core/src/services/config.service.ts:365
msgid "Could not decrypt config"
@@ -411,12 +397,12 @@ msgstr "无法解密配置"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:9
msgid "Create"
msgstr "创建"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory"
msgstr "创建文件夹"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
msgid "Current"
@@ -434,7 +420,7 @@ msgstr "当前主机密钥指纹"
msgid "Current process: {name}"
msgstr "当前进程:{name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "光标形状"
@@ -442,7 +428,7 @@ msgstr "光标形状"
msgid "Custom"
msgstr "自定义"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "自定义 CSS"
@@ -456,11 +442,11 @@ msgstr "调试"
#: tabby-core/src/hotkeys.ts:213
msgid "Decrease horizontal split size"
msgstr "减少水平分割大小"
msgstr ""
#: tabby-core/src/hotkeys.ts:205
msgid "Decrease vertical split size"
msgstr "减少垂直分割大小"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
msgid "Default profile for new tabs"
@@ -470,7 +456,7 @@ msgstr "新标签页的默认配置"
msgid "Default profile settings"
msgstr "默认配置设置"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "默认值"
@@ -480,9 +466,9 @@ msgstr "{type} 的默认值"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -491,8 +477,8 @@ msgstr "{type} 的默认值"
msgid "Delete"
msgstr "删除"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "删除\"{name}\""
@@ -502,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "是否删除 {fullPath} "
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr "删除整行"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "删除下一个单词"
@@ -513,7 +495,7 @@ msgstr "删除下一个单词"
msgid "Delete previous word"
msgstr "删除上一个单词"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "删除此分组所有配置?"
@@ -606,7 +588,7 @@ msgstr "停靠的终端空间"
msgid "Docking"
msgstr "停靠"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr "双击选择将停在在这些字符处"
@@ -618,10 +600,6 @@ msgstr "向下"
msgid "Download"
msgstr "下载"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr "以亮色显示粗体"
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "克隆"
@@ -647,10 +625,6 @@ msgstr "启用"
msgid "Enable analytics"
msgstr "启用分析"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr "开启动画效果"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "当更新可用时,启用自动安装"
@@ -704,7 +678,7 @@ msgstr "示例:"
msgid "Export"
msgstr "导出"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr "备用字体"
@@ -716,10 +690,6 @@ msgstr "文件传输"
msgid "File: {description}"
msgstr "文件: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr "筛选"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "固定"
@@ -732,7 +702,7 @@ msgstr "Fluent 背景有时会导致拖动延迟"
msgid "Focus all panes"
msgstr "聚焦所有窗格"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr "同时聚焦所有窗格 (广播)"
@@ -766,7 +736,7 @@ msgstr "字体"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
msgid "For keyboard shortcuts"
msgstr "针对键盘快捷键"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
msgid "Force CR"
@@ -796,11 +766,11 @@ msgstr "转发端口"
msgid "Forwarded ports"
msgstr "已转发端口"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "取自配色方案"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "取自主题"
@@ -834,7 +804,7 @@ msgstr "从 Tabby Web 设置窗口获取"
msgid "Gives the window a blurred transparent background"
msgstr "使窗口具有模糊透明的背景"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr "上一级"
@@ -854,10 +824,6 @@ msgstr "调整"
msgid "Help track the number of Tabby installs across the world!"
msgstr "帮助追踪 Tabby 在世界各地的安装次数!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr "帮助翻译 Tabby <i class=\"fas fa-external-link-square-alt ml-1\"></i>"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -931,11 +897,11 @@ msgstr "立刻在本地回显您的输入"
#: tabby-core/src/hotkeys.ts:209
msgid "Increase horizontal split size"
msgstr "增加水平分割大小"
msgstr ""
#: tabby-core/src/hotkeys.ts:201
msgid "Increase vertical split size"
msgstr "增加垂直分割大小"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:18
msgid "Input is sent as you type"
@@ -953,11 +919,11 @@ msgstr "输入换行符"
msgid "Installed"
msgstr "已安装"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr "安装更新将关闭全部标签页并重启 Tabby。"
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr "智能 Ctrl-C (复制/中止)"
@@ -965,7 +931,7 @@ msgstr "智能 Ctrl-C (复制/中止)"
msgid "Interactive"
msgstr "交互式"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "无效的语法"
@@ -982,8 +948,8 @@ msgstr "跳到下一个单词"
msgid "Jump to previous word"
msgstr "跳到上一个单词"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1007,7 +973,7 @@ msgstr "密钥"
msgid "Key exchange"
msgstr "密钥交换"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr "键盘"
@@ -1036,7 +1002,6 @@ msgstr "启动 WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "为当前的 SSH 会话启动 WinSCP"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "了解如何让 Tabby 检测远程 shell 的工作目录。"
@@ -1047,7 +1012,7 @@ msgstr "了解如何让 Tabby 检测远程 shell 的工作目录。"
msgid "Left"
msgstr "左侧"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr "使用 Shell 替代操作系统处理 Meta 键"
@@ -1059,11 +1024,11 @@ msgstr "逐行"
msgid "Line editor, input is sent after you press Enter"
msgstr "行编辑器,按回车后发送输入的内容"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr "行间距"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "加载中"
@@ -1080,7 +1045,8 @@ msgstr "本地"
msgid "Local echo"
msgstr "本地回显"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "本地终端"
@@ -1090,11 +1056,11 @@ msgstr "本地终端"
msgid "Login scripts"
msgstr "登录脚本"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "长按右键菜单"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "管理配置"
@@ -1110,7 +1076,7 @@ msgstr "最大化活动窗格"
msgid "Modified on {date}"
msgstr "修改于 {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr "鼠标"
@@ -1122,7 +1088,7 @@ msgstr "将标签页移至左侧"
msgid "Move tab to the right"
msgstr "将标签页移至右侧"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "移动到 “未分组”"
@@ -1137,7 +1103,7 @@ msgstr "新配置名称"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:3
msgid "Name for the new directory"
msgstr "为新文件夹命名"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
msgid "Native"
@@ -1155,7 +1121,7 @@ msgstr "{platform} 上的新配置"
msgid "New item"
msgstr "新建项"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "新名称"
@@ -1185,10 +1151,6 @@ msgstr "新终端"
msgid "New window"
msgstr "新窗口"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr "新建窗口"
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "依据配置新建"
@@ -1201,7 +1163,7 @@ msgstr "下一个标签页"
msgid "No color"
msgstr "无色"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "关闭"
@@ -1214,10 +1176,6 @@ msgstr "无"
msgid "Normal"
msgstr "一般"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr "正常字重"
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1236,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "保存在缓冲区的行数"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "关闭"
@@ -1332,11 +1290,11 @@ msgstr "覆盖本地配置并开始同步?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
msgid "Pane resize step"
msgstr "窗格大小调整阶梯"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Panes"
msgstr "窗格"
msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:38
msgid "Parity"
@@ -1355,8 +1313,8 @@ msgstr "带哈希值 {hash} 的私钥口令..."
msgid "Password"
msgstr "密码"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "粘贴"
@@ -1365,11 +1323,11 @@ msgstr "粘贴"
msgid "Paste from clipboard"
msgstr "从剪贴板中粘贴"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "粘贴多行?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "按下鼠标滚轮(或中间按键)时粘贴"
@@ -1417,7 +1375,7 @@ msgstr "请输入按键"
msgid "Prevents accidental closing"
msgstr "防止意外关闭"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "防止意外执行粘贴的命令"
@@ -1465,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "将 Tabby 的所有配置放入保险库"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "快速连接"
@@ -1482,8 +1440,8 @@ msgstr "原始套接字连接"
msgid "Ready Timeout (Milliseconds)"
msgstr "准备超时(毫秒)"
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "最近"
@@ -1542,11 +1500,11 @@ msgstr "替换"
msgid "Report a problem"
msgstr "报告问题"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr "需要同时按下按键来点击链接"
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "重置缩放"
@@ -1562,11 +1520,11 @@ msgstr "重启当前 SSH 会话"
msgid "Restart current Telnet session"
msgstr "重启当前的 Telnet 会话"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "重新启动应用以使更改生效"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "应用程序启动时恢复终端标签页"
@@ -1580,7 +1538,7 @@ msgstr "为多个标签页重用会话"
msgid "Right"
msgstr "右侧"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "右键点击"
@@ -1598,7 +1556,7 @@ msgstr "保存"
msgid "Save a password in the keychain"
msgstr "在钥匙串中保存密码"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "保存并应用"
@@ -1618,11 +1576,11 @@ msgstr "已保存"
msgid "Saved layout"
msgstr "已保存的布局"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr "输入时滚动"
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr "滚动终端到底部"
@@ -1630,11 +1588,11 @@ msgstr "滚动终端到底部"
msgid "Scrollback"
msgstr "回滚"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr "在用户输入时,将终端滚动至底部"
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "搜索"
@@ -1659,7 +1617,7 @@ msgstr "加密同步令牌"
msgid "Select"
msgstr "选择"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "选择一个基本配置作为模板"
@@ -1671,7 +1629,7 @@ msgstr "选择文件存储"
msgid "Select profile"
msgstr "选择配置"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "选择配置或输入地址"
@@ -1683,17 +1641,17 @@ msgstr "通过输入十六进制值发送字节"
msgid "Sends data one byte at a time"
msgstr "一次发送一个字节数据"
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "串口"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "串口连接"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "串口:{description}"
@@ -1710,7 +1668,7 @@ msgstr "设置密码"
msgid "Set password"
msgstr "设置密码"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "将 Tabby 设置为 %COMSPEC%"
@@ -1731,7 +1689,7 @@ msgstr "设置"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Shell 不支持当前路径检测"
@@ -1743,7 +1701,7 @@ msgstr "Shell 集成"
msgid "Show {type} profile selector"
msgstr "显示 {type} 配置选择器"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "当粘贴多行时,显示确认对话框"
@@ -1751,15 +1709,15 @@ msgstr "当粘贴多行时,显示确认对话框"
msgid "Show built-in profiles in selector"
msgstr "在选择器中显示内置配置"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "显示配置文件"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "显示默认值"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "显示音量合成器"
@@ -1818,7 +1776,7 @@ msgstr "SOCKS 代理主机"
msgid "SOCKS proxy port"
msgstr "SOCKS 代理端口"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr "声音"
@@ -1862,7 +1820,7 @@ msgstr "{user}@{host}:{port} 的 SSH 密码"
msgid "Standard"
msgstr "标准"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "启动时"
@@ -1974,11 +1932,11 @@ msgstr "Telnet 会话"
msgid "Terminal"
msgstr "终端"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "终端背景"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr "终端提示音"
@@ -2035,7 +1993,7 @@ msgstr "顶部"
msgid "Try again"
msgstr "再试一次"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "尝试已保存的密码"
@@ -2043,7 +2001,7 @@ msgstr "尝试已保存的密码"
msgid "Turn current tab's panes into separate tabs"
msgstr "将当前标签所在的窗格更改为单独的标签页"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "未分组"
@@ -2051,7 +2009,7 @@ msgstr "未分组"
msgid "Uninstall"
msgstr "卸载"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "未知"
@@ -2068,7 +2026,7 @@ msgid "Up"
msgstr "向上"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "更新"
@@ -2085,7 +2043,7 @@ msgstr "上传"
msgid "Upload as a new config"
msgstr "上传为新配置"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr "使用 {altKeyName} 作为 Meta 键"
@@ -2106,7 +2064,7 @@ msgstr "用户名"
msgid "Using CONNECT method"
msgstr "使用 CONNECT 方法"
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "使用预设密码"
@@ -2151,11 +2109,11 @@ msgstr "版本:{version}"
msgid "Vibrancy"
msgstr "鲜明"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "外观"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "多行粘贴时显示警告"
@@ -2179,7 +2137,7 @@ msgstr "欢迎"
msgid "What's new"
msgstr "最近更新"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr "如果启用,链接只有在按住此键时可被点击"
@@ -2208,7 +2166,7 @@ msgstr "远离边缘的窗口尺寸"
msgid "Window frame"
msgstr "窗口框架样式"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr "窗口"
@@ -2220,7 +2178,7 @@ msgstr "Windows 10 版本 18309 以上推荐 ConPTY"
msgid "WinSCP path"
msgstr "WinSCP 路径"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "单词分隔符"
@@ -2228,12 +2186,11 @@ msgstr "单词分隔符"
msgid "Working directory"
msgstr "工作目录"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "查找工作目录"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr "WSL 终端提示音只能通过音量混合器关闭"
@@ -2257,11 +2214,11 @@ msgstr "您可以稍后更改,但在忘记时无法恢复"
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr "您可能正在遭受中间人攻击,或您的主机密钥已经被更改。"
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "放大"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "缩小"

View File

@@ -10,23 +10,18 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Chinese Traditional\n"
"Language: zh_TW\n"
"PO-Revision-Date: 2022-04-30 18:35\n"
"PO-Revision-Date: 2022-04-15 10:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:85
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
msgid "{name} copy"
msgstr "{name} 複製"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
msgid "<strong translate=\"\">Working directory detection</strong>\n"
"<div translate=\"\">Learn how to allow Tabby to detect remote shell's working directory.</div>"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:76
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
msgstr "第二個字體系列,用於顯示主字體中缺少的字元"
@@ -42,10 +37,6 @@ msgstr ""
msgid "Accept just this once"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:84
msgid "Accessibility"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
msgid "Acrylic background"
msgstr "壓克力背景"
@@ -67,7 +58,7 @@ msgstr "添加私密金鑰"
msgid "Add..."
msgstr "添加..."
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
msgid "Additional space between lines"
msgstr "行與行之間的額外空間"
@@ -94,7 +85,7 @@ msgstr "Agent Pipe 路徑"
msgid "Agent type"
msgstr "代理類型"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:163
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:157
msgid "Allows opening .bat files in tabs, but breaks some shells"
msgstr "允許在分頁中打開 bat 檔案,但會打斷一些 Shell"
@@ -135,7 +126,7 @@ msgstr "提出問題"
msgid "Ask before closing the browser tab"
msgstr "在關閉分頁之前詢問"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
msgid "Audible"
msgstr "音效"
@@ -151,7 +142,7 @@ msgstr "作者"
msgid "Auto"
msgstr "自動"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
msgid "Auto-open a terminal on app start"
msgstr "在應用程式啟動時自動打開終端"
@@ -179,7 +170,7 @@ msgstr "背景類別"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86
#: tabby-serial/src/profiles.ts:85
msgid "Baud rate"
msgstr "串列傳輸速率"
@@ -187,7 +178,7 @@ msgstr "串列傳輸速率"
msgid "Beginning of the line"
msgstr "行首"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:69
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
msgstr "閃爍游標"
@@ -199,21 +190,17 @@ msgstr "藍色"
msgid "Blur"
msgstr "模糊"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Bold font weight"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
msgid "Bottom"
msgstr "底端"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:107
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
msgid "Bracketed paste (requires shell support)"
msgstr "Bracketed 貼上(需要 Shell 支持)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:166
#: tabby-settings/src/components/profilesSettingsTab.component.ts:165
msgid "Built-in"
msgstr "內建"
@@ -224,12 +211,12 @@ msgstr "內建"
#: locale/tmp-html/tabby-ssh/src/components/sftpCreateDirectoryModal.component.html:10
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
#: tabby-electron/src/services/updater.service.ts:143
#: tabby-electron/src/services/updater.service.ts:139
#: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:458
#: tabby-terminal/src/api/baseTerminalTab.component.ts:453
msgid "Cancel"
msgstr "取消"
@@ -250,15 +237,15 @@ msgstr "檢查更新"
msgid "Ciphers"
msgstr "密碼Cipher"
#: tabby-core/src/services/profiles.service.ts:128
#: tabby-core/src/services/profiles.service.ts:125
msgid "Clear recent profiles"
msgstr "清除最近的設定檔"
#: tabby-terminal/src/hotkeys.ts:46
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
msgstr "清除終端內容"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:92
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
msgstr "剪貼簿"
@@ -320,8 +307,8 @@ msgstr "緊湊"
msgid "Config downloaded"
msgstr "設定檔已下載"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:109
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:114
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
msgid "Config file"
msgstr "設定檔"
@@ -343,7 +330,7 @@ msgid "Connect through a proxy server"
msgstr "通過代理伺服器連接"
#: tabby-core/src/index.ts:214
#: tabby-core/src/services/profiles.service.ts:173
#: tabby-core/src/services/profiles.service.ts:170
msgid "Connect to \"%s\"..."
msgstr "正在連線到 \"%s\"..."
@@ -351,7 +338,7 @@ msgstr "正在連線到 \"%s\"..."
msgid "Connect to a different host first and use it as a proxy"
msgstr "首先連接到其他主機並將其用作代理"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:81
@@ -370,14 +357,14 @@ msgstr "連線失敗: {error}"
msgid "Connection name will be used instead"
msgstr "將改用連接名替换"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:57
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
msgid "Context menu"
msgstr "快顯功能表"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:201
#: tabby-terminal/src/api/baseTerminalTab.component.ts:209
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549
#: tabby-terminal/src/api/baseTerminalTab.component.ts:753
#: tabby-terminal/src/api/baseTerminalTab.component.ts:544
#: tabby-terminal/src/api/baseTerminalTab.component.ts:748
#: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied"
msgstr "已複製"
@@ -387,12 +374,12 @@ msgstr "已複製"
msgid "Copy"
msgstr "複製"
#: tabby-terminal/src/hotkeys.ts:66
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/tabContextMenu.ts:53
msgid "Copy current path"
msgstr "複製當前路徑"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
msgid "Copy on select"
msgstr "選取時即複製"
@@ -400,7 +387,7 @@ msgstr "選取時即複製"
msgid "Copy to clipboard"
msgstr "複製到剪貼簿"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:101
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Copy with formatting"
msgstr ""
@@ -433,7 +420,7 @@ msgstr ""
msgid "Current process: {name}"
msgstr "當前行程:{name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:53
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
msgid "Cursor shape"
msgstr "游標形狀"
@@ -441,7 +428,7 @@ msgstr "游標形狀"
msgid "Custom"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:89
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
msgid "Custom CSS"
msgstr "自訂 CSS"
@@ -469,7 +456,7 @@ msgstr "新分頁的預設設定檔"
msgid "Default profile settings"
msgstr "預設設定檔設定"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
msgid "Defaults"
msgstr "預設"
@@ -479,9 +466,9 @@ msgstr "預設為 {type}"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/profilesSettingsTab.component.ts:208
#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
#: tabby-settings/src/components/profilesSettingsTab.component.ts:194
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47
@@ -490,8 +477,8 @@ msgstr "預設為 {type}"
msgid "Delete"
msgstr "刪除"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:128
#: tabby-settings/src/components/profilesSettingsTab.component.ts:193
#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?"
msgstr "刪除 “{name}”?"
@@ -501,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstr "刪除 {fullPath}?"
#: tabby-terminal/src/hotkeys.ts:38
msgid "Delete entire line"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:42
msgid "Delete next word"
msgstr "刪除后一個單字"
@@ -512,7 +495,7 @@ msgstr "刪除后一個單字"
msgid "Delete previous word"
msgstr "刪除前一個單字"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
msgid "Delete the group's profiles?"
msgstr "是否刪除組内所有設定檔?"
@@ -605,7 +588,7 @@ msgstr "已貼齊終端機空間"
msgid "Docking"
msgstr "貼齊"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
msgstr ""
@@ -617,10 +600,6 @@ msgstr "下面"
msgid "Download"
msgstr "下載"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Draw bold text in bright colors"
msgstr ""
#: tabby-core/src/tabContextMenu.ts:120
msgid "Duplicate"
msgstr "複製"
@@ -646,10 +625,6 @@ msgstr "啟用"
msgid "Enable analytics"
msgstr "啟用統計資料"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:87
msgid "Enable animations"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
msgstr "啟用當有新的版本可使用時自動安裝更新"
@@ -703,7 +678,7 @@ msgstr "範例:"
msgid "Export"
msgstr "匯出"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
msgid "Fallback font"
msgstr ""
@@ -715,10 +690,6 @@ msgstr "檔案傳輸"
msgid "File: {description}"
msgstr "檔案描述: {description}"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Filter"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
msgstr "已修正"
@@ -731,7 +702,7 @@ msgstr ""
msgid "Focus all panes"
msgstr "聚焦所有窗格"
#: tabby-terminal/src/hotkeys.ts:74
#: tabby-terminal/src/hotkeys.ts:70
msgid "Focus all panes at once (broadcast)"
msgstr ""
@@ -795,11 +766,11 @@ msgstr "轉發埠"
msgid "Forwarded ports"
msgstr "已轉發埠"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:47
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
msgid "From color scheme"
msgstr "從配色方案"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:44
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
msgid "From theme"
msgstr "從佈景主題"
@@ -833,7 +804,7 @@ msgstr ""
msgid "Gives the window a blurred transparent background"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:18
msgid "Go up"
msgstr ""
@@ -853,10 +824,6 @@ msgstr ""
msgid "Help track the number of Tabby installs across the world!"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
msgid "Help translate Tabby<i class=\"fas fa-external-link-square-alt ml-1\"></i>"
msgstr ""
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
msgid "Hexadecimal"
@@ -952,11 +919,11 @@ msgstr ""
msgid "Installed"
msgstr "已安裝"
#: tabby-electron/src/services/updater.service.ts:140
#: tabby-electron/src/services/updater.service.ts:136
msgid "Installing the update will close all tabs and restart Tabby."
msgstr ""
#: tabby-terminal/src/hotkeys.ts:62
#: tabby-terminal/src/hotkeys.ts:58
msgid "Intelligent Ctrl-C (copy/abort)"
msgstr ""
@@ -964,7 +931,7 @@ msgstr ""
msgid "Interactive"
msgstr "互動式"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:124
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
msgid "Invalid syntax"
msgstr "無效語法"
@@ -981,8 +948,8 @@ msgstr "跳轉至下個關鍵字"
msgid "Jump to previous word"
msgstr "跳轉至上個關鍵字"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:131
#: tabby-settings/src/components/profilesSettingsTab.component.ts:196
#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
#: tabby-settings/src/components/profilesSettingsTab.component.ts:195
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1006,7 +973,7 @@ msgstr "金鑰"
msgid "Key exchange"
msgstr "金鑰交換"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
msgstr ""
@@ -1035,7 +1002,6 @@ msgstr "啟動 WinSCP"
msgid "Launch WinSCP for current SSH session"
msgstr "為目前 SSH 階段啟動 WinSCP"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "得知如何讓 Tabby 偵測遠端工作目錄"
@@ -1046,7 +1012,7 @@ msgstr "得知如何讓 Tabby 偵測遠端工作目錄"
msgid "Left"
msgstr "左端"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
msgid "Lets the shell handle Meta key instead of OS"
msgstr ""
@@ -1058,11 +1024,11 @@ msgstr "逐行"
msgid "Line editor, input is sent after you press Enter"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
msgid "Line padding"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
msgid "Loading"
msgstr "載入中"
@@ -1079,7 +1045,8 @@ msgstr "本機"
msgid "Local echo"
msgstr "本機回覆"
#: tabby-local/src/profiles.ts:12
#: tabby-local/src/profiles.ts:11
#: tabby-settings/src/components/profilesSettingsTab.component.ts:237
msgid "Local terminal"
msgstr "本機終端機"
@@ -1089,11 +1056,11 @@ msgstr "本機終端機"
msgid "Login scripts"
msgstr "登入執行腳本"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:50
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
msgid "Long-click for context menu"
msgstr "長按以叫出選單"
#: tabby-core/src/services/profiles.service.ts:157
#: tabby-core/src/services/profiles.service.ts:154
msgid "Manage profiles"
msgstr "管理設定檔"
@@ -1109,7 +1076,7 @@ msgstr ""
msgid "Modified on {date}"
msgstr "修改於 {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:46
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
msgstr ""
@@ -1121,7 +1088,7 @@ msgstr "將分頁左移"
msgid "Move tab to the right"
msgstr "將分頁右移"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:207
#: tabby-settings/src/components/profilesSettingsTab.component.ts:206
msgid "Move to \"Ungrouped\""
msgstr "移至未分類"
@@ -1154,7 +1121,7 @@ msgstr "{platform} 上的新設定"
msgid "New item"
msgstr "新增項目"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:177
#: tabby-settings/src/components/profilesSettingsTab.component.ts:176
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name"
msgstr "新增名稱"
@@ -1184,10 +1151,6 @@ msgstr "新終端機"
msgid "New window"
msgstr "新視窗"
#: tabby-local/src/services/dockMenu.service.ts:62
msgid "New Window"
msgstr ""
#: tabby-local/src/tabContextMenu.ts:87
msgid "New with profile"
msgstr "新的設定檔"
@@ -1200,7 +1163,7 @@ msgstr "下一個分頁"
msgid "No color"
msgstr "無色彩"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:83
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
msgstr "不可修改"
@@ -1213,10 +1176,6 @@ msgstr "無"
msgid "Normal"
msgstr "普通"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:22
msgid "Normal font weight"
msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found"
@@ -1235,8 +1194,8 @@ msgid "Number of lines kept in the buffer"
msgstr "有幾行被存進緩衝區"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
msgstr "關閉"
@@ -1354,8 +1313,8 @@ msgstr "一個雜湊私鑰的密碼{hash}"
msgid "Password"
msgstr "密碼"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
#: tabby-terminal/src/api/baseTerminalTab.component.ts:457
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
#: tabby-terminal/src/api/baseTerminalTab.component.ts:452
#: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste"
msgstr "貼上"
@@ -1364,11 +1323,11 @@ msgstr "貼上"
msgid "Paste from clipboard"
msgstr "從剪貼簿貼上"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:464
#: tabby-terminal/src/api/baseTerminalTab.component.ts:459
msgid "Paste multiple lines?"
msgstr "貼上多行?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
msgid "Paste on middle-click"
msgstr "按滑鼠中鍵時貼上"
@@ -1416,7 +1375,7 @@ msgstr "點擊按鍵"
msgid "Prevents accidental closing"
msgstr "防止意外關閉"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
msgid "Prevents accidental execution of pasted commands"
msgstr "防止意外貼上的指令執行"
@@ -1464,7 +1423,7 @@ msgid "Puts all of Tabby's configuration into the vault"
msgstr "將所有 Tabby 設定檔放入金鑰庫"
#: tabby-core/src/index.ts:213
#: tabby-core/src/services/profiles.service.ts:172
#: tabby-core/src/services/profiles.service.ts:169
msgid "Quick connect"
msgstr "快速連線"
@@ -1481,8 +1440,8 @@ msgstr "原始 socket 連線"
msgid "Ready Timeout (Milliseconds)"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:129
#: tabby-core/src/services/profiles.service.ts:112
#: tabby-core/src/services/profiles.service.ts:126
#: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent"
msgstr "最近"
@@ -1541,11 +1500,11 @@ msgstr "取代"
msgid "Report a problem"
msgstr "回報問題"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:79
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:58
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
msgstr "重設縮放比"
@@ -1561,11 +1520,11 @@ msgstr "重啟目前的 SSH 階段"
msgid "Restart current Telnet session"
msgstr "重啟目前的 Telnet 階段"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
msgstr "重啟應用程式以套用變更"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Restore terminal tabs on app start"
msgstr "應用程式啟動時回復先前的終端機分頁"
@@ -1579,7 +1538,7 @@ msgstr "回復多個分頁的狀態"
msgid "Right"
msgstr "右端"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:49
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
msgstr "右鍵點擊"
@@ -1597,7 +1556,7 @@ msgstr "儲存"
msgid "Save a password in the keychain"
msgstr "將密碼儲存至鑰匙圈"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:123
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
msgstr "儲存並套用"
@@ -1617,11 +1576,11 @@ msgstr "已儲存"
msgid "Saved layout"
msgstr "已儲存排版"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:39
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
msgid "Scroll on input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:78
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
msgstr ""
@@ -1629,11 +1588,11 @@ msgstr ""
msgid "Scrollback"
msgstr "回滾"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
msgstr ""
#: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/hotkeys.ts:66
msgid "Search"
msgstr "搜尋"
@@ -1658,7 +1617,7 @@ msgstr "同步密鑰"
msgid "Select"
msgstr "選擇"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:64
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
msgstr "選擇設定檔作為範本"
@@ -1670,7 +1629,7 @@ msgstr ""
msgid "Select profile"
msgstr "選擇設定檔"
#: tabby-core/src/services/profiles.service.ts:181
#: tabby-core/src/services/profiles.service.ts:178
msgid "Select profile or enter an address"
msgstr "選擇設定檔或輸入位置"
@@ -1682,17 +1641,17 @@ msgstr "傳輸以十六進位輸入的位元組"
msgid "Sends data one byte at a time"
msgstr ""
#: tabby-serial/src/profiles.ts:14
#: tabby-serial/src/profiles.ts:72
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
msgstr "序列"
#: tabby-serial/src/profiles.ts:51
#: tabby-serial/src/profiles.ts:62
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
msgid "Serial connection"
msgstr "序列連接"
#: tabby-serial/src/profiles.ts:71
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
msgstr "序列:{description}"
@@ -1709,7 +1668,7 @@ msgstr "設定密碼"
msgid "Set password"
msgstr "設定密碼"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:162
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:156
msgid "Set Tabby as %COMSPEC%"
msgstr "設定 Tabby 為 %COMSPEC%"
@@ -1730,7 +1689,7 @@ msgstr "設定"
msgid "Shell"
msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:551
#: tabby-terminal/src/api/baseTerminalTab.component.ts:546
msgid "Shell does not support current path detection"
msgstr "Shell 不支援目前路徑偵測"
@@ -1742,7 +1701,7 @@ msgstr "Shell 整合"
msgid "Show {type} profile selector"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Show a confirmation box when pasting multiple lines"
msgstr "當貼上多行內容時顯示確認視窗"
@@ -1750,15 +1709,15 @@ msgstr "當貼上多行內容時顯示確認視窗"
msgid "Show built-in profiles in selector"
msgstr "在選擇器中顯示內建設定"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
msgid "Show config file"
msgstr "顯示設定檔"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:125
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
msgid "Show defaults"
msgstr "顯示預設檔"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:134
msgid "Show Mixer"
msgstr "顯示混和器"
@@ -1817,7 +1776,7 @@ msgstr "SOCKS 代理主機"
msgid "SOCKS proxy port"
msgstr "SOCKS 代理埠"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:121
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:115
msgid "Sound"
msgstr ""
@@ -1861,7 +1820,7 @@ msgstr "{user}@{host}:{port} 的 SSH 密碼"
msgid "Standard"
msgstr "標準"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:144
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:138
msgid "Startup"
msgstr "啟動"
@@ -1973,11 +1932,11 @@ msgstr "Telnet 階段"
msgid "Terminal"
msgstr "終端機"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:40
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
msgid "Terminal background"
msgstr "終端機背景"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:118
msgid "Terminal bell"
msgstr ""
@@ -2034,7 +1993,7 @@ msgstr "頂端"
msgid "Try again"
msgstr "重試"
#: tabby-ssh/src/session/ssh.ts:482
#: tabby-ssh/src/session/ssh.ts:474
msgid "Trying saved password"
msgstr "以儲存的密碼嘗試"
@@ -2042,7 +2001,7 @@ msgstr "以儲存的密碼嘗試"
msgid "Turn current tab's panes into separate tabs"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:18
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
msgstr "未分類的"
@@ -2050,7 +2009,7 @@ msgstr "未分類的"
msgid "Uninstall"
msgstr "解除安裝"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
#: tabby-settings/src/components/profilesSettingsTab.component.ts:240
msgid "Unknown"
msgstr "未知的"
@@ -2067,7 +2026,7 @@ msgid "Up"
msgstr "上"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
#: tabby-electron/src/services/updater.service.ts:142
#: tabby-electron/src/services/updater.service.ts:138
msgid "Update"
msgstr "更新"
@@ -2084,7 +2043,7 @@ msgstr "上傳"
msgid "Upload as a new config"
msgstr "以新的設定檔上傳"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:32
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
msgid "Use {altKeyName} as the Meta key"
msgstr ""
@@ -2105,7 +2064,7 @@ msgstr "使用者名稱:"
msgid "Using CONNECT method"
msgstr ""
#: tabby-ssh/src/session/ssh.ts:471
#: tabby-ssh/src/session/ssh.ts:463
msgid "Using preset password"
msgstr "使用預設密碼"
@@ -2150,11 +2109,11 @@ msgstr "版本:{version}"
msgid "Vibrancy"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:131
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:125
msgid "Visual"
msgstr "視覺"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:114
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:108
msgid "Warn on multi-line paste"
msgstr "貼上多行時警告"
@@ -2178,7 +2137,7 @@ msgstr "歡迎使用"
msgid "What's new"
msgstr "最新消息"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:80
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
msgstr ""
@@ -2207,7 +2166,7 @@ msgstr ""
msgid "Window frame"
msgstr "視窗邊框"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:159
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:153
msgid "Windows"
msgstr ""
@@ -2219,7 +2178,7 @@ msgstr "推薦在 Windows 10 版本 18309 或以上使用 ConPTY"
msgid "WinSCP path"
msgstr "WinSCP 路徑"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:72
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
msgid "Word separators"
msgstr "分隔字元"
@@ -2227,12 +2186,11 @@ msgstr "分隔字元"
msgid "Working directory"
msgstr "工作目錄"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection"
msgstr "偵測工作目錄"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:139
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:133
msgid "WSL terminal bell can only be muted via Volume Mixer"
msgstr ""
@@ -2256,11 +2214,11 @@ msgstr "您可以稍後修改,但如果忘了就沒了"
msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
msgstr ""
#: tabby-terminal/src/hotkeys.ts:50
#: tabby-terminal/src/hotkeys.ts:46
msgid "Zoom in"
msgstr "放大"
#: tabby-terminal/src/hotkeys.ts:54
#: tabby-terminal/src/hotkeys.ts:50
msgid "Zoom out"
msgstr "縮小"

View File

@@ -25,7 +25,7 @@
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"apply-loader": "2.0.0",
"axios": "^0.27.2",
"axios": "^0.26.1",
"browserify-sign": "^4.2.1",
"clone-deep": "^4.0.1",
"compare-versions": "^4",
@@ -34,8 +34,8 @@
"cross-env": "7.0.3",
"css-loader": "^6.7.1",
"deep-equal": "2.0.5",
"electron": "18.2.4",
"electron-builder": "^23.0.9",
"electron": "18.0.4",
"electron-builder": "^23.0.3",
"electron-download": "^4.1.1",
"electron-installer-snap": "^5.1.0",
"electron-notarize": "^1.2.1",
@@ -43,16 +43,16 @@
"eslint": "^7.32.0",
"file-loader": "^6.2.0",
"gettext-extractor": "^3.5.4",
"graceful-fs": "^4.2.10",
"graceful-fs": "^4.2.9",
"html-loader": "3.1.0",
"json-loader": "^0.5.7",
"lru-cache": "^6.0.0",
"macos-release": "^3.0.1",
"ngx-sortablejs": "^11.1.0",
"ngx-toastr": "^14.0.0",
"node-abi": "^3.15.0",
"node-abi": "^3.8.0",
"node-sass": "^7.0.1",
"npmlog": "6.0.2",
"npmlog": "6.0.0",
"npx": "^10.2.2",
"patch-package": "^6.4.7",
"po-gettext-loader": "^1.0.0",
@@ -71,17 +71,17 @@
"source-code-pro": "^2.38.0",
"source-map-loader": "^3.0.1",
"source-sans-pro": "3.6.0",
"ssh2": "^1.10.0",
"ssh2": "^1.9.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"thenby": "^1.3.4",
"ts-loader": "^9.2.8",
"tslib": "^2.3.1",
"typedoc": "^0.22.15",
"typedoc": "^0.22.13",
"typescript": "^4.3.5",
"utils-decorators": "^1.10.4",
"val-loader": "4.0.0",
"webpack": "^5.72.1",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"yaml-loader": "0.6.0",
@@ -102,7 +102,7 @@
"prod": "cross-env TABBY_DEV=1 electron app",
"docs": "node scripts/build-docs.js",
"lint": "eslint --ext ts */src */lib",
"postinstall": "patch-package && node ./scripts/install-deps.js && node ./scripts/build-native.js",
"postinstall": "patch-package && node ./scripts/install-deps.js",
"i18n:pull": "crowdin pull --skip-untranslated-strings",
"i18n:extract": "node scripts/i18n-extract.js",
"i18n:push": "crowdin push"

View File

@@ -4,7 +4,7 @@ const vars = require('./vars')
const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/')
process.env.ARCH = ((process.env.ARCH || process.arch) === 'arm') ? 'armv7l' : process.env.ARCH || process.arch
process.env.ARCH = (process.env.ARCH || process.arch) === 'arm' ? 'armv7l' : process.arch
builder({
dir: true,

View File

@@ -4,7 +4,7 @@ const path = require('path')
const vars = require('./vars')
if (process.platform === 'win32' || process.platform === 'linux') {
process.env.ARCH = ((process.env.ARCH || process.arch) === 'arm') ? 'armv7l' : process.env.ARCH || process.arch
process.env.ARCH = (process.env.ARCH || process.arch) === 'arm' ? 'armv7l' : process.arch
} else {
process.env.ARCH ??= process.arch
}

View File

@@ -19,6 +19,7 @@ parts:
- libfontconfig-dev
override-build: |
yarn
./scripts/build-native.js
yarn run build
./scripts/build-linux.js
mkdir -p $SNAPCRAFT_PART_INSTALL/opt/tabby || true

View File

@@ -22,9 +22,7 @@
[color]='option.color'
)
.title.mr-2 {{getOptionText(option)}}
.description.no-wrap.text-muted(
*ngIf='option.description !== getOptionText(option)'
) {{option.description}}
.description.no-wrap.text-muted {{option.description}}
.ml-auto
.no-wrap.badge.badge-secondary.text-muted.ml-2(*ngIf='selectedIndex == i && canEditSelected()')
span Backspace

View File

@@ -211,11 +211,6 @@ export class SplitTabComponent extends BaseTabComponent implements AfterViewInit
/** @hidden */
_allFocusMode = false
/**
* Disables display of dynamic window/tab title provided by the shell
*/
disableDynamicTitle = false
/** @hidden */
private focusedTab: BaseTabComponent|null = null
private maximizedTab: BaseTabComponent|null = null
@@ -311,33 +306,6 @@ export class SplitTabComponent extends BaseTabComponent implements AfterViewInit
case 'pane-nav-next':
this.navigateLinear(1)
break
case 'pane-nav-1':
this.navigateSpecific(0)
break
case 'pane-nav-2':
this.navigateSpecific(1)
break
case 'pane-nav-3':
this.navigateSpecific(2)
break
case 'pane-nav-4':
this.navigateSpecific(3)
break
case 'pane-nav-5':
this.navigateSpecific(4)
break
case 'pane-nav-6':
this.navigateSpecific(5)
break
case 'pane-nav-7':
this.navigateSpecific(6)
break
case 'pane-nav-8':
this.navigateSpecific(7)
break
case 'pane-nav-9':
this.navigateSpecific(8)
break
case 'pane-maximize':
if (this.maximizedTab) {
this.maximize(null)
@@ -671,15 +639,6 @@ export class SplitTabComponent extends BaseTabComponent implements AfterViewInit
this.focus(target)
}
navigateSpecific (target: number): void {
const all = this.getAllTabs()
if (target >= all.length) {
return
}
this.focus(all[target])
}
async splitTab (tab: BaseTabComponent, dir: SplitDirection): Promise<BaseTabComponent|null> {
const newTab = await this.tabsService.duplicate(tab)
if (newTab) {
@@ -789,9 +748,6 @@ export class SplitTabComponent extends BaseTabComponent implements AfterViewInit
}
private updateTitle (): void {
if (this.disableDynamicTitle) {
return
}
this.setTitle([...new Set(this.getAllTabs().map(x => x.title))].join(' | '))
}
@@ -799,9 +755,6 @@ export class SplitTabComponent extends BaseTabComponent implements AfterViewInit
const ref = tab.insertIntoContainer(this.viewContainer)
this.viewRefs.set(tab, ref)
tab.addEventListenerUntilDestroyed(ref.rootNodes[0], 'click', () => this.focus(tab))
if (this.config.store.terminal.focusFollowsMouse) {
tab.addEventListenerUntilDestroyed(ref.rootNodes[0], 'mousemove', () => this.focus(tab))
}
tab.subscribeUntilDestroyed(tab.titleChange$, () => this.updateTitle())
tab.subscribeUntilDestroyed(tab.activity$, a => a ? this.displayActivity() : this.clearActivity())

View File

@@ -73,15 +73,6 @@ hotkeys:
- 'Ctrl-Alt-['
pane-nav-next:
- 'Ctrl-Alt-]'
pane-nav-1: []
pane-nav-2: []
pane-nav-3: []
pane-nav-4: []
pane-nav-5: []
pane-nav-6: []
pane-nav-7: []
pane-nav-8: []
pane-nav-9: []
pane-maximize:
- 'Ctrl-Alt-Enter'
pane-increase-vertical: []

View File

@@ -71,15 +71,6 @@ hotkeys:
- '⌘-⌥-['
pane-nav-next:
- '⌘-⌥-]'
pane-nav-1: []
pane-nav-2: []
pane-nav-3: []
pane-nav-4: []
pane-nav-5: []
pane-nav-6: []
pane-nav-7: []
pane-nav-8: []
pane-nav-9: []
pane-maximize:
- '⌘-⌥-Enter'
close-pane:

View File

@@ -24,7 +24,7 @@ hotkeys:
duplicate-tab: []
explode-tab:
- 'Ctrl-Shift-.'
combine-tabs:
combine-tab:
- 'Ctrl-Shift-,'
tab-1:
- 'Alt-1'
@@ -74,15 +74,6 @@ hotkeys:
- 'Ctrl-Alt-['
pane-nav-next:
- 'Ctrl-Alt-]'
pane-nav-1: []
pane-nav-2: []
pane-nav-3: []
pane-nav-4: []
pane-nav-5: []
pane-nav-6: []
pane-nav-7: []
pane-nav-8: []
pane-nav-9: []
pane-maximize:
- 'Ctrl-Alt-Enter'
close-pane: []

View File

@@ -20,7 +20,6 @@ terminal:
showBuiltinProfiles: true
showRecentProfiles: 3
paneResizeStep: 0.1
focusFollowsMouse: false
hotkeys:
profile:
__nonStructural: true

View File

@@ -188,42 +188,6 @@ export class AppHotkeyProvider extends HotkeyProvider {
id: 'pane-nav-next',
name: this.translate.instant('Focus next pane'),
},
{
id: 'pane-nav-1',
name: this.translate.instant('Focus pane {number}', { number: 1 }),
},
{
id: 'pane-nav-2',
name: this.translate.instant('Focus pane {number}', { number: 2 }),
},
{
id: 'pane-nav-3',
name: this.translate.instant('Focus pane {number}', { number: 3 }),
},
{
id: 'pane-nav-4',
name: this.translate.instant('Focus pane {number}', { number: 4 }),
},
{
id: 'pane-nav-5',
name: this.translate.instant('Focus pane {number}', { number: 5 }),
},
{
id: 'pane-nav-6',
name: this.translate.instant('Focus pane {number}', { number: 6 }),
},
{
id: 'pane-nav-7',
name: this.translate.instant('Focus pane {number}', { number: 7 }),
},
{
id: 'pane-nav-8',
name: this.translate.instant('Focus pane {number}', { number: 8 }),
},
{
id: 'pane-nav-9',
name: this.translate.instant('Focus pane {number}', { number: 9 }),
},
{
id: 'switch-profile',
name: this.translate.instant('Switch profile in the active pane'),

View File

@@ -1,7 +1,7 @@
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker'
import slugify from 'slugify'
import { v4 as uuidv4 } from 'uuid'
import { Injectable } from '@angular/core'
import { TranslateService } from '@ngx-translate/core'
import { ConfigService, NewTabParameters, PartialProfile, Profile, ProfileProvider } from './api'
import { SplitTabComponent, SplitTabRecoveryProvider } from './components/splitTab.component'
@@ -16,7 +16,7 @@ export interface SplitLayoutProfile extends Profile {
@Injectable({ providedIn: 'root' })
export class SplitLayoutProfilesService extends ProfileProvider<SplitLayoutProfile> {
id = 'split-layout'
name = _('Saved layout')
name = this.translate.instant('Saved layout')
configDefaults = {
options: {
recoveryToken: null,
@@ -26,6 +26,7 @@ export class SplitLayoutProfilesService extends ProfileProvider<SplitLayoutProfi
constructor (
private splitTabRecoveryProvider: SplitTabRecoveryProvider,
private config: ConfigService,
private translate: TranslateService,
) {
super()
}
@@ -38,7 +39,7 @@ export class SplitLayoutProfilesService extends ProfileProvider<SplitLayoutProfi
return this.splitTabRecoveryProvider.recover(profile.options.recoveryToken)
}
getDescription (): string {
getDescription (_: SplitLayoutProfile): string {
return ''
}

View File

@@ -144,7 +144,7 @@ export class AppService {
}
removeTab (tab: BaseTabComponent): void {
const newIndex = Math.min(this.tabs.length - 2, this.tabs.indexOf(tab))
const newIndex = Math.max(0, this.tabs.indexOf(tab) - 1)
this.tabs = this.tabs.filter((x) => x !== tab)
if (tab === this._activeTab) {
this.selectTab(this.tabs[newIndex])

View File

@@ -15,7 +15,6 @@ import localeKO from '@angular/common/locales/ko'
import localePL from '@angular/common/locales/pl'
import localePT from '@angular/common/locales/pt'
import localeRU from '@angular/common/locales/ru'
import localeUK from '@angular/common/locales/uk'
import localeZH from '@angular/common/locales/zh'
import { Observable, Subject } from 'rxjs'
import { distinctUntilChanged } from 'rxjs/operators'
@@ -35,7 +34,6 @@ registerLocaleData(localeKO)
registerLocaleData(localePL)
registerLocaleData(localePT)
registerLocaleData(localeRU)
registerLocaleData(localeUK)
registerLocaleData(localeZH)
function flattenMessageFormatTranslation (po: any) {
@@ -118,10 +116,6 @@ export class LocaleService {
code: 'ru-RU',
name: 'Русский',
},
{
code: 'uk-UA',
name: 'Українська',
},
{
code: 'ja-JP',
name: '日本語',

View File

@@ -115,7 +115,7 @@ export class ProfilesService {
group: this.translate.instant('Recent'),
icon: 'fas fa-history',
color: p.color,
weight: -2,
weight: -1,
callback: async () => {
if (p.id) {
p = (await this.getProfiles()).find(x => x.id === p.id) ?? p

View File

@@ -300,10 +300,6 @@ checkbox i.on {
search-panel {
background: #131d27 !important;
input {
border-radius: 0 !important;
}
}
@@ -398,7 +394,7 @@ ngx-colors-panel .opened {
background: $body-bg !important;
button {
color: $body-color !important;
color: $body-color;
}
.button svg {

View File

@@ -65,10 +65,6 @@ export class ElectronHostAppService extends HostAppService {
this.electron.ipcRenderer.send('app:config-change', configStore)
}
saveConfig (data: string): void {
this.electron.ipcRenderer.send('app:save-config', data)
}
emitReady (): void {
this.electron.ipcRenderer.send('app:ready')
}
@@ -78,11 +74,7 @@ export class ElectronHostAppService extends HostAppService {
if (isPortable) {
this.electron.app.relaunch({ execPath: process.env.PORTABLE_EXECUTABLE_FILE })
} else {
let args: string[] = []
if (this.platform === Platform.Linux) {
args = ['--no-sandbox']
}
this.electron.app.relaunch({ args })
this.electron.app.relaunch()
}
this.electron.app.exit()
}

View File

@@ -1,15 +1,17 @@
import * as path from 'path'
import * as fs from 'fs/promises'
import * as gracefulFS from 'graceful-fs'
import * as fsSync from 'fs'
import * as os from 'os'
import { v4 as uuidv4 } from 'uuid'
import { promisify } from 'util'
import promiseIpc, { RendererProcessType } from 'electron-promise-ipc'
import { execFile } from 'mz/child_process'
import { Injectable, NgZone } from '@angular/core'
import { PlatformService, ClipboardContent, Platform, MenuItemOptions, MessageBoxOptions, MessageBoxResult, FileUpload, FileDownload, FileUploadOptions, wrapPromise, TranslateService } from 'tabby-core'
import { PlatformService, ClipboardContent, HostAppService, Platform, MenuItemOptions, MessageBoxOptions, MessageBoxResult, FileUpload, FileDownload, FileUploadOptions, wrapPromise, TranslateService } from 'tabby-core'
import { ElectronService } from '../services/electron.service'
import { ElectronHostWindow } from './hostWindow.service'
import { ShellIntegrationService } from './shellIntegration.service'
import { ElectronHostAppService } from './hostApp.service'
const fontManager = require('fontmanager-redux') // eslint-disable-line
/* eslint-disable block-scoped-var */
@@ -25,9 +27,10 @@ try {
export class ElectronPlatformService extends PlatformService {
supportsWindowControls = true
private configPath: string
private _configSaveInProgress = Promise.resolve()
constructor (
private hostApp: ElectronHostAppService,
private hostApp: HostAppService,
private hostWindow: ElectronHostWindow,
private electron: ElectronService,
private zone: NgZone,
@@ -109,7 +112,18 @@ export class ElectronPlatformService extends PlatformService {
}
async saveConfig (content: string): Promise<void> {
this.hostApp.saveConfig(content)
try {
await this._configSaveInProgress
} catch { }
this._configSaveInProgress = this._saveConfigInternal(content)
await this._configSaveInProgress
}
async _saveConfigInternal (content: string): Promise<void> {
const tempPath = this.configPath + '.new.' + uuidv4().toString()
await fs.writeFile(tempPath, content, 'utf8')
await fs.writeFile(this.configPath + '.backup', content, 'utf8')
await promisify(gracefulFS.rename)(tempPath, this.configPath)
}
getConfigPath (): string|null {

View File

@@ -494,9 +494,9 @@ winston-transport@^4.5.0:
triple-beam "^1.3.0"
winston@^3.3.3:
version "3.7.2"
resolved "https://registry.yarnpkg.com/winston/-/winston-3.7.2.tgz#95b4eeddbec902b3db1424932ac634f887c400b1"
integrity sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==
version "3.6.0"
resolved "https://registry.yarnpkg.com/winston/-/winston-3.6.0.tgz#be32587a099a292b88c49fac6fa529d478d93fb6"
integrity sha512-9j8T75p+bcN6D00sF/zjFVmPp+t8KMPB1MzbbzYjeN9VWxdsYnTB40TkbNUEXAmILEfChMvAMgidlX64OG3p6w==
dependencies:
"@dabh/diagnostics" "^2.0.2"
async "^3.2.3"

View File

@@ -1,7 +1,7 @@
import * as path from 'path'
import * as fs from 'mz/fs'
import { Injectable } from '@angular/core'
import { CLIHandler, CLIEvent, AppService, ConfigService, HostWindowService, ProfilesService, NotificationsService } from 'tabby-core'
import { CLIHandler, CLIEvent, AppService, ConfigService, HostWindowService } from 'tabby-core'
import { TerminalService } from './services/terminal.service'
@Injectable()
@@ -63,9 +63,7 @@ export class OpenPathCLIHandler extends CLIHandler {
constructor (
private terminal: TerminalService,
private profiles: ProfilesService,
private hostWindow: HostWindowService,
private notifications: NotificationsService,
) {
super()
}
@@ -74,44 +72,12 @@ export class OpenPathCLIHandler extends CLIHandler {
const op = event.argv._[0]
const opAsPath = op ? path.resolve(event.cwd, op) : null
const profile = await this.terminal.getDefaultProfile()
if (opAsPath && (await fs.lstat(opAsPath)).isDirectory()) {
this.terminal.openTab(profile, opAsPath)
this.terminal.openTab(undefined, opAsPath)
this.hostWindow.bringToFront()
return true
}
if (opAsPath && await fs.exists(opAsPath)) {
if (opAsPath.endsWith('.sh') || opAsPath.endsWith('.command')) {
profile.options!.pauseAfterExit = true
profile.options?.args?.push(opAsPath)
this.terminal.openTab(profile)
this.hostWindow.bringToFront()
return true
} else if (opAsPath.endsWith('.bat')) {
const psProfile = (await this.profiles.getProfiles()).find(x => x.id === 'cmd')
if (psProfile) {
psProfile.options!.pauseAfterExit = true
psProfile.options?.args?.push(opAsPath)
this.terminal.openTab(psProfile)
this.hostWindow.bringToFront()
return true
}
} else if (opAsPath.endsWith('.ps1')) {
const cmdProfile = (await this.profiles.getProfiles()).find(x => x.id === 'powershell')
if (cmdProfile) {
cmdProfile.options!.pauseAfterExit = true
cmdProfile.options?.args?.push(opAsPath)
this.terminal.openTab(cmdProfile)
this.hostWindow.bringToFront()
return true
}
} else {
this.notifications.error('Cannot handle scripts of this type')
}
}
return false
}
}

View File

@@ -1 +0,0 @@
<svg viewBox="0 0 61.028 59.731" xmlns="http://www.w3.org/2000/svg"><style>.st1{fill:#86da2f}.st2{fill:#24c2ff}.st3{fill:#ffcb12}.st4{fill:#0069da}.st5{fill:#ff4649}</style><path class="st1" d="M56.114 33.731c2.6-.2 4.7 1.5 4.9 4.1.2 2.7-1.7 4.9-4.3 5.1-2.5.2-4.7-1.7-4.9-4.2-.2-2.7 1.6-4.7 4.3-5z"/><path class="st2" d="M24.514 55.031c0-2.6 2-4.6 4.4-4.6s4.7 2.2 4.7 4.7c0 2.4-2 4.5-4.3 4.6-2.9 0-4.8-1.8-4.8-4.7z"/><path class="st3" d="M31.614 25.831c-.4.2-.6-.1-.7-.4-3.7-6.9-2.6-15.6 3.9-20.8 1.7-1.4 4.9-1.7 6.3-.3.6.5.7 1.1.8 1.8.2 1.5.5 3 1.5 4.2 1.1 1.3 2.5 1.8 4.1 1.7 1.4 0 2.8-.2 3.7 1.4.5.9.3 4.4-.5 5.1-.4.3-.7.1-1 0-2.3-.9-4.7-.9-7.1-.5-.8.1-1.2-.1-1.2-1-.1-1.5-.4-2.9-1.2-4.2-1.5-2.7-4.3-2.8-6.1-.3-1.5 2-1.9 4.4-2.3 6.8-.4 2.1-.3 4.3-.2 6.5 0 0-.1 0 0 0z"/><path class="st1" d="M34.114 27.331c-.2-.3-.1-.6.2-.8 5.7-5.2 14.2-6.2 20.8-1.1 1.7 1.4 2.8 4.3 1.9 6-.4.7-.9 1-1.5 1.2-1.4.6-2.7 1.2-3.6 2.5s-1.1 2.8-.7 4.4c.3 1.3.8 2.7-.5 3.9-.7.7-4.1 1.3-5 .7-.4-.3-.3-.6-.2-1 .3-2.5-.3-4.8-1.2-7-.3-.8-.2-1.2.6-1.4 1.4-.4 2.7-1.1 3.7-2.1 2.2-2.1 1.7-4.8-1.2-6-2.3-1-4.7-.8-7-.6-2.2.1-4.3.7-6.3 1.3z"/><path class="st2" d="M32.814 29.931c.3-.3.5-.2.8 0 6.6 4 10 11.9 7 19.6-.8 2-3.4 4-5.3 3.5-.8-.2-1.2-.6-1.6-1.1-.9-1.2-1.9-2.3-3.4-2.8-1.6-.5-3-.2-4.4.6-1.2.7-2.4 1.6-3.9.7-.9-.5-2.4-3.6-2.1-4.6.2-.4.6-.4 1-.4 2.5-.4 4.5-1.6 6.4-3.2.6-.5 1.1-.5 1.6.2.8 1.2 1.8 2.2 3.1 2.9 2.6 1.5 5.1.2 5.4-2.8.3-2.5-.6-4.7-1.4-6.9-.9-2-2-3.9-3.2-5.7z"/><path class="st4" d="M29.614 30.531c-.4 2-1.3 3.9-2.5 5.6-3.6 5.4-8.8 7.6-15.2 7-2.3-.2-4.2-2.1-4.4-4-.1-.8.1-1.4.6-2 .7-.9 1.3-1.7 1.6-2.8.6-2.2-.2-4-1.8-5.6-2.2-2.2-1.9-4.2.7-5.8.3-.2.7-.4 1.1-.6.6-.3 1.1-.3 1.3.4.9 2.3 2.7 4 4.7 5.4.7.6.7 1 .1 1.7-1.2 1.3-1.9 2.9-2 4.7-.2 2.2 1.1 3.6 3.3 3.6 1.4 0 2.7-.5 3.9-1.1 3.1-1.6 5.5-3.9 7.8-6.3.3-.1.4-.3.8-.2z"/><path class="st5" d="M13.214 9.531c.2 0 .7.1 1.2.2 3.7.7 6-.6 7.2-4.1.8-2.3 2.5-3 4.7-1.8.1 0 .1.1.2.1 2.3 1.3 2.3 1.5.9 3.5-1.2 1.6-1.8 3.4-2.1 5.3-.2 1.1-.6 1.3-1.6.9-1.6-.6-3.3-.6-5 0-1.9.6-2.7 2.3-2.1 4.2.8 2.5 3 3.6 4.9 4.9s4.1 2 6.2 2.9c.3.1.8.1.7.6-.1.3-.5.3-.9.3-4.5.2-8.8-.5-12.3-3.5-3.3-2.7-5.7-6-5.3-10.6.3-1.5 1.4-2.6 3.3-2.9z"/><path class="st4" d="M5.014 37.631c-2.4.3-4.8-1.7-5-4.2-.2-2.4 1.8-4.8 4.1-5 2.6-.3 5 1.5 5.2 3.9.1 2.3-1.4 5.1-4.3 5.3z"/><path class="st3" d="M47.014 2.031c2.5-.2 4.9 1.8 5.1 4.3.2 2.4-1.8 4.7-4.2 4.9-2.6.2-4.9-1.7-5.1-4.2s1.6-4.8 4.2-5z"/><path class="st5" d="M20.914 3.931c.3 2.6-1.5 4.8-4.2 5.2-2.3.3-4.7-1.6-5-3.8-.3-2.9 1.3-5 4-5.3 2.5-.3 4.9 1.6 5.2 3.9z"/></svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -1 +0,0 @@
<svg viewBox="-5.724 -43.601 714.54 512.74" xmlns="http://www.w3.org/2000/svg"><g fill="#0091e2"><path d="M701.77 149.96c-1.938-1.539-20.029-15.199-58.181-15.199a185.562 185.562 0 00-30.061 2.584c-7.384-50.612-49.228-75.288-51.104-76.395l-10.245-5.908-6.738 9.723a137.318 137.318 0 00-18.214 42.582c-6.831 28.891-2.677 56.027 11.999 79.226-17.722 9.876-46.151 12.307-51.904 12.522H16.642c-12.294.017-22.27 9.952-22.337 22.245a338.726 338.726 0 0020.614 120.95c16.214 42.521 40.336 73.842 71.719 93.01 35.167 21.537 92.302 33.844 157.07 33.844a468.88 468.88 0 0087.226-7.907 364.663 364.663 0 00113.84-41.352 312.969 312.969 0 0077.688-63.596c37.29-42.213 59.505-89.226 76.026-131.01h6.584c40.828 0 65.935-16.338 79.78-30.029a87.08 87.08 0 0021.045-31.167l2.923-8.553z"/><path d="M60.271 185.31h63.073a5.507 5.507 0 005.507-5.507v-56.182a5.507 5.507 0 00-5.476-5.538H60.271a5.507 5.507 0 00-5.507 5.507V179.802a5.507 5.507 0 005.507 5.508M147.19 185.31h63.073a5.507 5.507 0 005.507-5.507v-56.182a5.507 5.507 0 00-5.477-5.538h-63.104a5.537 5.537 0 00-5.538 5.538v56.181a5.54 5.54 0 005.539 5.508M235.43 185.31h63.073a5.507 5.507 0 005.507-5.507v-56.182a5.507 5.507 0 00-5.477-5.538h-63.104a5.507 5.507 0 00-5.507 5.507V179.802a5.51 5.51 0 005.508 5.508M322.62 185.31h63.073a5.537 5.537 0 005.538-5.507v-56.182a5.537 5.537 0 00-5.538-5.538H322.62a5.507 5.507 0 00-5.507 5.507V179.802a5.508 5.508 0 005.507 5.508M147.19 104.48h63.073a5.539 5.539 0 005.507-5.538V42.761a5.507 5.507 0 00-5.507-5.507H147.19a5.538 5.538 0 00-5.538 5.507v56.181a5.568 5.568 0 005.538 5.538M235.43 104.48h63.073a5.539 5.539 0 005.507-5.538V42.761a5.507 5.507 0 00-5.507-5.507H235.43a5.507 5.507 0 00-5.507 5.507v56.181a5.539 5.539 0 005.507 5.538M322.62 104.48h63.073a5.568 5.568 0 005.538-5.538V42.761a5.537 5.537 0 00-5.538-5.507H322.62a5.507 5.507 0 00-5.507 5.507v56.181a5.539 5.539 0 005.507 5.538M322.62 23.626h63.073a5.538 5.538 0 005.538-5.507v-56.213a5.537 5.537 0 00-5.538-5.507H322.62a5.506 5.506 0 00-5.507 5.507v56.212a5.508 5.508 0 005.507 5.508M410.59 185.31h63.073a5.537 5.537 0 005.538-5.507v-56.182a5.537 5.537 0 00-5.538-5.538H410.59a5.508 5.508 0 00-5.507 5.507V179.802a5.508 5.508 0 005.507 5.508"/></g></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113.925 113.923"><defs><clipPath id="aaaaaaaa"><path d="M0 0h2183.73v912H0V0z"/></clipPath><clipPath id="bbbbbbbb"><path d="M230.892 51.977L181.15 2.238a7.336 7.336 0 00-10.375 0l-10.328 10.33 13.102 13.102c3.046-1.028 6.537-.339 8.964 2.089a8.72 8.72 0 012.07 9.02l12.627 12.627c3.055-1.053 6.58-.373 9.02 2.07a8.727 8.727 0 010 12.346 8.729 8.729 0 01-12.349 0 8.734 8.734 0 01-1.9-9.494L180.204 42.55v30.99a8.806 8.806 0 012.309 1.652c3.41 3.409 3.41 8.933 0 12.347-3.411 3.41-8.938 3.41-12.346 0-3.41-3.414-3.41-8.938 0-12.347a8.735 8.735 0 012.859-1.905V42.009a8.636 8.636 0 01-2.859-1.905 8.728 8.728 0 01-1.88-9.544L155.37 17.642l-34.106 34.105a7.339 7.339 0 000 10.378l49.742 49.74a7.338 7.338 0 0010.376 0l49.509-49.51a7.341 7.341 0 000-10.378" fill="#f03c2e"/></clipPath></defs><g transform="translate(-119.116 -.075)" clip-path="url(#bbbbbbbb)"><path d="M230.435-10.813l-49.742-49.739a7.336 7.336 0 00-10.374 0l-49.51 49.51a7.339 7.339 0 000 10.378l49.741 49.738a7.338 7.338 0 0010.376 0l49.51-49.508a7.341 7.341 0 000-10.379" fill="#ff8080"/><path d="M293.393 51.928L243.65 2.188a7.336 7.336 0 00-10.375 0c-16.502 16.505-33.006 33.007-49.51 49.51a7.339 7.339 0 000 10.378l49.742 49.739a7.338 7.338 0 0010.376 0l49.509-49.509a7.341 7.341 0 000-10.378" fill="#8dd35f"/><path d="M167.436 51.52L117.693 1.783a7.336 7.336 0 00-10.374 0l-49.51 49.509a7.339 7.339 0 000 10.378l49.741 49.74a7.338 7.338 0 0010.376-.001l49.51-49.508a7.341 7.341 0 000-10.38" fill="#80b3ff"/><path d="M230.13 114.117l-49.743-49.739a7.336 7.336 0 00-10.374 0l-49.51 49.51a7.339 7.339 0 000 10.378l49.741 49.738a7.338 7.338 0 0010.376 0l49.51-49.508a7.341 7.341 0 000-10.379" fill="#ffe680"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="svg-inline--fa fa-git-alt fa-w-14 fa-3x" data-icon="git-alt" data-prefix="fab" focusable="false" role="img" viewBox="0 0 448 512"><path fill="#f05033" stroke="none" stroke-width="1" d="M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 718 B

View File

@@ -1 +0,0 @@
<svg version="1" viewBox="0 0 459.36 233.64" xmlns="http://www.w3.org/2000/svg"><path d="M448.2.54c-1.708-.456-3.412-.54-5.177-.54H15.093C8.67.05 3.033 4.105.898 10.144c-.697 1.963-.9 3.95-.9 6.01v202.42c.238 8.434 6.837 15.012 15.194 15.033 17.519.023 53.594-.063 53.594-.063l-.064-15.665h-52.62c-.279-1.683-.208-199.78.064-200.69 1.612-.225 425.79-.144 426.72.074.257 1.528.182 199.65-.098 200.69H88.048v15.667s1.384 0 2.018.023h354.25a15.182 15.182 0 0014.147-10.038c.697-1.908.898-3.875.898-5.886v-202.8c-.134-6.7-4.693-12.585-11.143-14.365zM88.06 174.55v-40.512c0-.914.257-1.556 1.003-2.135 3.129-2.474 6.216-5.019 9.303-7.545.308-.228.608-.432.992-.712.333.43.613.783.872 1.17 5.248 7.572 10.5 15.136 15.746 22.696 6.436 9.313 12.883 18.583 19.306 27.852.356.538.684.946 1.475.946 6.762-.023 13.519-.023 20.273-.023.223 0 .453-.074.81-.155-14.956-21.781-29.85-43.412-44.79-65.174 3.005-3.49 5.913-6.847 8.817-10.288 2.912-3.37 5.814-6.75 8.721-10.142 2.903-3.384 5.785-6.774 8.696-10.161 2.904-3.395 5.813-6.783 8.685-10.168a1556.02 1556.02 0 008.827-10.347h-1.704c-6.12 0-12.237.037-18.358-.023-1.125 0-1.835.326-2.578 1.2a41266 41266 0 01-45.178 53.398c-.2.228-.46.432-.894.832V70.965c0-3.666.063-7.343 0-11.012H69.175v116.15c1.501.264 17.926.21 18.94-.063v-1.477zm100.96 1.682c.152-.44.326-.818.459-1.227 3.055-8.681 6.114-17.348 9.178-26.037a136.3 136.3 0 001.478-4.203c.182-.585.48-.892 1.098-.817.2.023.432 0 .635 0h43.136c3.9 10.803 7.772 21.529 11.63 32.255h20.192a186785 186785 0 01-43.549-116.77h-20.649c-.132.254-.23.44-.282.614-14.377 38.55-28.737 77.119-43.11 115.66-.062.063-.062.182-.062.256v.124c0 .05.063.074.074.132h19.734zm17.457-50.036c3.977-11.515 8.01-22.98 11.885-34.526 1.555-4.64 2.727-9.427 4.05-14.16.113-.358.183-.718.334-1.257.2.305.356.491.41.692 3.159 11.794 7.477 23.237 11.398 34.807 1.63 4.814 3.316 9.599 4.974 14.415.126.431.251.862.404 1.395H206.05c.152-.502.28-.934.426-1.365zm102.24-57.278c0-3.008.11-5.988-.087-8.967h-18.675c-.315 1.452-.238 115.33.063 116.29h68.021v-16.18h-32.812c-2.758 0-5.538.023-8.284 0-2.707-.023-5.403.1-8.21-.063V68.94zm81.201-8.251c0-.18 0-.33-.063-.518 0-.05-.062-.063-.062-.099 0-.023-.075-.063-.075-.063h-18.74v116.22h18.839c.063-.195.11-.3.11-.43V60.667z" clip-rule="evenodd" fill="#367bf0" fill-rule="evenodd"/></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -1 +0,0 @@
<svg viewBox="0 0 80.14 56.1" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-2{fill:#002fa7}</style></defs><g data-name="图层 2"><g data-name="图层 1"><path class="cls-2" d="M75.101 9.097c-4.08-1.06-9-.05-11.16 2.28s-.92 5.49 3.27 6.82c4.39 1.4 9.92.3 12.07-2.42s.08-5.53-4.18-6.68zM48.941 40.017a12.32 12.32 0 00-13.77 2.64c-3.54 3.79-3.15 9.12 1.26 11.87 4.68 2.93 11.67 1.64 15.18-2.82a7.39 7.39 0 00-2.67-11.69zM57.421 4.527a12.49 12.49 0 00-6.13.12 11.3 11.3 0 01-4.76-.14 3.68 3.68 0 01-2.66-1.92 1.58 1.58 0 00-.1-.43v-.06a3.38 3.38 0 00-2.45-1.72.61.61 0 00-.13 0 10.14 10.14 0 00-4.78-.17c-3.55.66-6.15 2.71-5.81 4.58a10.21 10.21 0 01-.06 1 4.34 4.34 0 01-1.79 2.46 8.39 8.39 0 01-3.2 1.69 14.83 14.83 0 01-2 .26 19.55 19.55 0 00-2.81.17 5.75 5.75 0 00-3.17 1.59 3.78 3.78 0 00-.88 3 5.5 5.5 0 01.06 1.29 5.55 5.55 0 01-2.37 3.67 12.93 12.93 0 01-5.41 2.49 13.54 13.54 0 00-5.87 2.6c-3.38 2.64-4.16 6.12-1.53 7.76 1.54 1 3.89 1.06 6.29.41a8 8 0 015.15.72 4.42 4.42 0 011.78 1.81 3.24 3.24 0 01.32 1 4.12 4.12 0 01.07.78 4.91 4.91 0 002.25 5.21c3.57 2.22 9.6 1.06 13.14-2.55 3.38-3.45 3-7.63-.64-9.39a10.13 10.13 0 00-6.91-.37 8.66 8.66 0 01-5.24-.66 3.54 3.54 0 01-2.14-3.24 6.83 6.83 0 01.42-1.64 9.92 9.92 0 012.16-3.13 9.55 9.55 0 014.44-2.36c.68-.18 1.79-.41 2-.43a10.64 10.64 0 014.93.41c1.41.57 2.45 1.5 2.54 2.66a4.47 4.47 0 002.8 4 11.61 11.61 0 0011.84-2.37c2.7-2.76 1.8-6-1.78-7.24a11.39 11.39 0 00-6.5-.08 10 10 0 01-5-.35c-1.46-.55-2.42-1.44-2.47-2.48a5.59 5.59 0 011.77-3.87 11.79 11.79 0 013.91-2 12.63 12.63 0 011.85-.43 11.79 11.79 0 014.69.19c1.4.42 2.68 1.19 2.72 2 .06 1.1 1.15 2.41 3.13 3 3.55 1.14 8.47.13 10.77-2.21s1.05-4.72-2.44-5.63z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1 +0,0 @@
<svg viewBox="0 0 31.4 19.8" xmlns="http://www.w3.org/2000/svg"><path d="M9.9 19.8C4.4 19.8 0 15.4 0 9.9S4.4 0 9.9 0h11.6c5.5 0 9.9 4.4 9.9 9.9s-4.4 9.9-9.9 9.9H9.9m11.3-3.5c3.6 0 6.4-2.9 6.4-6.4 0-3.6-2.9-6.4-6.4-6.4h-11c-3.6 0-6.4 2.9-6.4 6.4s2.9 6.4 6.4 6.4h11" fill="#c74634"/></svg>

Before

Width:  |  Height:  |  Size: 287 B

View File

@@ -1 +1 @@
<svg viewBox="0 0 120 90.001" xmlns="http://www.w3.org/2000/svg"><linearGradient id="1652546273" x1="95.267" x2="26.7" y1="91.926" y2="30.68" gradientTransform="translate(-4.002 -19)" gradientUnits="userSpaceOnUse"><stop stop-color="#A9C8FF" offset="0"/><stop stop-color="#C7E6FF" offset="1"/></linearGradient><path d="M5.03 90c-1.632 0-3.045-.638-3.977-1.798-.952-1.185-1.28-2.814-.896-4.47L18.143 5.821C18.897 2.557 22.06 0 25.347 0h89.623c1.634 0 3.047.638 3.978 1.798.952 1.184 1.279 2.814.896 4.47l-17.986 77.911c-.753 3.264-3.917 5.822-7.203 5.822H5.03z" clip-rule="evenodd" fill="url(#1652546273)" fill-rule="evenodd" opacity=".8"/><g transform="translate(-4.002 -19)"><linearGradient id="1652546298" x1="26.585" x2="93.585" y1="30.778" y2="90.278" gradientUnits="userSpaceOnUse"><stop stop-color="#2D4664" offset="0"/><stop stop-color="#29405B" offset=".169"/><stop stop-color="#1E2F43" offset=".445"/><stop stop-color="#0C131B" offset=".79"/><stop offset="1"/></linearGradient><path d="M118.5 20H29.634c-2.769 0-5.53 2.259-6.168 5.045l-17.834 77.91C4.995 105.742 6.722 108 9.491 108h88.865c2.769 0 5.53-2.258 6.168-5.045l17.834-77.911c.638-2.785-1.09-5.044-3.858-5.044z" clip-rule="evenodd" fill="url(#1652546298)" fill-rule="evenodd"/></g><g clip-rule="evenodd" fill-rule="evenodd"><path d="M60.163 68.558h21.613c2.513 0 4.55 2.125 4.55 4.746s-2.037 4.747-4.55 4.747H60.163c-2.513 0-4.55-2.125-4.55-4.747 0-2.621 2.037-4.746 4.55-4.746zM74.182 47.455c-.372.749-1.144 1.575-2.509 2.534L31.56 78.798c-2.19 1.591-5.334 1.001-7.021-1.319s-1.28-5.49.91-7.082l36.173-26.194v-.538L38.894 19.487c-1.854-1.972-1.661-5.161.431-7.124 2.092-1.962 5.29-1.954 7.144.018L73.74 41.393c1.548 1.647 1.663 4.141.442 6.062z" fill="#2c5591"/><path d="M73.182 46.455c-.372.749-1.144 1.575-2.509 2.534L30.56 77.798c-2.19 1.591-5.334 1.001-7.021-1.319s-1.28-5.49.91-7.082l36.173-26.194v-.538L37.894 18.487c-1.854-1.972-1.661-5.161.431-7.124 2.092-1.962 5.29-1.954 7.144.018L72.74 40.393c1.548 1.647 1.663 4.141.442 6.062zM59.548 68h21.613c2.513 0 4.55 2.015 4.55 4.5s-2.037 4.5-4.55 4.5H59.548c-2.513 0-4.55-2.015-4.55-4.5s2.037-4.5 4.55-4.5z" fill="#fff"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="svg-inline--fa fa-terminal fa-w-20 fa-2x" data-icon="terminal" data-prefix="fas" focusable="false" role="img" viewBox="0 0 640 512"><path fill="#ef4eff" stroke="none" stroke-width="1" d="M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z"/></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 664 B

View File

@@ -1 +1 @@
<svg viewBox="0 0 118.99 90.001" xmlns="http://www.w3.org/2000/svg"><linearGradient id="1652546342" x1="95.123" x2="26.855" y1="91.805" y2="30.825" gradientTransform="translate(-4.503 -19)" gradientUnits="userSpaceOnUse"><stop stop-color="#5391FE" offset="0"/><stop stop-color="#3E6DBF" offset="1"/></linearGradient><path d="M4.988 90c-1.62 0-3.021-.638-3.944-1.798-.944-1.185-1.268-2.814-.89-4.47L17.99 5.821C18.736 2.557 21.873 0 25.13 0h88.866c1.62 0 3.02.638 3.945 1.798.944 1.184 1.268 2.814.889 4.47l-17.834 77.911c-.747 3.264-3.884 5.822-7.143 5.822H4.988z" clip-rule="evenodd" fill="url(#1652546342)" fill-rule="evenodd"/><linearGradient id="1652546328" x1="26.178" x2="93.748" y1="30.015" y2="90.738" gradientTransform="translate(-4.503 -19)" gradientUnits="userSpaceOnUse"><stop stop-color="#5391FE" offset="0"/><stop stop-color="#3E6DBF" offset="1"/></linearGradient><g clip-rule="evenodd" fill-rule="evenodd"><path d="M25.131 1h88.866c2.769 0 4.496 2.259 3.858 5.045l-17.834 77.911c-.638 2.786-3.399 5.045-6.168 5.045H4.988c-2.769 0-4.496-2.258-3.858-5.045L18.964 6.045C19.601 3.259 22.363 1 25.131 1z" fill="url(#1652546328)"/><path d="M59.662 68.558h21.613c2.513 0 4.55 2.125 4.55 4.746s-2.037 4.747-4.55 4.747H59.662c-2.513 0-4.55-2.125-4.55-4.747 0-2.621 2.037-4.746 4.55-4.746zM73.681 47.455c-.372.749-1.144 1.575-2.509 2.534L31.059 78.798c-2.19 1.591-5.334 1.001-7.021-1.319s-1.28-5.49.91-7.082l36.173-26.194v-.538L38.393 19.487c-1.854-1.972-1.661-5.161.431-7.124 2.092-1.962 5.29-1.954 7.144.018l27.271 29.012c1.548 1.647 1.663 4.141.442 6.062z" fill="#2c5591"/><path d="M72.681 46.455c-.372.749-1.144 1.575-2.509 2.534L30.059 77.798c-2.19 1.591-5.334 1.001-7.021-1.319s-1.28-5.49.91-7.082l36.173-26.194v-.538L37.393 18.487c-1.854-1.972-1.661-5.161.431-7.124 2.092-1.962 5.29-1.954 7.144.018l27.271 29.012c1.548 1.647 1.663 4.141.442 6.062zM59.047 68H80.66c2.513 0 4.55 2.015 4.55 4.5S83.173 77 80.66 77H59.047c-2.513 0-4.55-2.015-4.55-4.5s2.037-4.5 4.55-4.5z" fill="#fff"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="svg-inline--fa fa-terminal fa-w-20 fa-2x" data-icon="terminal" data-prefix="fas" focusable="false" role="img" viewBox="0 0 640 512"><path fill="#0ff" stroke="none" stroke-width="1" d="M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z"/></svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 660 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 96 95.51"><defs><style>.a{fill:#fff;}.a,.h{fill-rule:evenodd;}.b{mask:url(#a);}.c{fill:#52218a;}.d{fill:#6c33af;}.e{fill:#854cc7;}.f{fill:#b179f1;}.g{opacity:0.25;}.h{fill:url(#b);}</style><mask id="a" x="0" y="0" width="96" height="95.51" maskUnits="userSpaceOnUse"><g transform="translate(0 -0.25)"><path class="a" d="M68.89,95.6a6,6,0,0,0,3.93-.44L92.6,85.65A6,6,0,0,0,96,80.24V15.76a6,6,0,0,0-3.4-5.41L72.82.84A6,6,0,0,0,68.34.55,6,6,0,0,0,66,2L34.12,37.26,15.5,22l-1.63-1.4a4,4,0,0,0-3.61-.83,2.55,2.55,0,0,0-.53.18L2.46,23A4,4,0,0,0,0,26.37c0,.1,0,.2,0,.3V69.33c0,.1,0,.2,0,.3A4,4,0,0,0,2.46,73l7.27,3a2.55,2.55,0,0,0,.53.18,4,4,0,0,0,3.61-.83L15.5,74,34.12,58.74,66,94A6,6,0,0,0,68.89,95.6ZM72,27.68,47.21,48,72,68.32ZM12,34.27,24.41,48,12,61.73Z"></path></g></mask><linearGradient id="b" x1="48" y1="97.75" x2="48" y2="2.25" gradientTransform="matrix(1, 0, 0, -1, 0, 98)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></linearGradient></defs><title>BrandVisualStudioWin2019</title><g class="b"><path class="c" d="M13.87,75.4a4,4,0,0,1-4.14.65L2.46,73A4,4,0,0,1,0,69.33V26.67A4,4,0,0,1,2.46,23l7.27-3a4,4,0,0,1,4.14.65L15.5,22A2.21,2.21,0,0,0,12,23.8V72.2A2.21,2.21,0,0,0,15.5,74Z" transform="translate(0 -0.25)"></path><path class="d" d="M2.46,73A4,4,0,0,1,0,69.33V69a2.31,2.31,0,0,0,4,1.55L66,2A6,6,0,0,1,72.82.84L92.6,10.36A6,6,0,0,1,96,15.77V16a3.79,3.79,0,0,0-6.19-2.93L15.5,74l-1.63,1.4a4,4,0,0,1-4.14.65Z" transform="translate(0 -0.25)"></path><path class="e" d="M2.46,23A4,4,0,0,0,0,26.67V27a2.31,2.31,0,0,1,4-1.55L66,94a6,6,0,0,0,6.82,1.16L92.6,85.64A6,6,0,0,0,96,80.23V80a3.79,3.79,0,0,1-6.19,2.93L15.5,22l-1.63-1.4A4,4,0,0,0,9.73,20Z" transform="translate(0 -0.25)"></path><path class="f" d="M72.82,95.16A6,6,0,0,1,66,94a3.52,3.52,0,0,0,6-2.49v-87A3.52,3.52,0,0,0,66,2,6,6,0,0,1,72.82.84L92.6,10.35A6,6,0,0,1,96,15.76V80.24a6,6,0,0,1-3.4,5.41Z" transform="translate(0 -0.25)"></path><g class="g"><path class="h" d="M68.89,95.6a6,6,0,0,0,3.93-.44L92.6,85.65A6,6,0,0,0,96,80.24V15.76a6,6,0,0,0-3.4-5.41L72.82.84A6,6,0,0,0,68.34.55,6,6,0,0,0,66,2L34.12,37.26,15.5,22l-1.63-1.4a4,4,0,0,0-3.61-.83,2.55,2.55,0,0,0-.53.18L2.46,23A4,4,0,0,0,0,26.37c0,.1,0,.2,0,.3V69.33c0,.1,0,.2,0,.3A4,4,0,0,0,2.46,73l7.27,3a2.55,2.55,0,0,0,.53.18,4,4,0,0,0,3.61-.83L15.5,74,34.12,58.74,66,94A6,6,0,0,0,68.89,95.6ZM72,27.68,47.21,48,72,68.32ZM12,34.27,24.41,48,12,61.73Z" transform="translate(0 -0.25)"></path></g></g></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1 +0,0 @@
<svg width="57.04" height="57.04" color-interpolation-filters="sRGB" viewBox="0 0 42.78 42.78" xmlns="http://www.w3.org/2000/svg" fill="none" fill-rule="evenodd" font-size="12" overflow="visible" stroke-linecap="square" stroke-miterlimit="3"><g transform="translate(-1.5 -1.5)"><g transform="translate(1.5 -1.5)"><path d="M32.08 3v36.74L0 34.97l32.08 10.81 10.7-4.45V7.45zM11.02 23.58l9.83 9.72 5.88-2.5V11.74l-5.88-2.5-9.83 9.72-5.91-4.46-2.44.82v11.9l2.44.82zm9.83-7.41v10.2l-6.76-5.1zM5.11 17.73l3.58 3.54-3.58 3.54z" fill="#5c2d91"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 551 B

View File

@@ -1 +0,0 @@
<svg viewBox="0 0 96 95.503" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="1652546395" x1="48" x2="48" y1="97.75" y2="2.25" gradientTransform="matrix(1 0 0 -1 0 98)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" offset="0"/><stop stop-color="#fff" stop-opacity="0" offset="1"/></linearGradient><mask id="1652546356" x="0" y="0" width="96" height="95.51" maskUnits="userSpaceOnUse"><path transform="translate(0 -.25)" d="M68.89 95.6a6 6 0 003.93-.44l19.78-9.51a6 6 0 003.4-5.41V15.76a6 6 0 00-3.4-5.41L72.82.84a6 6 0 00-4.48-.29A6 6 0 0066 2L34.12 37.26 15.5 22l-1.63-1.4a4 4 0 00-3.61-.83 2.55 2.55 0 00-.53.18L2.46 23A4 4 0 000 26.37v43.26A4 4 0 002.46 73l7.27 3a2.55 2.55 0 00.53.18 4 4 0 003.61-.83L15.5 74l18.62-15.26L66 94a6 6 0 002.89 1.6zM72 27.68L47.21 48 72 68.32zm-60 6.59L24.41 48 12 61.73z" fill="#fff" fill-rule="evenodd"/></mask></defs><g transform="translate(0 .002)" mask="url(#1652546356)"><path d="M13.87 75.15a4 4 0 01-4.14.65l-7.27-3.05A4 4 0 010 69.08V26.42a4 4 0 012.46-3.67l7.27-3a4 4 0 014.14.65l1.63 1.35a2.21 2.21 0 00-3.5 1.8v48.4a2.21 2.21 0 003.5 1.8z" fill="#52218a"/><path d="M2.46 72.75A4 4 0 010 69.08v-.33a2.31 2.31 0 004 1.55L66 1.75A6 6 0 0172.82.59l19.78 9.52a6 6 0 013.4 5.41v.23a3.79 3.79 0 00-6.19-2.93L15.5 73.75l-1.63 1.4a4 4 0 01-4.14.65z" fill="#6c33af"/><path d="M2.46 22.75A4 4 0 000 26.42v.33a2.31 2.31 0 014-1.55l62 68.55a6 6 0 006.82 1.16l19.78-9.52a6 6 0 003.4-5.41v-.23a3.79 3.79 0 01-6.19 2.93L15.5 21.75l-1.63-1.4a4 4 0 00-4.14-.6z" fill="#854cc7"/><path d="M72.82 94.91A6 6 0 0166 93.75a3.52 3.52 0 006-2.49v-87a3.52 3.52 0 00-6-2.51A6 6 0 0172.82.59L92.6 10.1a6 6 0 013.4 5.41v64.48a6 6 0 01-3.4 5.41z" fill="#b179f1"/><path transform="translate(0 -.25)" d="M68.89 95.6a6 6 0 003.93-.44l19.78-9.51a6 6 0 003.4-5.41V15.76a6 6 0 00-3.4-5.41L72.82.84a6 6 0 00-4.48-.29A6 6 0 0066 2L34.12 37.26 15.5 22l-1.63-1.4a4 4 0 00-3.61-.83 2.55 2.55 0 00-.53.18L2.46 23A4 4 0 000 26.37v43.26A4 4 0 002.46 73l7.27 3a2.55 2.55 0 00.53.18 4 4 0 003.61-.83L15.5 74l18.62-15.26L66 94a6 6 0 002.89 1.6zM72 27.68L47.21 48 72 68.32zm-60 6.59L24.41 48 12 61.73z" fill="url(#1652546395)" fill-rule="evenodd" opacity=".25"/></g></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -1,7 +1,6 @@
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker'
import deepClone from 'clone-deep'
import { Injectable, Inject } from '@angular/core'
import { ProfileProvider, NewTabParameters, ConfigService, SplitTabComponent, AppService, PartialProfile } from 'tabby-core'
import { ProfileProvider, NewTabParameters, ConfigService, SplitTabComponent, AppService, PartialProfile, TranslateService } from 'tabby-core'
import { TerminalTabComponent } from './components/terminalTab.component'
import { LocalProfileSettingsComponent } from './components/localProfileSettings.component'
import { ShellProvider, Shell, SessionOptions, LocalProfile } from './api'
@@ -9,7 +8,7 @@ import { ShellProvider, Shell, SessionOptions, LocalProfile } from './api'
@Injectable({ providedIn: 'root' })
export class LocalProfilesService extends ProfileProvider<LocalProfile> {
id = 'local'
name = _('Local terminal')
name = this.translate.instant('Local terminal')
settingsComponent = LocalProfileSettingsComponent
configDefaults = {
options: {
@@ -30,6 +29,7 @@ export class LocalProfilesService extends ProfileProvider<LocalProfile> {
constructor (
private app: AppService,
private config: ConfigService,
private translate: TranslateService,
@Inject(ShellProvider) private shellProviders: ShellProvider[],
) {
super()

View File

@@ -47,8 +47,7 @@ export class TerminalService {
this.logger.info(`Starting profile ${fullProfile.name}`, fullProfile)
const options = {
...fullProfile.options,
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
pauseAfterExit: fullProfile.options.pauseAfterExit || pause,
pauseAfterExit: pause,
cwd: cwd ?? undefined,
}

View File

@@ -36,7 +36,7 @@ export class GitBashShellProvider extends ShellProvider {
return [{
id: 'git-bash',
name: 'Git Bash',
name: 'Git-Bash',
command: path.join(gitBashPath, 'bin', 'bash.exe'),
args: ['--login', '-i'],
icon: require('../icons/git-bash.svg'),

View File

@@ -5,14 +5,6 @@ import { HostAppService, Platform } from 'tabby-core'
import { ShellProvider, Shell } from '../api'
/* eslint-disable quote-props */
const vsIconMap: Record<string, string> = {
'2017': require('../icons/vs2017.svg'),
'2019': require('../icons/vs2019.svg'),
'2022': require('../icons/vs2022.svg'),
}
/* eslint-enable quote-props */
/** @hidden */
@Injectable()
export class VSDevToolsProvider extends ShellProvider {
@@ -27,32 +19,30 @@ export class VSDevToolsProvider extends ShellProvider {
return []
}
const x86ParentPath = path.join(process.env['programfiles(x86)'] ?? 'C:\\Program Files (x86)', 'Microsoft Visual Studio')
const x64ParentPath = path.join(process.env['programfiles'] ?? 'C:\\Program Files', 'Microsoft Visual Studio')
const parentPath = path.join(process.env['programfiles(x86)'] ?? 'C:\\Program Files (x86', 'Microsoft Visual Studio')
try {
await fs.stat(parentPath)
} catch {
return []
}
const result: Shell[] = []
for (const parentPath of [x86ParentPath, x64ParentPath]) {
for (const version of await fs.readdir(parentPath)) {
const bat = path.join(parentPath, version, 'Community\\Common7\\Tools\\VsDevCmd.bat')
try {
await fs.stat(parentPath)
for (const version of await fs.readdir(parentPath)) {
const bat = path.join(parentPath, version, 'Community\\Common7\\Tools\\VsDevCmd.bat')
try {
await fs.stat(bat)
} catch {
continue
}
result.push({
id: `vs-cmd-${version}`,
name: `Developer Prompt for VS ${version}`,
command: 'cmd.exe',
args: ['/k', bat],
icon: vsIconMap[version],
env: {},
})
}
} catch (_) {
// Ignore
await fs.stat(bat)
} catch {
continue
}
result.push({
id: `vs-cmd-${version}`,
name: `Developer Prompt for VS ${version}`,
command: 'cmd.exe',
args: ['/k', bat],
icon: require('../icons/vs.svg'),
env: {},
})
}
return result

View File

@@ -18,20 +18,13 @@ try {
const wslIconMap: Record<string, string> = {
'Alpine': require('../icons/alpine.svg'),
'Debian': require('../icons/debian.svg'),
'kali-linux': require('../icons/kali.svg'),
'kali-linux': require('../icons/linux.svg'),
'SLES-12': require('../icons/suse.svg'),
'openSUSE-Leap-15-1': require('../icons/suse.svg'),
'Ubuntu-16.04': require('../icons/ubuntu.svg'),
'Ubuntu-18.04': require('../icons/ubuntu.svg'),
'Ubuntu-22.04': require('../icons/ubuntu.svg'),
'Ubuntu': require('../icons/ubuntu.svg'),
'AlmaLinux-8': require('../icons/alma.svg'),
'OracleLinux_7_9': require('../icons/oracle-linux.svg'),
'OracleLinux_8_5': require('../icons/oracle-linux.svg'),
'openEuler': require('../icons/open-euler.svg'),
'Linux': require('../icons/linux.svg'),
'docker-desktop': require('../icons/docker.svg'),
'docker-desktop-data': require('../icons/docker.svg'),
}
/* eslint-enable quote-props */
@@ -67,8 +60,7 @@ export class WSLShellProvider extends ShellProvider {
TERM: 'xterm-color',
COLORTERM: 'truecolor',
},
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
icon: wslIconMap[defaultDistKey.DistributionName.value] ?? wslIconMap.Linux,
icon: wslIconMap[defaultDistKey.DistributionName.value],
}
shells.push(shell)
}
@@ -109,8 +101,7 @@ export class WSLShellProvider extends ShellProvider {
TERM: 'xterm-color',
COLORTERM: 'truecolor',
},
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
icon: wslIconMap[name] ?? wslIconMap.Linux,
icon: wslIconMap[name],
}
shells.push(shell)
}

View File

@@ -47,9 +47,13 @@ export class PluginManagerService {
_listAvailableInternal (namePrefix: string, keyword: string, query?: string): Observable<PluginInfo[]> {
return from(
axios.get(`https://api.npms.io/v2/search?q=keywords%3A${keyword}+${encodeURIComponent(query ?? '')}&size=250`)
axios.get(`https://www.npmjs.com/search?q=keywords%3A${keyword}+${encodeURIComponent(query ?? '')}&from=0&size=1000`, {
headers: {
'x-spiferack': '1',
},
})
).pipe(
map(response => response.data.results
map(response => response.data.objects
.filter(item => !item.keywords?.includes('tabby-dummy-transition-plugin'))
.map(item => ({
name: item.package.name.substring(namePrefix.length),

View File

@@ -1,4 +1,3 @@
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker'
import slugify from 'slugify'
import deepClone from 'clone-deep'
import { Injectable } from '@angular/core'
@@ -11,7 +10,7 @@ import { BAUD_RATES, SerialProfile } from './api'
@Injectable({ providedIn: 'root' })
export class SerialProfilesService extends ProfileProvider<SerialProfile> {
id = 'serial'
name = _('Serial')
name = this.translate.instant('Serial')
settingsComponent = SerialProfileSettingsComponent
configDefaults = {
options: {

View File

@@ -24,7 +24,7 @@ export class EditProfileModalComponent<P extends Profile> {
@ViewChild('placeholder', { read: ViewContainerRef }) placeholder: ViewContainerRef
private _profile: Profile
private settingsComponentInstance?: ProfileSettingsComponent<P>
private settingsComponentInstance: ProfileSettingsComponent<P>
constructor (
private injector: Injector,
@@ -87,7 +87,7 @@ export class EditProfileModalComponent<P extends Profile> {
save () {
this.profile.group ||= undefined
this.settingsComponentInstance?.save?.()
this.settingsComponentInstance.save?.()
this.profile.__cleanup()
this.modalInstance.close(this._profile)
}

View File

@@ -26,7 +26,7 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
.input-group-prepend
.input-group-text
i.fas.fa-fw.fa-search
input.form-control(type='search', [placeholder]='"Filter"|translate', [(ngModel)]='filter')
input.form-control(type='search', placeholder='Filter', [(ngModel)]='filter')
button.btn.btn-primary.flex-shrink-0.ml-3((click)='newProfile()')
i.fas.fa-fw.fa-plus
@@ -117,6 +117,6 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
a.list-group-item.list-group-item-action(
(click)='editDefaults(provider)',
*ngFor='let provider of profileProviders'
) {{provider.name|translate}}
) {{provider.name}}
div([ngbNavOutlet]='nav')

View File

@@ -14,7 +14,6 @@ interface ProfileGroup {
collapsed: boolean
}
_('Filter')
_('Ungrouped')
/** @hidden */
@@ -79,11 +78,7 @@ export class ProfilesSettingsTabComponent extends BaseComponent {
}
profile.isBuiltin = false
profile.isTemplate = false
const result = await this.showProfileEditModal(profile)
if (!result) {
return
}
Object.assign(profile, result)
await this.showProfileEditModal(profile)
if (!profile.name) {
const cfgProxy = this.profilesService.getConfigProxyForProfile(profile)
profile.name = this.profilesService.providerForProfile(profile)?.getSuggestedName(cfgProxy) ?? this.translate.instant('{name} copy', base)
@@ -94,15 +89,11 @@ export class ProfilesSettingsTabComponent extends BaseComponent {
}
async editProfile (profile: PartialProfile<Profile>): Promise<void> {
const result = await this.showProfileEditModal(profile)
if (!result) {
return
}
Object.assign(profile, result)
await this.showProfileEditModal(profile)
await this.config.save()
}
async showProfileEditModal (profile: PartialProfile<Profile>): Promise<PartialProfile<Profile>|null> {
async showProfileEditModal (profile: PartialProfile<Profile>): Promise<void> {
const modal = this.ngbModal.open(
EditProfileModalComponent,
{ size: 'lg' },
@@ -116,7 +107,7 @@ export class ProfilesSettingsTabComponent extends BaseComponent {
const result = await modal.result.catch(() => null)
if (!result) {
return null
return
}
// Fully replace the config
@@ -124,9 +115,9 @@ export class ProfilesSettingsTabComponent extends BaseComponent {
// eslint-disable-next-line @typescript-eslint/no-dynamic-delete
delete profile[k]
}
Object.assign(profile, result)
result.type = provider.id
return result
profile.type = provider.id
}
async deleteProfile (profile: PartialProfile<Profile>): Promise<void> {
@@ -243,10 +234,10 @@ export class ProfilesSettingsTabComponent extends BaseComponent {
getTypeLabel (profile: PartialProfile<Profile>): string {
const name = this.profilesService.providerForProfile(profile)?.name
if (name === 'Local terminal') {
if (name === this.translate.instant('Local terminal')) {
return ''
}
return name ? this.translate.instant(name) : this.translate.instant('Unknown')
return name ?? this.translate.instant('Unknown')
}
getTypeColorClass (profile: PartialProfile<Profile>): string {

View File

@@ -69,8 +69,7 @@
.form-line
.header
.title(translate) Language
a.description((click)='homeBase.openTranslations()')
span(translate) Help translate Tabby
a.description(translate, (click)='homeBase.openTranslations()') Help translate Tabby
i.fas.fa-external-link-square-alt.ml-1
select.form-control([(ngModel)]='config.store.language', (ngModelChange)='saveConfiguration(true)')
option([ngValue]='null', translate) Automatic

View File

@@ -319,15 +319,6 @@ h3.mt-4(translate) Panes
step='0.05'
)
.form-line()
.header
.title(translate) Focus follows mouse
.description(translate) Moving the mouse over an inactive pane will cause it to activate
toggle(
[(ngModel)]='config.store.terminal.focusFollowsMouse',
(ngModelChange)='config.save(); config.requestRestart()'
)
h3.mt-4(translate) Hacks
.form-line

View File

@@ -17,16 +17,6 @@
button.btn.btn-link.btn-close((click)='close()') !{require('../../../tabby-core/src/icons/times.svg')}
.body(dropZone, (transfer)='uploadOne($event)')
a.alert.alert-info.d-flex.align-items-center(
*ngIf='shouldShowCWDTip && !cwdDetectionAvailable',
(click)='platform.openExternal("https://tabby.sh/go/cwd-detection")'
)
.mr-auto
strong(translate) Working directory detection
div(translate) Learn how to allow Tabby to detect remote shell's working directory.
button.close((click)='dismissCWDTip()')
i.fas.fa-close
div(*ngIf='!sftp', translate) Connecting
div(*ngIf='sftp')
div(*ngIf='fileList === null', translate) Loading

View File

@@ -26,12 +26,11 @@ export class SFTPPanelComponent {
@Input() path = '/'
@Output() pathChange = new EventEmitter<string>()
pathSegments: PathSegment[] = []
@Input() cwdDetectionAvailable = false
constructor (
private ngbModal: NgbModal,
private platform: PlatformService,
private notifications: NotificationsService,
public platform: PlatformService,
@Optional() @Inject(SFTPContextMenuItemProvider) protected contextMenuProviders: SFTPContextMenuItemProvider[],
) {
this.contextMenuProviders.sort((a, b) => a.weight - b.weight)
@@ -174,14 +173,6 @@ export class SFTPPanelComponent {
this.platform.popupContextMenu(await this.buildContextMenu(item), event)
}
get shouldShowCWDTip (): boolean {
return !window.localStorage.sshCWDTipDismissed
}
dismissCWDTip (): void {
window.localStorage.sshCWDTipDismissed = 'true'
}
close (): void {
this.closed.emit()
}

View File

@@ -36,12 +36,11 @@ terminal-toolbar([tab]='this')
sftp-panel.bg-dark(
@panelSlide,
[@.disabled]='!config.store.accessibility.animations',
[@.disabled]='!config.store.accessibility.animations'
[(path)]='sftpPath',
*ngIf='sftpPanelVisible',
(click)='$event.stopPropagation()',
[session]='sshSession',
[cwdDetectionAvailable]='session?.supportsWorkingDirectory()',
(closed)='sftpPanelVisible = false'
)

View File

@@ -1,6 +1,6 @@
{
"name": "tabby-terminal",
"version": "1.0.171-nightly.4",
"version": "1.0.171-nightly.3",
"description": "Tabby's terminal emulation core",
"keywords": [
"tabby-builtin-plugin"
@@ -26,9 +26,8 @@
"ngx-colors": "^3.0.4",
"ps-node": "^0.1.6",
"runes": "^0.4.2",
"xterm": "npm:@tabby-gang/xterm@^4.19.0-beta.4",
"xterm": "npm:@tabby-gang/xterm@^4.19.0-beta.2",
"xterm-addon-fit": "^0.6.0-beta.8",
"xterm-addon-image": "^0.1.0",
"xterm-addon-ligatures": "^0.6.0-beta.14",
"xterm-addon-search": "^0.9.0-beta.18",
"xterm-addon-serialize": "^0.7.0-beta.12",

View File

@@ -138,11 +138,9 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
},
})
private spinnerActive = false
private spinnerPaused = false
private toolbarRevealTimeout = new ResettableTimeout(() => {
this.revealToolbar = false
}, 1000)
private frontendWriteLock = Promise.resolve()
get input$ (): Observable<Buffer> {
if (!this.frontend) {
@@ -246,11 +244,6 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
}[this.hostApp.platform])
})
break
case 'delete-line':
this.forEachFocusedTerminalPane(tab => {
tab.sendInput('\x1bw')
})
break
case 'delete-previous-word':
this.forEachFocusedTerminalPane(tab => {
tab.sendInput('\x1b\x7f')
@@ -413,13 +406,13 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
/**
* Feeds input into the terminal frontend
*/
async write (data: string): Promise<void> {
this.frontendWriteLock = this.frontendWriteLock.then(() =>
this.withSpinnerPaused(() => this.writeRaw(data)))
await this.frontendWriteLock
write (data: string): void {
this.withSpinnerPaused(() => {
this.writeRaw(data)
})
}
protected async writeRaw (data: string): Promise<void> {
protected writeRaw (data: string): void {
if (!this.frontend) {
throw new Error('Frontend not ready')
}
@@ -436,7 +429,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
}
}
await this.frontend.write(data)
this.frontend.write(data)
}
async paste (): Promise<void> {
@@ -761,17 +754,17 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
}
protected startSpinner (text?: string): void {
if (this.spinnerActive || this.spinnerPaused) {
if (this.spinnerActive) {
return
}
if (text) {
this.spinner.text = text
}
this.spinner.setSpinnerString(6)
this.spinnerActive = true
this.zone.runOutsideAngular(() => {
this.spinner.start()
})
this.spinnerActive = true
}
protected stopSpinner (): void {
@@ -782,20 +775,12 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
this.spinnerActive = false
}
protected async withSpinnerPaused (work: () => any): Promise<void> {
this.spinnerPaused = true
if (this.spinnerActive) {
this.spinner.stop(true)
}
try {
await work()
} finally {
this.spinnerPaused = false
if (this.spinnerActive) {
this.zone.runOutsideAngular(() => {
this.spinner.start()
})
}
protected withSpinnerPaused (work: () => void): void {
const wasActive = this.spinnerActive
this.stopSpinner()
work()
if (wasActive) {
this.startSpinner()
}
}

View File

@@ -9,6 +9,4 @@ export interface TerminalColorScheme {
background: string
cursor: string
colors: string[]
selection?: string
selectionForeground?: string
}

View File

@@ -8,6 +8,7 @@ h3.mb-3(translate) Appearance
.input-group.w-75
input.form-control.w-75(
type='text',
[showHint]='true',
[ngbTypeahead]='fontAutocomplete',
[(ngModel)]='config.store.terminal.font',
(ngModelChange)='config.save()',

View File

@@ -46,18 +46,6 @@
title='CA',
hint='Block cursor foreground'
)
color-picker(
[(model)]='config.store.terminal.colorScheme.selection',
(modelChange)='config.save()',
title='SB',
hint='Selection background'
)
color-picker(
[(model)]='config.store.terminal.colorScheme.selectionForeground',
(modelChange)='config.save()',
title='SF',
hint='Selection foreground'
)
color-picker(
*ngFor='let _ of config.store.terminal.colorScheme.colors; let idx = index; trackBy: colorsTrackBy',
[(model)]='config.store.terminal.colorScheme.colors[idx]',

View File

@@ -1,7 +1,6 @@
:host {
position: fixed;
width: 600px;
max-width: 80vw;
right: 40px;
z-index: 5;
border-radius: 0 0 5px 5px;

View File

@@ -31,15 +31,6 @@ div
(ngModelChange)='config.save()'
)
.form-line
.header
.title(translate) Sixel graphics support (experimental)
.description(translate) Display images via Sixel escape sequences
toggle(
[(ngModel)]='config.store.terminal.sixel',
(ngModelChange)='config.save(); config.requestRestart()'
)
div.mt-4
h3(translate) Keyboard

View File

@@ -68,7 +68,6 @@ export class TerminalConfigProvider extends ConfigProvider {
detectProgress: true,
scrollbackLines: 25000,
drawBoldTextInBrightColors: true,
sixel: true,
},
}
@@ -105,7 +104,6 @@ export class TerminalConfigProvider extends ConfigProvider {
'previous-word': ['⌥-Left'],
'next-word': ['⌥-Right'],
'delete-previous-word': ['⌥-Backspace'],
'delete-line': ['⌘-Backspace'],
'delete-next-word': ['⌥-Delete'],
search: [
'⌘-F',
@@ -149,7 +147,6 @@ export class TerminalConfigProvider extends ConfigProvider {
'previous-word': ['Ctrl-Left'],
'next-word': ['Ctrl-Right'],
'delete-previous-word': ['Ctrl-Backspace'],
'delete-line': ['Ctrl-Shift-Backspace'],
'delete-next-word': ['Ctrl-Delete'],
search: [
'Ctrl-Shift-F',
@@ -191,7 +188,6 @@ export class TerminalConfigProvider extends ConfigProvider {
'previous-word': ['Ctrl-Left'],
'next-word': ['Ctrl-Right'],
'delete-previous-word': ['Ctrl-Backspace'],
'delete-line': ['Ctrl-Shift-Backspace'],
'delete-next-word': ['Ctrl-Delete'],
search: [
'Ctrl-Shift-F',

View File

@@ -121,7 +121,7 @@ export class DebugDecorator extends TerminalDecorator {
private async doLoadOutput (terminal: BaseTerminalTabComponent) {
const data = await this.loadFile()
if (data) {
await terminal.frontend?.write(data)
terminal.frontend?.write(data)
}
}
@@ -131,7 +131,7 @@ export class DebugDecorator extends TerminalDecorator {
if (data.startsWith('`')) {
data = data.substring(3, data.length - 3)
}
await terminal.frontend?.write(JSON.parse(data))
terminal.frontend?.write(JSON.parse(data))
}
}
}

View File

@@ -72,7 +72,7 @@ export abstract class Frontend {
abstract selectAll (): void
abstract clearSelection (): void
abstract focus (): void
abstract write (data: string): Promise<void>
abstract write (data: string): void
abstract clear (): void
abstract visualBell (): void
abstract scrollToBottom (): void

View File

@@ -14,8 +14,7 @@
}
.xterm-decoration-overview-ruler {
right: 1px;
pointer-events: none;
right: 6px;
}
.xterm-find-result-decoration {
@@ -27,8 +26,3 @@
outline: 2px solid yellow;
backdrop-filter: contrast(2);
}
.xterm-find-active-result-decoration {
backdrop-filter: contrast(4);
outline-width: 2px !important;
}

View File

@@ -1,7 +1,7 @@
import { BehaviorSubject, filter, firstValueFrom, takeUntil } from 'rxjs'
import { Injector } from '@angular/core'
import { ConfigService, getCSSFontFamily, HostAppService, HotkeysService, Platform, PlatformService } from 'tabby-core'
import { Frontend, SearchOptions, SearchState } from './frontend'
import { takeUntil } from 'rxjs'
import { Terminal, ITheme } from 'xterm'
import { FitAddon } from 'xterm-addon-fit'
import { LigaturesAddon } from 'xterm-addon-ligatures'
@@ -9,7 +9,6 @@ import { ISearchOptions, SearchAddon } from 'xterm-addon-search'
import { WebglAddon } from 'xterm-addon-webgl'
import { Unicode11Addon } from 'xterm-addon-unicode11'
import { SerializeAddon } from 'xterm-addon-serialize'
import { ImageAddon } from 'xterm-addon-image'
import './xterm.css'
import deepEqual from 'deep-equal'
import { Attributes } from 'xterm/src/common/buffer/Constants'
@@ -21,41 +20,6 @@ const COLOR_NAMES = [
'brightBlack', 'brightRed', 'brightGreen', 'brightYellow', 'brightBlue', 'brightMagenta', 'brightCyan', 'brightWhite',
]
class FlowControl {
private blocked = false
private blocked$ = new BehaviorSubject<boolean>(false)
private pendingCallbacks = 0
private lowWatermark = 5
private highWatermark = 10
private bytesWritten = 0
private bytesThreshold = 1024 * 128
constructor (private xterm: Terminal) { }
async write (data: string) {
if (this.blocked) {
await firstValueFrom(this.blocked$.pipe(filter(x => !x)))
}
this.bytesWritten += data.length
if (this.bytesWritten > this.bytesThreshold) {
this.pendingCallbacks++
if (this.pendingCallbacks > this.highWatermark) {
this.blocked = true
this.blocked$.next(true)
}
this.xterm.write(data, () => {
this.pendingCallbacks--
if (this.pendingCallbacks < this.lowWatermark) {
this.blocked = false
this.blocked$.next(false)
}
})
} else {
this.xterm.write(data)
}
}
}
/** @hidden */
export class XTermFrontend extends Frontend {
enableResizing = true
@@ -77,7 +41,6 @@ export class XTermFrontend extends Frontend {
private webGLAddon?: WebglAddon
private opened = false
private resizeObserver?: any
private flowControl: FlowControl
private configService: ConfigService
private hotkeysService: HotkeysService
@@ -96,7 +59,6 @@ export class XTermFrontend extends Frontend {
overviewRulerWidth: 8,
windowsMode: process.platform === 'win32',
})
this.flowControl = new FlowControl(this.xterm)
this.xtermCore = this.xterm['_core']
this.xterm.onBinary(data => {
@@ -125,17 +87,6 @@ export class XTermFrontend extends Frontend {
this.xterm.loadAddon(new Unicode11Addon())
this.xterm.unicode.activeVersion = '11'
if (this.configService.store.terminal.sixel) {
this.xterm.loadAddon(new ImageAddon(
URL.createObjectURL(
new Blob(
[require('xterm-addon-image/lib/xterm-addon-image-worker.js')],
{ type: 'application/javascript' },
),
),
))
}
const keyboardEventHandler = (name: string, event: KeyboardEvent) => {
if (this.isAlternateScreenActive()) {
let modifiers = 0
@@ -296,8 +247,8 @@ export class XTermFrontend extends Frontend {
setTimeout(() => this.xterm.focus())
}
async write (data: string): Promise<void> {
await this.flowControl.write(data)
write (data: string): void {
this.xterm.write(data)
}
clear (): void {
@@ -353,7 +304,6 @@ export class XTermFrontend extends Frontend {
const theme: ITheme = {
foreground: config.terminal.colorScheme.foreground,
selection: config.terminal.colorScheme.selection || '#88888888',
selectionForeground: config.terminal.colorScheme.selectionForeground || undefined,
background: config.terminal.background === 'colorScheme' ? config.terminal.colorScheme.background : '#00000000',
cursor: config.terminal.colorScheme.cursor,
cursorAccent: config.terminal.colorScheme.cursorAccent,

View File

@@ -33,10 +33,6 @@ export class TerminalHotkeyProvider extends HotkeyProvider {
id: 'delete-previous-word',
name: this.translate.instant('Delete previous word'),
},
{
id: 'delete-line',
name: this.translate.instant('Delete entire line'),
},
{
id: 'delete-next-word',
name: this.translate.instant('Delete next word'),

View File

@@ -5,11 +5,5 @@ module.exports = config({
externals: [
'opentype.js',
],
rules: [
{
test: /lib[\\/]xterm-addon-image-worker.js$/i,
type: 'asset/source',
},
],
})
module.exports.resolve.modules.push('node_modules/xterm/src')

View File

@@ -158,14 +158,9 @@ xtend@^4.0.0:
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
xterm-addon-fit@^0.6.0-beta.8:
version "0.6.0-beta.9"
resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.6.0-beta.9.tgz#55d550b7e8f3b90ee0781fdddf876b8502a31540"
integrity sha512-QrlwItVFiapkiJ2YL2rj2drtOvFmr8luDyV286MCrVSK4iGxSnsOdT+NcjeNig1lqYmy5FAo8iuP4FPY//NDog==
xterm-addon-image@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/xterm-addon-image/-/xterm-addon-image-0.1.0.tgz#ead96aa224f5fcbfb45da2907f02368fe92985e6"
integrity sha512-xMvcEQ2rVUIXbbj5BRhznrZU24CRaMiSo8l2HH/E1FeE+G+KKduoF6mwja856/n4ekZ7K0ALZmmyDsbZODhDqQ==
version "0.6.0-beta.8"
resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.6.0-beta.8.tgz#d1df80c146ee63a8bcb135e5337dba84fa87d753"
integrity sha512-T3bmdIXg019PQnJ7tMx81YUOW8Tjzw6ZB+ejWGNMsgYauFtgXTBAmdXzJ4dDJTlWDW18SHId+O6EmGzC77c44g==
xterm-addon-ligatures@^0.6.0-beta.14:
version "0.6.0-beta.14"
@@ -176,9 +171,9 @@ xterm-addon-ligatures@^0.6.0-beta.14:
font-ligatures "^1.4.1"
xterm-addon-search@^0.9.0-beta.18:
version "0.9.0-beta.37"
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.9.0-beta.37.tgz#84a020f03b2cacc5afac78ca6ff2f1eb86fb6710"
integrity sha512-bfeFgKJkDYyIgqpWiV1oWYqDiTo+SHTeIPEbpOfxDr97pc3PtDF1Tyd79PrvJNfoxaV3VMUo//UEOy4D+KY9OQ==
version "0.9.0-beta.21"
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.9.0-beta.21.tgz#5348fe25676cdd89ce3be52ae62a316b6f266176"
integrity sha512-jh6kfRCpWRvZZkV9QghFYesSYHjybaLNEyYAD6uilZYfNHoGLa0zPgUkLOqoECL7K6rhBmSYOkKbc9MG4wNFMQ==
xterm-addon-serialize@^0.7.0-beta.12:
version "0.7.0-beta.12"
@@ -191,14 +186,14 @@ xterm-addon-unicode11@^0.4.0-beta.3:
integrity sha512-FryZAVwbUjKTmwXnm1trch/2XO60F5JsDvOkZhzobV1hm10sFLVuZpFyHXiUx7TFeeFsvNP+S77LAtWoeT5z+Q==
xterm-addon-webgl@^0.12.0-beta.27:
version "0.12.0-beta.36"
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.12.0-beta.36.tgz#460f80829a78c979a448d5b764699af3f0366ff1"
integrity sha512-sgX7OHSGZQZE5b4xtPqd/5NEcll0Z+00tnTVxKZlXf5XEENcG0tnBF4I4f+k9K3cmjE1UIUVG2yYPrqWlYCdpA==
version "0.12.0-beta.28"
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.12.0-beta.28.tgz#252f88fd15816c23789659a0e2545682cf1eec9c"
integrity sha512-xpqZRYlyv+aNdDl46W2Hi2fxakNvdJDmWhOwGHPjOmex+kOYdBvVn4rRZmJ7xrKFuQVOfzb3SQCmpZ/njCpBJA==
"xterm@npm:@tabby-gang/xterm@^4.19.0-beta.4":
version "4.19.0-beta.5"
resolved "https://registry.yarnpkg.com/@tabby-gang/xterm/-/xterm-4.19.0-beta.5.tgz#aa7a4509148a31ac4e4e55475c950f8572616899"
integrity sha512-8Vn92qMHDT2Q8TLPTFqalbwdS8ev3AmtLfPs2PRoMlJA/XzrcGUD5BNuAau5bn9lF5iEueX1gYqsJxzk5aYDbQ==
"xterm@npm:@tabby-gang/xterm@^4.19.0-beta.2":
version "4.19.0-beta.2"
resolved "https://registry.yarnpkg.com/@tabby-gang/xterm/-/xterm-4.19.0-beta.2.tgz#ffac3b0e776130f96ed860c8d44b30328d08ef62"
integrity sha512-6V4xlCFfvZ3SXy+fQL4n0rn/gyil5sThvVz6FSbfSVIHCY14JGiWt/7ouZwm3V4kdEgWmsf2P9KjR15YqVjECg==
yallist@^4.0.0:
version "4.0.0"

View File

@@ -56,7 +56,7 @@ module.exports = options => {
{
test: /\.js$/,
enforce: 'pre',
use: {
use: {
loader: 'source-map-loader',
options: {
filterSourceMappingUrl: (url, resourcePath) => {

393
yarn.lock
View File

@@ -161,10 +161,10 @@
global-agent "^3.0.0"
global-tunnel-ng "^2.7.1"
"@electron/universal@1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@electron/universal/-/universal-1.2.1.tgz#3c2c4ff37063a4e9ab1e6ff57db0bc619bc82339"
integrity sha512-7323HyMh7KBAl/nPDppdLsC87G6RwRU02dy5FPeGB1eS7rUePh55+WNWiDPLhFQqqVPHzh77M69uhmoT8XnwMQ==
"@electron/universal@1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@electron/universal/-/universal-1.2.0.tgz#518cac72bccd79c00bf41345119e6fdbabdb871d"
integrity sha512-eu20BwNsrMPKoe2bZ3/l9c78LclDvxg3PlVXrQf3L50NaUuW5M59gbPytI+V4z7/QMrohUHetQaU0ou+p1UG9Q==
dependencies:
"@malept/cross-spawn-promise" "^1.1.0"
asar "^3.1.0"
@@ -1044,36 +1044,35 @@ app-builder-bin@4.0.0:
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-4.0.0.tgz#1df8e654bd1395e4a319d82545c98667d7eed2f0"
integrity sha512-xwdG0FJPQMe0M0UA4Tz0zEB8rBJTRA5a476ZawAqiBkMv16GRK5xpXThOjMaEOFnZ6zabejjG4J3da0SXG63KA==
app-builder-lib@23.0.9:
version "23.0.9"
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-23.0.9.tgz#c429299b12bf2210f30dfd671b38869bbc5917b7"
integrity sha512-2JboeCVrL+PksZ7IHp2teXbMUBnlucc3LhKGV+irxEA0l36bHs939AVtcaiATqyGnJcZkRdaB6TDd7SZfu+pxQ==
app-builder-lib@23.0.3:
version "23.0.3"
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-23.0.3.tgz#44c90237abdc4ad9b34a24658bee022828ad6205"
integrity sha512-1qrtXYHXJfXhzJnMtVGjIva3067F1qYQubl2oBjI61gCBoCHvhghdYJ57XxXTQQ0VxnUhg1/Iaez87uXp8mD8w==
dependencies:
"7zip-bin" "~5.1.1"
"@develar/schema-utils" "~2.6.5"
"@electron/universal" "1.2.1"
"@electron/universal" "1.2.0"
"@malept/flatpak-bundler" "^0.4.0"
async-exit-hook "^2.0.1"
bluebird-lst "^1.0.9"
builder-util "23.0.9"
builder-util-runtime "9.0.2"
builder-util "23.0.2"
builder-util-runtime "9.0.0"
chromium-pickle-js "^0.2.0"
debug "^4.3.4"
ejs "^3.1.7"
debug "^4.3.2"
ejs "^3.1.6"
electron-osx-sign "^0.6.0"
electron-publish "23.0.9"
electron-publish "23.0.2"
form-data "^4.0.0"
fs-extra "^10.1.0"
hosted-git-info "^4.1.0"
fs-extra "^10.0.0"
hosted-git-info "^4.0.2"
is-ci "^3.0.0"
isbinaryfile "^4.0.10"
isbinaryfile "^4.0.8"
js-yaml "^4.1.0"
lazy-val "^1.0.5"
minimatch "^3.1.2"
minimatch "^3.0.4"
read-config-file "6.2.0"
sanitize-filename "^1.6.3"
semver "^7.3.7"
tar "^6.1.11"
semver "^7.3.5"
temp-file "^3.4.0"
apply-loader@2.0.0:
@@ -1111,14 +1110,6 @@ are-we-there-yet@^2.0.0:
delegates "^1.0.0"
readable-stream "^3.6.0"
are-we-there-yet@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.0.tgz#ba20bd6b553e31d62fc8c31bd23d22b95734390d"
integrity sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==
dependencies:
delegates "^1.0.0"
readable-stream "^3.6.0"
are-we-there-yet@~1.1.2:
version "1.1.5"
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
@@ -1235,10 +1226,10 @@ async-foreach@^0.1.3:
resolved "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz"
integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=
async@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
async@0.9.x:
version "0.9.2"
resolved "https://registry.npmjs.org/async/-/async-0.9.2.tgz"
integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=
asynckit@^0.4.0:
version "0.4.0"
@@ -1275,13 +1266,12 @@ aws4@^1.2.1, aws4@^1.8.0:
resolved "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz"
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
axios@^0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
axios@^0.26.1:
version "0.26.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
dependencies:
follow-redirects "^1.14.9"
form-data "^4.0.0"
follow-redirects "^1.14.8"
babel-runtime@^6.26.0:
version "6.26.0"
@@ -1558,28 +1548,28 @@ buildcheck@0.0.3:
resolved "https://registry.yarnpkg.com/buildcheck/-/buildcheck-0.0.3.tgz#70451897a95d80f7807e68fc412eb2e7e35ff4d5"
integrity sha512-pziaA+p/wdVImfcbsZLNF32EiWyujlQLwolMqUQE8xpKNOH7KmZQaY8sXN7DGOEzPAElo9QTaeNRfGnf3iOJbA==
builder-util-runtime@9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.0.2.tgz#dc54f8581bbcf1e0428da4483fa46d09524be857"
integrity sha512-xF55W/8mgfT6+sMbX0TeiJkTusA5GMOzckM4rajN4KirFcUIuLTH8oEaTYmM86YwVCZaTwa/7GyFhauXaEICwA==
builder-util-runtime@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.0.0.tgz#3a40ba7382712ccdb24471567f91d7c167e00830"
integrity sha512-SkpEtSmTkREDHRJnxKEv43aAYp8sYWY8fxYBhGLBLOBIRXeaIp6Kv3lBgSD7uR8jQtC7CA659sqJrpSV6zNvSA==
dependencies:
debug "^4.3.4"
debug "^4.3.2"
sax "^1.2.4"
builder-util@23.0.9:
version "23.0.9"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-23.0.9.tgz#8b1aeeeee679060e39ad2bd0f50f5b3f3cb53a59"
integrity sha512-ccPFwI1Sex4yLt8R3LI+H07p2jHICKwEWtxkFkb6jiU/g/VJnF1wazW7I1oMcCFcPTEl30GhqoRv9rfDD9VAiQ==
builder-util@23.0.2:
version "23.0.2"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-23.0.2.tgz#da84a971076397e3a671726f4bb96f0c2214fea7"
integrity sha512-HaNHL3axNW/Ms8O1mDx3I07G+ZnZ/TKSWWvorOAPau128cdt9S+lNx5ocbx8deSaHHX4WFXSZVHh3mxlaKJNgg==
dependencies:
"7zip-bin" "~5.1.1"
"@types/debug" "^4.1.6"
"@types/fs-extra" "^9.0.11"
app-builder-bin "4.0.0"
bluebird-lst "^1.0.9"
builder-util-runtime "9.0.2"
builder-util-runtime "9.0.0"
chalk "^4.1.1"
cross-spawn "^7.0.3"
debug "^4.3.4"
debug "^4.3.2"
fs-extra "^10.0.0"
http-proxy-agent "^5.0.0"
https-proxy-agent "^5.0.0"
@@ -1771,7 +1761,7 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1870,13 +1860,13 @@ cli-spinners@^2.4.0:
resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.5.0.tgz"
integrity sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ==
cli-truncate@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7"
integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==
cli-truncate@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-1.1.0.tgz"
integrity sha512-bAtZo0u82gCfaAGfSNxUdTI9mNyza7D8w4CVCcaOsy7sgwDzvx6ekr6cuWJqY3UGzgnQ1+4wgENup5eIhgxEYA==
dependencies:
slice-ansi "^3.0.0"
string-width "^4.2.0"
slice-ansi "^1.0.0"
string-width "^2.0.0"
cliui@^4.0.0:
version "4.1.0"
@@ -1968,7 +1958,7 @@ color-name@~1.1.4:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
color-support@^1.1.2, color-support@^1.1.3:
color-support@^1.1.2:
version "1.1.3"
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
@@ -2336,7 +2326,7 @@ debug@3.1.0:
dependencies:
ms "2.0.0"
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
version "4.3.2"
resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz"
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -2357,13 +2347,6 @@ debug@^3.0.0, debug@^3.1.0:
dependencies:
ms "^2.1.1"
debug@^4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
dependencies:
ms "2.1.2"
debuglog@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz"
@@ -2506,31 +2489,32 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"
dmg-builder@23.0.9:
version "23.0.9"
resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-23.0.9.tgz#ee509dba5631057a65e3d78434a8736179b2093a"
integrity sha512-a9mq85K31czOjso+T0aN9pWlmydzhehapU+ussFMD5FwD3l3JCK2ILlRfXuR3penbZT6LKCHuQFDIaZvsusY1w==
dmg-builder@23.0.3:
version "23.0.3"
resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-23.0.3.tgz#ea94bc76fcd94612641580f3c6ae42c3f07f3fee"
integrity sha512-mBYrHHnSM5PC656TDE+xTGmXIuWHAGmmRfyM+dV0kP+AxtwPof4pAXNQ8COd0/exZQ4dqf72FiPS3B9G9aB5IA==
dependencies:
app-builder-lib "23.0.9"
builder-util "23.0.9"
builder-util-runtime "9.0.2"
app-builder-lib "23.0.3"
builder-util "23.0.2"
builder-util-runtime "9.0.0"
fs-extra "^10.0.0"
iconv-lite "^0.6.2"
js-yaml "^4.1.0"
optionalDependencies:
dmg-license "^1.0.11"
dmg-license "^1.0.9"
dmg-license@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/dmg-license/-/dmg-license-1.0.11.tgz#7b3bc3745d1b52be7506b4ee80cb61df6e4cd79a"
integrity sha512-ZdzmqwKmECOWJpqefloC5OJy1+WZBBse5+MR88z9g9Zn4VY+WYUkAyojmhzJckH5YbbZGcYIuGAkY5/Ys5OM2Q==
dmg-license@^1.0.9:
version "1.0.9"
resolved "https://registry.yarnpkg.com/dmg-license/-/dmg-license-1.0.9.tgz#a2fb8d692af0e30b0730b5afc91ed9edc2d9cb4f"
integrity sha512-Rq6qMDaDou2+aPN2SYy0x7LDznoJ/XaG6oDcH5wXUp+WRWQMUYE6eM+F+nex+/LSXOp1uw4HLFoed0YbfU8R/Q==
dependencies:
"@types/plist" "^3.0.1"
"@types/verror" "^1.10.3"
ajv "^6.10.0"
cli-truncate "^1.1.0"
crc "^3.8.0"
iconv-corefoundation "^1.1.7"
plist "^3.0.4"
iconv-corefoundation "^1.1.6"
plist "^3.0.1"
smart-buffer "^4.0.2"
verror "^1.10.0"
@@ -2616,24 +2600,24 @@ editor@~1.0.0:
resolved "https://registry.npmjs.org/editor/-/editor-1.0.0.tgz"
integrity sha1-YMf4e9YrzGqJT6jM1q+3gjok90I=
ejs@^3.1.7:
version "3.1.8"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b"
integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==
ejs@^3.1.6:
version "3.1.6"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.6.tgz#5bfd0a0689743bb5268b3550cceeebbc1702822a"
integrity sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==
dependencies:
jake "^10.8.5"
jake "^10.6.1"
electron-builder@^23.0.9:
version "23.0.9"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-23.0.9.tgz#b181cbee1584d5c5c2eedfb6bc0348e6660600d3"
integrity sha512-qeAbUfgVOBMjrDfGaTDsM2wuiPsISbADKLaMM27HAeVTjs6o4UuUFl+DzDVPal3v61W6nAB9kvBTeU9RZ/jH7g==
electron-builder@^23.0.3:
version "23.0.3"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-23.0.3.tgz#16264a0d8e3d40da1467bcc8ef7917538b54a3bc"
integrity sha512-0lnTsljAgcOMuIiOjPcoFf+WxOOe/O04hZPgIvvUBXIbz3kolbNu0Xdch1f5WuQ40NdeZI7oqs8Eo395PcuGHQ==
dependencies:
"@types/yargs" "^17.0.1"
app-builder-lib "23.0.9"
builder-util "23.0.9"
builder-util-runtime "9.0.2"
app-builder-lib "23.0.3"
builder-util "23.0.2"
builder-util-runtime "9.0.0"
chalk "^4.1.1"
dmg-builder "23.0.9"
dmg-builder "23.0.3"
fs-extra "^10.0.0"
is-ci "^3.0.0"
lazy-val "^1.0.5"
@@ -2744,14 +2728,14 @@ electron-osx-sign@^0.6.0:
minimist "^1.2.0"
plist "^3.0.1"
electron-publish@23.0.9:
version "23.0.9"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-23.0.9.tgz#5b098dafab5d830b7c8bcd18b5a499164c51fa6b"
integrity sha512-afr2z6L07/elgDX+6I/G/0vzXOP6xYUd/aXx9tnTPSVZ/3AuvCegHrKiuh8sKYHmzoAcNGXe3ikISYIu961IfA==
electron-publish@23.0.2:
version "23.0.2"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-23.0.2.tgz#aa11419ae57b847df4beb63b95e2b2a43161957c"
integrity sha512-8gMYgWqv96lc83FCm85wd+tEyxNTJQK7WKyPkNkO8GxModZqt1GO8S+/vAnFGxilS/7vsrVRXFfqiCDUCSuxEg==
dependencies:
"@types/fs-extra" "^9.0.11"
builder-util "23.0.9"
builder-util-runtime "9.0.2"
builder-util "23.0.2"
builder-util-runtime "9.0.0"
chalk "^4.1.1"
fs-extra "^10.0.0"
lazy-val "^1.0.5"
@@ -2782,10 +2766,10 @@ electron-to-chromium@^1.3.723:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.736.tgz#f632d900a1f788dab22fec9c62ec5c9c8f0c4052"
integrity sha512-DY8dA7gR51MSo66DqitEQoUMQ0Z+A2DSXFi7tK304bdTVqczCAfUuyQw6Wdg8hIoo5zIxkU1L24RQtUce1Ioig==
electron@18.2.4:
version "18.2.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-18.2.4.tgz#3ea3392f008ea4bdf66b0e3b2e1769e04370323c"
integrity sha512-wSjU2N6kBGyGKb2GgBhujpfKtnmNr+gDaZZ6fMmlVMoPJ+GvuW0Zr1ImKPdb5zPXopPYmaURDSvHuAfSd4oHFA==
electron@18.0.4:
version "18.0.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-18.0.4.tgz#7b9b094db32805d4a7826d9f7a1b376d9d7b9f86"
integrity sha512-xfsozNpFr3WzeM1EFlw2qqiqXbCrgQNBJJMlcC4/DUYVpkF8364SZenX7FFFA42NmwXiOEahkvvho/u7UrAcGg==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^16.11.26"
@@ -2857,10 +2841,10 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:
dependencies:
once "^1.4.0"
enhanced-resolve@^5.0.0, enhanced-resolve@^5.9.3:
version "5.9.3"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz#44a342c012cbc473254af5cc6ae20ebd0aae5d88"
integrity sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==
enhanced-resolve@^5.0.0, enhanced-resolve@^5.9.2:
version "5.9.2"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz#0224dcd6a43389ebfb2d55efee517e5466772dd9"
integrity sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==
dependencies:
graceful-fs "^4.2.4"
tapable "^2.2.0"
@@ -3272,11 +3256,11 @@ file-loader@^6.2.0:
schema-utils "^3.0.0"
filelist@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.3.tgz#448607750376484932f67ef1b9ff07386b036c83"
integrity sha512-LwjCsruLWQULGYKy7TX0OPtrL9kLpojOFKc5VCTxdFTV7w5zbsgqVKfnkKG7Qgjtq50gKfO56hJv88OfcGb70Q==
version "1.0.1"
resolved "https://registry.npmjs.org/filelist/-/filelist-1.0.1.tgz"
integrity sha512-8zSK6Nu0DQIC08mUC46sWGXi+q3GGpKydAG36k+JDba6VRpkevvOWUW5a/PhShij4+vHT9M+ghgG7eM+a9JDUQ==
dependencies:
minimatch "^5.0.1"
minimatch "^3.0.4"
fill-range@^7.0.1:
version "7.0.1"
@@ -3341,7 +3325,7 @@ flush-write-stream@^1.0.0:
inherits "^2.0.1"
readable-stream "^2.0.4"
follow-redirects@^1.14.9:
follow-redirects@^1.14.8:
version "1.14.9"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
@@ -3413,15 +3397,6 @@ fs-extra@^10.0.0:
jsonfile "^6.0.1"
universalify "^2.0.0"
fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"
fs-extra@^4.0.1:
version "4.0.3"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz"
@@ -3541,19 +3516,20 @@ gauge@^3.0.0:
strip-ansi "^3.0.1 || ^4.0.0"
wide-align "^1.1.2"
gauge@^4.0.3:
version "4.0.4"
resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.4.tgz#52ff0652f2bbf607a989793d53b751bef2328dce"
integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==
gauge@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.0.tgz#afba07aa0374a93c6219603b1fb83eaa2264d8f8"
integrity sha512-F8sU45yQpjQjxKkm1UOAhf0U/O0aFt//Fl7hsrNVto+patMHjs7dPI9mFOGUKbhrgKm0S3EjW3scMFuQmWSROw==
dependencies:
ansi-regex "^5.0.1"
aproba "^1.0.3 || ^2.0.0"
color-support "^1.1.3"
console-control-strings "^1.1.0"
color-support "^1.1.2"
console-control-strings "^1.0.0"
has-unicode "^2.0.1"
signal-exit "^3.0.7"
signal-exit "^3.0.0"
string-width "^4.2.3"
strip-ansi "^6.0.1"
wide-align "^1.1.5"
wide-align "^1.1.2"
gauge@~2.7.3:
version "2.7.4"
@@ -3817,10 +3793,10 @@ got@^9.6.0:
to-readable-stream "^1.0.0"
url-parse-lax "^3.0.0"
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.10, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9, graceful-fs@~4.1.11:
version "4.2.10"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9, graceful-fs@~4.1.11:
version "4.2.9"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
"graceful-readlink@>= 1.0.0":
version "1.0.1"
@@ -3994,10 +3970,10 @@ hosted-git-info@^3.0.6:
dependencies:
lru-cache "^6.0.0"
hosted-git-info@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224"
integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
hosted-git-info@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
dependencies:
lru-cache "^6.0.0"
@@ -4112,12 +4088,12 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"
iconv-corefoundation@^1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz#31065e6ab2c9272154c8b0821151e2c88f1b002a"
integrity sha512-T10qvkw0zz4wnm560lOEg0PovVqUXuOFhhHAkixw8/sycy7TJt7v/RrkEKEQnAw2viPSJu6iAkErxnzR0g8PpQ==
iconv-corefoundation@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/iconv-corefoundation/-/iconv-corefoundation-1.1.6.tgz#27c135470237f6f8d13462fa1f5eaf250523c29a"
integrity sha512-1NBe55C75bKGZaY9UHxvXG3G0gEp0ziht7quhuFrW3SPgZDw9HI6qvYXRSV5M/Eupyu8ljuJ6Cba+ec15PZ4Xw==
dependencies:
cli-truncate "^2.1.0"
cli-truncate "^1.1.0"
node-addon-api "^1.6.3"
iconv-lite@^0.6.2, iconv-lite@^0.6.3:
@@ -4619,10 +4595,10 @@ isbinaryfile@^3.0.2:
dependencies:
buffer-alloc "^1.2.0"
isbinaryfile@^4.0.10:
version "4.0.10"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3"
integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==
isbinaryfile@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.8.tgz#5d34b94865bd4946633ecc78a026fc76c5b11fcf"
integrity sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==
isemail@2.x.x:
version "2.2.1"
@@ -4649,13 +4625,13 @@ items@2.x.x:
resolved "https://registry.npmjs.org/items/-/items-2.1.2.tgz"
integrity sha512-kezcEqgB97BGeZZYtX/MA8AG410ptURstvnz5RAgyFZ8wQFPMxHY8GpTq+/ZHKT3frSlIthUq7EvLt9xn3TvXg==
jake@^10.8.5:
version "10.8.5"
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
integrity sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==
jake@^10.6.1:
version "10.8.2"
resolved "https://registry.npmjs.org/jake/-/jake-10.8.2.tgz"
integrity sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==
dependencies:
async "^3.2.3"
chalk "^4.0.2"
async "0.9.x"
chalk "^2.4.2"
filelist "^1.0.1"
minimatch "^3.0.4"
@@ -4733,7 +4709,12 @@ json-loader@^0.5.7:
resolved "https://registry.yarnpkg.com/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d"
integrity sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w==
json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
json-parse-better-errors@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
json-parse-even-better-errors@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
@@ -5339,20 +5320,13 @@ minimalistic-crypto-utils@^1.0.1:
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@~3.0.2:
minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
dependencies:
brace-expansion "^1.1.7"
minimatch@^3.0.4, minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
dependencies:
brace-expansion "^1.1.7"
minimatch@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
@@ -5545,10 +5519,10 @@ no-case@^3.0.4:
lower-case "^2.0.2"
tslib "^2.0.3"
node-abi@^3.0.0, node-abi@^3.15.0, node-abi@^3.5.0:
version "3.15.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.15.0.tgz#cd9ac8c58328129b49998cc6fa16aa5506152716"
integrity sha512-Ic6z/j6I9RLm4ov7npo1I48UQr2BEyFCqh6p7S1dhEx9jPO0GPGq/e2Rb7x7DroQrmiVMz/Bw1vJm9sPAl2nxA==
node-abi@^3.0.0, node-abi@^3.5.0, node-abi@^3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.8.0.tgz#679957dc8e7aa47b0a02589dbfde4f77b29ccb32"
integrity sha512-tzua9qWWi7iW4I42vUPKM+SfaF0vQSLAm4yO5J83mSwB7GeoWrDKC/K+8YCnYNwqP5duwazbw2X9l4m8SC2cUw==
dependencies:
semver "^7.3.5"
@@ -5902,14 +5876,14 @@ npm@5.1.0:
gauge "~2.7.3"
set-blocking "~2.0.0"
npmlog@6.0.2, npmlog@^6.0.0:
version "6.0.2"
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.2.tgz#c8166017a42f2dea92d6453168dd865186a70830"
integrity sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==
npmlog@6.0.0, npmlog@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.0.tgz#ba9ef39413c3d936ea91553db7be49c34ad0520c"
integrity sha512-03ppFRGlsyUaQFbGC2C8QWJN/C/K7PsfyD9aQdhVKAQIH4sQBc8WASqFBP7O+Ut4d2oo5LoeoboB3cGdBZSp6Q==
dependencies:
are-we-there-yet "^3.0.0"
are-we-there-yet "^2.0.0"
console-control-strings "^1.1.0"
gauge "^4.0.3"
gauge "^4.0.0"
set-blocking "^2.0.0"
npmlog@^5.0.0:
@@ -7437,13 +7411,6 @@ semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
dependencies:
lru-cache "^6.0.0"
semver@^7.3.7:
version "7.3.7"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
dependencies:
lru-cache "^6.0.0"
semver@~5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -7552,11 +7519,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
signal-exit@^3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
simple-html-tokenizer@^0.1.1:
version "0.1.1"
resolved "https://registry.npmjs.org/simple-html-tokenizer/-/simple-html-tokenizer-0.1.1.tgz"
@@ -7588,14 +7550,12 @@ slash@^3.0.0:
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
slice-ansi@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"
integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==
slice-ansi@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz"
integrity sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==
dependencies:
ansi-styles "^4.0.0"
astral-regex "^2.0.0"
is-fullwidth-code-point "^3.0.0"
is-fullwidth-code-point "^2.0.0"
slice-ansi@^4.0.0:
version "4.0.0"
@@ -7785,10 +7745,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
ssh2@^1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-1.10.0.tgz#e05d870dfc8e83bc918a2ffb3dcbd4d523472dee"
integrity sha512-OnKAAmf4j8wCRrXXZv3Tp5lCZkLJZtgZbn45ELiShCg27djDQ3XFGvIzuGsIsf4hdHslP+VdhA9BhUQdTdfd9w==
ssh2@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-1.9.0.tgz#3ab8330cec2bb6ba3061052fefb25bc19e36f176"
integrity sha512-rhhIZT0eMPvCBSOG8CpqZZ7gre2vgXaIqmb3Jb83t88rjsxIsFzDanqBJM9Ns8BmP1835A5IbQ199io4EUZwOA==
dependencies:
asn1 "^0.2.4"
bcrypt-pbkdf "^1.0.2"
@@ -7875,15 +7835,6 @@ string-width@^1.0.1:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^4.0.0"
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"
string-width@^3.0.0:
version "3.1.0"
resolved "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz"
@@ -7911,6 +7862,15 @@ string-width@^4.2.0:
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.0"
string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"
string.prototype.trimend@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
@@ -8135,7 +8095,7 @@ tar@^2.0.0, tar@~2.2.1:
fstream "^1.0.12"
inherits "2"
tar@^6.0.2, tar@^6.0.5, tar@^6.1.11, tar@^6.1.2:
tar@^6.0.2, tar@^6.0.5, tar@^6.1.2:
version "6.1.11"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
@@ -8457,10 +8417,10 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
typedoc@^0.22.15:
version "0.22.15"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.15.tgz#c6ad7ed9d017dc2c3a06c9189cb392bd8e2d8c3f"
integrity sha512-CMd1lrqQbFvbx6S9G6fL4HKp3GoIuhujJReWqlIvSb2T26vGai+8Os3Mde7Pn832pXYemd9BMuuYWhFpL5st0Q==
typedoc@^0.22.13:
version "0.22.13"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.13.tgz#d061f8f0fb7c9d686e48814f245bddeea4564e66"
integrity sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==
dependencies:
glob "^7.2.0"
lunr "^2.3.9"
@@ -8771,10 +8731,10 @@ webpack-sources@^3.2.3:
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
webpack@^5.72.1:
version "5.72.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.72.1.tgz#3500fc834b4e9ba573b9f430b2c0a61e1bb57d13"
integrity sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==
webpack@^5.72.0:
version "5.72.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.72.0.tgz#f8bc40d9c6bb489a4b7a8a685101d6022b8b6e28"
integrity sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"
@@ -8785,13 +8745,13 @@ webpack@^5.72.1:
acorn-import-assertions "^1.7.6"
browserslist "^4.14.5"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.9.3"
enhanced-resolve "^5.9.2"
es-module-lexer "^0.9.0"
eslint-scope "5.1.1"
events "^3.2.0"
glob-to-regexp "^0.4.1"
graceful-fs "^4.2.9"
json-parse-even-better-errors "^2.3.1"
json-parse-better-errors "^1.0.2"
loader-runner "^4.2.0"
mime-types "^2.1.27"
neo-async "^2.6.2"
@@ -8875,13 +8835,6 @@ wide-align@^1.1.0, wide-align@^1.1.2:
dependencies:
string-width "^1.0.2 || 2"
wide-align@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
dependencies:
string-width "^1.0.2 || 2 || 3 || 4"
widest-line@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz"