Compare commits

..

10 Commits

Author SHA1 Message Date
allcontributors[bot]
a8c793203e update README.ja-JP.md [skip ci] 2022-11-16 16:27:37 +00:00
allcontributors[bot]
1d22bbc532 update .all-contributorsrc [skip ci] 2022-11-16 16:27:24 +00:00
allcontributors[bot]
c87ebee715 update README.es-ES.md [skip ci] 2022-11-16 16:26:28 +00:00
allcontributors[bot]
9155b29e6f update README.id-ID.md [skip ci] 2022-11-16 16:26:08 +00:00
allcontributors[bot]
75d9f6097e update README.de-DE.md [skip ci] 2022-11-16 16:25:56 +00:00
allcontributors[bot]
a6e0ededed update README.it-IT.md [skip ci] 2022-11-16 16:25:55 +00:00
allcontributors[bot]
c4047db91a update README.ko-KR.md [skip ci] 2022-11-16 16:25:54 +00:00
allcontributors[bot]
54b114b14d update README.ru-RU.md [skip ci] 2022-11-16 16:25:53 +00:00
allcontributors[bot]
183c936216 update README.zh-CN.md [skip ci] 2022-11-16 16:25:52 +00:00
allcontributors[bot]
8818a131ae update README.md [skip ci] 2022-11-16 16:25:51 +00:00
383 changed files with 8573 additions and 11741 deletions

View File

@@ -8,7 +8,6 @@
"README.de-DE.md", "README.de-DE.md",
"README.id-ID.md", "README.id-ID.md",
"README.ja-JP.md", "README.ja-JP.md",
"README.pt-BR.md",
"README.es-ES.md" "README.es-ES.md"
], ],
"imageSize": 100, "imageSize": 100,
@@ -1012,124 +1011,6 @@
"contributions": [ "contributions": [
"doc" "doc"
] ]
},
{
"login": "deulizealand",
"name": "Hendra Juli",
"avatar_url": "https://avatars.githubusercontent.com/u/15981200?v=4",
"profile": "https://t.me/hendrjl",
"contributions": [
"doc"
]
},
{
"login": "wkricowski",
"name": "Wellinton Kricowski",
"avatar_url": "https://avatars.githubusercontent.com/u/36803521?v=4",
"profile": "https://github.com/wkricowski",
"contributions": [
"financial",
"doc"
]
},
{
"login": "almzau",
"name": "Allan",
"avatar_url": "https://avatars.githubusercontent.com/u/29115846?v=4",
"profile": "https://github.com/almzau",
"contributions": [
"design"
]
},
{
"login": "BenjaminBrandmeier",
"name": "Benjamin Brandmeier",
"avatar_url": "https://avatars.githubusercontent.com/u/17959794?v=4",
"profile": "https://oidamo.de",
"contributions": [
"code"
]
},
{
"login": "patric1025",
"name": "patric1025",
"avatar_url": "https://avatars.githubusercontent.com/u/65654040?v=4",
"profile": "https://github.com/patric1025",
"contributions": [
"translation"
]
},
{
"login": "hermitpopcorn",
"name": "hermitpopcorn",
"avatar_url": "https://avatars.githubusercontent.com/u/16042129?v=4",
"profile": "https://github.com/hermitpopcorn",
"contributions": [
"code"
]
},
{
"login": "joshuatz",
"name": "Joshua Tzucker",
"avatar_url": "https://avatars.githubusercontent.com/u/17817563?v=4",
"profile": "https://joshuatz.com/",
"contributions": [
"financial"
]
},
{
"login": "luxifr",
"name": "luxifr",
"avatar_url": "https://avatars.githubusercontent.com/u/665715?v=4",
"profile": "https://github.com/luxifr",
"contributions": [
"financial"
]
},
{
"login": "ukulanne",
"name": "Anne Summers",
"avatar_url": "https://avatars.githubusercontent.com/u/28586666?v=4",
"profile": "https://github.com/ukulanne",
"contributions": [
"financial"
]
},
{
"login": "Clem-Fern",
"name": "Clem",
"avatar_url": "https://avatars.githubusercontent.com/u/20025949?v=4",
"profile": "https://github.com/Clem-Fern",
"contributions": [
"code"
]
},
{
"login": "elizabeth-dev",
"name": "Elizabeth Martín Campos",
"avatar_url": "https://avatars.githubusercontent.com/u/13015727?v=4",
"profile": "https://github.com/elizabeth-dev",
"contributions": [
"code"
]
},
{
"login": "siccous",
"name": "Tomáš Hruška",
"avatar_url": "https://avatars.githubusercontent.com/u/7812885?v=4",
"profile": "https://github.com/siccous",
"contributions": [
"code"
]
},
{
"login": "karaketir16",
"name": "Osman Karaketir",
"avatar_url": "https://avatars.githubusercontent.com/u/27349806?v=4",
"profile": "https://github.com/karaketir16",
"contributions": [
"code"
]
} }
], ],
"contributorsPerLine": 7, "contributorsPerLine": 7,

View File

@@ -1,154 +1,128 @@
settings: parser: '@typescript-eslint/parser'
import/resolver: parserOptions:
typescript: true project:
node: true - tsconfig.json
- '*/tsconfig.typings.json'
extends:
- 'plugin:@typescript-eslint/all'
plugins:
- '@typescript-eslint'
env: env:
browser: true browser: true
es6: true es6: true
node: true node: true
commonjs: true commonjs: true
rules:
overrides: '@typescript-eslint/semi':
- files: '*.mjs' - error
plugins: - never
- 'import' '@typescript-eslint/indent':
parserOptions: - error
sourceType: module - 4
ecmaVersion: latest '@typescript-eslint/explicit-member-accessibility':
- error
- files: '*.ts' - accessibility: no-public
parser: '@typescript-eslint/parser' overrides:
parserOptions: parameterProperties: explicit
project: '@typescript-eslint/no-require-imports': off
- tsconfig.json '@typescript-eslint/no-parameter-properties': off
- '*/tsconfig.typings.json' '@typescript-eslint/explicit-function-return-type': off
extends: '@typescript-eslint/no-explicit-any': off
- 'plugin:@typescript-eslint/all' '@typescript-eslint/no-magic-numbers': off
- plugin:import/recommended '@typescript-eslint/member-delimiter-style': off
- plugin:import/typescript '@typescript-eslint/promise-function-async': off
plugins: '@typescript-eslint/require-array-sort-compare': off
- '@typescript-eslint' '@typescript-eslint/no-floating-promises': off
- 'import' '@typescript-eslint/prefer-readonly': off
rules: '@typescript-eslint/require-await': off
'@typescript-eslint/semi': '@typescript-eslint/strict-boolean-expressions': off
'@typescript-eslint/no-misused-promises':
- error
- checksVoidReturn: false
'@typescript-eslint/typedef': off
'@typescript-eslint/consistent-type-imports': off
'@typescript-eslint/sort-type-union-intersection-members': off
'@typescript-eslint/no-use-before-define':
- error
- classes: false
no-duplicate-imports: error
array-bracket-spacing:
- error
- never
block-scoped-var: error
brace-style: off
'@typescript-eslint/brace-style':
- error
- 1tbs
- allowSingleLine: true
computed-property-spacing:
- error
- never
comma-dangle: off
'@typescript-eslint/comma-dangle':
- error
- always-multiline
curly: error
eol-last: error
eqeqeq:
- error
- smart
max-depth:
- 1
- 5
max-statements:
- 1
- 80
no-multiple-empty-lines: error
no-mixed-spaces-and-tabs: error
no-trailing-spaces: error
'@typescript-eslint/no-unused-vars':
- error - error
- never - vars: all
'@typescript-eslint/indent': args: after-used
- error argsIgnorePattern: ^_
- 4 no-undef: error
'@typescript-eslint/explicit-member-accessibility': no-var: error
- error object-curly-spacing: off
- accessibility: no-public '@typescript-eslint/object-curly-spacing':
overrides: - error
parameterProperties: explicit - always
'@typescript-eslint/no-require-imports': off quote-props:
'@typescript-eslint/no-parameter-properties': off - warn
'@typescript-eslint/explicit-function-return-type': off - as-needed
'@typescript-eslint/no-explicit-any': off - keywords: true
'@typescript-eslint/no-magic-numbers': off numbers: true
'@typescript-eslint/member-delimiter-style': off quotes: off
'@typescript-eslint/promise-function-async': off '@typescript-eslint/quotes':
'@typescript-eslint/require-array-sort-compare': off - error
'@typescript-eslint/no-floating-promises': off - single
'@typescript-eslint/prefer-readonly': off - allowTemplateLiterals: true
'@typescript-eslint/require-await': off '@typescript-eslint/no-confusing-void-expression':
'@typescript-eslint/strict-boolean-expressions': off - error
'@typescript-eslint/no-misused-promises': - ignoreArrowShorthand: true
- error '@typescript-eslint/no-non-null-assertion': off
- checksVoidReturn: false '@typescript-eslint/no-unnecessary-condition':
'@typescript-eslint/typedef': off - error
'@typescript-eslint/consistent-type-imports': off - allowConstantLoopConditions: true
'@typescript-eslint/sort-type-union-intersection-members': off '@typescript-eslint/restrict-template-expressions': off
'@typescript-eslint/no-use-before-define': '@typescript-eslint/prefer-readonly-parameter-types': off
- error '@typescript-eslint/no-unsafe-member-access': off
- classes: false '@typescript-eslint/no-unsafe-call': off
no-duplicate-imports: error '@typescript-eslint/no-unsafe-return': off
array-bracket-spacing: '@typescript-eslint/no-unsafe-assignment': off
- error '@typescript-eslint/naming-convention': off
- never '@typescript-eslint/lines-between-class-members':
block-scoped-var: error - error
brace-style: off - exceptAfterSingleLine: true
'@typescript-eslint/brace-style': '@typescript-eslint/dot-notation': off
- error '@typescript-eslint/no-implicit-any-catch': off
- 1tbs '@typescript-eslint/member-ordering': off
- allowSingleLine: true '@typescript-eslint/no-var-requires': off
computed-property-spacing: '@typescript-eslint/no-unsafe-argument': off
- error '@typescript-eslint/restrict-plus-operands': off
- never '@typescript-eslint/space-infix-ops': off
comma-dangle: off '@typescript-eslint/no-type-alias':
'@typescript-eslint/comma-dangle': - error
- error - allowAliases: in-unions-and-intersections
- always-multiline allowLiterals: always
curly: error allowCallbacks: always
eol-last: error
eqeqeq:
- error
- smart
max-depth:
- 1
- 5
max-statements:
- 1
- 80
no-multiple-empty-lines: error
no-mixed-spaces-and-tabs: error
no-trailing-spaces: error
'@typescript-eslint/no-unused-vars':
- error
- vars: all
args: after-used
argsIgnorePattern: ^_
no-undef: error
no-var: error
object-curly-spacing: off
'@typescript-eslint/object-curly-spacing':
- error
- always
quote-props:
- warn
- as-needed
- keywords: true
numbers: true
quotes: off
'@typescript-eslint/quotes':
- error
- single
- allowTemplateLiterals: true
'@typescript-eslint/no-confusing-void-expression':
- error
- ignoreArrowShorthand: true
'@typescript-eslint/no-non-null-assertion': off
'@typescript-eslint/no-unnecessary-condition':
- error
- allowConstantLoopConditions: true
'@typescript-eslint/restrict-template-expressions': off
'@typescript-eslint/prefer-readonly-parameter-types': off
'@typescript-eslint/no-unsafe-member-access': off
'@typescript-eslint/no-unsafe-call': off
'@typescript-eslint/no-unsafe-return': off
'@typescript-eslint/no-unsafe-assignment': off
'@typescript-eslint/naming-convention': off
'@typescript-eslint/lines-between-class-members':
- error
- exceptAfterSingleLine: true
'@typescript-eslint/dot-notation': off
'@typescript-eslint/no-implicit-any-catch': off
'@typescript-eslint/member-ordering': off
'@typescript-eslint/no-var-requires': off
'@typescript-eslint/no-unsafe-argument': off
'@typescript-eslint/restrict-plus-operands': off
'@typescript-eslint/space-infix-ops': off
'@typescript-eslint/no-type-alias':
- error
- allowAliases: in-unions-and-intersections
allowLiterals: always
allowCallbacks: always
'@typescript-eslint/sort-type-constituents': off
'@typescript-eslint/parameter-properties':
- error
- prefer: parameter-property
'import/no-named-as-default-member': off
'@typescript-eslint/consistent-type-exports': off
'@typescript-eslint/consistent-generic-constructors': off
'keyword-spacing': off
'@typescript-eslint/keyword-spacing': off

View File

@@ -68,7 +68,7 @@ jobs:
run: yarn run build run: yarn run build
- name: Prepackage plugins - name: Prepackage plugins
run: scripts/prepackage-plugins.mjs run: scripts/prepackage-plugins.js
env: env:
ARCH: ${{matrix.arch}} ARCH: ${{matrix.arch}}
@@ -78,7 +78,7 @@ jobs:
- run: ln -s ../../node_modules/electron app/node_modules - run: ln -s ../../node_modules/electron app/node_modules
- name: Build and sign packages - name: Build and sign packages
run: scripts/build-macos.mjs run: scripts/build-macos.js
if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags'))
env: env:
ARCH: ${{matrix.arch}} ARCH: ${{matrix.arch}}
@@ -92,7 +92,7 @@ jobs:
# DEBUG: electron-builder,electron-builder:* # DEBUG: electron-builder,electron-builder:*
- name: Build packages without signing - name: Build packages without signing
run: scripts/build-macos.mjs run: scripts/build-macos.js
if: "! (github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')))" if: "! (github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')))"
env: env:
ARCH: ${{matrix.arch}} ARCH: ${{matrix.arch}}
@@ -101,7 +101,7 @@ jobs:
- name: Upload symbols - name: Upload symbols
run: | run: |
sudo npm install -g @sentry/cli --unsafe-perm sudo npm install -g @sentry/cli --unsafe-perm
./scripts/sentry-upload.mjs ./scripts/sentry-upload.js
env: env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
@@ -162,11 +162,11 @@ jobs:
if: matrix.build-arch == 'x64' if: matrix.build-arch == 'x64'
- name: Prepackage plugins (x64) - name: Prepackage plugins (x64)
run: scripts/prepackage-plugins.mjs run: scripts/prepackage-plugins.js
if: ${{matrix.build-arch == 'x64'}} if: ${{matrix.build-arch == 'x64'}}
- name: Build packages (x64) - name: Build packages (x64)
run: scripts/build-linux.mjs run: scripts/build-linux.js
if: ${{matrix.build-arch == 'x64'}} if: ${{matrix.build-arch == 'x64'}}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -193,8 +193,8 @@ jobs:
cd /github/workspace && cd /github/workspace &&
yarn --network-timeout 1000000 && yarn --network-timeout 1000000 &&
yarn run build && yarn run build &&
scripts/prepackage-plugins.mjs && scripts/prepackage-plugins.js &&
USE_SYSTEM_FPM=true scripts/build-linux.mjs" USE_SYSTEM_FPM=true scripts/build-linux.js"
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }} KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }}
@@ -217,8 +217,8 @@ jobs:
sed -i '/ \"electron\":/c\ \"electron\": \"17.0.0\",' package.json && sed -i '/ \"electron\":/c\ \"electron\": \"17.0.0\",' package.json &&
yarn --network-timeout 1000000 && yarn --network-timeout 1000000 &&
yarn run build && yarn run build &&
scripts/prepackage-plugins.mjs && scripts/prepackage-plugins.js &&
USE_SYSTEM_FPM=true scripts/build-linux.mjs" USE_SYSTEM_FPM=true scripts/build-linux.js"
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }} KEYGEN_TOKEN: ${{ secrets.KEYGEN_TOKEN }}
@@ -228,7 +228,7 @@ jobs:
- name: Upload symbols - name: Upload symbols
run: | run: |
sudo npm install -g @sentry/cli --unsafe-perm sudo npm install -g @sentry/cli --unsafe-perm
./scripts/sentry-upload.mjs ./scripts/sentry-upload.js
if: matrix.build-arch == 'x64' if: matrix.build-arch == 'x64'
env: env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
@@ -308,12 +308,12 @@ jobs:
npm i -g yarn@1.19.1 npm i -g yarn@1.19.1
yarn --network-timeout 1000000 yarn --network-timeout 1000000
yarn run build yarn run build
node scripts/prepackage-plugins.mjs node scripts/prepackage-plugins.js
env: env:
ARCH: ${{matrix.arch}} ARCH: ${{matrix.arch}}
- name: Build and sign packages - name: Build and sign packages
run: node scripts/build-windows.mjs run: node scripts/build-windows.js
if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')) if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags'))
env: env:
ARCH: ${{matrix.arch}} ARCH: ${{matrix.arch}}
@@ -324,7 +324,7 @@ jobs:
DEBUG: electron-builder,electron-builder:* DEBUG: electron-builder,electron-builder:*
- name: Build packages without signing - name: Build packages without signing
run: node scripts/build-windows.mjs run: node scripts/build-windows.js
if: "!(github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')))" if: "!(github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')))"
env: env:
ARCH: ${{matrix.arch}} ARCH: ${{matrix.arch}}
@@ -332,7 +332,7 @@ jobs:
- name: Upload symbols - name: Upload symbols
run: | run: |
npm install @sentry/cli npm install @sentry/cli
node scripts/sentry-upload.mjs node scripts/sentry-upload.js
env: env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}

1
.gitignore vendored
View File

@@ -27,7 +27,6 @@ yarn-error.log
docs/api docs/api
.travis.ssh.key .travis.ssh.key
*.code-workspace *.code-workspace
.idea/
.electron-symbols .electron-symbols
sentry.properties sentry.properties

View File

@@ -4,16 +4,12 @@ Tabby is an Electron app, with the frontend written in Typescript with the help
# Getting started # Getting started
First of all, clone this repository. First of all, clone this repository. You'll also need Node.js 15 or newer and Yarn.
# Install Dependencies First, install the dependencies:
- [Node.js](https://nodejs.org/en/download/) **version 15 or newer*
- [Yarn](https://yarnpkg.com/)
First, from within the `tabby` directory install the dependencies via yarn:
``` ```
# macOS & Windows: # macOS:
yarn yarn
``` ```
@@ -25,13 +21,18 @@ sudo apt install libfontconfig-dev libsecret-1-dev libarchive-tools libnss3 liba
yarn yarn
``` ```
Build Tabby: ```
# Windows:
yarn
```
Now, check if your build is working:
``` ```
yarn run build yarn run build
``` ```
Start Tabby Start Tabby with
``` ```
yarn start yarn start

View File

@@ -20,7 +20,7 @@
<br/> <br/>
<p align="center"> <p align="center">
Diese README ist auch verfügbar in: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a> · <a href="./README.pt-BR.md">:br: Português</a> Diese README ist auch verfügbar in: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
</p> </p>
---- ----
@@ -156,163 +156,146 @@ Dank geht an diese wunderbaren Menschen ([emoji key](https://allcontributors.org
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -21,7 +21,7 @@
<br/> <br/>
<p align="center"> <p align="center">
Este fichero README está disponible en: <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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a> · <a href="./README.pt-BR.md">:br: Português</a> Este fichero README está disponible en: <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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
</p> </p>
---- ----
@@ -158,163 +158,146 @@ Gracias a estas maravillosas personas ([emoji key](https://allcontributors.org/d
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -21,7 +21,7 @@
<br/> <br/>
<p align="center"> <p align="center">
This README is also available in: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.pt-BR.md">:br: Português</a> This README is also available in: <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
</p> </p>
---- ----
@@ -34,12 +34,12 @@ This README is also available in: <a href="./README.md">:gb: English</a> · <a
* Pintasan yang dapat dikonfigurasi sepenuhnya dan pintasan multi-chord * Pintasan yang dapat dikonfigurasi sepenuhnya dan pintasan multi-chord
* Panel yang bisa dipisahkan * Panel yang bisa dipisahkan
* Mengingat tab anda * Mengingat tab anda
* Mendukung PowerShell (dan PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder dan CMD * Mensupport PowerShell (dan PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder dan CMD
* File transfer secara langsung dari/ke sesi SSH melalui Zmodem * File transfer secara langsung dari/ke sesi SSH via Zmodem
* Mendukung Unicode termasuk karakter double-width * Support Unicode termaksud karakter double-width
* Tidak tersendat dengan output yang tampil dengan cepat * Tidak tersedak dengan output yang mengalir dengan cepat
* Pengalaman shell yang tepat di Windows termasuk penyelesaian tab (melalui Clink) * Pengalaman shell yang tepat di Windows termasuk penyelesaian tab (via Clink)
* Terintegrasi dengan wadah terenkripsi untuk rahasia dan konfigurasi SSH * Wadah terintregrasi terenkripsi untuk rahasia dan konfigurasi SSH
* SSH, SFTP dan klien Telnet tersedia sebagai [aplikasi web](https://tabby.sh/app) (dan juga [self-hosted](https://github.com/Eugeny/tabby-web)). * SSH, SFTP dan klien Telnet tersedia sebagai [aplikasi web](https://tabby.sh/app) (dan juga [self-hosted](https://github.com/Eugeny/tabby-web)).
# Contents <!-- omit in toc --> # Contents <!-- omit in toc -->
@@ -55,11 +55,11 @@ This README is also available in: <a href="./README.md">:gb: English</a> · <a
<a name="about"></a> <a name="about"></a>
# Apa itu Tabby dan bukan Tabby # What Tabby is and isn't
* **Tabby adalah** sebuah alternatif untuk terminal standar Windows' (conhost), PowerShell ISE, PuTTY, macOS Terminal.app dan iTerm * **Tabby adalah** sebuah alternatif untuk standar Windows' terminal (conhost), PowerShell ISE, PuTTY, macOS Terminal.app dan iTerm
* **Tabby bukan** shell yang baru atau pengganti MinGW atau Cygwin. Dan bukan aplikasi ringan - jika mengutamakan penggunaan RAM, mungkin boleh mencoba [Conemu](https://conemu.github.io) atau [Alacritty](https://github.com/jwilm/alacritty) * **Tabby bukan** shell yang baru atau peganti MinGW atau Cygwin. Dan bukan applikasi ringan - jika penggunaan RAM diutamakan, mungkin boleh mencoba [Conemu](https://conemu.github.io) atau [Alacritty](https://github.com/jwilm/alacritty)
<a name="terminal"></a> <a name="terminal"></a>
@@ -67,12 +67,12 @@ This README is also available in: <a href="./README.md">:gb: English</a> · <a
![](docs/readme-terminal.png) ![](docs/readme-terminal.png)
* Terminal V220 + berbagai macam ekstensi * Adalah V220 terminal + berbagai macam extensi
* Beberapa pembagian panel * Beberapa panel split bersarang
* Tab di sisi mana pun dari jendela * Tab di sisi mana pun dari jendela
* Jendela dockable opsional dengan hotkey spawn global ("Quake console") * Jendela dockable opsional dengan hotkey spawn global ("Quake console")
* Deteksi Progres * Deteksi Progres
* Notifikasi saat proses telah selesai * Notifikasi untuk penyelesaian proses
* Tempel tanda kurung, peringatan tempel multiline * Tempel tanda kurung, peringatan tempel multiline
* Pengikat font * Pengikat font
* Kustom profil shell * Kustom profil shell
@@ -84,10 +84,10 @@ This README is also available in: <a href="./README.md">:gb: English</a> · <a
![](docs/readme-ssh.png) ![](docs/readme-ssh.png)
* Klien SSH2 dengan manajemen koneksi * Klien SSH2 dengan manajer koneksi
* X11 dan port forwarding * X11 dan port forwarding
* Otomatis berpindah host management * Otomatis berpindah host management
* Agent forwarding (termasuk Pageant dan Windows native OpenSSH Agent) * Agent forwarding (termaksud Pageant dan Windows native OpenSSH Agent)
* Login scripts * Login scripts
<a name="serial"></a> <a name="serial"></a>
@@ -104,19 +104,19 @@ This README is also available in: <a href="./README.md">:gb: English</a> · <a
# Portabel # Portabel
Tabby tetap bisa berjalan sebagai aplikasi portabel di Windows, jika anda membuat folder `data` di tempat yang sama dengan `Tabby.exe`. Tabby tetap bisa berjalan sebagai applikasi portabel di Windows, jika anda membuat folder `data` di tempat tinggal yang sama dengan `Tabby.exe`.
<a name="plugins"></a> <a name="plugins"></a>
# Plugins # Plugins
Tema dan Plugin bisa langsung di install dari Pengaturan di dalam Tabby. Tema dan Plugin bisa langsung di instal dari Pengaturan didalam Tabby.
* [docker](https://github.com/Eugeny/tabby-docker) - untuk koneksi ke Docker containers * [docker](https://github.com/Eugeny/tabby-docker) - untuk menkonek ke Docker containers
* [title-control](https://github.com/kbjr/terminus-title-control) - memperbolehkan untuk mengganti judul di tab terminal dengan menyediakan prefix, suffix, dan/atau strings untuk di buang * [title-control](https://github.com/kbjr/terminus-title-control) - memperbolehkan untuk mengganti judul di tab terminal dengan menyediakan prefix, suffix, dan/atau strings untuk di buang
* [quick-cmds](https://github.com/Domain/terminus-quick-cmds) - kirimkan perintah ke satu atau semua tab terminal dengan cepat * [quick-cmds](https://github.com/Domain/terminus-quick-cmds) - kirimkan command ke satu atau semua tab terminal dengan cepat
* [save-output](https://github.com/Eugeny/tabby-save-output) - merekam output terminal ke suatu file * [save-output](https://github.com/Eugeny/tabby-save-output) - merekam output terminal ke suatu file
* [sync-config](https://github.com/starxg/terminus-sync-config) - sinkronisasi konfigurasi ke Gist atau Gitee * [sync-config](https://github.com/starxg/terminus-sync-config) - sinkronisasi config ke Gist atau Gitee
* [clippy](https://github.com/Eugeny/tabby-clippy) - suatu contoh plugin yang akan mengganggu anda setiap saat * [clippy](https://github.com/Eugeny/tabby-clippy) - suatu contoh plugin yang akan mengganggu anda setiap saat
* [workspace-manager](https://github.com/composer404/tabby-workspace-manager) - memperbolehkan membuat kustom profil workspace dari konfigurasi yang diberikan * [workspace-manager](https://github.com/composer404/tabby-workspace-manager) - memperbolehkan membuat kustom profil workspace dari konfigurasi yang diberikan
* [search-in-browser](https://github.com/composer404/tabby-search-in-browser) - membuka browser default dengan text yang dipilih dari Tab Tabby * [search-in-browser](https://github.com/composer404/tabby-search-in-browser) - membuka browser default dengan text yang dipilih dari Tab Tabby
@@ -155,163 +155,146 @@ Terima kasih kepada mereka yang telah membantu ([emoji key](https://allcontribut
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -21,7 +21,7 @@
<br/> <br/>
<p align="center"> <p align="center">
Questo README è disponibile anche in: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a> · <a href="./README.pt-BR.md">:br: Português</a> Questo README è disponibile anche in: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
---- ----
@@ -151,163 +151,146 @@ Grazie a queste persone meravigliose ([emoji key](https://allcontributors.org/do
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -21,7 +21,7 @@
<br/> <br/>
<p align="center"> <p align="center">
このREADMEは次の言語にも対応: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a> · <a href="./README.pt-BR.md">:br: Português</a> このREADMEは次の言語にも対応: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
</p> </p>
---- ----
@@ -155,163 +155,146 @@ Windows上では、`Tabby.exe`がある場所と同じ場所に`data`フォル
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -145,163 +145,146 @@ Pull requests and plugins are welcome!
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

245
README.md
View File

@@ -11,12 +11,6 @@
</a> </a>
</p> </p>
---
> 👋 Managing remote environments? Check out [Warpgate, my smart SSH/HTTP/MySQL bastion server](https://github.com/warp-tech/warpgate), it works great with Tabby, you'll love it.
---- ----
### Downloads: ### Downloads:
@@ -27,7 +21,7 @@
<br/> <br/>
<p align="center"> <p align="center">
This README is also available in: <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a> · <a href="./README.pt-BR.md">🇧🇷 Português</a> This README is also available in: <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
</p> </p>
---- ----
@@ -165,163 +159,146 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -1,328 +0,0 @@
[![](docs/readme.png)](https://tabby.sh)
<p align="center">
<a href="https://github.com/Eugeny/tabby/releases/latest"><img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/eugeny/tabby/total.svg?label=DOWNLOADS&logo=github&style=for-the-badge"></a> &nbsp; <a href="https://nightly.link/Eugeny/tabby/workflows/build/master"><img src="https://shields.io/badge/-Nightly%20Builds-orange?logo=hackthebox&logoColor=fff&style=for-the-badge"/></a> &nbsp; <a href="https://matrix.to/#/#tabby-general:matrix.org"><img alt="Matrix" src="https://img.shields.io/matrix/tabby-general:matrix.org?logo=matrix&style=for-the-badge&color=magenta"></a> &nbsp <a href="https://translate.tabby.sh/"><img alt="Translate" src="https://shields.io/badge/Translate-UI-white?logo=googletranslate&style=for-the-badge&color=white&logoColor=fff"></a> &nbsp; <a href="https://twitter.com/eugeeeeny"><img alt="Twitter" src="https://shields.io/badge/Subscribe-News-blue?logo=twitter&style=for-the-badge&color=blue"></a>
</p>
<p align="center">
<a href="https://ko-fi.com/J3J8KWTF">
<img src="https://cdn.ko-fi.com/cdn/kofi3.png?v=2" width="150">
</a>
</p>
----
### Downloads:
* [Última versão](https://github.com/Eugeny/tabby/releases/latest)
* [Repositórios](https://packagecloud.io/eugeny/tabby): [Debian/Ubuntu-based](https://packagecloud.io/eugeny/tabby/install#bash-deb), [RPM-based](https://packagecloud.io/eugeny/tabby/install#bash-rpm)
* [Última compilação nightly](https://nightly.link/Eugeny/tabby/workflows/build/master)
<br/>
<p align="center">
Esse README também está disponível em: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.de-DE.md">:de: Deutsch</a> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
</p>
----
[**Tabby**](https://tabby.sh) (anteriormente **Terminus**) é um emulador de terminal, SSH e serial client altamente configurável para Windows, macOS e Linux.
* Cliente e gerenciador de conexões SSH e Telnet integrado
* Terminal serial integrado
* Temas e esquemas de cores
* Atalhos e atalhos multiplos totalmente configuravéis
* Divisor de painéis
* Recupera as guias da ultima execução
* Suporte para PowerShell (e PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder e CMD
* Transferência direta de arquivos de/para sessões SSH via Zmodem
* Suporte total para Unicode, incluindo caracteres de largura dupla
* Não trava com saídas de fluxo rápido
* Experiência de shell adequada no Windows, incluindo preenchimento de guia (via Clink)
* Contêiner criptografado integrado para as chaves SSH e configurações
* SSH, SFTP e Cliente Telnet disponível como [aplicação web](https://tabby.sh/app) (também em [hospedagem local](https://github.com/Eugeny/tabby-web)).
# Conteúdo <!-- omit in toc -->
- [O que é Tabby e o que não é](#what-tabby-is-and-isnt)
- [Recursos do Terminal](#terminal-features)
- [Cliente SSH](#ssh-client)
- [Terminal Serial](#serial-terminal)
- [Portátil](#portable)
- [Plugins](#plugins)
- [Temas](#themes)
- [Contribuições](#contributing)
<a name="about"></a>
# O que é Tabby e o que não é
* **Tabby é** uma alternativa ao terminal padrão do Windows (conhost), PowerShell ISE, PuTTY, macOS Terminal.app e iTerm
* **Tabby não é** um novo shell ou um substituto do MinGW ou Cygwin. Também não é leve - se o uso de RAM for importante, considere usar o [Conemu](https://conemu.github.io) ou [Alacritty](https://github.com/jwilm/alacritty)
<a name="terminal"></a>
# Recursos do Terminal
![](docs/readme-terminal.png)
* Um terminal V220 + várias extensões
* Múltiplos painéis divididos aninhados
* Guias em qualquer lado da janela
* Opção de minimizar para a barra de tarefas com uma tecla de atalho global ("Quake console")
* Detecção de progresso
* Notificação da conclusão do processo
* Colar entre colchetes, avisos de colagem de várias linhas
* Ligadura tipográfica
* Perfis shell personalizados
* Opção de selecionar para copiar e colar com o botão direto do mouse (RMB) igual ao Putty
<a name="ssh"></a>
# Cliente SSH
![](docs/readme-ssh.png)
* Cliente SSH2 com gerenciador de conexões
* X11 e redirecionamento de portas (port forwarding)
* Gerenciamento de host de saldo automatico (Jump Host)
* Encaminhamento de agente (incl. Pageant e agente OpenSSH nativo do Windows)
* Scripts de Login
<a name="serial"></a>
# Terminal Serial
* Salva as Conexões
* Suporte de entrada de linha
* Opões de saida em hex, byte a byte e hexdump
* Conversão de nova linha
* Reconexão automatica
<a name="portable"></a>
# Portátil
Tabby será executado como um aplicativo portátil no Windows, se você criar uma pasta chamada 'data' no mesmo local do executável 'Tabby.exe'
<a name="plugins"></a>
# Plugins
Plugins e temas podem ser instalados durante a execução na pagina de configurações > plugins
* [docker](https://github.com/Eugeny/tabby-docker) - conecta aos conteiners Docker
* [title-control](https://github.com/kbjr/terminus-title-control) - permite modificar o título das guias do terminal fornecendo um prefixo, sufixo e/ou strings a serem removidos
* [quick-cmds](https://github.com/Domain/terminus-quick-cmds) - envie comandos rapidamente para uma ou todas as guias do terminal
* [save-output](https://github.com/Eugeny/tabby-save-output) - gravar a saída do terminal em um arquivo
* [sync-config](https://github.com/starxg/terminus-sync-config) - sincronizar a configuração com Gist ou Gitee
* [clippy](https://github.com/Eugeny/tabby-clippy) - um plugin de exemplo que te incomoda o tempo todo
* [workspace-manager](https://github.com/composer404/tabby-workspace-manager) - permite criar perfis de espaço de trabalho personalizados com base na configuração fornecida
* [search-in-browser](https://github.com/composer404/tabby-search-in-browser) - abre o navegador padrão do sistema com um texto selecionado na guia do Tabby
<a name="themes"></a>
# Temas
* [hype](https://github.com/Eugeny/tabby-theme-hype)
* [relaxed](https://github.com/Relaxed-Theme/relaxed-terminal-themes#terminus)
* [gruvbox](https://github.com/porkloin/terminus-theme-gruvbox)
* [windows10](https://www.npmjs.com/package/terminus-theme-windows10)
* [altair](https://github.com/yxuko/terminus-altair)
# Patrocinadores <!-- omit in toc -->
[![](https://assets-production.packagecloud.io/assets/packagecloud-logo-light-scaled-26ce8e96060fddf74afbd4445e63ba35590d4aaa56edc98495bb390ef3cae0ae.png)](https://packagecloud.io)
[**packagecloud**](https://packagecloud.io) forneceu hospedagem gratuita de repositório Debian/RPM
[![](https://user-images.githubusercontent.com/161476/200423885-7aba2202-fea7-4409-95b9-3a062ce902c7.png)](https://keygen.sh/?via=eugene)
[**keygen**](https://keygen.sh/?via=eugene) forneceu hospedagem gratuita para liberação e atualização automática
<a name="contributing"></a>
# Contribuições
Pull requests e plugins são bem-vindos!
Consulte os documentos [HACKING.md](https://github.com/Eugeny/tabby/blob/master/HACKING.md) e [API docs](https://docs.tabby.sh/) para obter informações sobre como o projeto foi estruturado e um breve tutorial de desenvolvimento de plug-in.
---
<a name="contributors"></a>
Obrigado vai para essas pessoas maravilhosas ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
Este projeto segue a especificação [all-contributors](https://github.com/all-contributors/all-contributors). Contribuições de qualquer tipo são bem vindas!

View File

@@ -21,7 +21,7 @@
<br/> <br/>
<p align="center"> <p align="center">
Этот README также доступен на: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a> · <a href="./README.pt-BR.md">:br: Português</a> Этот README также доступен на: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
</p> </p>
---- ----
@@ -151,163 +151,146 @@ Pull-запросы и плагины приветствуются!
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -21,7 +21,7 @@
<br/> <br/>
<p align="center"> <p align="center">
本 README 还适用于以下语言: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a> · <a href="./README.pt-BR.md">:br: Português</a> 本 README 还适用于以下语言: <a href="./README.md">:gb: English</a> · <a href="./README.es-ES.md">:es: Spanish</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> · <a href="./README.ja-JP.md">:jp: 日本語</a> · <a href="./README.id-ID.md">:id: Bahasa Indonesia</a>
</p> </p>
---- ----
@@ -150,163 +150,146 @@
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td> <td align="center"><a href="http://www.russellmyers.com"><img src="https://avatars2.githubusercontent.com/u/184085?v=4?s=100" width="100px;" alt="Russell Myers"/><br /><sub><b>Russell Myers</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mezner" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td> <td align="center"><a href="http://www.morwire.com"><img src="https://avatars1.githubusercontent.com/u/3991658?v=4?s=100" width="100px;" alt="Austin Warren"/><br /><sub><b>Austin Warren</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ehwarren" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Drachenkaetzchen"><img src="https://avatars1.githubusercontent.com/u/162974?v=4?s=100" width="100px;" alt="Felicia Hummel"/><br /><sub><b>Felicia Hummel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Drachenkaetzchen" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/mikemaccana"><img src="https://avatars2.githubusercontent.com/u/172594?v=4?s=100" width="100px;" alt="Mike MacCana"/><br /><sub><b>Mike MacCana</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mikemaccana" title="Tests">⚠️</a> <a href="#design-mikemaccana" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td> <td align="center"><a href="https://github.com/yxuko"><img src="https://avatars1.githubusercontent.com/u/1786317?v=4?s=100" width="100px;" alt="Yacine Kanzari"/><br /><sub><b>Yacine Kanzari</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yxuko" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td> <td align="center"><a href="https://github.com/BBJip"><img src="https://avatars2.githubusercontent.com/u/32908927?v=4?s=100" width="100px;" alt="BBJip"/><br /><sub><b>BBJip</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BBJip" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/Futagirl"><img src="https://avatars2.githubusercontent.com/u/33533958?v=4?s=100" width="100px;" alt="Futagirl"/><br /><sub><b>Futagirl</b></sub></a><br /><a href="#design-Futagirl" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td> <td align="center"><a href="https://www.levrik.io"><img src="https://avatars3.githubusercontent.com/u/9491603?v=4?s=100" width="100px;" alt="Levin Rickert"/><br /><sub><b>Levin Rickert</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=levrik" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td> <td align="center"><a href="https://kwonoj.github.io"><img src="https://avatars2.githubusercontent.com/u/1210596?v=4?s=100" width="100px;" alt="OJ Kwon"/><br /><sub><b>OJ Kwon</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=kwonoj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Domain"><img src="https://avatars2.githubusercontent.com/u/903197?v=4?s=100" width="100px;" alt="domain"/><br /><sub><b>domain</b></sub></a><br /><a href="#plugin-Domain" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Domain" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="http://www.jbrumond.me"><img src="https://avatars1.githubusercontent.com/u/195127?v=4?s=100" width="100px;" alt="James Brumond"/><br /><sub><b>James Brumond</b></sub></a><br /><a href="#plugin-kbjr" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td> <td align="center"><a href="http://www.growingwiththeweb.com"><img src="https://avatars0.githubusercontent.com/u/2193314?v=4?s=100" width="100px;" alt="Daniel Imms"/><br /><sub><b>Daniel Imms</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Code">💻</a> <a href="#plugin-Tyriar" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/Eugeny/tabby/commits?author=Tyriar" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/baflo"><img src="https://avatars2.githubusercontent.com/u/834350?v=4?s=100" width="100px;" alt="Florian Bachmann"/><br /><sub><b>Florian Bachmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=baflo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td> <td align="center"><a href="http://michael-kuehnel.de"><img src="https://avatars2.githubusercontent.com/u/441011?v=4?s=100" width="100px;" alt="Michael Kühnel"/><br /><sub><b>Michael Kühnel</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mischah" title="Code">💻</a> <a href="#design-mischah" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NieLeben"><img src="https://avatars3.githubusercontent.com/u/47182955?v=4?s=100" width="100px;" alt="Tilmann Meyer"/><br /><sub><b>Tilmann Meyer</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NieLeben" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td> <td align="center"><a href="http://www.jubeat.net"><img src="https://avatars3.githubusercontent.com/u/11289158?v=4?s=100" width="100px;" alt="PM Extra"/><br /><sub><b>PM Extra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/issues?q=author%3APMExtra" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td> <td align="center"><a href="https://jjuhas.keybase.pub//"><img src="https://avatars1.githubusercontent.com/u/6438760?v=4?s=100" width="100px;" alt="Jonathan"/><br /><sub><b>Jonathan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=IgnusG" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td> <td align="center"><a href="https://hans-koch.me"><img src="https://avatars0.githubusercontent.com/u/1093709?v=4?s=100" width="100px;" alt="Hans Koch"/><br /><sub><b>Hans Koch</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hammster" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td> <td align="center"><a href="http://thepuzzlemaker.info"><img src="https://avatars3.githubusercontent.com/u/12666617?v=4?s=100" width="100px;" alt="Dak Smyth"/><br /><sub><b>Dak Smyth</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ThePuzzlemaker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td> <td align="center"><a href="http://yfwz100.github.io"><img src="https://avatars2.githubusercontent.com/u/983211?v=4?s=100" width="100px;" alt="Wang Zhi"/><br /><sub><b>Wang Zhi</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=yfwz100" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td> <td align="center"><a href="https://github.com/jack1142"><img src="https://avatars0.githubusercontent.com/u/6032823?v=4?s=100" width="100px;" alt="jack1142"/><br /><sub><b>jack1142</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=jack1142" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td> <td align="center"><a href="https://github.com/hdougie"><img src="https://avatars1.githubusercontent.com/u/450799?v=4?s=100" width="100px;" alt="Howie Douglas"/><br /><sub><b>Howie Douglas</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hdougie" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td> <td align="center"><a href="https://chriskaczor.com"><img src="https://avatars2.githubusercontent.com/u/180906?v=4?s=100" width="100px;" alt="Chris Kaczor"/><br /><sub><b>Chris Kaczor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ckaczor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td> <td align="center"><a href="https://www.boxmein.net"><img src="https://avatars1.githubusercontent.com/u/358714?v=4?s=100" width="100px;" alt="Johannes Kadak"/><br /><sub><b>Johannes Kadak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boxmein" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LeSeulArtichaut"><img src="https://avatars1.githubusercontent.com/u/38361244?v=4?s=100" width="100px;" alt="LeSeulArtichaut"/><br /><sub><b>LeSeulArtichaut</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LeSeulArtichaut" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td> <td align="center"><a href="https://github.com/CyrilTaylor"><img src="https://avatars0.githubusercontent.com/u/12631466?v=4?s=100" width="100px;" alt="Cyril Taylor"/><br /><sub><b>Cyril Taylor</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=CyrilTaylor" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/nstefanou"><img src="https://avatars3.githubusercontent.com/u/51129173?v=4?s=100" width="100px;" alt="nstefanou"/><br /><sub><b>nstefanou</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=nstefanou" title="Code">💻</a> <a href="#plugin-nstefanou" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td> <td align="center"><a href="https://github.com/orin220444"><img src="https://avatars3.githubusercontent.com/u/30747229?v=4?s=100" width="100px;" alt="orin220444"/><br /><sub><b>orin220444</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=orin220444" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Goobles"><img src="https://avatars3.githubusercontent.com/u/8776771?v=4?s=100" width="100px;" alt="Gobius Dolhain"/><br /><sub><b>Gobius Dolhain</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Goobles" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td> <td align="center"><a href="https://github.com/3l0w"><img src="https://avatars2.githubusercontent.com/u/37798980?v=4?s=100" width="100px;" alt="Gwilherm Folliot"/><br /><sub><b>Gwilherm Folliot</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=3l0w" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Dimitory"><img src="https://avatars0.githubusercontent.com/u/475955?v=4?s=100" width="100px;" alt="Dmitry Pronin"/><br /><sub><b>Dmitry Pronin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dimitory" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td> <td align="center"><a href="https://github.com/JonathanBeverley"><img src="https://avatars1.githubusercontent.com/u/20328966?v=4?s=100" width="100px;" alt="Jonathan Beverley"/><br /><sub><b>Jonathan Beverley</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=JonathanBeverley" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zend"><img src="https://avatars1.githubusercontent.com/u/25160?v=4?s=100" width="100px;" alt="Zenghai Liang"/><br /><sub><b>Zenghai Liang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zend" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td> <td align="center"><a href="https://about.me/matishadow"><img src="https://avatars0.githubusercontent.com/u/9083085?v=4?s=100" width="100px;" alt="Mateusz Tracz"/><br /><sub><b>Mateusz Tracz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=matishadow" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td> <td align="center"><a href="https://zergpool.com"><img src="https://avatars3.githubusercontent.com/u/36234677?v=4?s=100" width="100px;" alt="pinpin"/><br /><sub><b>pinpin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=pinpins" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td> <td align="center"><a href="https://github.com/TakuroOnoda"><img src="https://avatars0.githubusercontent.com/u/1407926?v=4?s=100" width="100px;" alt="Takuro Onoda"/><br /><sub><b>Takuro Onoda</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TakuroOnoda" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td> <td align="center"><a href="https://github.com/frauhottelmann"><img src="https://avatars2.githubusercontent.com/u/902705?v=4?s=100" width="100px;" alt="frauhottelmann"/><br /><sub><b>frauhottelmann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=frauhottelmann" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td> <td align="center"><a href="http://patalong.pl"><img src="https://avatars.githubusercontent.com/u/29167842?v=4?s=100" width="100px;" alt="Piotr Patalong"/><br /><sub><b>Piotr Patalong</b></sub></a><br /><a href="#design-VectorKappa" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td> <td align="center"><a href="https://github.com/clarkwang"><img src="https://avatars.githubusercontent.com/u/157076?v=4?s=100" width="100px;" alt="Clark Wang"/><br /><sub><b>Clark Wang</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=clarkwang" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td> <td align="center"><a href="https://github.com/iamchating"><img src="https://avatars.githubusercontent.com/u/7088153?v=4?s=100" width="100px;" alt="iamchating"/><br /><sub><b>iamchating</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=iamchating" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td> <td align="center"><a href="https://github.com/starxg"><img src="https://avatars.githubusercontent.com/u/34997494?v=4?s=100" width="100px;" alt="starxg"/><br /><sub><b>starxg</b></sub></a><br /><a href="#plugin-starxg" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td> <td align="center"><a href="http://hashnote.net/"><img src="https://avatars.githubusercontent.com/u/546312?v=4?s=100" width="100px;" alt="Alisue"/><br /><sub><b>Alisue</b></sub></a><br /><a href="#design-lambdalisue" title="Design">🎨</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td> <td align="center"><a href="https://github.com/ydcool"><img src="https://avatars.githubusercontent.com/u/5668295?v=4?s=100" width="100px;" alt="Dominic Yin"/><br /><sub><b>Dominic Yin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ydcool" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/bdr99"><img src="https://avatars.githubusercontent.com/u/2292715?v=4?s=100" width="100px;" alt="Brandon Rothweiler"/><br /><sub><b>Brandon Rothweiler</b></sub></a><br /><a href="#design-bdr99" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td> <td align="center"><a href="https://git.io/JnP49"><img src="https://avatars.githubusercontent.com/u/63876444?v=4?s=100" width="100px;" alt="Logic Machine"/><br /><sub><b>Logic Machine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=logicmachine123" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/cypherbits"><img src="https://avatars.githubusercontent.com/u/10424900?v=4?s=100" width="100px;" alt="cypherbits"/><br /><sub><b>cypherbits</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=cypherbits" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td> <td align="center"><a href="https://modulolotus.net"><img src="https://avatars.githubusercontent.com/u/946421?v=4?s=100" width="100px;" alt="Matthew Davidson"/><br /><sub><b>Matthew Davidson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=KingMob" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td> <td align="center"><a href="https://github.com/al-wi"><img src="https://avatars.githubusercontent.com/u/11092199?v=4?s=100" width="100px;" alt="Alexander Wiedemann"/><br /><sub><b>Alexander Wiedemann</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=al-wi" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td> <td align="center"><a href="https://www.notion.so/3d45c6bd2cbd4f938873a4bd12e23375"><img src="https://avatars.githubusercontent.com/u/59506394?v=4?s=100" width="100px;" alt="장보연"/><br /><sub><b>장보연</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BoYeonJang" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Me1onRind"><img src="https://avatars.githubusercontent.com/u/19531270?v=4?s=100" width="100px;" alt="zZ"/><br /><sub><b>zZ</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Me1onRind" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td> <td align="center"><a href="https://github.com/tainoNZ"><img src="https://avatars.githubusercontent.com/u/49261322?v=4?s=100" width="100px;" alt="Aaron Davison"/><br /><sub><b>Aaron Davison</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=tainoNZ" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/composer404"><img src="https://avatars.githubusercontent.com/u/58251560?v=4?s=100" width="100px;" alt="Przemyslaw Kozik"/><br /><sub><b>Przemyslaw Kozik</b></sub></a><br /><a href="#design-composer404" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td> <td align="center"><a href="https://github.com/highfredo"><img src="https://avatars.githubusercontent.com/u/5951524?v=4?s=100" width="100px;" alt="Alfredo Arellano de la Fuente"/><br /><sub><b>Alfredo Arellano de la Fuente</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=highfredo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td> <td align="center"><a href="https://github.com/NessunKim"><img src="https://avatars.githubusercontent.com/u/12974079?v=4?s=100" width="100px;" alt="MH Kim"/><br /><sub><b>MH Kim</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=NessunKim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td> <td align="center"><a href="https://discord.gg/4c5EVTBhtp"><img src="https://avatars.githubusercontent.com/u/40345645?v=4?s=100" width="100px;" alt="Marmota"/><br /><sub><b>Marmota</b></sub></a><br /><a href="#design-jaimeadf" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td> <td align="center"><a href="https://ares.zone"><img src="https://avatars.githubusercontent.com/u/40336192?v=4?s=100" width="100px;" alt="Ares Andrew"/><br /><sub><b>Ares Andrew</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TENX-S" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td> <td align="center"><a href="https://usual.io/"><img src="https://avatars.githubusercontent.com/u/780052?v=4?s=100" width="100px;" alt="George Korsnick"/><br /><sub><b>George Korsnick</b></sub></a><br /><a href="#financial-gkor" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td> <td align="center"><a href="https://about.me/ulu"><img src="https://avatars.githubusercontent.com/u/872764?v=4?s=100" width="100px;" alt="Artem Smirnov"/><br /><sub><b>Artem Smirnov</b></sub></a><br /><a href="#financial-uluhonolulu" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/nevotheless"><img src="https://avatars.githubusercontent.com/u/779797?v=4?s=100" width="100px;" alt="Tim Kopplow"/><br /><sub><b>Tim Kopplow</b></sub></a><br /><a href="#financial-nevotheless" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/mrthock"><img src="https://avatars.githubusercontent.com/u/88901709?v=4?s=100" width="100px;" alt="mrthock"/><br /><sub><b>mrthock</b></sub></a><br /><a href="#financial-mrthock" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/lrottach"><img src="https://avatars.githubusercontent.com/u/50323692?v=4?s=100" width="100px;" alt="Lukas Rottach"/><br /><sub><b>Lukas Rottach</b></sub></a><br /><a href="#financial-lrottach" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt="boonkerz"/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt="Milo Ivir"/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td> <td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt="JasonCubic"/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td> <td align="center"><a href="https://github.com/MaxWaldorf"><img src="https://avatars.githubusercontent.com/u/15877853?v=4?s=100" width="100px;" alt="MaxWaldorf"/><br /><sub><b>MaxWaldorf</b></sub></a><br /><a href="#infra-MaxWaldorf" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mwz"><img src="https://avatars.githubusercontent.com/u/1190768?v=4?s=100" width="100px;" alt="Michael Wizner"/><br /><sub><b>Michael Wizner</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mwz" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td> <td align="center"><a href="https://github.com/mgrulich"><img src="https://avatars.githubusercontent.com/u/781036?v=4?s=100" width="100px;" alt="Martin"/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mgrulich" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td> <td align="center"><a href="https://github.com/piersandro"><img src="https://avatars.githubusercontent.com/u/19996309?v=4?s=100" width="100px;" alt="Piersandro Guerrera"/><br /><sub><b>Piersandro Guerrera</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=piersandro" title="Documentation">📖</a> <a href="#translation-piersandro" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td> <td align="center"><a href="http://pingbase.cn"><img src="https://avatars.githubusercontent.com/u/19320096?v=4?s=100" width="100px;" alt="X-0x01"/><br /><sub><b>X-0x01</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=X-0x01" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Allenator"><img src="https://avatars.githubusercontent.com/u/11794943?v=4?s=100" width="100px;" alt="Allenator"/><br /><sub><b>Allenator</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Allenator" title="Documentation">📖</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td> <td align="center"><a href="http://microhobby.com.br/blog"><img src="https://avatars.githubusercontent.com/u/2633321?v=4?s=100" width="100px;" alt="Matheus Castello"/><br /><sub><b>Matheus Castello</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=microhobby" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td> <td align="center"><a href="https://github.com/Jai-JAP"><img src="https://avatars.githubusercontent.com/u/78354625?v=4?s=100" width="100px;" alt="Jai A P"/><br /><sub><b>Jai A P</b></sub></a><br /><a href="#platform-Jai-JAP" title="Packaging/porting to new platform">📦</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td> <td align="center"><a href="https://blog.ysc3839.com"><img src="https://avatars.githubusercontent.com/u/12028138?v=4?s=100" width="100px;" alt="Richard Yu"/><br /><sub><b>Richard Yu</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ysc3839" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td> <td align="center"><a href="https://github.com/artu-ole"><img src="https://avatars.githubusercontent.com/u/15938416?v=4?s=100" width="100px;" alt="artu-ole"/><br /><sub><b>artu-ole</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=artu-ole" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td> <td align="center"><a href="https://timagribanov.github.io/"><img src="https://avatars.githubusercontent.com/u/48593815?v=4?s=100" width="100px;" alt="Timofey Gribanov"/><br /><sub><b>Timofey Gribanov</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=TimaGribanov" title="Documentation">📖</a> <a href="#translation-TimaGribanov" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td> <td align="center"><a href="https://git.christianbingman.com"><img src="https://avatars.githubusercontent.com/u/42191425?v=4?s=100" width="100px;" alt="Christian Bingman"/><br /><sub><b>Christian Bingman</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=ChristianBingman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td> <td align="center"><a href="http://zhangzhipeng2023.cn/"><img src="https://avatars.githubusercontent.com/u/5310853?v=4?s=100" width="100px;" alt="zhipeng"/><br /><sub><b>zhipeng</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Ox0400" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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://github.com/woodmeal"><img src="https://avatars.githubusercontent.com/u/104011197?v=4?s=100" width="100px;" alt="woodmeal"/><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" valign="top" width="14.28%"><a href="https://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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://magiclike.codeberg.page/"><img src="https://avatars.githubusercontent.com/u/82117109?v=4?s=100" width="100px;" alt="MagicLike"/><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" valign="top" width="14.28%"><a href="https://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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://github.com/hisamafahri"><img src="https://avatars.githubusercontent.com/u/65691613?v=4?s=100" width="100px;" alt="Hisam Fahri"/><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" valign="top" width="14.28%"><a href="https://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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://liangchengj.com"><img src="https://avatars.githubusercontent.com/u/48881023?v=4?s=100" width="100px;" alt="Liangcheng Juves"/><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" valign="top" width="14.28%"><a href="https://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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://github.com/attet"><img src="https://avatars.githubusercontent.com/u/1911416?v=4?s=100" width="100px;" alt="Atte Timonen"/><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" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/joaolmpinto/"><img src="https://avatars.githubusercontent.com/u/1143125?v=4?s=100" width="100px;" alt="João Pinto"/><br /><sub><b>João Pinto</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=joaompinto" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td> <td align="center"><a href="https://github.com/Qiming-Liu"><img src="https://avatars.githubusercontent.com/u/68600416?v=4?s=100" width="100px;" alt="Alan"/><br /><sub><b>Alan</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Qiming-Liu" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td> <td align="center"><a href="https://74th.tech/"><img src="https://avatars.githubusercontent.com/u/1060011?v=4?s=100" width="100px;" alt="Atsushi Morimoto"/><br /><sub><b>Atsushi Morimoto</b></sub></a><br /><a href="#financial-74th" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td> <td align="center"><a href="https://arles.red/"><img src="https://avatars.githubusercontent.com/u/5369096?v=4?s=100" width="100px;" alt="Arles"/><br /><sub><b>Arles</b></sub></a><br /><a href="#financial-aarles" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td> <td align="center"><a href="https://pentestbook.six2dez.com/"><img src="https://avatars.githubusercontent.com/u/24670991?v=4?s=100" width="100px;" alt="six2dez"/><br /><sub><b>six2dez</b></sub></a><br /><a href="#financial-six2dez" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/CandiceJoy"><img src="https://avatars.githubusercontent.com/u/8854890?v=4?s=100" width="100px;" alt="Candice"/><br /><sub><b>Candice</b></sub></a><br /><a href="#financial-CandiceJoy" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/kingrowen"><img src="https://avatars.githubusercontent.com/u/13178700?v=4?s=100" width="100px;" alt="Rowen Willabus"/><br /><sub><b>Rowen Willabus</b></sub></a><br /><a href="#financial-kingrowen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Sky" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/FrancisHG"><img src="https://avatars.githubusercontent.com/u/1611626?v=4?s=100" width="100px;" alt="Francis Gelderloos"/><br /><sub><b>Francis Gelderloos</b></sub></a><br /><a href="#financial-FrancisHG" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/astromasoud"><img src="https://avatars.githubusercontent.com/u/18737721?v=4?s=100" width="100px;" alt="astromasoud"/><br /><sub><b>astromasoud</b></sub></a><br /><a href="#financial-astromasoud" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td> <td align="center"><a href="https://spirit55555.dk/"><img src="https://avatars.githubusercontent.com/u/2357565?v=4?s=100" width="100px;" alt="Anders G. Jørgensen"/><br /><sub><b>Anders G. Jørgensen</b></sub></a><br /><a href="#financial-Spirit55555" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/djradon"><img src="https://avatars.githubusercontent.com/u/5224156?v=4?s=100" width="100px;" alt="Dave Richardson"/><br /><sub><b>Dave Richardson</b></sub></a><br /><a href="#financial-djradon" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td> <td align="center"><a href="https://twitter.com/tpberntsen"><img src="https://avatars.githubusercontent.com/u/922318?v=4?s=100" width="100px;" alt="Thomas Peter Berntsen"/><br /><sub><b>Thomas Peter Berntsen</b></sub></a><br /><a href="#financial-tpberntsen" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td> <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Ashimine"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=eltociear" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td> <td align="center"><a href="https://github.com/giejqf"><img src="https://avatars.githubusercontent.com/u/9211230?v=4?s=100" width="100px;" alt="giejqf"/><br /><sub><b>giejqf</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=giejqf" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td> <td align="center"><a href="https://github.com/LacazeThomas"><img src="https://avatars.githubusercontent.com/u/19855907?v=4?s=100" width="100px;" alt="Thomas LACAZE"/><br /><sub><b>Thomas LACAZE</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=LacazeThomas" title="Code">💻</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td> <td align="center"><a href="https://pochen.me/"><img src="https://avatars.githubusercontent.com/u/1329716?v=4?s=100" width="100px;" alt="Po Chen"/><br /><sub><b>Po Chen</b></sub></a><br /><a href="#financial-princemaple" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td> <td align="center"><a href="https://victorchandra.carrd.co/"><img src="https://avatars.githubusercontent.com/u/41635105?v=4?s=100" width="100px;" alt="Victor Chandra"/><br /><sub><b>Victor Chandra</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=mzmznasipadang" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/daniel347x"><img src="https://avatars.githubusercontent.com/u/309746?v=4?s=100" width="100px;" alt="Dan Nissenbaum"/><br /><sub><b>Dan Nissenbaum</b></sub></a><br /><a href="#financial-daniel347x" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/DunklerPhoenix"><img src="https://avatars.githubusercontent.com/u/1261305?v=4?s=100" width="100px;" alt="RogueThorn"/><br /><sub><b>RogueThorn</b></sub></a><br /><a href="#financial-DunklerPhoenix" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td> <td align="center"><a href="http://spenserblack.github.io"><img src="https://avatars.githubusercontent.com/u/8546709?v=4?s=100" width="100px;" alt="Spenser Black"/><br /><sub><b>Spenser Black</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=spenserblack" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/zuedev"><img src="https://avatars.githubusercontent.com/u/24614929?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="#financial-zuedev" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td> <td align="center"><a href="https://hengy1.top/"><img src="https://avatars.githubusercontent.com/u/98681454?v=4?s=100" width="100px;" alt="HengY1Coding✨"/><br /><sub><b>HengY1Coding✨</b></sub></a><br /><a href="#financial-HengY1Cola" title="Financial">💵</a></td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td> <td align="center"><a href="https://www.stackscale.com/"><img src="https://avatars.githubusercontent.com/u/195768?v=4?s=100" width="100px;" alt="David Carrero"/><br /><sub><b>David Carrero</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=dcarrero" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td> <td align="center"><a href="https://github.com/zhoro"><img src="https://avatars.githubusercontent.com/u/1105687?v=4?s=100" width="100px;" alt="Andrii Zhovtiak"/><br /><sub><b>Andrii Zhovtiak</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=zhoro" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/JohnMasoner"><img src="https://avatars.githubusercontent.com/u/42313377?v=4?s=100" width="100px;" alt="Mason Ma"/><br /><sub><b>Mason Ma</b></sub></a><br /><a href="#financial-JohnMasoner" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td> <td align="center"><a href="https://github.com/ntimo"><img src="https://avatars.githubusercontent.com/u/6145026?v=4?s=100" width="100px;" alt="Timo"/><br /><sub><b>Timo</b></sub></a><br /><a href="#financial-ntimo" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td> <td align="center"><a href="https://www.linkedin.com/in/evinwatson/"><img src="https://avatars.githubusercontent.com/u/24227251?v=4?s=100" width="100px;" alt="Evin Watson"/><br /><sub><b>Evin Watson</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=EvinRWatson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://t.me/hendrjl"><img src="https://avatars.githubusercontent.com/u/15981200?v=4?s=100" width="100px;" alt="Hendra Juli"/><br /><sub><b>Hendra Juli</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=deulizealand" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wkricowski"><img src="https://avatars.githubusercontent.com/u/36803521?v=4?s=100" width="100px;" alt="Wellinton Kricowski"/><br /><sub><b>Wellinton Kricowski</b></sub></a><br /><a href="#financial-wkricowski" title="Financial">💵</a> <a href="https://github.com/Eugeny/tabby/commits?author=wkricowski" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/almzau"><img src="https://avatars.githubusercontent.com/u/29115846?v=4?s=100" width="100px;" alt="Allan"/><br /><sub><b>Allan</b></sub></a><br /><a href="#design-almzau" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://oidamo.de"><img src="https://avatars.githubusercontent.com/u/17959794?v=4?s=100" width="100px;" alt="Benjamin Brandmeier"/><br /><sub><b>Benjamin Brandmeier</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=BenjaminBrandmeier" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/patric1025"><img src="https://avatars.githubusercontent.com/u/65654040?v=4?s=100" width="100px;" alt="patric1025"/><br /><sub><b>patric1025</b></sub></a><br /><a href="#translation-patric1025" title="Translation">🌍</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hermitpopcorn"><img src="https://avatars.githubusercontent.com/u/16042129?v=4?s=100" width="100px;" alt="hermitpopcorn"/><br /><sub><b>hermitpopcorn</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=hermitpopcorn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://joshuatz.com/"><img src="https://avatars.githubusercontent.com/u/17817563?v=4?s=100" width="100px;" alt="Joshua Tzucker"/><br /><sub><b>Joshua Tzucker</b></sub></a><br /><a href="#financial-joshuatz" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luxifr"><img src="https://avatars.githubusercontent.com/u/665715?v=4?s=100" width="100px;" alt="luxifr"/><br /><sub><b>luxifr</b></sub></a><br /><a href="#financial-luxifr" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ukulanne"><img src="https://avatars.githubusercontent.com/u/28586666?v=4?s=100" width="100px;" alt="Anne Summers"/><br /><sub><b>Anne Summers</b></sub></a><br /><a href="#financial-ukulanne" title="Financial">💵</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Clem-Fern"><img src="https://avatars.githubusercontent.com/u/20025949?v=4?s=100" width="100px;" alt="Clem"/><br /><sub><b>Clem</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=Clem-Fern" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/elizabeth-dev"><img src="https://avatars.githubusercontent.com/u/13015727?v=4?s=100" width="100px;" alt="Elizabeth Martín Campos"/><br /><sub><b>Elizabeth Martín Campos</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=elizabeth-dev" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/siccous"><img src="https://avatars.githubusercontent.com/u/7812885?v=4?s=100" width="100px;" alt="Tomáš Hruška"/><br /><sub><b>Tomáš Hruška</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=siccous" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karaketir16"><img src="https://avatars.githubusercontent.com/u/27349806?v=4?s=100" width="100px;" alt="Osman Karaketir"/><br /><sub><b>Osman Karaketir</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=karaketir16" title="Code">💻</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -12,7 +12,6 @@ html.tabby
body { transition: 0.5s background; } body { transition: 0.5s background; }
body body
style#custom-css style#custom-css
root
app-root app-root
.preload-logo .preload-logo
div div

View File

@@ -65,7 +65,7 @@ export class Application {
if (process.platform === 'linux') { if (process.platform === 'linux') {
app.commandLine.appendSwitch('no-sandbox') app.commandLine.appendSwitch('no-sandbox')
if ((this.configStore.appearance?.opacity || 1) !== 1) { if (((this.configStore.appearance || {}).opacity || 1) !== 1) {
app.commandLine.appendSwitch('enable-transparent-visuals') app.commandLine.appendSwitch('enable-transparent-visuals')
app.disableHardwareAcceleration() app.disableHardwareAcceleration()
} }
@@ -112,7 +112,7 @@ export class Application {
async newWindow (options?: WindowOptions): Promise<Window> { async newWindow (options?: WindowOptions): Promise<Window> {
const window = new Window(this, this.configStore, options) const window = new Window(this, this.configStore, options)
this.windows.push(window) this.windows.push(window)
if (this.windows.length === 1) { if (this.windows.length === 1){
window.makeMain() window.makeMain()
} }
window.visible$.subscribe(visible => { window.visible$.subscribe(visible => {
@@ -169,7 +169,7 @@ export class Application {
broadcastExcept (event: string, except: WebContents, ...args: any[]): void { broadcastExcept (event: string, except: WebContents, ...args: any[]): void {
for (const window of this.windows) { for (const window of this.windows) {
if (window.webContents.id !== except.id) { if (window.webContents.id === except.id) {
window.send(event, ...args) window.send(event, ...args)
} }
} }

View File

@@ -1,4 +1,4 @@
import * as fs from 'fs' import * as fs from 'mz/fs'
import * as path from 'path' import * as path from 'path'
import * as yaml from 'js-yaml' import * as yaml from 'js-yaml'
import { app } from 'electron' import { app } from 'electron'

View File

@@ -4,6 +4,7 @@ import { ipcMain } from 'electron'
import { Application } from './app' import { Application } from './app'
import { UTF8Splitter } from './utfSplitter' import { UTF8Splitter } from './utfSplitter'
import { Subject, debounceTime } from 'rxjs' import { Subject, debounceTime } from 'rxjs'
import { StringDecoder } from './stringDecoder'
class PTYDataQueue { class PTYDataQueue {
private buffers: Buffer[] = [] private buffers: Buffer[] = []
@@ -90,6 +91,7 @@ class PTYDataQueue {
export class PTY { export class PTY {
private pty: nodePTY.IPty private pty: nodePTY.IPty
private outputQueue: PTYDataQueue private outputQueue: PTYDataQueue
private decoder = new StringDecoder()
exited = false exited = false
constructor (private id: string, private app: Application, ...args: any[]) { constructor (private id: string, private app: Application, ...args: any[]) {
@@ -99,7 +101,7 @@ export class PTY {
} }
this.outputQueue = new PTYDataQueue(this.pty, data => { this.outputQueue = new PTYDataQueue(this.pty, data => {
setImmediate(() => this.emit('data', data)) setImmediate(() => this.emit('data', this.decoder.write(data)))
}) })
this.pty.onData(data => this.outputQueue.push(Buffer.from(data))) this.pty.onData(data => this.outputQueue.push(Buffer.from(data)))

105
app/lib/stringDecoder.ts Normal file
View File

@@ -0,0 +1,105 @@
// based on Joyent's StringDecoder
// https://github.com/nodejs/string_decoder/blob/master/lib/string_decoder.js
export class StringDecoder {
lastNeed: number
lastTotal: number
lastChar: Buffer
constructor () {
this.lastNeed = 0
this.lastTotal = 0
this.lastChar = Buffer.allocUnsafe(4)
}
write (buf: Buffer): Buffer {
if (buf.length === 0) {
return buf
}
let r: Buffer|undefined = undefined
let i = 0
if (this.lastNeed) {
r = this.fillLast(buf)
if (r === undefined) {
return Buffer.from('')
}
i = this.lastNeed
this.lastNeed = 0
}
if (i < buf.length) {
return r ? Buffer.concat([r, this.text(buf, i)]) : this.text(buf, i)
}
return r
}
// For UTF-8, a replacement character is added when ending on a partial
// character.
end (buf?: Buffer): Buffer {
const r = buf?.length ? this.write(buf) : Buffer.from('')
if (this.lastNeed) {
console.log('end', r)
return Buffer.concat([r, Buffer.from('\ufffd')])
}
return r
}
// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a
// partial character, the character's bytes are buffered until the required
// number of bytes are available.
private text (buf: Buffer, i: number) {
const total = this.utf8CheckIncomplete(buf, i)
if (!this.lastNeed) {
return buf.slice(i)
}
this.lastTotal = total
const end = buf.length - (total - this.lastNeed)
buf.copy(this.lastChar, 0, end)
return buf.slice(i, end)
}
// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer
private fillLast (buf: Buffer): Buffer|undefined {
if (this.lastNeed <= buf.length) {
buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed)
return this.lastChar.slice(0, this.lastTotal)
}
buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length)
this.lastNeed -= buf.length
return undefined
}
// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a
// continuation byte. If an invalid byte is detected, -2 is returned.
private utf8CheckByte (byte) {
if (byte <= 0x7F) {return 0} else if (byte >> 5 === 0x06) {return 2} else if (byte >> 4 === 0x0E) {return 3} else if (byte >> 3 === 0x1E) {return 4}
return byte >> 6 === 0x02 ? -1 : -2
}
// Checks at most 3 bytes at the end of a Buffer in order to detect an
// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)
// needed to complete the UTF-8 character (if applicable) are returned.
private utf8CheckIncomplete (buf, i) {
let j = buf.length - 1
if (j < i) {return 0}
let nb = this.utf8CheckByte(buf[j])
if (nb >= 0) {
if (nb > 0) {this.lastNeed = nb - 1}
return nb
}
if (--j < i || nb === -2) {return 0}
nb = this.utf8CheckByte(buf[j])
if (nb >= 0) {
if (nb > 0) {this.lastNeed = nb - 2}
return nb
}
if (--j < i || nb === -2) {return 0}
nb = this.utf8CheckByte(buf[j])
if (nb >= 0) {
if (nb > 0) {
if (nb === 2) {nb = 0} else {this.lastNeed = nb - 3}
}
return nb
}
return 0
}
}

View File

@@ -89,7 +89,7 @@ export class Window {
} }
} }
if (this.configStore.appearance?.frame === 'native') { if ((this.configStore.appearance || {}).frame === 'native') {
bwOptions.frame = true bwOptions.frame = true
} else { } else {
if (process.platform === 'darwin') { if (process.platform === 'darwin') {
@@ -108,7 +108,7 @@ export class Window {
this.window.once('ready-to-show', () => { this.window.once('ready-to-show', () => {
if (process.platform === 'darwin') { if (process.platform === 'darwin') {
this.window.setVibrancy(macOSVibrancyType) this.window.setVibrancy(macOSVibrancyType)
} else if (process.platform === 'win32' && this.configStore.appearance?.vibrancy) { } else if (process.platform === 'win32' && (this.configStore.appearance || {}).vibrancy) {
this.setVibrancy(true) this.setVibrancy(true)
} }
@@ -413,9 +413,7 @@ export class Window {
this.touchBarControl.selectedIndex = selectedIndex this.touchBarControl.selectedIndex = selectedIndex
}) })
this.window.webContents.setWindowOpenHandler(() => { this.window.webContents.on('new-window', event => event.preventDefault())
return { action: 'deny' }
})
ipcMain.on('window-set-disable-vibrancy-while-dragging', (_event, value) => { ipcMain.on('window-set-disable-vibrancy-while-dragging', (_event, value) => {
this.disableVibrancyWhileDragging = value && this.configStore.hacks?.disableVibrancyWhileDragging this.disableVibrancyWhileDragging = value && this.configStore.hacks?.disableVibrancyWhileDragging

View File

@@ -37,19 +37,17 @@
"optionalDependencies": { "optionalDependencies": {
"@tabby-gang/windows-blurbehind": "^3.0.0", "@tabby-gang/windows-blurbehind": "^3.0.0",
"macos-native-processlist": "^2.1.0", "macos-native-processlist": "^2.1.0",
"patch-package": "^6.5.0", "serialport": "10.4.0",
"serialport": "10.5.0",
"serialport-binding-webserialapi": "^1.0.3", "serialport-binding-webserialapi": "^1.0.3",
"windows-native-registry": "^3.2.1", "windows-native-registry": "^3.2.1",
"windows-process-tree": "^0.3.4" "windows-process-tree": "^0.3.4"
}, },
"devDependencies": { "devDependencies": {
"@ngx-translate/core": "^14.0.0",
"@types/mz": "2.7.4", "@types/mz": "2.7.4",
"@types/node": "18.11.19", "@types/node": "18.7.23",
"atomically": "^1.7.0", "atomically": "^1.7.0",
"filesize": "^9", "ngx-filesize": "^2.0.16",
"ngx-filesize": "^3.0.1" "patch-package": "^6.4.7"
}, },
"peerDependencies": { "peerDependencies": {
"tabby-community-color-schemes": "*", "tabby-community-color-schemes": "*",

View File

@@ -1,12 +1,14 @@
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
import { ApplicationRef, NgModule } from '@angular/core' import { NgModule } from '@angular/core'
import { BrowserModule } from '@angular/platform-browser' import { BrowserModule } from '@angular/platform-browser'
import { NgbModule } from '@ng-bootstrap/ng-bootstrap'
import { ToastrModule } from 'ngx-toastr' import { ToastrModule } from 'ngx-toastr'
export function getRootModule (plugins: any[]) { export function getRootModule (plugins: any[]) {
const imports = [ const imports = [
BrowserModule, BrowserModule,
...plugins, ...plugins,
NgbModule,
ToastrModule.forRoot({ ToastrModule.forRoot({
positionClass: 'toast-bottom-center', positionClass: 'toast-bottom-center',
toastClass: 'toast', toastClass: 'toast',
@@ -25,12 +27,10 @@ export function getRootModule (plugins: any[]) {
@NgModule({ @NgModule({
imports, imports,
bootstrap,
}) class RootModule { }) class RootModule {
ngDoBootstrap (appRef: ApplicationRef) { ngDoBootstrap () {
(window as any)['requestAnimationFrame'] = window[window['Zone'].__symbol__('requestAnimationFrame')] (window as any)['requestAnimationFrame'] = window[window['Zone'].__symbol__('requestAnimationFrame')]
const componentDef = bootstrap[0]
appRef.bootstrap(componentDef)
} }
} }

View File

@@ -6,4 +6,5 @@ import '@fortawesome/fontawesome-free/css/solid.css'
import '@fortawesome/fontawesome-free/css/brands.css' import '@fortawesome/fontawesome-free/css/brands.css'
import '@fortawesome/fontawesome-free/css/regular.css' import '@fortawesome/fontawesome-free/css/regular.css'
import '@fortawesome/fontawesome-free/css/fontawesome.css' import '@fortawesome/fontawesome-free/css/fontawesome.css'
import 'ngx-toastr/toastr.css'
import './preload.scss' import './preload.scss'

View File

@@ -39,10 +39,8 @@ async function bootstrap (bootstrapData: BootstrapData, plugins: PluginInfo[], s
const pluginModules = await loadPlugins(plugins, (current, total) => { const pluginModules = await loadPlugins(plugins, (current, total) => {
(document.querySelector('.progress .bar') as HTMLElement).style.width = `${100 * current / total}%` // eslint-disable-line (document.querySelector('.progress .bar') as HTMLElement).style.width = `${100 * current / total}%` // eslint-disable-line
}) })
window['pluginModules'] = pluginModules
const module = getRootModule(pluginModules) const module = getRootModule(pluginModules)
window['rootModule'] = module
const moduleRef = await platformBrowserDynamic([ const moduleRef = await platformBrowserDynamic([
{ provide: BOOTSTRAP_DATA, useValue: bootstrapData }, { provide: BOOTSTRAP_DATA, useValue: bootstrapData },
]).bootstrapModule(module) ]).bootstrapModule(module)

View File

@@ -1,7 +1,3 @@
html {
--spaciness: 1;
}
body { body {
min-height: 100vh; min-height: 100vh;
overflow: hidden; overflow: hidden;
@@ -17,6 +13,10 @@ body {
user-select: text; user-select: text;
} }
[ngbradiogroup] input[type="radio"] {
display: none;
}
a, button { a, button {
&.btn { &.btn {
display: inline-flex; display: inline-flex;
@@ -25,8 +25,8 @@ a, button {
& > svg { & > svg {
pointer-events: none; pointer-events: none;
// width: 16px; width: 16px;
// height: 16px; height: 16px;
} }
} }
} }
@@ -53,10 +53,6 @@ a, button {
&>.form-control, &>.input-group { &>.form-control, &>.input-group {
width: 33%; width: 33%;
} }
&>.form-check {
display: flex;
}
} }
input[type=range] { input[type=range] {
@@ -179,19 +175,19 @@ ngb-typeahead-window {
// Windows high contrast mode // Windows high contrast mode
@media screen and (forced-colors: active) { @media screen and (forced-colors: active) {
.form-switch .form-check-label::before { .custom-switch .custom-control-label::before {
background: buttonface; background: buttonface;
} }
.form-switch .form-check-label::after { .custom-switch .custom-control-label::after {
background: buttontext; background: buttontext;
} }
.form-switch .form-check-input:checked ~ .form-check-label::before { .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
background: activetext; background: activetext;
} }
.form-switch .form-check-input:checked ~ .form-check-label::after { .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background: canvas; background: canvas;
} }

View File

@@ -0,0 +1,6 @@
import { Component } from '@angular/core'
@Component({
template: '<app-root></app-root>',
})
export class RootComponent { } // eslint-disable-line @typescript-eslint/no-extraneous-class

View File

@@ -8,8 +8,6 @@
box-shadow: 0 1px 0 rgba(0,0,0,.25); box-shadow: 0 1px 0 rgba(0,0,0,.25);
padding: 7px 12px; padding: 7px 12px;
background-image: none; background-image: none;
display: block !important;
border: none !important;
width: auto; width: auto;
flex-basis: auto; flex-basis: auto;
border-radius: 0.5rem; border-radius: 0.5rem;
@@ -17,12 +15,10 @@
&.toast-error { &.toast-error {
background-color: #BD362F; background-color: #BD362F;
color: white !important;
} }
&.toast-info { &.toast-info {
background-color: #555; background-color: #555;
color: #eee !important;
} }
} }
} }

View File

@@ -1,23 +1,7 @@
import * as fs from 'fs' const path = require('path')
import * as path from 'path' const webpack = require('webpack')
import wp from 'webpack'
import * as url from 'url'
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
import { AngularWebpackPlugin } from '@ngtools/webpack' module.exports = {
import { createEs2015LinkerPlugin } from '@angular/compiler-cli/linker/babel'
const linkerPlugin = createEs2015LinkerPlugin({
linkerJitMode: true,
fileSystem: {
resolve: path.resolve,
exists: fs.existsSync,
dirname: path.dirname,
relative: path.relative,
readFile: fs.readFileSync,
},
})
export default () => ({
name: 'tabby', name: 'tabby',
target: 'node', target: 'node',
entry: { entry: {
@@ -44,22 +28,13 @@ export default () => ({
}, },
module: { module: {
rules: [ rules: [
{
test: /\.(m?)js$/,
loader: 'babel-loader',
options: {
plugins: [linkerPlugin],
compact: false,
cacheDirectory: true,
},
resolve: {
fullySpecified: false,
},
},
{ {
test: /\.ts$/, test: /\.ts$/,
use: { use: {
loader: '@ngtools/webpack', loader: 'ts-loader',
options: {
configFile: path.resolve(__dirname, 'tsconfig.json'),
},
}, },
}, },
{ test: /\.scss$/, use: ['style-loader', 'css-loader', 'sass-loader'] }, { test: /\.scss$/, use: ['style-loader', 'css-loader', 'sass-loader'] },
@@ -81,14 +56,9 @@ export default () => ({
path: 'commonjs path', path: 'commonjs path',
}, },
plugins: [ plugins: [
new wp.optimize.ModuleConcatenationPlugin(), new webpack.optimize.ModuleConcatenationPlugin(),
new wp.DefinePlugin({ new webpack.DefinePlugin({
'process.type': '"renderer"', 'process.type': '"renderer"',
}), }),
new AngularWebpackPlugin({
tsconfig: path.resolve(__dirname, 'tsconfig.json'),
directTemplateLoading: false,
jitMode: true,
})
], ],
}) }

View File

@@ -1,10 +1,8 @@
import * as path from 'path' const path = require('path')
import wp from 'webpack' const webpack = require('webpack')
import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer' const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
import * as url from 'url'
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
const config = { module.exports = {
name: 'tabby-main', name: 'tabby-main',
target: 'electron-main', target: 'electron-main',
entry: { entry: {
@@ -57,15 +55,13 @@ const config = {
'yargs/yargs': 'commonjs yargs/yargs', 'yargs/yargs': 'commonjs yargs/yargs',
}, },
plugins: [ plugins: [
new wp.optimize.ModuleConcatenationPlugin(), new webpack.optimize.ModuleConcatenationPlugin(),
new wp.DefinePlugin({ new webpack.DefinePlugin({
'process.type': '"main"', 'process.type': '"main"',
}), }),
], ],
} }
if (process.env.BUNDLE_ANALYZER) { if (process.env.BUNDLE_ANALYZER) {
config.plugins.push(new BundleAnalyzerPlugin()) module.exports.plugins.push(new BundleAnalyzerPlugin())
} }
export default () => config

View File

@@ -16,13 +16,6 @@
update-notifier "^2.2.0" update-notifier "^2.2.0"
yargs "^8.0.2" yargs "^8.0.2"
"@ngx-translate/core@^14.0.0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@ngx-translate/core/-/core-14.0.0.tgz#af421d0e1a28376843f0fed375cd2fae7630a5ff"
integrity sha512-UevdwNCXMRCdJv//0kC8h2eSfmi02r29xeE8E9gJ1Al4D4jEJ7eiLPdjslTMc21oJNGguqqWeEVjf64SFtvw2w==
dependencies:
tslib "^2.3.0"
"@serialport/binding-abstract@^9.0.2": "@serialport/binding-abstract@^9.0.2":
version "9.2.3" version "9.2.3"
resolved "https://registry.yarnpkg.com/@serialport/binding-abstract/-/binding-abstract-9.2.3.tgz#e7dd273357b6a698af7ad58db6f57f62443a0acb" resolved "https://registry.yarnpkg.com/@serialport/binding-abstract/-/binding-abstract-9.2.3.tgz#e7dd273357b6a698af7ad58db6f57f62443a0acb"
@@ -38,85 +31,80 @@
"@serialport/bindings-interface" "^1.2.1" "@serialport/bindings-interface" "^1.2.1"
debug "^4.3.3" debug "^4.3.3"
"@serialport/bindings-cpp@10.8.0": "@serialport/bindings-cpp@10.7.0":
version "10.8.0" version "10.7.0"
resolved "https://registry.yarnpkg.com/@serialport/bindings-cpp/-/bindings-cpp-10.8.0.tgz#79507b57022ac264e963e7fbf3647a3821569a20" resolved "https://registry.yarnpkg.com/@serialport/bindings-cpp/-/bindings-cpp-10.7.0.tgz#9cf7dda78d914ba597933089abe2a8511e875851"
integrity sha512-OMQNJz5kJblbmZN5UgJXLwi2XNtVLxSKmq5VyWuXQVsUIJD4l9UGHnLPqM5LD9u3HPZgDI5w7iYN7gxkQNZJUw== integrity sha512-Xx1wA2UCG2loS32hxNvWJI4smCzGKhWqE85//fLRzHoGgE1lSLe3Nk7W40/ebrlGFHWRbQZmeaIF4chb2XLliA==
dependencies: dependencies:
"@serialport/bindings-interface" "1.2.2" "@serialport/bindings-interface" "1.2.1"
"@serialport/parser-readline" "^10.2.1" "@serialport/parser-readline" "^10.2.1"
debug "^4.3.2" debug "^4.3.2"
node-addon-api "^5.0.0" node-addon-api "^4.3.0"
node-gyp-build "^4.3.0" node-gyp-build "^4.3.0"
"@serialport/bindings-interface@1.2.2": "@serialport/bindings-interface@1.2.1", "@serialport/bindings-interface@^1.2.1":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@serialport/bindings-interface/-/bindings-interface-1.2.2.tgz#c4ae9c1c85e26b02293f62f37435478d90baa460"
integrity sha512-CJaUd5bLvtM9c5dmO9rPBHPXTa9R2UwpkJ0wdh9JCYcbrPWsKz+ErvR0hBLeo7NPeiFdjFO4sonRljiw4d2XiA==
"@serialport/bindings-interface@^1.2.1":
version "1.2.1" version "1.2.1"
resolved "https://registry.yarnpkg.com/@serialport/bindings-interface/-/bindings-interface-1.2.1.tgz#1ee80b0951ef4e4fd8a5a186621feff046aa2faf" resolved "https://registry.yarnpkg.com/@serialport/bindings-interface/-/bindings-interface-1.2.1.tgz#1ee80b0951ef4e4fd8a5a186621feff046aa2faf"
integrity sha512-63Dyqz2gtryRDDckFusOYqLYhR3Hq/M4sEdbF9i/VsvDb6T+tNVgoAKUZ+FMrXXKnCSu+hYbk+MTc0XQANszxw== integrity sha512-63Dyqz2gtryRDDckFusOYqLYhR3Hq/M4sEdbF9i/VsvDb6T+tNVgoAKUZ+FMrXXKnCSu+hYbk+MTc0XQANszxw==
"@serialport/parser-byte-length@10.5.0": "@serialport/parser-byte-length@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-byte-length/-/parser-byte-length-10.5.0.tgz#f3d4c1c7923222df2f3d3c7c8aaaa207fe373b49" resolved "https://registry.yarnpkg.com/@serialport/parser-byte-length/-/parser-byte-length-10.3.0.tgz#c650b8883f716af77196e8466e86861b55290201"
integrity sha512-eHhr4lHKboq1OagyaXAqkemQ1XyoqbLQC8XJbvccm95o476TmEdW5d7AElwZV28kWprPW68ZXdGF2VXCkJgS2w== integrity sha512-pJ/VoFemzKRRNDHLhFfPThwP40QrGaEnm9TtwL7o2GihEPwzBg3T0bN13ew5TpbbUYZdMpUtpm3CGfl6av9rUQ==
"@serialport/parser-cctalk@10.5.0": "@serialport/parser-cctalk@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-cctalk/-/parser-cctalk-10.5.0.tgz#0ee88db0768a361b7cfb9a394b74e480c38e1992" resolved "https://registry.yarnpkg.com/@serialport/parser-cctalk/-/parser-cctalk-10.3.0.tgz#d8fc7ab480910b28362b1ff154c01c170ac201a3"
integrity sha512-Iwsdr03xmCKAiibLSr7b3w6ZUTBNiS+PwbDQXdKU/clutXjuoex83XvsOtYVcNZmwJlVNhAUbkG+FJzWwIa4DA== integrity sha512-8ujmk8EvVbDPrNF4mM33bWvUYJOZ0wXbY3WCRazHRWvyCdL0VO0DQvW81ZqgoTpiDQZm5r8wQu9rmuemahF6vQ==
"@serialport/parser-delimiter@10.5.0": "@serialport/parser-delimiter@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-delimiter/-/parser-delimiter-10.5.0.tgz#b0d93100cdfd0619d020a427d652495073f3b828" resolved "https://registry.yarnpkg.com/@serialport/parser-delimiter/-/parser-delimiter-10.3.0.tgz#4bcbbeed7e3c6fed2c116535f0754bbf8a33f015"
integrity sha512-/uR/yT3jmrcwnl2FJU/2ySvwgo5+XpksDUR4NF/nwTS5i3CcuKS+FKi/tLzy1k8F+rCx5JzpiK+koqPqOUWArA== integrity sha512-9E4Vj6s0UbbcCCTclwegHGPYjJhdm9qLCS0lowXQDEQC5naZnbsELemMHs93nD9jHPcyx1B4oXkMnVZLxX5TYw==
"@serialport/parser-inter-byte-timeout@10.5.0": "@serialport/parser-inter-byte-timeout@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-inter-byte-timeout/-/parser-inter-byte-timeout-10.5.0.tgz#8665ee5e6138f794ac055e83ef2d1c3653a577c0" resolved "https://registry.yarnpkg.com/@serialport/parser-inter-byte-timeout/-/parser-inter-byte-timeout-10.3.0.tgz#57e4fceeeeb13415dcded3ef1ba5d28a9fa0c611"
integrity sha512-WPvVlSx98HmmUF9jjK6y9mMp3Wnv6JQA0cUxLeZBgS74TibOuYG3fuUxUWGJALgAXotOYMxfXSezJ/vSnQrkhQ== integrity sha512-wKP0QK85NHgvT6BBB1qBfKBBU4pf8kespNXAZBUYmFT+P4n8r8IZE2mqigCD+AiZcfWNQoAizwOsT/Jx/qeVig==
"@serialport/parser-packet-length@10.5.0": "@serialport/parser-packet-length@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-packet-length/-/parser-packet-length-10.5.0.tgz#4c4d733bdff8cc4749f2bd750e42e66f8f478def" resolved "https://registry.yarnpkg.com/@serialport/parser-packet-length/-/parser-packet-length-10.3.0.tgz#9faefc91841c011925a6d4fa4fad6ed44bf11ed6"
integrity sha512-jkpC/8w4/gUBRa2Teyn7URv1D7T//0lGj27/4u9AojpDVXsR6dtdcTG7b7dNirXDlOrSLvvN7aS5/GNaRlEByw== integrity sha512-bj0cWzt8YSQj/E5fRQVYdi4TsfTlZQrXlXrUwjyTsCONv8IPOHzsz+yY0fw5SEMiJtaLyqvPkCHLsttOd/zFsg==
"@serialport/parser-readline@10.5.0", "@serialport/parser-readline@^10.2.1": "@serialport/parser-readline@10.3.0", "@serialport/parser-readline@^10.2.1":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-readline/-/parser-readline-10.5.0.tgz#df23365ae7f45679b1735deae26f72ba42802862" resolved "https://registry.yarnpkg.com/@serialport/parser-readline/-/parser-readline-10.3.0.tgz#7db9143ce9a2537a4086b3824a70fe53ae2107b3"
integrity sha512-0aXJknodcl94W9zSjvU+sLdXiyEG2rqjQmvBWZCr8wJZjWEtv3RgrnYiWq4i2OTOyC8C/oPK8ZjpBjQptRsoJQ== integrity sha512-ki3ATZ3/RAqnqGROBKE7k+OeZ0DZXZ53GTca4q71OU5RazbbNhTOBQLKLXD3v9QZXCMJdg4hGW/2Y0DuMUqMQg==
dependencies: dependencies:
"@serialport/parser-delimiter" "10.5.0" "@serialport/parser-delimiter" "10.3.0"
"@serialport/parser-ready@10.5.0": "@serialport/parser-ready@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-ready/-/parser-ready-10.5.0.tgz#1d9029f57b1abd664cb468e21bfccf7b44c6e8ea" resolved "https://registry.yarnpkg.com/@serialport/parser-ready/-/parser-ready-10.3.0.tgz#6a93d8970dc827e57829a9ee54802469be71f185"
integrity sha512-QIf65LTvUoxqWWHBpgYOL+soldLIIyD1bwuWelukem2yDZVWwEjR288cLQ558BgYxH4U+jLAQahhqoyN1I7BaA== integrity sha512-1owywJ4p592dJyVrEJZPIh6pUZ3/y/LN6kGTDH2wxdewRUITo/sGvDy0er5i2+dJD3yuowiAz0dOHSdz8tevJA==
"@serialport/parser-regex@10.5.0": "@serialport/parser-regex@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-regex/-/parser-regex-10.5.0.tgz#f98eab6e3d9bc99086269e9acf39a82db36d245f" resolved "https://registry.yarnpkg.com/@serialport/parser-regex/-/parser-regex-10.3.0.tgz#7c7314036535414bb7ada3520598d233f5ea09d0"
integrity sha512-9jnr9+PCxRoLjtGs7uxwsFqvho+rxuJlW6ZWSB7oqfzshEZWXtTJgJRgac/RuLft4hRlrmRz5XU40i3uoL4HKw== integrity sha512-tIogTs7CvTH+UUFnsvE7i33MSISyTPTGPWlglWYH2/5coipXY503jlaYS1YGe818wWNcSx6YAjMZRdhTWwM39w==
"@serialport/parser-slip-encoder@10.5.0": "@serialport/parser-slip-encoder@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-slip-encoder/-/parser-slip-encoder-10.5.0.tgz#cb79ac0fda1fc87f049690ff7b498c787da67991" resolved "https://registry.yarnpkg.com/@serialport/parser-slip-encoder/-/parser-slip-encoder-10.3.0.tgz#ff01cd7cda2258ad2ca3ebb113145a0aa7272c78"
integrity sha512-wP8m+uXQdkWSa//3n+VvfjLthlabwd9NiG6kegf0fYweLWio8j4pJRL7t9eTh2Lbc7zdxuO0r8ducFzO0m8CQw== integrity sha512-JI0ILF5sylWn8f0MuMzHFBix/iMUTa79/Z95KaPZYnVaEdA7h7hh/o21Jmon/26P3RJwL1SNJCjZ81zfan+LtQ==
"@serialport/parser-spacepacket@10.5.0": "@serialport/parser-spacepacket@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/parser-spacepacket/-/parser-spacepacket-10.5.0.tgz#2fc077c0ec16a9532c511ad5f2ab12d588796bc7" resolved "https://registry.yarnpkg.com/@serialport/parser-spacepacket/-/parser-spacepacket-10.3.0.tgz#447d49b0690527ea770410ffe0a2ade2079ae7b2"
integrity sha512-BEZ/HAEMwOd8xfuJSeI/823IR/jtnThovh7ils90rXD4DPL1ZmrP4abAIEktwe42RobZjIPfA4PaVfyO0Fjfhg== integrity sha512-PDF73ClEPsClD1FEJZHNuBevDKsJCkqy/XD5+S5eA6+tY5D4HLrVgSWsg+3qqB6+dlpwf2CzHe+uO8D3teuKHA==
"@serialport/stream@10.5.0": "@serialport/stream@10.3.0":
version "10.5.0" version "10.3.0"
resolved "https://registry.yarnpkg.com/@serialport/stream/-/stream-10.5.0.tgz#cda8fb3e8d03094b0962a3d14b73adfcd591be58" resolved "https://registry.yarnpkg.com/@serialport/stream/-/stream-10.3.0.tgz#fdb13ed4487379615819203217060b114548c0a6"
integrity sha512-gbcUdvq9Kyv2HsnywS7QjnEB28g+6OGB5Z8TLP7X+UPpoMIWoUsoQIq5Kt0ZTgMoWn3JGM2lqwTsSHF+1qhniA== integrity sha512-7sooi5fHogYNVEJwxVdg872xO6TuMgQd2E9iRmv+o8pk/1dbBnPkmH6Ka3st1mVE+0KnIJqVlgei+ncSsqXIGw==
dependencies: dependencies:
"@serialport/bindings-interface" "1.2.2" "@serialport/bindings-interface" "1.2.1"
debug "^4.3.2" debug "^4.3.2"
"@serialport/stream@^9.0.2": "@serialport/stream@^9.0.2":
@@ -147,16 +135,11 @@
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/node@*": "@types/node@*", "@types/node@18.7.23":
version "18.7.23" version "18.7.23"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f"
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg== integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==
"@types/node@18.11.19":
version "18.11.19"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d"
integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw==
"@types/node@^10.12.18": "@types/node@^10.12.18":
version "10.17.60" version "10.17.60"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
@@ -255,7 +238,7 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
dependencies: dependencies:
color-convert "^1.9.0" color-convert "^1.9.0"
ansi-styles@^4.0.0, ansi-styles@^4.1.0: ansi-styles@^4.0.0:
version "4.3.0" version "4.3.0"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz"
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -503,7 +486,7 @@ caseless@~0.12.0:
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz"
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
chalk@^2.0.1: chalk@^2.0.1, chalk@^2.4.2:
version "2.4.2" version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -512,14 +495,6 @@ chalk@^2.0.1:
escape-string-regexp "^1.0.5" escape-string-regexp "^1.0.5"
supports-color "^5.3.0" supports-color "^5.3.0"
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==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4: chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4:
version "1.1.4" version "1.1.4"
resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz" resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz"
@@ -780,7 +755,14 @@ debug@^3.1.0:
dependencies: dependencies:
ms "^2.1.1" ms "^2.1.1"
debug@^4.0.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4: debug@^4.0.1, debug@^4.3.2, debug@^4.3.3:
version "4.3.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
dependencies:
ms "2.1.2"
debug@^4.3.4:
version "4.3.4" version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1106,10 +1088,10 @@ figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==
filesize@^9: "filesize@>= 4.0.0":
version "9.0.11" version "6.3.0"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-9.0.11.tgz#4ac3a42c084232dd9b2a1da0107f32d42fcfa5e4" resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.3.0.tgz#dff53cfb3f104c9e422f346d53be8dbcc971bf11"
integrity sha512-gTAiTtI0STpKa5xesyTA9hA3LX4ga8sm2nWRcffEa1L/5vQwb4mj2MdzMkoHoGv4QzfDshQZuYscQSf8c4TKOA== integrity sha512-ytx0ruGpDHKWVoiui6+BY/QMNngtDQ/pJaFwfBpQif0J63+E8DLdFyqS3NkKQn7vIruUEpoGD9JUJSg7Kp+I0g==
fill-range@^7.0.1: fill-range@^7.0.1:
version "7.0.1" version "7.0.1"
@@ -1399,11 +1381,6 @@ has-flag@^3.0.0:
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
has-flag@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
has-symbols@^1.0.1: has-symbols@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
@@ -2168,10 +2145,10 @@ minimatch@^3.0.4:
dependencies: dependencies:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6: minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
version "1.2.7" version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
minipass@^2.3.5, minipass@^2.6.0, minipass@^2.9.0: minipass@^2.3.5, minipass@^2.6.0, minipass@^2.9.0:
version "2.9.0" version "2.9.0"
@@ -2273,12 +2250,13 @@ native-process-working-directory@^1.0.2:
dependencies: dependencies:
node-addon-api "^3.1.0" node-addon-api "^3.1.0"
ngx-filesize@^3.0.1: ngx-filesize@^2.0.16:
version "3.0.1" version "2.0.16"
resolved "https://registry.yarnpkg.com/ngx-filesize/-/ngx-filesize-3.0.1.tgz#620933ae181a1128905404e43b26abb99accba90" resolved "https://registry.yarnpkg.com/ngx-filesize/-/ngx-filesize-2.0.16.tgz#fdaba04170edb6cfcdf7be932783cf913b03f016"
integrity sha512-792I4fiG9EEPYjGib2+YTYAzfWIlccfy8uXNSXFFepuAntoS+eijLwnl0m7ajcQuNgbTtwEf9VmYIPN8mS3jqQ== integrity sha512-VdaCirE7hSyfQh8ZEmhzNEhbddiTYUHF4V6OX+KyTmnQSVx4hp9kmzDX5YlkIlmClI6wI+LZmH9/q7XS3fsMPA==
dependencies: dependencies:
tslib "^2.3.0" filesize ">= 4.0.0"
tslib "^2.0.0"
nice-try@^1.0.4: nice-try@^1.0.4:
version "1.0.5" version "1.0.5"
@@ -2309,11 +2287,6 @@ node-addon-api@^4.0.0, node-addon-api@^4.3.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f" resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f"
integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ== integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
node-addon-api@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501"
integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==
node-fetch-npm@^2.0.2: node-fetch-npm@^2.0.2:
version "2.0.4" version "2.0.4"
resolved "https://registry.yarnpkg.com/node-fetch-npm/-/node-fetch-npm-2.0.4.tgz#6507d0e17a9ec0be3bec516958a497cec54bf5a4" resolved "https://registry.yarnpkg.com/node-fetch-npm/-/node-fetch-npm-2.0.4.tgz#6507d0e17a9ec0be3bec516958a497cec54bf5a4"
@@ -2813,25 +2786,24 @@ parse-json@^2.2.0:
dependencies: dependencies:
error-ex "^1.2.0" error-ex "^1.2.0"
patch-package@^6.5.0: patch-package@^6.4.7:
version "6.5.0" version "6.4.7"
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.5.0.tgz#feb058db56f0005da59cfa316488321de585e88a" resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148"
integrity sha512-tC3EqJmo74yKqfsMzELaFwxOAu6FH6t+FzFOsnWAuARm7/n2xB5AOeOueE221eM9gtMuIKMKpF9tBy/X2mNP0Q== integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ==
dependencies: dependencies:
"@yarnpkg/lockfile" "^1.1.0" "@yarnpkg/lockfile" "^1.1.0"
chalk "^4.1.2" chalk "^2.4.2"
cross-spawn "^6.0.5" cross-spawn "^6.0.5"
find-yarn-workspace-root "^2.0.0" find-yarn-workspace-root "^2.0.0"
fs-extra "^7.0.1" fs-extra "^7.0.1"
is-ci "^2.0.0" is-ci "^2.0.0"
klaw-sync "^6.0.0" klaw-sync "^6.0.0"
minimist "^1.2.6" minimist "^1.2.0"
open "^7.4.2" open "^7.4.2"
rimraf "^2.6.3" rimraf "^2.6.3"
semver "^5.6.0" semver "^5.6.0"
slash "^2.0.0" slash "^2.0.0"
tmp "^0.0.33" tmp "^0.0.33"
yaml "^1.10.2"
path-exists@^3.0.0: path-exists@^3.0.0:
version "3.0.0" version "3.0.0"
@@ -3292,24 +3264,24 @@ serialport-binding-webserialapi@^1.0.3:
"@serialport/binding-abstract" "^9.0.2" "@serialport/binding-abstract" "^9.0.2"
"@serialport/stream" "^9.0.2" "@serialport/stream" "^9.0.2"
serialport@10.5.0: serialport@10.4.0:
version "10.5.0" version "10.4.0"
resolved "https://registry.yarnpkg.com/serialport/-/serialport-10.5.0.tgz#b85f614def6e8914e5865c798b0555330903a0f8" resolved "https://registry.yarnpkg.com/serialport/-/serialport-10.4.0.tgz#93c95ecccc0e314d5bbee3f06cde2c70be70e671"
integrity sha512-7OYLDsu5i6bbv3lU81pGy076xe0JwpK6b49G6RjNvGibstUqQkI+I3/X491yBGtf4gaqUdOgoU1/5KZ/XxL4dw== integrity sha512-PszPM5SnFMgSXom60PkKS2A9nMlNbHkuoyRBlzdSWw9rmgOn258+V0dYbWMrETJMM+TJV32vqBzjg5MmmUMwMw==
dependencies: dependencies:
"@serialport/binding-mock" "10.2.2" "@serialport/binding-mock" "10.2.2"
"@serialport/bindings-cpp" "10.8.0" "@serialport/bindings-cpp" "10.7.0"
"@serialport/parser-byte-length" "10.5.0" "@serialport/parser-byte-length" "10.3.0"
"@serialport/parser-cctalk" "10.5.0" "@serialport/parser-cctalk" "10.3.0"
"@serialport/parser-delimiter" "10.5.0" "@serialport/parser-delimiter" "10.3.0"
"@serialport/parser-inter-byte-timeout" "10.5.0" "@serialport/parser-inter-byte-timeout" "10.3.0"
"@serialport/parser-packet-length" "10.5.0" "@serialport/parser-packet-length" "10.3.0"
"@serialport/parser-readline" "10.5.0" "@serialport/parser-readline" "10.3.0"
"@serialport/parser-ready" "10.5.0" "@serialport/parser-ready" "10.3.0"
"@serialport/parser-regex" "10.5.0" "@serialport/parser-regex" "10.3.0"
"@serialport/parser-slip-encoder" "10.5.0" "@serialport/parser-slip-encoder" "10.3.0"
"@serialport/parser-spacepacket" "10.5.0" "@serialport/parser-spacepacket" "10.3.0"
"@serialport/stream" "10.5.0" "@serialport/stream" "10.3.0"
debug "^4.3.3" debug "^4.3.3"
set-blocking@^2.0.0, set-blocking@~2.0.0: set-blocking@^2.0.0, set-blocking@~2.0.0:
@@ -3616,13 +3588,6 @@ supports-color@^5.3.0:
dependencies: dependencies:
has-flag "^3.0.0" has-flag "^3.0.0"
supports-color@^7.1.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
dependencies:
has-flag "^4.0.0"
tar-fs@^2.0.0: tar-fs@^2.0.0:
version "2.1.1" version "2.1.1"
resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz" resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz"
@@ -3728,16 +3693,11 @@ tough-cookie@~2.5.0:
psl "^1.1.28" psl "^1.1.28"
punycode "^2.1.1" punycode "^2.1.1"
tslib@^2.1.0: tslib@^2.0.0, tslib@^2.1.0:
version "2.3.1" version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
tslib@^2.3.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
tunnel-agent@^0.6.0: tunnel-agent@^0.6.0:
version "0.6.0" version "0.6.0"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz"
@@ -4040,11 +4000,6 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
yaml@^1.10.2:
version "1.10.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
yargs-parser@^15.0.1: yargs-parser@^15.0.1:
version "15.0.1" version "15.0.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3"

View File

@@ -1,5 +1,5 @@
const fs = require('fs') const fs = require('fs')
const signHook = require('./afterSignHook.cjs') const signHook = require('./afterSignHook')
module.exports = async function (params) { module.exports = async function (params) {
// notarize the app on Mac OS only. // notarize the app on Mac OS only.

View File

@@ -3,8 +3,8 @@ appId: org.tabby
productName: Tabby productName: Tabby
compression: normal compression: normal
npmRebuild: false npmRebuild: false
afterSign: "./build/mac/afterSignHook.cjs" afterSign: "./build/mac/afterSignHook.js"
afterAllArtifactBuild: "./build/mac/afterBuildHook.cjs" afterAllArtifactBuild: "./build/mac/afterBuildHook.js"
files: files:
- '**/*' - '**/*'
- dist - dist

View File

@@ -2,27 +2,26 @@
:: License: http://opensource.org/licenses/MIT :: License: http://opensource.org/licenses/MIT
@echo off @echo off
setlocal enableextensions
set clink_profile_arg= set clink_profile_arg=
set clink_quiet_arg= set clink_quiet_arg=
:: Mimic cmd.exe's behaviour when starting from the start menu. :: Mimic cmd.exe's behaviour when starting from the start menu.
if /i "%1"=="startmenu" ( if /i "%1"=="startmenu" (
cd /d "%userprofile%" cd /d "%userprofile%"
shift shift /1
) )
:: Check for the --profile option. :: Check for the --profile option.
if /i "%1"=="--profile" ( if /i "%1"=="--profile" (
set clink_profile_arg=--profile "%~2" set clink_profile_arg=--profile "%~2"
shift shift /1
shift shift /1
) )
:: Check for the --quiet option. :: Check for the --quiet option.
if /i "%1"=="--quiet" ( if /i "%1"=="--quiet" (
set clink_quiet_arg= --quiet set clink_quiet_arg= --quiet
shift shift /1
) )
:: If the .bat is run without any arguments, then start a cmd.exe instance. :: If the .bat is run without any arguments, then start a cmd.exe instance.
@@ -31,17 +30,9 @@ if "%1"=="" (
goto :end goto :end
) )
:: Test for autorun.
if defined CLINK_NOAUTORUN if /i "%1"=="inject" if /i "%2"=="--autorun" goto :end
:: Endlocal before inject tags the prompt.
endlocal
:: Pass through to appropriate loader. :: Pass through to appropriate loader.
if /i "%processor_architecture%"=="x86" ( if /i "%processor_architecture%"=="x86" (
"%~dp0\clink_x86.exe" %* "%~dp0\clink_x86.exe" %*
) else if /i "%processor_architecture%"=="arm64" (
"%~dp0\clink_arm64.exe" %*
) else if /i "%processor_architecture%"=="amd64" ( ) else if /i "%processor_architecture%"=="amd64" (
if defined processor_architew6432 ( if defined processor_architew6432 (
"%~dp0\clink_x86.exe" %* "%~dp0\clink_x86.exe" %*
@@ -51,13 +42,11 @@ if /i "%processor_architecture%"=="x86" (
) )
:end :end
set clink_profile_arg=
set clink_quiet_arg=
goto :eof goto :eof
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:launch :launch
setlocal
set WT_PROFILE_ID=
set WT_SESSION=
start "Clink" cmd.exe /s /k ""%~dpnx0" inject %clink_profile_arg%%clink_quiet_arg%" start "Clink" cmd.exe /s /k ""%~dpnx0" inject %clink_profile_arg%%clink_quiet_arg%"
endlocal
exit /b 0 exit /b 0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,13 +0,0 @@
# When this file is named "default_inputrc" and is in the binaries
# directory or profile directory, it provides enhanced default settings.
# Override the built-in Readline defaults with ones that provide a more
# enhanced Clink experience.
colored-completion-prefix on
colored-stats on
mark-symlinked-directories on
completion-auto-query-items on
history-point-at-end-of-anchored-search on
search-ignore-case on

View File

@@ -1,34 +0,0 @@
# When this file is named "default_settings" and is in the binaries
# directory or profile directory, it provides enhanced default settings.
# Override built-in default settings with ones that provide a more
# enhanced Clink experience.
autosuggest.enable = True
clink.default_bindings = windows
cmd.ctrld_exits = False
color.arginfo = sgr 38;5;172
color.argmatcher = sgr 1;38;5;40
color.cmd = sgr 1;38;5;231
color.cmdredir = sgr 38;5;172
color.cmdsep = sgr 38;5;214
color.comment_row = sgr 38;5;87;48;5;18
color.description = sgr 38;5;39
color.doskey = sgr 1;38;5;75
color.executable = sgr 1;38;5;33
color.filtered = sgr 38;5;231
color.flag = sgr 38;5;117
color.hidden = sgr 38;5;160
color.histexpand = sgr 97;48;5;55
color.horizscroll = sgr 38;5;16;48;5;30
color.input = sgr 38;5;222
color.readonly = sgr 38;5;28
color.selected_completion = sgr 38;5;16;48;5;254
color.selection = sgr 38;5;16;48;5;179
color.suggestion = sgr 38;5;239
color.unrecognized = sgr 38;5;203
history.max_lines = 25000
history.time_stamp = show
match.expand_envvars = True
match.substring = True

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Afrikaans\n" "Language-Team: Afrikaans\n"
"Language: af_ZA\n" "Language: af_ZA\n"
"PO-Revision-Date: 2023-03-17 23:07\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" is steeds besig om te hardloop. Maak toe?" msgstr "\"{command}\" is steeds besig om te hardloop. Maak toe?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} kopie" msgstr "{name} kopie"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Bykomende spasie tussen lyne" msgstr "Bykomende spasie tussen lyne"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Toepassing instellings"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Is jy seker jy wil Tabby toemaak? U kan hierdie boodskap deaktiveer in Instellings -> Venster." msgstr "Is jy seker jy wil Tabby toemaak? U kan hierdie boodskap deaktiveer in Instellings -> Venster."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Is jy seker?" msgstr "Is jy seker?"
@@ -160,7 +160,7 @@ msgstr "Outomaties"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Outomatiese Bywerkings" msgstr "Outomatiese Bywerkings"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Laai veranderinge outomaties op en kyk elke minuut vir opdaterings" msgstr "Laai veranderinge outomaties op en kyk elke minuut vir opdaterings"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Agtergrond tipe" msgstr "Agtergrond tipe"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Baud koers" msgstr "Baud koers"
@@ -186,7 +186,7 @@ msgstr "Begin van die lyn"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Flikker wyser" msgstr "Flikker wyser"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Blou" msgstr "Blou"
@@ -212,7 +212,7 @@ msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Uitsaaimodus. Klik enige plek om te kanselleer." msgstr "Uitsaaimodus. Klik enige plek om te kanselleer."
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Ingeboude" msgstr "Ingeboude"
@@ -224,12 +224,11 @@ msgstr "Ingeboude"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Kanselleer" msgstr "Kanselleer"
@@ -254,11 +253,7 @@ msgstr "Kyk vir opdaterings"
msgid "Ciphers" msgid "Ciphers"
msgstr "Syfers" msgstr "Syfers"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "Opruim"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Vee onlangse profiele uit" msgstr "Vee onlangse profiele uit"
@@ -266,10 +261,6 @@ msgstr "Vee onlangse profiele uit"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Maak terminaal skoon" msgstr "Maak terminaal skoon"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Knipbord" msgstr "Knipbord"
@@ -304,7 +295,7 @@ msgstr "Maak oortjies aan die linkerkant toe"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Maak oortjies aan die regterkant toe" msgstr "Maak oortjies aan die regterkant toe"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Maak die venster toe nadat jy die laaste oortjie toegemaak het" msgstr "Maak die venster toe nadat jy die laaste oortjie toegemaak het"
@@ -313,7 +304,6 @@ msgstr "Maak die venster toe nadat jy die laaste oortjie toegemaak het"
msgid "Color" msgid "Color"
msgstr "Kleur" msgstr "Kleur"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Kleur skema" msgstr "Kleur skema"
@@ -330,7 +320,7 @@ msgstr "Bevelreël"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Command se stdin/stdout word gebruik in plaas van 'n netwerkverbinding" msgstr "Command se stdin/stdout word gebruik in plaas van 'n netwerkverbinding"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Bevele" msgstr "Bevele"
@@ -338,10 +328,6 @@ msgstr "Bevele"
msgid "Compact" msgid "Compact"
msgstr "Kompak" msgstr "Kompak"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr "Opstelling geskrap"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Opstelling afgelaai" msgstr "Opstelling afgelaai"
@@ -368,8 +354,8 @@ msgstr "Opstellings"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Koppel deur 'n instaanbediener" msgstr "Koppel deur 'n instaanbediener"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Koppel aan \"%s\"..." msgstr "Koppel aan \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "Koppel aan \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "Koppel eers aan 'n ander gasheer en gebruik dit as 'n instaanbediener" msgstr "Koppel eers aan 'n ander gasheer en gebruik dit as 'n instaanbediener"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Koppel tans" msgstr "Koppel tans"
@@ -400,27 +386,23 @@ msgstr "Koppelnaam sal eerder gebruik word"
msgid "Context menu" msgid "Context menu"
msgstr "Kontekskieslys" msgstr "Kontekskieslys"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Gekopieer" msgstr "Gekopieer"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Kopieer" msgstr "Kopieer"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Kopieer huidige pad" msgstr "Kopieer huidige pad"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Kopieer op kies" msgstr "Kopieer op kies"
@@ -433,7 +415,7 @@ msgstr "Kopieer na knipbord"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Kopieer met formatering" msgstr "Kopieer met formatering"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Kon nie opstelling dekripteer nie" msgstr "Kon nie opstelling dekripteer nie"
@@ -441,7 +423,7 @@ msgstr "Kon nie opstelling dekripteer nie"
msgid "Create" msgid "Create"
msgstr "Skep" msgstr "Skep"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Skep gids" msgstr "Skep gids"
@@ -494,7 +476,7 @@ msgstr "Verminder die vertikale verdelingsgrootte"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Verstekprofiel vir nuwe oortjies" msgstr "Verstekprofiel vir nuwe oortjies"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Verstekprofiel instellings" msgstr "Verstekprofiel instellings"
@@ -506,13 +488,11 @@ msgstr "Verstekke"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Verstekke vir {type}" msgstr "Verstekke vir {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Verstekke vir {type}"
msgid "Delete" msgid "Delete"
msgstr "Skrap" msgstr "Skrap"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Skrap \"{name}\"?" msgstr "Skrap \"{name}\"?"
@@ -543,11 +523,7 @@ msgstr "Skrap volgende woord"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Skrap vorige woord" msgstr "Skrap vorige woord"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Skrap die groep se profiele?" msgstr "Skrap die groep se profiele?"
@@ -579,11 +555,11 @@ msgstr "Deaktiveer"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Deaktiveer dinamiese oortjietitel" msgstr "Deaktiveer dinamiese oortjietitel"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Deaktiveer vlot-agtergrond terwyl jy sleep" msgstr "Deaktiveer vlot-agtergrond terwyl jy sleep"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Deaktiveer GVE-versnelling" msgstr "Deaktiveer GVE-versnelling"
@@ -593,12 +569,12 @@ msgstr "Gediaktiveer"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Ontkoppel" msgstr "Ontkoppel"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Ontkoppel van {host}?" msgstr "Ontkoppel van {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Moenie aborteer nie" msgstr "Moenie aborteer nie"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Moenie toemaak nie" msgstr "Moenie toemaak nie"
@@ -677,7 +653,7 @@ msgstr "Dupliseer oortjie"
msgid "Edit" msgid "Edit"
msgstr "Wysig" msgstr "Wysig"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Wysig plaaslik" msgstr "Wysig plaaslik"
@@ -698,10 +674,6 @@ msgstr "Aktiveer animasies"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Aktiveer outomatiese installasie van opdaterings wanneer hulle beskikbaar word." msgstr "Aktiveer outomatiese installasie van opdaterings wanneer hulle beskikbaar word."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Aktiveer lettertipe-ligatuur" msgstr "Aktiveer lettertipe-ligatuur"
@@ -726,8 +698,8 @@ msgstr "Einde van die lyn"
msgid "Environment" msgid "Environment"
msgstr "Omgewing" msgstr "Omgewing"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Vee konfigurasie uit" msgstr "Vee konfigurasie uit"
@@ -747,10 +719,6 @@ msgstr "Presiese passing"
msgid "Example:" msgid "Example:"
msgstr "Voorbeeld:" msgstr "Voorbeeld:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Uitvoer" msgstr "Uitvoer"
@@ -775,11 +743,11 @@ msgstr "Filter"
msgid "Fixed" msgid "Fixed"
msgstr "Vaste" msgstr "Vaste"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Vloeiende agtergrond veroorsaak soms sleep vertraging" msgstr "Vloeiende agtergrond veroorsaak soms sleep vertraging"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Fokus alle ruite" msgstr "Fokus alle ruite"
@@ -787,7 +755,7 @@ msgstr "Fokus alle ruite"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Fokus alle ruite gelyktydig (uitsaai)" msgstr "Fokus alle ruite gelyktydig (uitsaai)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Fokus alle oortjies" msgstr "Fokus alle oortjies"
@@ -795,7 +763,7 @@ msgstr "Fokus alle oortjies"
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Fokus alle oortjies gelyktydig (uitsaai)" msgstr "Fokus alle oortjies gelyktydig (uitsaai)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Fokus volg muis" msgstr "Fokus volg muis"
@@ -839,7 +807,7 @@ msgstr "Fokus die ruit aan die regterkant"
msgid "Font" msgid "Font"
msgstr "Lettertipe" msgstr "Lettertipe"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Vir sleutelbord kortpaaie" msgstr "Vir sleutelbord kortpaaie"
@@ -909,11 +877,11 @@ msgstr "Kry dit uit die Tabby Web-instellingsvenster"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Gee die venster 'n vaag deursigtige agtergrond" msgstr "Gee die venster 'n vaag deursigtige agtergrond"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Gaan op" msgstr "Gaan op"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Groen" msgstr "Groen"
@@ -921,7 +889,7 @@ msgstr "Groen"
msgid "Group" msgid "Group"
msgstr "Groep" msgstr "Groep"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Kappe" msgstr "Kappe"
@@ -938,15 +906,15 @@ msgstr "Help om Tabby te vertaal"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Heksadesimaal" msgstr "Heksadesimaal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Versteek oortjie toemaakknoppie" msgstr "Versteek oortjie toemaakknoppie"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Versteek oortjie-indeks" msgstr "Versteek oortjie-indeks"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Versteek oortjie-opsies-knoppie" msgstr "Versteek oortjie-opsies-knoppie"
@@ -980,10 +948,6 @@ msgstr "Gasheersleutel verifikasie"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Sneltoetse" msgstr "Sneltoetse"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP-instaanbediener" msgstr "HTTP-instaanbediener"
@@ -1065,8 +1029,8 @@ msgstr "Spring na die volgende woord"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Spring na die vorige woord" msgstr "Spring na die vorige woord"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Sleutelbord"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Sleutelbord-interaktiewe verifikasie" msgstr "Sleutelbord-interaktiewe verifikasie"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Eindig" msgstr "Eindig"
@@ -1119,7 +1083,7 @@ msgstr "Begin WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Begin WinSCP vir huidige SSH sessie" msgstr "Begin WinSCP vir huidige SSH sessie"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Leer hoe om Tabby toe te laat om afgeleë dop se werkgids op te spoor." msgstr "Leer hoe om Tabby toe te laat om afgeleë dop se werkgids op te spoor."
@@ -1146,7 +1110,7 @@ msgstr "Reël-redigeerder, insette word gestuur nadat u Enter gedruk het"
msgid "Line padding" msgid "Line padding"
msgstr "Reël-vulling" msgstr "Reël-vulling"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Laai tans" msgstr "Laai tans"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Plaaslike terminaal" msgstr "Plaaslike terminaal"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Aanmelding skripte" msgstr "Aanmelding skripte"
@@ -1177,7 +1141,7 @@ msgstr "Aanmelding skripte"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Langkliek vir kontekskieslys" msgstr "Langkliek vir kontekskieslys"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Bestuur profiele" msgstr "Bestuur profiele"
@@ -1209,11 +1173,11 @@ msgstr "Skuif oortjie na links"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Skuif oortjie na regs" msgstr "Skuif oortjie na regs"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Skuif na \"Ongegroepeer\"" msgstr "Skuif na \"Ongegroepeer\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Deur die muis oor 'n onaktiewe paneel te beweeg, sal dit aktiveer" msgstr "Deur die muis oor 'n onaktiewe paneel te beweeg, sal dit aktiveer"
@@ -1234,7 +1198,7 @@ msgstr "Naam vir die nuwe gids"
msgid "Native" msgid "Native"
msgstr "Inheems" msgstr "Inheems"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Nuwe admin-oortjie" msgstr "Nuwe admin-oortjie"
@@ -1246,7 +1210,7 @@ msgstr "Nuwe opstelling op {platform}"
msgid "New item" msgid "New item"
msgstr "Nuwe item" msgstr "Nuwe item"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Nuwe naam" msgstr "Nuwe naam"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Nuwe oortjie: {profile}" msgstr "Nuwe oortjie: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Nuwe terminaal" msgstr "Nuwe terminaal"
@@ -1280,7 +1244,7 @@ msgstr "Nuwe venster"
msgid "New Window" msgid "New Window"
msgstr "Nuwe Venster" msgstr "Nuwe Venster"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Nuut met profiel" msgstr "Nuut met profiel"
@@ -1288,7 +1252,7 @@ msgstr "Nuut met profiel"
msgid "Next tab" msgid "Next tab"
msgstr "Volgende oortjie" msgstr "Volgende oortjie"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Geen kleur" msgstr "Geen kleur"
@@ -1309,8 +1273,8 @@ msgstr "Normaal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Normale lettertipe gewig" msgstr "Normale lettertipe gewig"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Nie gevind nie" msgstr "Nie gevind nie"
@@ -1369,7 +1333,7 @@ msgstr "Opsioneel"
msgid "Options" msgid "Options"
msgstr "Opsies" msgstr "Opsies"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Oranje" msgstr "Oranje"
@@ -1417,11 +1381,11 @@ msgstr "Oorskryf die opstelling aan die afgeleë kant en begin sinkroniseer?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Oorskryf die plaaslike opstelling en begin sinkroniseer?" msgstr "Oorskryf die plaaslike opstelling en begin sinkroniseer?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Paneel herskaleer stap" msgstr "Paneel herskaleer stap"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Panele" msgstr "Panele"
@@ -1429,7 +1393,7 @@ msgstr "Panele"
msgid "Parity" msgid "Parity"
msgstr "Pariteit" msgstr "Pariteit"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Gedeeltelike opstelling-sinkronisering is nie moontlik wanneer die opstelling via Vault geënkripteer is nie." msgstr "Gedeeltelike opstelling-sinkronisering is nie moontlik wanneer die opstelling via Vault geënkripteer is nie."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Wagwoord" msgstr "Wagwoord"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Plak" msgstr "Plak"
@@ -1456,7 +1420,7 @@ msgstr "Plak uit knipbord"
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Plak indien geen seleksie nie, anders kopieer" msgstr "Plak indien geen seleksie nie, anders kopieer"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Plak veelvuldige reëls?" msgstr "Plak veelvuldige reëls?"
@@ -1485,7 +1449,7 @@ msgstr "Inprop vouer"
msgid "Port" msgid "Port"
msgstr "Poort" msgstr "Poort"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Port oopgemaak" msgstr "Port oopgemaak"
@@ -1494,9 +1458,9 @@ msgstr "Port oopgemaak"
msgid "Ports" msgid "Ports"
msgstr "Poorte" msgstr "Poorte"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Druk enige sleutel om weer te koppel" msgstr "Druk enige sleutel om weer te koppel"
@@ -1534,7 +1498,7 @@ msgstr "Profielnaam"
msgid "Profiles" msgid "Profiles"
msgstr "Profiele" msgstr "Profiele"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profiele en verbindings" msgstr "Profiele en verbindings"
@@ -1547,7 +1511,7 @@ msgstr "Program"
msgid "Proxy command" msgid "Proxy command"
msgstr "Instaanbediener bevel" msgstr "Instaanbediener bevel"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Pers" msgstr "Pers"
@@ -1555,13 +1519,13 @@ msgstr "Pers"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Plaas al Tabby se opstelling in die kluis" msgstr "Plaas al Tabby se opstelling in die kluis"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Vinnig verbind" msgstr "Vinnig verbind"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Verlaat" msgstr "Verlaat"
@@ -1573,8 +1537,8 @@ msgstr "Rou-sok verbinding"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Gereed-uitteltyd (Millisekondes)" msgstr "Gereed-uitteltyd (Millisekondes)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Onlangse" msgstr "Onlangse"
@@ -1585,7 +1549,7 @@ msgstr "Onlangse"
msgid "Reconnect" msgid "Reconnect"
msgstr "Herkoppel" msgstr "Herkoppel"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Rooi" msgstr "Rooi"
@@ -1750,12 +1714,11 @@ msgstr "Rol die terminaal tot onder op Gebruiker inset"
msgid "Search" msgid "Search"
msgstr "Soek" msgstr "Soek"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Soek deur kleurskemas" msgstr "Soek deur kleurskemas"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Soek deur sneltoetse" msgstr "Soek deur sneltoetse"
@@ -1772,7 +1735,7 @@ msgstr "Geheime sinchronisasie-kenteken"
msgid "Select" msgid "Select"
msgstr "Kies" msgstr "Kies"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Kies 'n basisprofiel om as 'n sjabloon te gebruik" msgstr "Kies 'n basisprofiel om as 'n sjabloon te gebruik"
@@ -1784,11 +1747,11 @@ msgstr "Kies alles"
msgid "Select file storage" msgid "Select file storage"
msgstr "Kies lêerberging" msgstr "Kies lêerberging"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Kies profiel" msgstr "Kies profiel"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Kies profiel of voer 'n adres in" msgstr "Kies profiel of voer 'n adres in"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Stel die SSH-agent se benoemde pyppad." msgstr "Stel die SSH-agent se benoemde pyppad."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Stellings" msgstr "Stellings"
@@ -1848,7 +1811,7 @@ msgstr "Stellings"
msgid "Shell" msgid "Shell"
msgstr "Dop" msgstr "Dop"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Dop ondersteun nie huidige padbespeuring nie" msgstr "Dop ondersteun nie huidige padbespeuring nie"
@@ -1888,7 +1851,7 @@ msgstr "Wys Menger"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Wys paneeletikette (vir herrangskikking)" msgstr "Wys paneeletikette (vir herrangskikking)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Wys profielikoon op oortjie" msgstr "Wys profielikoon op oortjie"
@@ -1908,11 +1871,7 @@ msgstr "Wys vrystellingnotas"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Show Serie verbindings" msgstr "Show Serie verbindings"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Toon Nutsbalk" msgstr "Toon Nutsbalk"
@@ -1989,11 +1948,11 @@ msgstr "Verdeel na bo"
msgid "Split to the up" msgid "Split to the up"
msgstr "Verdeel na bo" msgstr "Verdeel na bo"
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "SSH verbinding" msgstr "SSH verbinding"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "SSH-verbindingsbestuur word nou gedoen deur die \"Profiel & Verbindings\"-oortjie" msgstr "SSH-verbindingsbestuur word nou gedoen deur die \"Profiel & Verbindings\"-oortjie"
@@ -2041,7 +2000,7 @@ msgstr "Wissel die terminaal voorkant implementering (eksperimenteel)"
msgid "Sync" msgid "Sync"
msgstr "Sinkroniseer" msgstr "Sinkroniseer"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Sinkroniseer outomaties" msgstr "Sinkroniseer outomaties"
@@ -2049,15 +2008,15 @@ msgstr "Sinkroniseer outomaties"
msgid "Sync host" msgid "Sync host"
msgstr "Sinkroniseer gasheer" msgstr "Sinkroniseer gasheer"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Sinkroniseer sneltoetse" msgstr "Sinkroniseer sneltoetse"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Sinkroniseer Kluis" msgstr "Sinkroniseer Kluis"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Sinkroniseer vensterinstellings" msgstr "Sinkroniseer vensterinstellings"
@@ -2112,7 +2071,7 @@ msgstr "Oortjie breedte"
msgid "Telnet session" msgid "Telnet session"
msgstr "Telnet sessie" msgstr "Telnet sessie"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminaal" msgstr "Terminaal"
@@ -2125,10 +2084,6 @@ msgstr "Terminaal agtergrond"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Terminaal klok" msgstr "Terminaal klok"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Dankie dat jy Tabby afgelaai het!" msgstr "Dankie dat jy Tabby afgelaai het!"
@@ -2145,7 +2100,7 @@ msgstr "Daar is aktiewe lêeroordragte"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Daar is 'n gestoorde wagwoord vir hierdie verbinding" msgstr "Daar is 'n gestoorde wagwoord vir hierdie verbinding"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Dit is van toepassing op alle profiele van 'n gegewe tipe" msgstr "Dit is van toepassing op alle profiele van 'n gegewe tipe"
@@ -2153,7 +2108,7 @@ msgstr "Dit is van toepassing op alle profiele van 'n gegewe tipe"
msgid "Thin" msgid "Thin"
msgstr "Dun" msgstr "Dun"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Merk dit as jy aliasing, spookbeelde of ander visuele probleme ondervind" msgstr "Merk dit as jy aliasing, spookbeelde of ander visuele probleme ondervind"
@@ -2182,7 +2137,7 @@ msgstr "Bo"
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Knip witspasie en nuwe lyne af" msgstr "Knip witspasie en nuwe lyne af"
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Probeer weer" msgstr "Probeer weer"
@@ -2202,7 +2157,7 @@ msgstr "Ongegroepeer"
msgid "Uninstall" msgid "Uninstall"
msgstr "Deïnstalleer" msgstr "Deïnstalleer"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Onbekend" msgstr "Onbekend"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Gradeer op na {version}" msgstr "Gradeer op na {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Laai op" msgstr "Laai op"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Laai op as 'n nuwe opstelling" msgstr "Laai op as 'n nuwe opstelling"
@@ -2322,7 +2277,7 @@ msgstr "Waarskuwing: afgeleë gasheer se sleutel het skielik verander!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Ons volg net jou Tabby- en OS-weergawes." msgstr "Ons volg net jou Tabby- en OS-weergawes."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Welkom" msgstr "Welkom"
@@ -2379,7 +2334,7 @@ msgstr "Woordskeier"
msgid "Working directory" msgid "Working directory"
msgstr "Werk gids" msgstr "Werk gids"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Werkgidsopsporing" msgstr "Werkgidsopsporing"
@@ -2396,7 +2351,7 @@ msgstr "WSL-terminaal ondersteun slegs TrueColor met ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "X11 aanstuuring" msgstr "X11 aanstuuring"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Geel" msgstr "Geel"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Danish\n" "Language-Team: Danish\n"
"Language: da_DK\n" "Language: da_DK\n"
"PO-Revision-Date: 2023-02-06 19:58\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" kører stadig. Luk?" msgstr "\"{command}\" kører stadig. Luk?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} kopi" msgstr "{name} kopi"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Yderligere mellemrum mellem linjer" msgstr "Yderligere mellemrum mellem linjer"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Applikationsindstillinger"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Er du sikker på, at du vil lukke Tabby? Du kan deaktivere denne prompt i Indstillinger -> Vindue." msgstr "Er du sikker på, at du vil lukke Tabby? Du kan deaktivere denne prompt i Indstillinger -> Vindue."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Er du sikker?" msgstr "Er du sikker?"
@@ -160,7 +160,7 @@ msgstr "Automatisk"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Automatiske opdateringer" msgstr "Automatiske opdateringer"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Upload automatisk ændringer og tjek for opdateringer hvert minut" msgstr "Upload automatisk ændringer og tjek for opdateringer hvert minut"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Baggrundstype" msgstr "Baggrundstype"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Baud-rate (hastighed)" msgstr "Baud-rate (hastighed)"
@@ -186,7 +186,7 @@ msgstr "Begyndelse af linjen"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Blinkende markør" msgstr "Blinkende markør"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Blå" msgstr "Blå"
@@ -212,7 +212,7 @@ msgid "Broadcast mode. Click anywhere to cancel."
msgstr "" msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Indbygget" msgstr "Indbygget"
@@ -224,12 +224,11 @@ msgstr "Indbygget"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Annullér" msgstr "Annullér"
@@ -254,11 +253,7 @@ msgstr "Kontrollér for opdateringer"
msgid "Ciphers" msgid "Ciphers"
msgstr "Ciphers" msgstr "Ciphers"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Ryd seneste profiler" msgstr "Ryd seneste profiler"
@@ -266,10 +261,6 @@ msgstr "Ryd seneste profiler"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Ryd terminal" msgstr "Ryd terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Udklipsholder" msgstr "Udklipsholder"
@@ -304,7 +295,7 @@ msgstr "Luk faner til venstre"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Luk faner til højre" msgstr "Luk faner til højre"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "" msgstr ""
@@ -313,7 +304,6 @@ msgstr ""
msgid "Color" msgid "Color"
msgstr "Farve" msgstr "Farve"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Farvetema" msgstr "Farvetema"
@@ -330,7 +320,7 @@ msgstr "Kommandolinje"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Kommandoens stdin/stdout bruges i stedet for en netværksforbindelse" msgstr "Kommandoens stdin/stdout bruges i stedet for en netværksforbindelse"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "" msgstr ""
@@ -338,10 +328,6 @@ msgstr ""
msgid "Compact" msgid "Compact"
msgstr "Kompakt" msgstr "Kompakt"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Konfiguration downloadet" msgstr "Konfiguration downloadet"
@@ -368,8 +354,8 @@ msgstr "Konfigurationer"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Forbind via en proxyserver" msgstr "Forbind via en proxyserver"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Forbind til \"%s\"..." msgstr "Forbind til \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "Forbind til \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" 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" 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:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Tilslutter" msgstr "Tilslutter"
@@ -400,27 +386,23 @@ msgstr "Forbindelsens navn vil blive brugt i stedet"
msgid "Context menu" msgid "Context menu"
msgstr "Kontekstmenu" msgstr "Kontekstmenu"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Kopieret" msgstr "Kopieret"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Kopiér" msgstr "Kopiér"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Kopiér nuværende sti" msgstr "Kopiér nuværende sti"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Kopiér ved markering" msgstr "Kopiér ved markering"
@@ -433,7 +415,7 @@ msgstr "Kopiér til udklipsholder"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Kunne ikke dekryptere konfiguration" msgstr "Kunne ikke dekryptere konfiguration"
@@ -441,7 +423,7 @@ msgstr "Kunne ikke dekryptere konfiguration"
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "" msgstr ""
@@ -494,7 +476,7 @@ msgstr ""
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Standard profil for nye faner" msgstr "Standard profil for nye faner"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Standard profilindstillinger" msgstr "Standard profilindstillinger"
@@ -506,13 +488,11 @@ msgstr "Standardindstillinger"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Standard for {type}" msgstr "Standard for {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Standard for {type}"
msgid "Delete" msgid "Delete"
msgstr "Slet" msgstr "Slet"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Slet \"{name}\"?" msgstr "Slet \"{name}\"?"
@@ -543,11 +523,7 @@ msgstr "Slet næste ord"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Slet forrige ord" msgstr "Slet forrige ord"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Slet gruppens profiler?" msgstr "Slet gruppens profiler?"
@@ -579,11 +555,11 @@ msgstr "Deaktivér"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Deaktiver dynamisk fanetitel" msgstr "Deaktiver dynamisk fanetitel"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Deaktivér GPU acceleration" msgstr "Deaktivér GPU acceleration"
@@ -593,12 +569,12 @@ msgstr "Deaktiveret"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Afbryd" msgstr "Afbryd"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Afbryd forbindelsen til {host}?" msgstr "Afbryd forbindelsen til {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Afbryd ikke" msgstr "Afbryd ikke"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Luk ikke" msgstr "Luk ikke"
@@ -677,7 +653,7 @@ msgstr "Duplikér fane"
msgid "Edit" msgid "Edit"
msgstr "Redigér" msgstr "Redigér"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "" msgstr ""
@@ -698,10 +674,6 @@ msgstr ""
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Aktivér automatisk installation af opdateringer, når de bliver tilgængelige." msgstr "Aktivér automatisk installation af opdateringer, når de bliver tilgængelige."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Aktivér skrifttype ligaturer" msgstr "Aktivér skrifttype ligaturer"
@@ -726,8 +698,8 @@ msgstr "Slut på linjen"
msgid "Environment" msgid "Environment"
msgstr "Miljø" msgstr "Miljø"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Slet konfiguration" msgstr "Slet konfiguration"
@@ -747,10 +719,6 @@ msgstr "Præcis match"
msgid "Example:" msgid "Example:"
msgstr "Eksempel:" msgstr "Eksempel:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Eksportér" msgstr "Eksportér"
@@ -775,11 +743,11 @@ msgstr ""
msgid "Fixed" msgid "Fixed"
msgstr "Fast" msgstr "Fast"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "" msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Fokusér alle ruder" msgstr "Fokusér alle ruder"
@@ -787,7 +755,7 @@ msgstr "Fokusér alle ruder"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Fokusér alle ruder på én gang (broadcast)" msgstr "Fokusér alle ruder på én gang (broadcast)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "" msgstr ""
@@ -795,7 +763,7 @@ msgstr ""
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "" msgstr ""
@@ -839,7 +807,7 @@ msgstr "Fokusér ruden til højre"
msgid "Font" msgid "Font"
msgstr "Skrifttype" msgstr "Skrifttype"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "" msgstr ""
@@ -909,11 +877,11 @@ msgstr ""
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Gå op" msgstr "Gå op"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Grøn" msgstr "Grøn"
@@ -921,7 +889,7 @@ msgstr "Grøn"
msgid "Group" msgid "Group"
msgstr "Gruppe" msgstr "Gruppe"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "" msgstr ""
@@ -938,15 +906,15 @@ msgstr ""
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Hexadecimal" msgstr "Hexadecimal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Skjul lukkeknap for fane" msgstr "Skjul lukkeknap for fane"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Skjul faneindeks" msgstr "Skjul faneindeks"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "" msgstr ""
@@ -980,10 +948,6 @@ msgstr "Verifikation af værtsnøgle"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Genvejstaster" msgstr "Genvejstaster"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "" msgstr ""
@@ -1065,8 +1029,8 @@ msgstr "Hop til næste ord"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Hop til forrige ord" msgstr "Hop til forrige ord"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr ""
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "" msgstr ""
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "" msgstr ""
@@ -1119,7 +1083,7 @@ msgstr "Start WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Start WinSCP for den aktuelle SSH-session" msgstr "Start WinSCP for den aktuelle SSH-session"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." 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." msgstr "Lær, hvordan du tillader Tabby at registrere ekstern shell's arbejdsmappe."
@@ -1146,7 +1110,7 @@ msgstr ""
msgid "Line padding" msgid "Line padding"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Indlæser" msgstr "Indlæser"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Lokal terminal" msgstr "Lokal terminal"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Login scripts" msgstr "Login scripts"
@@ -1177,7 +1141,7 @@ msgstr "Login scripts"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "" msgstr ""
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Administrér profiler" msgstr "Administrér profiler"
@@ -1209,11 +1173,11 @@ msgstr "Flyt fane til venstre"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Flyt fane til højre" msgstr "Flyt fane til højre"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Flyt til \"Ugrupperet\"" msgstr "Flyt til \"Ugrupperet\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "" msgstr ""
@@ -1234,7 +1198,7 @@ msgstr ""
msgid "Native" msgid "Native"
msgstr "Indbygget" msgstr "Indbygget"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Ny admin fane" msgstr "Ny admin fane"
@@ -1246,7 +1210,7 @@ msgstr "Ny konfiguration på {platform}"
msgid "New item" msgid "New item"
msgstr "Nyt element" msgstr "Nyt element"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Nyt navn" msgstr "Nyt navn"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Ny fane: {profile}" msgstr "Ny fane: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Ny terminal" msgstr "Ny terminal"
@@ -1280,7 +1244,7 @@ msgstr "Nyt vindue"
msgid "New Window" msgid "New Window"
msgstr "" msgstr ""
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Ny med profil" msgstr "Ny med profil"
@@ -1288,7 +1252,7 @@ msgstr "Ny med profil"
msgid "Next tab" msgid "Next tab"
msgstr "Næste fane" msgstr "Næste fane"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Ingen farve" msgstr "Ingen farve"
@@ -1309,8 +1273,8 @@ msgstr "Normal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "" msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Ikke fundet" msgstr "Ikke fundet"
@@ -1369,7 +1333,7 @@ msgstr "Valgfri"
msgid "Options" msgid "Options"
msgstr "Indstillinger" msgstr "Indstillinger"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Orange" msgstr "Orange"
@@ -1417,11 +1381,11 @@ msgstr "Overskriv konfigurationen på den eksterne side og start synkronisering?
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Overskriv den lokale konfiguration og start synkronisering?" msgstr "Overskriv den lokale konfiguration og start synkronisering?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "" msgstr ""
@@ -1429,7 +1393,7 @@ msgstr ""
msgid "Parity" msgid "Parity"
msgstr "Paritet" msgstr "Paritet"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Delvis konfigurationssynkronisering er ikke muligt, når konfigurationen krypteres via Boksen." msgstr "Delvis konfigurationssynkronisering er ikke muligt, når konfigurationen krypteres via Boksen."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Adgangskode" msgstr "Adgangskode"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Indsæt" msgstr "Indsæt"
@@ -1456,7 +1420,7 @@ msgstr "Indsæt fra udklipsholder"
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Indsæt flere linjer?" msgstr "Indsæt flere linjer?"
@@ -1485,7 +1449,7 @@ msgstr "Pluginmappe"
msgid "Port" msgid "Port"
msgstr "Port" msgstr "Port"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Port åbnet" msgstr "Port åbnet"
@@ -1494,9 +1458,9 @@ msgstr "Port åbnet"
msgid "Ports" msgid "Ports"
msgstr "Porte" msgstr "Porte"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Tryk på en vilkårlig tast for at forbinde igen" msgstr "Tryk på en vilkårlig tast for at forbinde igen"
@@ -1534,7 +1498,7 @@ msgstr "Profilnavn"
msgid "Profiles" msgid "Profiles"
msgstr "Profiler" msgstr "Profiler"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profiler og forbindelser" msgstr "Profiler og forbindelser"
@@ -1547,7 +1511,7 @@ msgstr "Program"
msgid "Proxy command" msgid "Proxy command"
msgstr "Proxy kommando" msgstr "Proxy kommando"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Lilla" msgstr "Lilla"
@@ -1555,13 +1519,13 @@ msgstr "Lilla"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Placerer alle Tabby's konfiguration i boksen" msgstr "Placerer alle Tabby's konfiguration i boksen"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Hurtig tilslutning" msgstr "Hurtig tilslutning"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Afslut" msgstr "Afslut"
@@ -1573,8 +1537,8 @@ msgstr "Rå socket forbindelse"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "" msgstr ""
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Seneste" msgstr "Seneste"
@@ -1585,7 +1549,7 @@ msgstr "Seneste"
msgid "Reconnect" msgid "Reconnect"
msgstr "Genopret forbindelse" msgstr "Genopret forbindelse"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Rød" msgstr "Rød"
@@ -1750,12 +1714,11 @@ msgstr ""
msgid "Search" msgid "Search"
msgstr "Søg" msgstr "Søg"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "" msgstr ""
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "" msgstr ""
@@ -1772,7 +1735,7 @@ msgstr "Hemmelig synkroniseringstoken"
msgid "Select" msgid "Select"
msgstr "Vælg" msgstr "Vælg"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Vælg en basisprofil, der skal bruges som skabelon" msgstr "Vælg en basisprofil, der skal bruges som skabelon"
@@ -1784,11 +1747,11 @@ msgstr ""
msgid "Select file storage" msgid "Select file storage"
msgstr "Vælg lagerplads" msgstr "Vælg lagerplads"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Vælg profil" msgstr "Vælg profil"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Vælg profil eller indtast en adresse" msgstr "Vælg profil eller indtast en adresse"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "" msgstr ""
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Indstillinger" msgstr "Indstillinger"
@@ -1848,7 +1811,7 @@ msgstr "Indstillinger"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Shell understøtter ikke detektion af aktuel sti" msgstr "Shell understøtter ikke detektion af aktuel sti"
@@ -1888,7 +1851,7 @@ msgstr ""
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Vis rudeetiketter (til omarrangering)" msgstr "Vis rudeetiketter (til omarrangering)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "" msgstr ""
@@ -1908,11 +1871,7 @@ msgstr "Vis udgivelsesnoter"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Vis serielle forbindelser" msgstr "Vis serielle forbindelser"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "" msgstr ""
@@ -1989,11 +1948,11 @@ msgstr "Opdel til toppen"
msgid "Split to the up" msgid "Split to the up"
msgstr "" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "SSH forbindelse" msgstr "SSH forbindelse"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "SSH forbindelsesstyring udføres nu gennem fanen \"Profiler og forbindelser\"" msgstr "SSH forbindelsesstyring udføres nu gennem fanen \"Profiler og forbindelser\""
@@ -2041,7 +2000,7 @@ msgstr "Skifter terminal frontend implementering (eksperimentel)"
msgid "Sync" msgid "Sync"
msgstr "Synkronisering" msgstr "Synkronisering"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Synkroniser automatisk" msgstr "Synkroniser automatisk"
@@ -2049,15 +2008,15 @@ msgstr "Synkroniser automatisk"
msgid "Sync host" msgid "Sync host"
msgstr "Synkroniseringsvært" msgstr "Synkroniseringsvært"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Synkroniser genvejstaster" msgstr "Synkroniser genvejstaster"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Synkronisér Boksen" msgstr "Synkronisér Boksen"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Synkroniser vinduesindstillinger" msgstr "Synkroniser vinduesindstillinger"
@@ -2112,7 +2071,7 @@ msgstr "Fanebredde"
msgid "Telnet session" msgid "Telnet session"
msgstr "Telnet session" msgstr "Telnet session"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Terminalbaggrund"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Terminalklokke" msgstr "Terminalklokke"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Tak fordi du har downloadet Tabby!" msgstr "Tak fordi du har downloadet Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Der er aktive filoverførsler"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Der er en gemt adgangskode til denne forbindelse" msgstr "Der er en gemt adgangskode til denne forbindelse"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Disse gælder for alle profiler af en given type" msgstr "Disse gælder for alle profiler af en given type"
@@ -2153,7 +2108,7 @@ msgstr "Disse gælder for alle profiler af en given type"
msgid "Thin" msgid "Thin"
msgstr "Tynd" msgstr "Tynd"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Markér dette, hvis du oplever aliasing, ghosting eller andre visuelle problemer" msgstr "Markér dette, hvis du oplever aliasing, ghosting eller andre visuelle problemer"
@@ -2182,7 +2137,7 @@ msgstr "Toppen"
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Prøv igen" msgstr "Prøv igen"
@@ -2202,7 +2157,7 @@ msgstr "Ugrupperet"
msgid "Uninstall" msgid "Uninstall"
msgstr "Afinstallér" msgstr "Afinstallér"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Ukendt" msgstr "Ukendt"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Opgradér til {version}" msgstr "Opgradér til {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Upload" msgstr "Upload"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Upload som ny konfiguration" msgstr "Upload som ny konfiguration"
@@ -2322,7 +2277,7 @@ msgstr "Advarsel: Den eksterne værtsnøgle er pludselig ændret!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Vi indsamler kun dine Tabby og OS versioner." msgstr "Vi indsamler kun dine Tabby og OS versioner."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Velkommen" msgstr "Velkommen"
@@ -2379,7 +2334,7 @@ msgstr "Ordseparatorer"
msgid "Working directory" msgid "Working directory"
msgstr "Arbejdsmappe" msgstr "Arbejdsmappe"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Detektering af arbejdsmappe" msgstr "Detektering af arbejdsmappe"
@@ -2396,7 +2351,7 @@ msgstr "WSL terminal understøtter kun TrueColor med ConPTY slået til"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "X11 videresendelse" msgstr "X11 videresendelse"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Gul" msgstr "Gul"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: German\n" "Language-Team: German\n"
"Language: de_DE\n" "Language: de_DE\n"
"PO-Revision-Date: 2023-02-06 19:58\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" läuft noch. Schließen?" msgstr "\"{command}\" läuft noch. Schließen?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} Kopie" msgstr "{name} Kopie"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Zusätzlicher Abstand zwischen den Zeilen" msgstr "Zusätzlicher Abstand zwischen den Zeilen"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Programmeinstellungen"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Sind Sie sicher, dass Sie Tabby schließen möchten? Sie können diese Abfrage unter Einstellungen -> Fenster deaktivieren." msgstr "Sind Sie sicher, dass Sie Tabby schließen möchten? Sie können diese Abfrage unter Einstellungen -> Fenster deaktivieren."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Sind Sie sicher?" msgstr "Sind Sie sicher?"
@@ -160,7 +160,7 @@ msgstr "Automatisch"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Automatische Updates" msgstr "Automatische Updates"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Änderungen automatisch hochladen und jede Minute nach Updates suchen" msgstr "Änderungen automatisch hochladen und jede Minute nach Updates suchen"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Hintergrundtyp" msgstr "Hintergrundtyp"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Baudrate" msgstr "Baudrate"
@@ -186,7 +186,7 @@ msgstr "Beginn der Zeile"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Blinkender Cursor" msgstr "Blinkender Cursor"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Blau" msgstr "Blau"
@@ -209,10 +209,10 @@ msgstr "Sicheres einfügen (erfordert Shellunterstützung)"
#: tabby-terminal/src/services/multifocus.service.ts:19 #: tabby-terminal/src/services/multifocus.service.ts:19
msgid "Broadcast mode. Click anywhere to cancel." msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Broadcast-Modus. Klicken Sie irgendwo zum Abbrechen." msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Integriert" msgstr "Integriert"
@@ -224,12 +224,11 @@ msgstr "Integriert"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Abbrechen" msgstr "Abbrechen"
@@ -239,7 +238,7 @@ msgstr "Baudrate ändern"
#: tabby-core/src/tabContextMenu.ts:133 #: tabby-core/src/tabContextMenu.ts:133
msgid "Change tab color" msgid "Change tab color"
msgstr "Tab-Farbe ändern" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Change the master passphrase" msgid "Change the master passphrase"
@@ -254,11 +253,7 @@ msgstr "Auf Aktualisierungen prüfen"
msgid "Ciphers" msgid "Ciphers"
msgstr "Verschlüsselungsverfahren" msgstr "Verschlüsselungsverfahren"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "Leeren"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Zuletzt benutzte Profile leeren" msgstr "Zuletzt benutzte Profile leeren"
@@ -266,10 +261,6 @@ msgstr "Zuletzt benutzte Profile leeren"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Terminal leeren" msgstr "Terminal leeren"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr "Terminal nach Verbindung leeren"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Zwischenablage" msgstr "Zwischenablage"
@@ -304,16 +295,15 @@ msgstr "Alle linken Tabs schließen"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Alle rechten Tabs schließen" msgstr "Alle rechten Tabs schließen"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Fenster schließen, nachdem der letzte Tab geschlossen wurde" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35
#: tabby-core/src/tabContextMenu.ts:132 #: tabby-core/src/tabContextMenu.ts:132
msgid "Color" msgid "Color"
msgstr "Farbe" msgstr "Farbe"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Farbschema" msgstr "Farbschema"
@@ -330,18 +320,14 @@ msgstr "Kommandozeile"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Die stdin/stdout des Kommandos wird anstelle einer Netzwerkverbindung verwendet" msgstr "Die stdin/stdout des Kommandos wird anstelle einer Netzwerkverbindung verwendet"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Befehle" msgstr ""
#: tabby-core/src/theme.ts:20 #: tabby-core/src/theme.ts:20
msgid "Compact" msgid "Compact"
msgstr "Kompakt" msgstr "Kompakt"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr "Konfiguration gelöscht"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Konfigurationsdatei heruntergeladen" msgstr "Konfigurationsdatei heruntergeladen"
@@ -368,8 +354,8 @@ msgstr "Konfigurationen"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Über einen Proxy-Server verbinden" msgstr "Über einen Proxy-Server verbinden"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Mit \"%s\" verbinden..." msgstr "Mit \"%s\" verbinden..."
@@ -377,10 +363,10 @@ msgstr "Mit \"%s\" verbinden..."
msgid "Connect to a different host first and use it as a proxy" 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" msgstr "Zuerst mit einem anderen Host verbinden, um diesen als Proxy zu nutzen"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Verbinde" msgstr "Verbinde"
@@ -400,27 +386,23 @@ msgstr "Stattdessen wird der Verbindungsname verwendet"
msgid "Context menu" msgid "Context menu"
msgstr "Kontextmenü" msgstr "Kontextmenü"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Kopiert" msgstr "Kopiert"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Kopieren" msgstr "Kopieren"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Aktuellen Pfad kopieren" msgstr "Aktuellen Pfad kopieren"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr "Vollständigen Pfad kopieren"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Bei Auswahl kopieren" msgstr "Bei Auswahl kopieren"
@@ -433,7 +415,7 @@ msgstr "In die Zwischenablage kopieren"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Mit Formatierung kopieren" msgstr "Mit Formatierung kopieren"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Konfiguration konnte nicht entschlüsselt werden" msgstr "Konfiguration konnte nicht entschlüsselt werden"
@@ -441,7 +423,7 @@ msgstr "Konfiguration konnte nicht entschlüsselt werden"
msgid "Create" msgid "Create"
msgstr "Erstellen" msgstr "Erstellen"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Verzeichnis erstellen" msgstr "Verzeichnis erstellen"
@@ -494,7 +476,7 @@ msgstr "Größe der vertikalen Teilung verringern"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Standardprofil für neue Tabs" msgstr "Standardprofil für neue Tabs"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Standard-Profileinstellungen" msgstr "Standard-Profileinstellungen"
@@ -506,13 +488,11 @@ msgstr "Standardwerte"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Standardwerte für {type}" msgstr "Standardwerte für {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Standardwerte für {type}"
msgid "Delete" msgid "Delete"
msgstr "Löschen" msgstr "Löschen"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "\"{name}\" löschen?" msgstr "\"{name}\" löschen?"
@@ -543,11 +523,7 @@ msgstr "Nächstes Wort löschen"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Vorheriges Wort löschen" msgstr "Vorheriges Wort löschen"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr "Die Konfiguration auf der entfernten Seite löschen?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Profile der Gruppe löschen?" msgstr "Profile der Gruppe löschen?"
@@ -579,11 +555,11 @@ msgstr "Deaktivieren"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Dynamischen Tab-Titel deaktivieren" msgstr "Dynamischen Tab-Titel deaktivieren"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Transparenten Hintergrund beim Ziehen des Fensters deaktivieren" msgstr "Transparenten Hintergrund beim Ziehen des Fensters deaktivieren"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Grafikkarten-Beschleunigung deaktivieren" msgstr "Grafikkarten-Beschleunigung deaktivieren"
@@ -593,12 +569,12 @@ msgstr "Deaktiviert"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Verbindung trennen" msgstr "Verbindung trennen"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Von {host} trennen?" msgstr "Von {host} trennen?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Nicht abbrechen" msgstr "Nicht abbrechen"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Nicht schließen" msgstr "Nicht schließen"
@@ -677,7 +653,7 @@ msgstr "Tab duplizieren"
msgid "Edit" msgid "Edit"
msgstr "Bearbeiten" msgstr "Bearbeiten"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Lokal bearbeiten" msgstr "Lokal bearbeiten"
@@ -698,10 +674,6 @@ msgstr "Animationen aktivieren"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Automatische Installation von Updates aktivieren, wenn diese verfügbar sind." msgstr "Automatische Installation von Updates aktivieren, wenn diese verfügbar sind."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr "Fluent Hintergrund-Option aktivieren"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Schrift-Ligaturen aktivieren" msgstr "Schrift-Ligaturen aktivieren"
@@ -726,8 +698,8 @@ msgstr "Ende der Zeile"
msgid "Environment" msgid "Environment"
msgstr "Umgebung" msgstr "Umgebung"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Konfiguration löschen" msgstr "Konfiguration löschen"
@@ -747,10 +719,6 @@ msgstr "Genaue Übereinstimmung"
msgid "Example:" msgid "Example:"
msgstr "Beispiel:" msgstr "Beispiel:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr "Experimenteller Windows 10 Hintergrund-Stil (bekannt für Probleme)"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Exportieren" msgstr "Exportieren"
@@ -775,11 +743,11 @@ msgstr "Filter"
msgid "Fixed" msgid "Fixed"
msgstr "Fest" msgstr "Fest"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Der transparente Hintergrund führt manchmal zum Stottern" msgstr "Der transparente Hintergrund führt manchmal zum Stottern"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Alle Bereiche fokussieren" msgstr "Alle Bereiche fokussieren"
@@ -787,15 +755,15 @@ msgstr "Alle Bereiche fokussieren"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Alle Bereiche gleichzeitig fokussieren (Broadcast)" msgstr "Alle Bereiche gleichzeitig fokussieren (Broadcast)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Alle Tabs fokussieren" msgstr ""
#: tabby-terminal/src/hotkeys.ts:82 #: tabby-terminal/src/hotkeys.ts:82
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Alle Tabs gleichzeitig fokussieren (Broadcast)" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Fokus folgt der Maus" msgstr "Fokus folgt der Maus"
@@ -839,7 +807,7 @@ msgstr "Fokussiere den Bereich rechts"
msgid "Font" msgid "Font"
msgstr "Schriftart" msgstr "Schriftart"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Für Tastenkombinationen" msgstr "Für Tastenkombinationen"
@@ -909,11 +877,11 @@ msgstr "Holen Sie es sich aus dem Einstellungen-Fenster der Tabby-Web-App"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Gibt dem Fenster einen verschwommenen transparenten Hintergrund" msgstr "Gibt dem Fenster einen verschwommenen transparenten Hintergrund"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Nach oben" msgstr "Nach oben"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Grün" msgstr "Grün"
@@ -921,7 +889,7 @@ msgstr "Grün"
msgid "Group" msgid "Group"
msgstr "Gruppe" msgstr "Gruppe"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Problembehandlung" msgstr "Problembehandlung"
@@ -938,17 +906,17 @@ msgstr "Hilf Tabby zu übersetzen"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Hexadezimal" msgstr "Hexadezimal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Tab Schließen verbergen" msgstr "Tab Schließen verbergen"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Tab-Nummer ausblenden" msgstr "Tab-Nummer ausblenden"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Tab Optionen ausblenden" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123
msgid "Hide window on focus loss" msgid "Hide window on focus loss"
@@ -980,10 +948,6 @@ msgstr "Hostschlüssel Verifizierung"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Tastenkombinationen" msgstr "Tastenkombinationen"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr "Wie sich Tabby durch Umgebungsvarianten präsentiert"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP-Proxy" msgstr "HTTP-Proxy"
@@ -1065,8 +1029,8 @@ msgstr "Zum nächsten Wort springen"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Zum vorherigen Wort springen" msgstr "Zum vorherigen Wort springen"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Tastatur"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Tastatur-interaktive Authentifizierung" msgstr "Tastatur-interaktive Authentifizierung"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Beenden erzwingen" msgstr "Beenden erzwingen"
@@ -1119,7 +1083,7 @@ msgstr "Starte WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Starte WinSCP für die aktuelle SSH-Sitzung" msgstr "Starte WinSCP für die aktuelle SSH-Sitzung"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." 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." msgstr "Erfahren Sie, wie Sie Tabby das Arbeitsverzeichnis von Remote Sitzung erkennen lassen können."
@@ -1146,7 +1110,7 @@ msgstr "Zeileneditor, Eingabe wird nach Drücken der Eingabetaste gesendet"
msgid "Line padding" msgid "Line padding"
msgstr "Zeilenabstand" msgstr "Zeilenabstand"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Wird geladen" msgstr "Wird geladen"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Lokales Terminal" msgstr "Lokales Terminal"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Login-Skripte" msgstr "Login-Skripte"
@@ -1177,7 +1141,7 @@ msgstr "Login-Skripte"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Langer-Klick für Kontextmenü" msgstr "Langer-Klick für Kontextmenü"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Profile verwalten" msgstr "Profile verwalten"
@@ -1191,7 +1155,7 @@ msgstr "Aktiven Bereich maximieren"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
msgid "Minimum contrast ratio" msgid "Minimum contrast ratio"
msgstr "Minimales Kontrastverhältnis" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43
msgid "Modified on {date}" msgid "Modified on {date}"
@@ -1209,11 +1173,11 @@ msgstr "Tab nach links verschieben"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Tab nach rechts verschieben" msgstr "Tab nach rechts verschieben"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Nach \"Ungruppiert\" verschieben" msgstr "Nach \"Ungruppiert\" verschieben"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Wenn Sie die Maus über ein inaktives Fenster bewegen, wird es aktiviert" msgstr "Wenn Sie die Maus über ein inaktives Fenster bewegen, wird es aktiviert"
@@ -1234,7 +1198,7 @@ msgstr "Name des neuen Verzeichnis"
msgid "Native" msgid "Native"
msgstr "Nativ" msgstr "Nativ"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Neues Admin Tab" msgstr "Neues Admin Tab"
@@ -1246,7 +1210,7 @@ msgstr "Neue Konfiguration auf {platform}"
msgid "New item" msgid "New item"
msgstr "Neuer Eintrag" msgstr "Neuer Eintrag"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Neuer Name" msgstr "Neuer Name"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Neues Tab: {profile}" msgstr "Neues Tab: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Neues Terminal" msgstr "Neues Terminal"
@@ -1280,7 +1244,7 @@ msgstr "Neues Fenster"
msgid "New Window" msgid "New Window"
msgstr "Neues Fenster" msgstr "Neues Fenster"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Neu mit Profil" msgstr "Neu mit Profil"
@@ -1288,7 +1252,7 @@ msgstr "Neu mit Profil"
msgid "Next tab" msgid "Next tab"
msgstr "Nächster Tab" msgstr "Nächster Tab"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Keine Farbe" msgstr "Keine Farbe"
@@ -1309,8 +1273,8 @@ msgstr "Normal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Strichstärke Normalschrift" msgstr "Strichstärke Normalschrift"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Nicht gefunden" msgstr "Nicht gefunden"
@@ -1369,7 +1333,7 @@ msgstr "Optional"
msgid "Options" msgid "Options"
msgstr "Optionen" msgstr "Optionen"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Orange" msgstr "Orange"
@@ -1417,11 +1381,11 @@ msgstr "Die Remote Konfiguration überschreiben und mit der Synchronisierung beg
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Die lokale Konfiguration überschreiben und mit der Synchronisierung beginnen?" msgstr "Die lokale Konfiguration überschreiben und mit der Synchronisierung beginnen?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Bereichsgrößenveränderungsschritt" msgstr "Bereichsgrößenveränderungsschritt"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Bereiche" msgstr "Bereiche"
@@ -1429,7 +1393,7 @@ msgstr "Bereiche"
msgid "Parity" msgid "Parity"
msgstr "Parität" msgstr "Parität"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Teilweise Konfigurations-Synchronisation ist nicht möglich, wenn die Konfiguration verschlüsselt ist." msgstr "Teilweise Konfigurations-Synchronisation ist nicht möglich, wenn die Konfiguration verschlüsselt ist."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Passwort" msgstr "Passwort"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Einfügen" msgstr "Einfügen"
@@ -1454,9 +1418,9 @@ msgstr "Aus Zwischenablage einfügen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Einfügen, wenn keine Auswahl, sonst kopieren" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Mehrere Zeilen einfügen?" msgstr "Mehrere Zeilen einfügen?"
@@ -1485,7 +1449,7 @@ msgstr "Ordner der Erweiterungen öffnen"
msgid "Port" msgid "Port"
msgstr "Port" msgstr "Port"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Port geöffnet" msgstr "Port geöffnet"
@@ -1494,9 +1458,9 @@ msgstr "Port geöffnet"
msgid "Ports" msgid "Ports"
msgstr "Ports" msgstr "Ports"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Drücken Sie eine Taste zum erneuten Verbinden" msgstr "Drücken Sie eine Taste zum erneuten Verbinden"
@@ -1534,7 +1498,7 @@ msgstr "Profilname"
msgid "Profiles" msgid "Profiles"
msgstr "Profile" msgstr "Profile"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profile & Verbindungen" msgstr "Profile & Verbindungen"
@@ -1547,7 +1511,7 @@ msgstr "Programm"
msgid "Proxy command" msgid "Proxy command"
msgstr "Proxy-Befehl" msgstr "Proxy-Befehl"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Lila" msgstr "Lila"
@@ -1555,13 +1519,13 @@ msgstr "Lila"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Die gesamte Tabby-Konfiguration in den Tresor speichern" msgstr "Die gesamte Tabby-Konfiguration in den Tresor speichern"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Schnellverbindung" msgstr "Schnellverbindung"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Beenden" msgstr "Beenden"
@@ -1573,8 +1537,8 @@ msgstr "Raw Socket-Verbindung"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Timeout (Millisekunden)" msgstr "Timeout (Millisekunden)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Neueste" msgstr "Neueste"
@@ -1585,7 +1549,7 @@ msgstr "Neueste"
msgid "Reconnect" msgid "Reconnect"
msgstr "Neu verbinden" msgstr "Neu verbinden"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Rot" msgstr "Rot"
@@ -1608,7 +1572,7 @@ msgstr "Remote"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
msgid "Remove whitespace and newlines around the copied text" msgid "Remove whitespace and newlines around the copied text"
msgstr "Leerzeichen und Zeilenumbrüche um den kopierten Text entfernen" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25
#: tabby-core/src/tabContextMenu.ts:120 #: tabby-core/src/tabContextMenu.ts:120
@@ -1618,7 +1582,7 @@ msgstr "Umbenennen"
#: tabby-core/src/hotkeys.ts:25 #: tabby-core/src/hotkeys.ts:25
#: tabby-core/src/tabContextMenu.ts:121 #: tabby-core/src/tabContextMenu.ts:121
msgid "Rename tab" msgid "Rename tab"
msgstr "Tab umbenennen" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
msgid "Rendering" msgid "Rendering"
@@ -1750,12 +1714,11 @@ msgstr "Scrollt das Terminal bei Benutzereingabe nach unten"
msgid "Search" msgid "Search"
msgstr "Suche" msgstr "Suche"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Farbschemen durchsuchen" msgstr "Farbschemen durchsuchen"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Tastenkombinationen durchsuchen" msgstr "Tastenkombinationen durchsuchen"
@@ -1772,23 +1735,23 @@ msgstr "Geheimes Sync-Token"
msgid "Select" msgid "Select"
msgstr "Auswählen" msgstr "Auswählen"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Wählen Sie ein Basis-Profil als Vorlage" msgstr "Wählen Sie ein Basis-Profil als Vorlage"
#: tabby-terminal/src/hotkeys.ts:18 #: tabby-terminal/src/hotkeys.ts:18
msgid "Select all" msgid "Select all"
msgstr "Alle auswählen" msgstr ""
#: tabby-core/src/services/fileProviders.service.ts:46 #: tabby-core/src/services/fileProviders.service.ts:46
msgid "Select file storage" msgid "Select file storage"
msgstr "Verzeichnis auswählen" msgstr "Verzeichnis auswählen"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Profil auswählen" msgstr "Profil auswählen"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Profil auswählen oder Adresse eingeben" msgstr "Profil auswählen oder Adresse eingeben"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Legt den Pfad des SSH-Agenten-Pipes fest." msgstr "Legt den Pfad des SSH-Agenten-Pipes fest."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
@@ -1848,7 +1811,7 @@ msgstr "Einstellungen"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Shell unterstützt keine aktuelle Pfaderkennung" msgstr "Shell unterstützt keine aktuelle Pfaderkennung"
@@ -1870,7 +1833,7 @@ msgstr "Integrierte Profile im Selektor anzeigen"
#: tabby-core/src/hotkeys.ts:13 #: tabby-core/src/hotkeys.ts:13
msgid "Show command selector" msgid "Show command selector"
msgstr "Befehlsauswahl anzeigen" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
msgid "Show config file" msgid "Show config file"
@@ -1888,7 +1851,7 @@ msgstr "Mixer anzeigen"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Bereichnamen anzeigen (für Neuanordnung)" msgstr "Bereichnamen anzeigen (für Neuanordnung)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Profilsymbol im Tab anzeigen" msgstr "Profilsymbol im Tab anzeigen"
@@ -1908,13 +1871,9 @@ msgstr "Versionshinweise anzeigen"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Serielle Verbindungen anzeigen" msgstr "Serielle Verbindungen anzeigen"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "Tabs im Vollbildmodus anzeigen"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Symbolleiste anzeigen" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44
msgid "Show vault contents" msgid "Show vault contents"
@@ -1969,7 +1928,7 @@ msgstr "Nach unten teilen"
#: tabby-core/src/tabContextMenu.ts:85 #: tabby-core/src/tabContextMenu.ts:85
msgid "Split to the down" msgid "Split to the down"
msgstr "Nach unten teilen" msgstr ""
#: tabby-core/src/hotkeys.ts:165 #: tabby-core/src/hotkeys.ts:165
#: tabby-core/src/tabContextMenu.ts:86 #: tabby-core/src/tabContextMenu.ts:86
@@ -1987,13 +1946,13 @@ msgstr "Nach oben teilen"
#: tabby-core/src/tabContextMenu.ts:87 #: tabby-core/src/tabContextMenu.ts:87
msgid "Split to the up" msgid "Split to the up"
msgstr "Nach oben teilen" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "SSH-Verbindung" msgstr "SSH-Verbindung"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "SSH-Verbindungsverwaltung erfolgt nun über die Registerkarte \"Profile & Verbindungen\"" msgstr "SSH-Verbindungsverwaltung erfolgt nun über die Registerkarte \"Profile & Verbindungen\""
@@ -2041,7 +2000,7 @@ msgstr "Umschaltung der Frontend-Implementierung (experimentell)"
msgid "Sync" msgid "Sync"
msgstr "Synchronisierung" msgstr "Synchronisierung"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Automatisch synchronisieren" msgstr "Automatisch synchronisieren"
@@ -2049,15 +2008,15 @@ msgstr "Automatisch synchronisieren"
msgid "Sync host" msgid "Sync host"
msgstr "Synchronisiere Host" msgstr "Synchronisiere Host"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Tastenkombination synchronisieren" msgstr "Tastenkombination synchronisieren"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Tresor synchronisieren" msgstr "Tresor synchronisieren"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Fenster Einstellungen synchronisieren" msgstr "Fenster Einstellungen synchronisieren"
@@ -2112,7 +2071,7 @@ msgstr "Tabs Breite"
msgid "Telnet session" msgid "Telnet session"
msgstr "Telnet-Sitzung" msgstr "Telnet-Sitzung"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Terminal-Hintergrund"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Terminal Glocke" msgstr "Terminal Glocke"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr "Terminal-Identifikation"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Vielen Dank, dass Sie Tabby heruntergeladen haben!" msgstr "Vielen Dank, dass Sie Tabby heruntergeladen haben!"
@@ -2145,7 +2100,7 @@ msgstr "Es gibt aktive Dateiübertragungen"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Es gibt ein gespeichertes Passwort für diese Verbindung" msgstr "Es gibt ein gespeichertes Passwort für diese Verbindung"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Diese gelten für alle Profile eines bestimmten Typs" msgstr "Diese gelten für alle Profile eines bestimmten Typs"
@@ -2153,7 +2108,7 @@ msgstr "Diese gelten für alle Profile eines bestimmten Typs"
msgid "Thin" msgid "Thin"
msgstr "Dünn" msgstr "Dünn"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Aktivieren Sie dies, wenn Sie visuelle Probleme haben" msgstr "Aktivieren Sie dies, wenn Sie visuelle Probleme haben"
@@ -2180,9 +2135,9 @@ msgstr "Oben"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Leerzeichen und Zeilenumbrüche kürzen" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Erneut versuchen" msgstr "Erneut versuchen"
@@ -2202,7 +2157,7 @@ msgstr "Nicht gruppiert"
msgid "Uninstall" msgid "Uninstall"
msgstr "Deinstallieren" msgstr "Deinstallieren"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Unbekannt" msgstr "Unbekannt"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Aktualisieren auf Version {version}" msgstr "Aktualisieren auf Version {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Hochladen" msgstr "Hochladen"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Als neue Konfiguration hochladen" msgstr "Als neue Konfiguration hochladen"
@@ -2322,7 +2277,7 @@ msgstr "Warnung: Der Schlüssel des entfernten Hosts hat sich plötzlich geände
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Wir analysieren nur Ihre Tabby- und Betriebssystem-Versionen." msgstr "Wir analysieren nur Ihre Tabby- und Betriebssystem-Versionen."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Willkommen" msgstr "Willkommen"
@@ -2379,7 +2334,7 @@ msgstr "Worttrennzeichen"
msgid "Working directory" msgid "Working directory"
msgstr "Arbeitsverzeichnis" msgstr "Arbeitsverzeichnis"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Arbeitsverzeichniserkennung" msgstr "Arbeitsverzeichniserkennung"
@@ -2396,7 +2351,7 @@ msgstr "WSL-Terminal unterstützt TrueColor nur mit ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "X11-Weiterleitung" msgstr "X11-Weiterleitung"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Gelb" msgstr "Gelb"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: English, United Kingdom\n" "Language-Team: English, United Kingdom\n"
"Language: en_GB\n" "Language: en_GB\n"
"PO-Revision-Date: 2023-02-06 19:58\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "" msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "" msgstr ""
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr ""
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
@@ -160,7 +160,7 @@ msgstr ""
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "" msgstr ""
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "" msgstr ""
@@ -186,7 +186,7 @@ msgstr ""
msgid "Blink cursor" msgid "Blink cursor"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "" msgstr ""
@@ -212,7 +212,7 @@ msgid "Broadcast mode. Click anywhere to cancel."
msgstr "" msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "" msgstr ""
@@ -224,12 +224,11 @@ msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
@@ -254,11 +253,7 @@ msgstr ""
msgid "Ciphers" msgid "Ciphers"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "" msgstr ""
@@ -266,10 +261,6 @@ msgstr ""
msgid "Clear terminal" msgid "Clear terminal"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "" msgstr ""
@@ -304,7 +295,7 @@ msgstr ""
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "" msgstr ""
@@ -313,7 +304,6 @@ msgstr ""
msgid "Color" msgid "Color"
msgstr "Colour" msgstr "Colour"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Colour scheme" msgstr "Colour scheme"
@@ -330,7 +320,7 @@ msgstr ""
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "" msgstr ""
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "" msgstr ""
@@ -338,10 +328,6 @@ msgstr ""
msgid "Compact" msgid "Compact"
msgstr "" msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "" msgstr ""
@@ -368,8 +354,8 @@ msgstr ""
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "" msgstr ""
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "" msgstr ""
@@ -377,10 +363,10 @@ msgstr ""
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "" msgstr ""
@@ -400,27 +386,23 @@ msgstr ""
msgid "Context menu" msgid "Context menu"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "" msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "" msgstr ""
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "" msgstr ""
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "" msgstr ""
@@ -433,7 +415,7 @@ msgstr ""
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "" msgstr ""
@@ -441,7 +423,7 @@ msgstr ""
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "" msgstr ""
@@ -494,7 +476,7 @@ msgstr ""
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "" msgstr ""
@@ -506,13 +488,11 @@ msgstr ""
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr ""
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "" msgstr ""
@@ -543,11 +523,7 @@ msgstr ""
msgid "Delete previous word" msgid "Delete previous word"
msgstr "" msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "" msgstr ""
@@ -579,11 +555,11 @@ msgstr ""
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "" msgstr ""
@@ -593,12 +569,12 @@ msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "" msgstr ""
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "" msgstr ""
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "" msgstr ""
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "" msgstr ""
@@ -677,7 +653,7 @@ msgstr ""
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "" msgstr ""
@@ -698,10 +674,6 @@ msgstr ""
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "" msgstr ""
@@ -726,8 +698,8 @@ msgstr ""
msgid "Environment" msgid "Environment"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "" msgstr ""
@@ -747,10 +719,6 @@ msgstr ""
msgid "Example:" msgid "Example:"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "" msgstr ""
@@ -775,11 +743,11 @@ msgstr ""
msgid "Fixed" msgid "Fixed"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "" msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "" msgstr ""
@@ -787,7 +755,7 @@ msgstr ""
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "" msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "" msgstr ""
@@ -795,7 +763,7 @@ msgstr ""
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "" msgstr ""
@@ -839,7 +807,7 @@ msgstr ""
msgid "Font" msgid "Font"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "" msgstr ""
@@ -909,11 +877,11 @@ msgstr ""
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "" msgstr ""
@@ -921,7 +889,7 @@ msgstr ""
msgid "Group" msgid "Group"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "" msgstr ""
@@ -938,15 +906,15 @@ msgstr ""
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "" msgstr ""
@@ -980,10 +948,6 @@ msgstr ""
msgid "Hotkeys" msgid "Hotkeys"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "" msgstr ""
@@ -1002,7 +966,7 @@ msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154
msgid "id.tab-width.dynamic" msgid "id.tab-width.dynamic"
msgstr "Dynamic" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64
msgid "If disabled, only custom profiles will show up in the profile selector" msgid "If disabled, only custom profiles will show up in the profile selector"
@@ -1065,8 +1029,8 @@ msgstr ""
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "" msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr ""
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "" msgstr ""
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "" msgstr ""
@@ -1119,7 +1083,7 @@ msgstr ""
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "" msgstr ""
@@ -1146,7 +1110,7 @@ msgstr ""
msgid "Line padding" msgid "Line padding"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "" msgstr ""
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "" msgstr ""
@@ -1177,7 +1141,7 @@ msgstr ""
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "" msgstr ""
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "" msgstr ""
@@ -1209,11 +1173,11 @@ msgstr ""
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "" msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "" msgstr ""
@@ -1234,7 +1198,7 @@ msgstr ""
msgid "Native" msgid "Native"
msgstr "" msgstr ""
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "" msgstr ""
@@ -1246,7 +1210,7 @@ msgstr ""
msgid "New item" msgid "New item"
msgstr "" msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "" msgstr ""
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "" msgstr ""
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "" msgstr ""
@@ -1280,7 +1244,7 @@ msgstr ""
msgid "New Window" msgid "New Window"
msgstr "" msgstr ""
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "" msgstr ""
@@ -1288,7 +1252,7 @@ msgstr ""
msgid "Next tab" msgid "Next tab"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "No colour" msgstr "No colour"
@@ -1309,8 +1273,8 @@ msgstr ""
msgid "Normal font weight" msgid "Normal font weight"
msgstr "" msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "" msgstr ""
@@ -1369,7 +1333,7 @@ msgstr ""
msgid "Options" msgid "Options"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "" msgstr ""
@@ -1417,11 +1381,11 @@ msgstr ""
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Pane resise step" msgstr "Pane resise step"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "" msgstr ""
@@ -1429,7 +1393,7 @@ msgstr ""
msgid "Parity" msgid "Parity"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "" msgstr ""
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "" msgstr ""
@@ -1456,7 +1420,7 @@ msgstr ""
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "" msgstr ""
@@ -1485,7 +1449,7 @@ msgstr ""
msgid "Port" msgid "Port"
msgstr "" msgstr ""
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "" msgstr ""
@@ -1494,9 +1458,9 @@ msgstr ""
msgid "Ports" msgid "Ports"
msgstr "" msgstr ""
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "" msgstr ""
@@ -1534,7 +1498,7 @@ msgstr ""
msgid "Profiles" msgid "Profiles"
msgstr "" msgstr ""
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "" msgstr ""
@@ -1547,7 +1511,7 @@ msgstr ""
msgid "Proxy command" msgid "Proxy command"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "" msgstr ""
@@ -1555,13 +1519,13 @@ msgstr ""
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "" msgstr ""
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "" msgstr ""
@@ -1573,8 +1537,8 @@ msgstr ""
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "" msgstr ""
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "" msgstr ""
@@ -1585,7 +1549,7 @@ msgstr ""
msgid "Reconnect" msgid "Reconnect"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "" msgstr ""
@@ -1750,12 +1714,11 @@ msgstr ""
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Search colour schemes" msgstr "Search colour schemes"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "" msgstr ""
@@ -1772,7 +1735,7 @@ msgstr ""
msgid "Select" msgid "Select"
msgstr "" msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "" msgstr ""
@@ -1784,11 +1747,11 @@ msgstr ""
msgid "Select file storage" msgid "Select file storage"
msgstr "" msgstr ""
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "" msgstr ""
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "" msgstr ""
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "" msgstr ""
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -1848,7 +1811,7 @@ msgstr ""
msgid "Shell" msgid "Shell"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "" msgstr ""
@@ -1888,7 +1851,7 @@ msgstr ""
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "" msgstr ""
@@ -1908,11 +1871,7 @@ msgstr ""
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "" msgstr ""
@@ -1989,11 +1948,11 @@ msgstr ""
msgid "Split to the up" msgid "Split to the up"
msgstr "" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "" msgstr ""
@@ -2041,7 +2000,7 @@ msgstr ""
msgid "Sync" msgid "Sync"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "" msgstr ""
@@ -2049,15 +2008,15 @@ msgstr ""
msgid "Sync host" msgid "Sync host"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "" msgstr ""
@@ -2112,7 +2071,7 @@ msgstr ""
msgid "Telnet session" msgid "Telnet session"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "" msgstr ""
@@ -2125,10 +2084,6 @@ msgstr ""
msgid "Terminal bell" msgid "Terminal bell"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "" msgstr ""
@@ -2145,7 +2100,7 @@ msgstr ""
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "" msgstr ""
@@ -2153,7 +2108,7 @@ msgstr ""
msgid "Thin" msgid "Thin"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "" msgstr ""
@@ -2182,7 +2137,7 @@ msgstr ""
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "" msgstr ""
@@ -2202,7 +2157,7 @@ msgstr ""
msgid "Uninstall" msgid "Uninstall"
msgstr "" msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "" msgstr ""
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "" msgstr ""
@@ -2322,7 +2277,7 @@ msgstr ""
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "" msgstr ""
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "" msgstr ""
@@ -2379,7 +2334,7 @@ msgstr ""
msgid "Working directory" msgid "Working directory"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "" msgstr ""
@@ -2396,7 +2351,7 @@ msgstr ""
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "" msgstr ""
@@ -2420,5 +2375,5 @@ msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55 #: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55
msgctxt "[Dynamic] port forwarding" msgctxt "[Dynamic] port forwarding"
msgid "id.port-forwarding.dynamic" msgid "id.port-forwarding.dynamic"
msgstr "Dynamic" msgstr ""

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"Language: es_ES\n" "Language: es_ES\n"
"PO-Revision-Date: 2023-02-20 10:39\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" se sigue ejecutando. ¿Cerrar?" msgstr "\"{command}\" se sigue ejecutando. ¿Cerrar?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} copiar" msgstr "{name} copiar"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Espacio adicional entre líneas" msgstr "Espacio adicional entre líneas"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Ajustes de la aplicación"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "¿Está seguro de que desea cerrar Tabby? Puede desactivar este mensaje en Ajustes -> Ventana." msgstr "¿Está seguro de que desea cerrar Tabby? Puede desactivar este mensaje en Ajustes -> Ventana."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "¿Estás seguro?" msgstr "¿Estás seguro?"
@@ -160,7 +160,7 @@ msgstr "Automático"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Actualizaciones automáticas" msgstr "Actualizaciones automáticas"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Cargar automáticamente los cambios y comprobar si hay actualizaciones cada minuto" msgstr "Cargar automáticamente los cambios y comprobar si hay actualizaciones cada minuto"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Tipo de fondo" msgstr "Tipo de fondo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Velocidad en baudios" msgstr "Velocidad en baudios"
@@ -186,7 +186,7 @@ msgstr "Inicio de la línea"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Parpadear cursor" msgstr "Parpadear cursor"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Azul" msgstr "Azul"
@@ -209,10 +209,10 @@ msgstr "Pegar con corchetes (requiere soporte de shell)"
#: tabby-terminal/src/services/multifocus.service.ts:19 #: tabby-terminal/src/services/multifocus.service.ts:19
msgid "Broadcast mode. Click anywhere to cancel." msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Modo de transmisión. Haga clic en cualquier lugar para cancelar." msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Integrado" msgstr "Integrado"
@@ -224,12 +224,11 @@ msgstr "Integrado"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
@@ -239,7 +238,7 @@ msgstr "Cambiar la velocidad en baudios"
#: tabby-core/src/tabContextMenu.ts:133 #: tabby-core/src/tabContextMenu.ts:133
msgid "Change tab color" msgid "Change tab color"
msgstr "Cambiar color de pestaña" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Change the master passphrase" msgid "Change the master passphrase"
@@ -254,11 +253,7 @@ msgstr "Buscar actualizaciones"
msgid "Ciphers" msgid "Ciphers"
msgstr "Cifrados" msgstr "Cifrados"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "Limpiar"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Limpiar los perfiles recientes" msgstr "Limpiar los perfiles recientes"
@@ -266,10 +261,6 @@ msgstr "Limpiar los perfiles recientes"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Limpiar terminal" msgstr "Limpiar terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr "Limpiar el terminal al cerrar la conexión"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Portapapeles" msgstr "Portapapeles"
@@ -304,16 +295,15 @@ msgstr "Cerrar las pestañas de la izquierda"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Cerrar las pestañas de la derecha" msgstr "Cerrar las pestañas de la derecha"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Cerrar la ventana después de cerrar la última pestaña" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35
#: tabby-core/src/tabContextMenu.ts:132 #: tabby-core/src/tabContextMenu.ts:132
msgid "Color" msgid "Color"
msgstr "Color" msgstr "Color"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Esquema de color" msgstr "Esquema de color"
@@ -330,18 +320,14 @@ msgstr "Línea de comandos"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "El stdin/stdout del comando se utiliza en lugar de una conexión de red" msgstr "El stdin/stdout del comando se utiliza en lugar de una conexión de red"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Comandos" msgstr ""
#: tabby-core/src/theme.ts:20 #: tabby-core/src/theme.ts:20
msgid "Compact" msgid "Compact"
msgstr "Compacto" msgstr "Compacto"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Configuración descargada" msgstr "Configuración descargada"
@@ -368,8 +354,8 @@ msgstr "Configuraciones"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Conectar a través de un servidor proxy" msgstr "Conectar a través de un servidor proxy"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Conectarse a %s..." msgstr "Conectarse a %s..."
@@ -377,10 +363,10 @@ msgstr "Conectarse a %s..."
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "Conectarse primero a un host diferente y utilizarlo como proxy" msgstr "Conectarse primero a un host diferente y utilizarlo como proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Conectando" msgstr "Conectando"
@@ -400,27 +386,23 @@ msgstr "El nombre de la conexión se utilizará en su lugar"
msgid "Context menu" msgid "Context menu"
msgstr "Menú contextual" msgstr "Menú contextual"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Copiado" msgstr "Copiado"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Copiar" msgstr "Copiar"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Copiar la ruta actual" msgstr "Copiar la ruta actual"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Copiar al seleccionar" msgstr "Copiar al seleccionar"
@@ -433,7 +415,7 @@ msgstr "Copiar al portapapeles"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Copiar con formato" msgstr "Copiar con formato"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "No se ha podido descifrar la configuración" msgstr "No se ha podido descifrar la configuración"
@@ -441,7 +423,7 @@ msgstr "No se ha podido descifrar la configuración"
msgid "Create" msgid "Create"
msgstr "Crear" msgstr "Crear"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Crear directorio" msgstr "Crear directorio"
@@ -494,7 +476,7 @@ msgstr "Reducir tamaño de división vertical"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Perfil predeterminado para nuevas pestañas" msgstr "Perfil predeterminado para nuevas pestañas"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Configuración de perfil predeterminada" msgstr "Configuración de perfil predeterminada"
@@ -506,13 +488,11 @@ msgstr "Valores predeterminados"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Valores predeterminados para {type}" msgstr "Valores predeterminados para {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Valores predeterminados para {type}"
msgid "Delete" msgid "Delete"
msgstr "Borrar" msgstr "Borrar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "¿Eliminar \"{name}\"?" msgstr "¿Eliminar \"{name}\"?"
@@ -543,11 +523,7 @@ msgstr "Eliminar la siguiente palabra"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Eliminar palabra anterior" msgstr "Eliminar palabra anterior"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "¿Eliminar los perfiles del grupo?" msgstr "¿Eliminar los perfiles del grupo?"
@@ -579,11 +555,11 @@ msgstr "Deshabilitar"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Deshabilitar el título de la pestaña dinámica" msgstr "Deshabilitar el título de la pestaña dinámica"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Desactivar el fondo de fluidez mientras arrastra" msgstr "Desactivar el fondo de fluidez mientras arrastra"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Deshabilitar la aceleración de GPU" msgstr "Deshabilitar la aceleración de GPU"
@@ -593,12 +569,12 @@ msgstr "Deshabilitado"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Desconectar" msgstr "Desconectar"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "¿Desconectarse desde {host}?" msgstr "¿Desconectarse desde {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "No abortar" msgstr "No abortar"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "No cerrar" msgstr "No cerrar"
@@ -677,7 +653,7 @@ msgstr "Duplicar pestaña"
msgid "Edit" msgid "Edit"
msgstr "Editar" msgstr "Editar"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Editar localmente" msgstr "Editar localmente"
@@ -698,10 +674,6 @@ msgstr "Activar animaciones"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Habilitar la instalación automática de actualizaciones cuando estén disponibles." msgstr "Habilitar la instalación automática de actualizaciones cuando estén disponibles."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr "Activar la opción de fondo de fluido"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Habilitar ligaduras de fuentes" msgstr "Habilitar ligaduras de fuentes"
@@ -726,8 +698,8 @@ msgstr "Fin de la línea"
msgid "Environment" msgid "Environment"
msgstr "Entorno" msgstr "Entorno"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Borrar configuración" msgstr "Borrar configuración"
@@ -747,10 +719,6 @@ msgstr "Coincidencia exacta"
msgid "Example:" msgid "Example:"
msgstr "Ejemplo:" msgstr "Ejemplo:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr "Se sabe que el estilo de fondo experimental de Windows 10 causa problemas"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Exportar" msgstr "Exportar"
@@ -775,11 +743,11 @@ msgstr "Filtro"
msgid "Fixed" msgid "Fixed"
msgstr "Solucionado" msgstr "Solucionado"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Fondo fluido a veces causa retraso de arrastre" msgstr "Fondo fluido a veces causa retraso de arrastre"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Enfocar todos los paneles" msgstr "Enfocar todos los paneles"
@@ -787,15 +755,15 @@ msgstr "Enfocar todos los paneles"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Enfocar todos los paneles a la vez (transmitir)" msgstr "Enfocar todos los paneles a la vez (transmitir)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Enfocar todas las pestañas" msgstr ""
#: tabby-terminal/src/hotkeys.ts:82 #: tabby-terminal/src/hotkeys.ts:82
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Enfocar todas las pestañas a la vez (transmisión)" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "El foco sigue al ratón" msgstr "El foco sigue al ratón"
@@ -839,7 +807,7 @@ msgstr "Central el panel de la derecha"
msgid "Font" msgid "Font"
msgstr "Fuente" msgstr "Fuente"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Para atajos de teclado" msgstr "Para atajos de teclado"
@@ -909,11 +877,11 @@ msgstr "Obtenerlo desde la ventana de configuración de Tabby"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Le da a la ventana un fondo transparente borroso" msgstr "Le da a la ventana un fondo transparente borroso"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Ir arriba" msgstr "Ir arriba"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Verde" msgstr "Verde"
@@ -921,7 +889,7 @@ msgstr "Verde"
msgid "Group" msgid "Group"
msgstr "Grupo" msgstr "Grupo"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Hacks" msgstr "Hacks"
@@ -938,17 +906,17 @@ msgstr "Ayuda a traducir Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Hexadecimal" msgstr "Hexadecimal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Ocultar botón de cierre de pestaña" msgstr "Ocultar botón de cierre de pestaña"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Ocultar índice de pestaña" msgstr "Ocultar índice de pestaña"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Ocultar botón de opciones de pestaña" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123
msgid "Hide window on focus loss" msgid "Hide window on focus loss"
@@ -980,10 +948,6 @@ msgstr "Verificación de clave de host"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Teclas de acceso rápido" msgstr "Teclas de acceso rápido"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "Proxy HTTP" msgstr "Proxy HTTP"
@@ -1065,8 +1029,8 @@ msgstr "Saltar a la siguiente palabra"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Saltar a la palabra anterior" msgstr "Saltar a la palabra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Teclado"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Autenticación interactiva con teclado" msgstr "Autenticación interactiva con teclado"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Terminar" msgstr "Terminar"
@@ -1119,7 +1083,7 @@ msgstr "Iniciar WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Iniciar WinSCP para la sesión SSH actual" msgstr "Iniciar WinSCP para la sesión SSH actual"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." 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." msgstr "Aprende cómo permitir que Tabby detecte el directorio de trabajo remoto de la shell."
@@ -1146,7 +1110,7 @@ msgstr "Editor de línea, la entrada se envía después de pulsar Enter"
msgid "Line padding" msgid "Line padding"
msgstr "Relleno de línea" msgstr "Relleno de línea"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Cargando" msgstr "Cargando"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Terminal local" msgstr "Terminal local"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Código de acceso" msgstr "Código de acceso"
@@ -1177,7 +1141,7 @@ msgstr "Código de acceso"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Clic extendido para el menú contextual" msgstr "Clic extendido para el menú contextual"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Administrar perfiles" msgstr "Administrar perfiles"
@@ -1191,7 +1155,7 @@ msgstr "Maximiza el panel activo"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
msgid "Minimum contrast ratio" msgid "Minimum contrast ratio"
msgstr "Ratio de contraste mínimo" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43
msgid "Modified on {date}" msgid "Modified on {date}"
@@ -1209,11 +1173,11 @@ msgstr "Mover pestaña a la izquierda"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Mover pestaña a la derecha" msgstr "Mover pestaña a la derecha"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Mover a \"Desagrupado\"" msgstr "Mover a \"Desagrupado\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Al mover el ratón sobre un panel inactivo se activará" msgstr "Al mover el ratón sobre un panel inactivo se activará"
@@ -1234,7 +1198,7 @@ msgstr "Nombre para el nuevo directorio"
msgid "Native" msgid "Native"
msgstr "Nativo" msgstr "Nativo"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Nueva pestaña de administración" msgstr "Nueva pestaña de administración"
@@ -1246,7 +1210,7 @@ msgstr "Nueva configuración en {platform}"
msgid "New item" msgid "New item"
msgstr "Nuevo elemento" msgstr "Nuevo elemento"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Nuevo nombre" msgstr "Nuevo nombre"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Nueva pestaña: {profile}" msgstr "Nueva pestaña: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Nuevo terminal" msgstr "Nuevo terminal"
@@ -1280,7 +1244,7 @@ msgstr "Nueva ventana"
msgid "New Window" msgid "New Window"
msgstr "Nueva ventana" msgstr "Nueva ventana"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Nuevo con perfil" msgstr "Nuevo con perfil"
@@ -1288,7 +1252,7 @@ msgstr "Nuevo con perfil"
msgid "Next tab" msgid "Next tab"
msgstr "Siguiente pestaña" msgstr "Siguiente pestaña"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Sin color" msgstr "Sin color"
@@ -1309,8 +1273,8 @@ msgstr "Normal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Peso de fuente normal" msgstr "Peso de fuente normal"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "No encontrado" msgstr "No encontrado"
@@ -1369,7 +1333,7 @@ msgstr "Opcional"
msgid "Options" msgid "Options"
msgstr "Opciones" msgstr "Opciones"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Naranja" msgstr "Naranja"
@@ -1417,11 +1381,11 @@ msgstr "¿Sobrescribir la configuración en el lado remoto y empezar a sincroniz
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "¿Sobrescribir la configuración local y empezar a sincronizar?" msgstr "¿Sobrescribir la configuración local y empezar a sincronizar?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Paso de redimensionado del panel" msgstr "Paso de redimensionado del panel"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Paneles" msgstr "Paneles"
@@ -1429,7 +1393,7 @@ msgstr "Paneles"
msgid "Parity" msgid "Parity"
msgstr "Paridad" msgstr "Paridad"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "La sincronización parcial de configuración no es posible cuando la configuración es cifrada a través de Vault." msgstr "La sincronización parcial de configuración no es posible cuando la configuración es cifrada a través de Vault."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Contraseña" msgstr "Contraseña"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Pegar" msgstr "Pegar"
@@ -1454,9 +1418,9 @@ msgstr "Pegar desde el portapapeles"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Pegar si no hay selección, sino copiar" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "¿Pegar múltiples líneas?" msgstr "¿Pegar múltiples líneas?"
@@ -1485,7 +1449,7 @@ msgstr "Carpeta de complementos"
msgid "Port" msgid "Port"
msgstr "Puerto" msgstr "Puerto"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Puerto abierto" msgstr "Puerto abierto"
@@ -1494,9 +1458,9 @@ msgstr "Puerto abierto"
msgid "Ports" msgid "Ports"
msgstr "Puertos" msgstr "Puertos"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Pulse cualquier tecla para reconectar" msgstr "Pulse cualquier tecla para reconectar"
@@ -1534,7 +1498,7 @@ msgstr "Nombre de perfil"
msgid "Profiles" msgid "Profiles"
msgstr "Perfiles" msgstr "Perfiles"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Perfiles y conexiones" msgstr "Perfiles y conexiones"
@@ -1547,7 +1511,7 @@ msgstr "Programa"
msgid "Proxy command" msgid "Proxy command"
msgstr "Comando proxy" msgstr "Comando proxy"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Morado" msgstr "Morado"
@@ -1555,13 +1519,13 @@ msgstr "Morado"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Poner toda la configuración de Tabby en la vault" msgstr "Poner toda la configuración de Tabby en la vault"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Conexión rápida" msgstr "Conexión rápida"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Salir" msgstr "Salir"
@@ -1573,8 +1537,8 @@ msgstr "Conexión de socket sin procesar"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Tiempo de espera listo (Milisegundos)" msgstr "Tiempo de espera listo (Milisegundos)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Reciente" msgstr "Reciente"
@@ -1585,7 +1549,7 @@ msgstr "Reciente"
msgid "Reconnect" msgid "Reconnect"
msgstr "Reconectar" msgstr "Reconectar"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Rojo" msgstr "Rojo"
@@ -1608,7 +1572,7 @@ msgstr "Remoto"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
msgid "Remove whitespace and newlines around the copied text" msgid "Remove whitespace and newlines around the copied text"
msgstr "Eliminar espacios en blanco y nuevas líneas alrededor del texto copiado" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25
#: tabby-core/src/tabContextMenu.ts:120 #: tabby-core/src/tabContextMenu.ts:120
@@ -1618,7 +1582,7 @@ msgstr "Renombrar"
#: tabby-core/src/hotkeys.ts:25 #: tabby-core/src/hotkeys.ts:25
#: tabby-core/src/tabContextMenu.ts:121 #: tabby-core/src/tabContextMenu.ts:121
msgid "Rename tab" msgid "Rename tab"
msgstr "Renombrar pestaña" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
msgid "Rendering" msgid "Rendering"
@@ -1750,12 +1714,11 @@ msgstr "Desplaza el terminal hasta la parte inferior de la entrada del usuario"
msgid "Search" msgid "Search"
msgstr "Buscar" msgstr "Buscar"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Buscar esquemas de color" msgstr "Buscar esquemas de color"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Buscar atajos" msgstr "Buscar atajos"
@@ -1772,23 +1735,23 @@ msgstr "Token secreto de sincronización"
msgid "Select" msgid "Select"
msgstr "Seleccionar" msgstr "Seleccionar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Seleccione un perfil base para usar como plantilla" msgstr "Seleccione un perfil base para usar como plantilla"
#: tabby-terminal/src/hotkeys.ts:18 #: tabby-terminal/src/hotkeys.ts:18
msgid "Select all" msgid "Select all"
msgstr "Seleccionar todo" msgstr ""
#: tabby-core/src/services/fileProviders.service.ts:46 #: tabby-core/src/services/fileProviders.service.ts:46
msgid "Select file storage" msgid "Select file storage"
msgstr "Seleccionar archivo de almacenamiento" msgstr "Seleccionar archivo de almacenamiento"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Seleccionar perfil" msgstr "Seleccionar perfil"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Seleccionar perfil o introducir una dirección" msgstr "Seleccionar perfil o introducir una dirección"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Establece la ruta de la tubería nombrada por el agente SSH." msgstr "Establece la ruta de la tubería nombrada por el agente SSH."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Ajustes" msgstr "Ajustes"
@@ -1848,7 +1811,7 @@ msgstr "Ajustes"
msgid "Shell" msgid "Shell"
msgstr "Escudo" msgstr "Escudo"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Shell no soporta la detección actual de rutas" msgstr "Shell no soporta la detección actual de rutas"
@@ -1870,7 +1833,7 @@ msgstr "Mostrar perfiles incorporados en el selector"
#: tabby-core/src/hotkeys.ts:13 #: tabby-core/src/hotkeys.ts:13
msgid "Show command selector" msgid "Show command selector"
msgstr "Mostrar selector de comando" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
msgid "Show config file" msgid "Show config file"
@@ -1888,7 +1851,7 @@ msgstr "Mostrar Mixer"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Mostrar etiquetas de panel (para reordenar)" msgstr "Mostrar etiquetas de panel (para reordenar)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Mostrar icono de perfil en pestaña" msgstr "Mostrar icono de perfil en pestaña"
@@ -1908,13 +1871,9 @@ msgstr "Mostrar notas del lanzamiento"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Mostrar conexiones Serial" msgstr "Mostrar conexiones Serial"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "Mostrar pestañas en modo de pantalla completa"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Mostrar barra de herramientas" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44
msgid "Show vault contents" msgid "Show vault contents"
@@ -1969,7 +1928,7 @@ msgstr "Dividir en la parte inferior"
#: tabby-core/src/tabContextMenu.ts:85 #: tabby-core/src/tabContextMenu.ts:85
msgid "Split to the down" msgid "Split to the down"
msgstr "Dividir hacia abajo" msgstr ""
#: tabby-core/src/hotkeys.ts:165 #: tabby-core/src/hotkeys.ts:165
#: tabby-core/src/tabContextMenu.ts:86 #: tabby-core/src/tabContextMenu.ts:86
@@ -1987,13 +1946,13 @@ msgstr "Dividir en la parte superior"
#: tabby-core/src/tabContextMenu.ts:87 #: tabby-core/src/tabContextMenu.ts:87
msgid "Split to the up" msgid "Split to the up"
msgstr "Dividir hacia arriba" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "Conexión SSH" msgstr "Conexión SSH"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "La gestión de conexiones SSH ahora se realiza a través de la pestaña \"Perfiles y conexiones\"" msgstr "La gestión de conexiones SSH ahora se realiza a través de la pestaña \"Perfiles y conexiones\""
@@ -2041,7 +2000,7 @@ msgstr "Cambia la implementación de interfaz de la terminal (experimental)"
msgid "Sync" msgid "Sync"
msgstr "Sincronizar" msgstr "Sincronizar"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Sincronizar automáticamente" msgstr "Sincronizar automáticamente"
@@ -2049,15 +2008,15 @@ msgstr "Sincronizar automáticamente"
msgid "Sync host" msgid "Sync host"
msgstr "Sincronizar host" msgstr "Sincronizar host"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Sincronizar atajos" msgstr "Sincronizar atajos"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Sincronizar Vault" msgstr "Sincronizar Vault"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Sincronizar la configuración de la ventana" msgstr "Sincronizar la configuración de la ventana"
@@ -2112,7 +2071,7 @@ msgstr "Ancho de pestañas"
msgid "Telnet session" msgid "Telnet session"
msgstr "Sesión de Telnet" msgstr "Sesión de Telnet"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Fondo de la terminal"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Campana de la terminal" msgstr "Campana de la terminal"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "¡Gracias por descargar Tabby!" msgstr "¡Gracias por descargar Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Hay transferencias de archivos activas"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Hay una contraseña guardada para esta conexión" msgstr "Hay una contraseña guardada para esta conexión"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Estos se aplican a todos los perfiles de un tipo determinado" msgstr "Estos se aplican a todos los perfiles de un tipo determinado"
@@ -2153,7 +2108,7 @@ msgstr "Estos se aplican a todos los perfiles de un tipo determinado"
msgid "Thin" msgid "Thin"
msgstr "Estrecho" msgstr "Estrecho"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Marque esto si está experimentando aliasing, efecto fantasma u otros problemas visuales" msgstr "Marque esto si está experimentando aliasing, efecto fantasma u otros problemas visuales"
@@ -2180,9 +2135,9 @@ msgstr "Top"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Recortar espacios en blanco y nuevas líneas" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Reintentar" msgstr "Reintentar"
@@ -2202,7 +2157,7 @@ msgstr "Desagrupado"
msgid "Uninstall" msgid "Uninstall"
msgstr "Desinstalar" msgstr "Desinstalar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Desconocido" msgstr "Desconocido"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Actualizar a {version}" msgstr "Actualizar a {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Cargar" msgstr "Cargar"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Subir como una nueva configuración" msgstr "Subir como una nueva configuración"
@@ -2322,7 +2277,7 @@ msgstr "Advertencia: ¡la clave del host remoto ha cambiado repentinamente!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Solo estamos rastreando sus versiones de Tabby y SO." msgstr "Solo estamos rastreando sus versiones de Tabby y SO."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Bienvenido" msgstr "Bienvenido"
@@ -2379,7 +2334,7 @@ msgstr "Separadores de palabra"
msgid "Working directory" msgid "Working directory"
msgstr "Directorio de trabajo" msgstr "Directorio de trabajo"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Detección de directorio de trabajo" msgstr "Detección de directorio de trabajo"
@@ -2396,7 +2351,7 @@ msgstr "La terminal WSL sólo soporta TrueColor con ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Reenvío X11" msgstr "Reenvío X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Amarillo" msgstr "Amarillo"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: French\n" "Language-Team: French\n"
"Language: fr_FR\n" "Language: fr_FR\n"
"PO-Revision-Date: 2023-03-17 23:07\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" est toujours en cours d'exécution. Fermer ?" msgstr "\"{command}\" est toujours en cours d'exécution. Fermer ?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} - Copie" msgstr "{name} - Copie"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Espace additionnel entre les lignes" msgstr "Espace additionnel entre les lignes"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Paramètres de l'application"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Êtes-vous sûr de vouloir fermer Tabby ? Vous pouvez désactiver cette invite dans Paramètres -> Fenêtre." msgstr "Êtes-vous sûr de vouloir fermer Tabby ? Vous pouvez désactiver cette invite dans Paramètres -> Fenêtre."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Êtes-vous sûr(e) ?" msgstr "Êtes-vous sûr(e) ?"
@@ -160,7 +160,7 @@ msgstr "Automatique"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Mettre à jour automatiquement" msgstr "Mettre à jour automatiquement"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Envoyer automatiquement les modifications et vérifier les mises à jour toutes les minutes" msgstr "Envoyer automatiquement les modifications et vérifier les mises à jour toutes les minutes"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Type d'arrière-plan" msgstr "Type d'arrière-plan"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Vitesse en bauds" msgstr "Vitesse en bauds"
@@ -186,7 +186,7 @@ msgstr "Début de la ligne"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Faire clignoter le curseur" msgstr "Faire clignoter le curseur"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Bleu" msgstr "Bleu"
@@ -209,10 +209,10 @@ msgstr "Coller avec des parenthèses (l'interpréteur de commande doit le suppor
#: tabby-terminal/src/services/multifocus.service.ts:19 #: tabby-terminal/src/services/multifocus.service.ts:19
msgid "Broadcast mode. Click anywhere to cancel." msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Mode diffusion. Cliquez n'importe où pour annuler." msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Intégré" msgstr "Intégré"
@@ -224,12 +224,11 @@ msgstr "Intégré"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
@@ -239,7 +238,7 @@ msgstr "Changer le débit en bauds"
#: tabby-core/src/tabContextMenu.ts:133 #: tabby-core/src/tabContextMenu.ts:133
msgid "Change tab color" msgid "Change tab color"
msgstr "Changer la couleur de l'onglet" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Change the master passphrase" msgid "Change the master passphrase"
@@ -254,11 +253,7 @@ msgstr "Vérifier les mises à jour"
msgid "Ciphers" msgid "Ciphers"
msgstr "Chiffrement" msgstr "Chiffrement"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "Effacer"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Effacer les profils récents" msgstr "Effacer les profils récents"
@@ -266,10 +261,6 @@ msgstr "Effacer les profils récents"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Effacer le terminal" msgstr "Effacer le terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr "Effacer le terminal après la connexion"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Presse-papier" msgstr "Presse-papier"
@@ -304,16 +295,15 @@ msgstr "Fermer les onglets à gauche"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Fermer les onglets à droite" msgstr "Fermer les onglets à droite"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Fermer la fenêtre après la fermeture du dernier onglet" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35
#: tabby-core/src/tabContextMenu.ts:132 #: tabby-core/src/tabContextMenu.ts:132
msgid "Color" msgid "Color"
msgstr "Couleur" msgstr "Couleur"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Schéma de couleurs" msgstr "Schéma de couleurs"
@@ -330,18 +320,14 @@ msgstr "Ligne de commande"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "L'entrée et la sortie standards sont utilisées à la place d'une connexion réseau" msgstr "L'entrée et la sortie standards sont utilisées à la place d'une connexion réseau"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Commandes" msgstr ""
#: tabby-core/src/theme.ts:20 #: tabby-core/src/theme.ts:20
msgid "Compact" msgid "Compact"
msgstr "Compact" msgstr "Compact"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr "Configuration supprimée"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Configuration téléchargée" msgstr "Configuration téléchargée"
@@ -368,8 +354,8 @@ msgstr "Configurations"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Se connecter via un serveur proxy" msgstr "Se connecter via un serveur proxy"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Se connecter à \"%s\"..." msgstr "Se connecter à \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "Se connecter à \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" 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" 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:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Connexion en cours" msgstr "Connexion en cours"
@@ -400,27 +386,23 @@ msgstr "Le nom de connexion sera utilisé à la place"
msgid "Context menu" msgid "Context menu"
msgstr "Menu contextuel" msgstr "Menu contextuel"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Copié" msgstr "Copié"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Copier" msgstr "Copie"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Copier le chemin actuel" msgstr "Copier le chemin actuel"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr "Copier le chemin complet"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Copier lors de la sélection" msgstr "Copier lors de la sélection"
@@ -433,7 +415,7 @@ msgstr "Copier dans le presse-papier"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Copier avec mise en forme" msgstr "Copier avec mise en forme"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Impossible de déchiffrer la configuration" msgstr "Impossible de déchiffrer la configuration"
@@ -441,7 +423,7 @@ msgstr "Impossible de déchiffrer la configuration"
msgid "Create" msgid "Create"
msgstr "Créer" msgstr "Créer"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Créer un répertoire" msgstr "Créer un répertoire"
@@ -494,7 +476,7 @@ msgstr "Diminuer la taille de la séparation verticale"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Profil par défaut pour les nouveaux onglets" msgstr "Profil par défaut pour les nouveaux onglets"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Paramètres de profil par défaut" msgstr "Paramètres de profil par défaut"
@@ -506,13 +488,11 @@ msgstr "Par défaut"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Par défaut pour {type}" msgstr "Par défaut pour {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Par défaut pour {type}"
msgid "Delete" msgid "Delete"
msgstr "Supprimer" msgstr "Supprimer"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Supprimer \"{name} \" ?" msgstr "Supprimer \"{name} \" ?"
@@ -543,11 +523,7 @@ msgstr "Supprimer le mot suivant"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Supprimer le mot précédent" msgstr "Supprimer le mot précédent"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr "Supprimer la configuration du côté distant ?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Supprimer les profils du groupe ?" msgstr "Supprimer les profils du groupe ?"
@@ -579,11 +555,11 @@ msgstr "Désactiver"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Désactiver le titre dynamique des onglets" msgstr "Désactiver le titre dynamique des onglets"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Désactiver l'arrière-plan fluide lors du déplacement" msgstr "Désactiver l'arrière-plan fluide lors du déplacement"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Désactiver l'accélération GPU" msgstr "Désactiver l'accélération GPU"
@@ -593,14 +569,14 @@ msgstr "Désactivé"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Déconnecter" msgstr "Déconnecter"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Se déconnecter de {host}?" msgstr "Déconnectez de {host} ?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:30 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:30
msgid "Display images via Sixel escape sequences" msgid "Display images via Sixel escape sequences"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Ne pas interrompre" msgstr "Ne pas interrompre"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Ne pas fermer" msgstr "Ne pas fermer"
@@ -677,7 +653,7 @@ msgstr "Dupliquer l'onglet"
msgid "Edit" msgid "Edit"
msgstr "Éditer" msgstr "Éditer"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Éditer en local" msgstr "Éditer en local"
@@ -698,10 +674,6 @@ msgstr "Activer les animations"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Activer l'installation automatique des mises à jour dès qu'elles sont disponibles." msgstr "Activer l'installation automatique des mises à jour dès qu'elles sont disponibles."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr "Activer l'option d'arrière-plan fluide"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Activer les ligatures de police" msgstr "Activer les ligatures de police"
@@ -726,8 +698,8 @@ msgstr "Fin de la ligne"
msgid "Environment" msgid "Environment"
msgstr "Environnement" msgstr "Environnement"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Effacer la configuration" msgstr "Effacer la configuration"
@@ -747,10 +719,6 @@ msgstr "Correspondance exacte"
msgid "Example:" msgid "Example:"
msgstr "Exemple:" msgstr "Exemple:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr "Style d'arrière-plan expérimental de Windows 10 connu pour causer des problèmes"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Exporter" msgstr "Exporter"
@@ -775,11 +743,11 @@ msgstr "Filtre"
msgid "Fixed" msgid "Fixed"
msgstr "Fixe" msgstr "Fixe"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "L'arrière-plan fluide provoque parfois des problèmes d'affichage" msgstr "L'arrière-plan fluide provoque parfois des problèmes d'affichage"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Cibler tous les volets" msgstr "Cibler tous les volets"
@@ -787,15 +755,15 @@ msgstr "Cibler tous les volets"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Cibler tous les volets à la fois (diffusion)" msgstr "Cibler tous les volets à la fois (diffusion)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Cibler tous les onglets" msgstr ""
#: tabby-terminal/src/hotkeys.ts:82 #: tabby-terminal/src/hotkeys.ts:82
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Cibler tous les onglets à la fois (diffusion)" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Le curseur suit la souris" msgstr "Le curseur suit la souris"
@@ -839,7 +807,7 @@ msgstr "Focus sur le volet à droite"
msgid "Font" msgid "Font"
msgstr "Police" msgstr "Police"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Pour les raccourcis clavier" msgstr "Pour les raccourcis clavier"
@@ -909,11 +877,11 @@ msgstr "Obtenir depuis la fenêtre des paramètres Tabby Web"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Donne à la fenêtre un fond à la fois transparent et flouté" msgstr "Donne à la fenêtre un fond à la fois transparent et flouté"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Remonter" msgstr "Remonter"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Vert" msgstr "Vert"
@@ -921,7 +889,7 @@ msgstr "Vert"
msgid "Group" msgid "Group"
msgstr "Groupe" msgstr "Groupe"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Hacks" msgstr "Hacks"
@@ -938,15 +906,15 @@ msgstr "Aidez à traduire Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Hexadécimal" msgstr "Hexadécimal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Masquer le bouton de fermeture de l'onglet" msgstr "Masquer le bouton de fermeture de l'onglet"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Masquer la numérotation des onglets" msgstr "Masquer la numérotation des onglets"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Masquer le bouton d'options d'onglet" msgstr "Masquer le bouton d'options d'onglet"
@@ -980,10 +948,6 @@ msgstr "Vérification de la clé de l'hôte"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Raccourcis clavier" msgstr "Raccourcis clavier"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr "Comment Tabby se présente à travers les variables d'environnement"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "Proxy HTTP" msgstr "Proxy HTTP"
@@ -1065,8 +1029,8 @@ msgstr "Aller au mot suivant"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Aller au mot précédent" msgstr "Aller au mot précédent"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Clavier"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Authentification interactive au clavier" msgstr "Authentification interactive au clavier"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Fermer" msgstr "Fermer"
@@ -1119,7 +1083,7 @@ msgstr "Lancer WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Lancer WinSCP pour la session SSH actuelle" msgstr "Lancer WinSCP pour la session SSH actuelle"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." 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." msgstr "Apprenez comment permettre à Tabby de détecter le répertoire de travail distant."
@@ -1146,7 +1110,7 @@ msgstr "Éditeur de ligne, l'entrée est envoyée après avoir appuyé sur Entr
msgid "Line padding" msgid "Line padding"
msgstr "Interligne" msgstr "Interligne"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Chargement" msgstr "Chargement"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Terminal local" msgstr "Terminal local"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Scripts de connexion" msgstr "Scripts de connexion"
@@ -1177,7 +1141,7 @@ msgstr "Scripts de connexion"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Clic long pour le menu contextuel" msgstr "Clic long pour le menu contextuel"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Gérer les profils" msgstr "Gérer les profils"
@@ -1191,7 +1155,7 @@ msgstr "Maximiser le volet actif"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
msgid "Minimum contrast ratio" msgid "Minimum contrast ratio"
msgstr "Ratio de contraste minimum" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43
msgid "Modified on {date}" msgid "Modified on {date}"
@@ -1209,11 +1173,11 @@ msgstr "Déplacer l'onglet vers la gauche"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Déplacer l'onglet vers la droite" msgstr "Déplacer l'onglet vers la droite"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Déplacer vers \"Dégroupé\"" msgstr "Déplacer vers \"Dégroupé\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Faire glisser la souris sur un volet inactif pour l'activer" msgstr "Faire glisser la souris sur un volet inactif pour l'activer"
@@ -1234,7 +1198,7 @@ msgstr "Nom du nouveau répertoire"
msgid "Native" msgid "Native"
msgstr "Natif" msgstr "Natif"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Nouvel onglet admin" msgstr "Nouvel onglet admin"
@@ -1246,7 +1210,7 @@ msgstr "Nouvelle configuration sur {platform}"
msgid "New item" msgid "New item"
msgstr "Nouvel élément" msgstr "Nouvel élément"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Nouveau nom" msgstr "Nouveau nom"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Nouvel onglet: {profile}" msgstr "Nouvel onglet: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Nouveau terminal" msgstr "Nouveau terminal"
@@ -1280,7 +1244,7 @@ msgstr "Nouvelle fenêtre"
msgid "New Window" msgid "New Window"
msgstr "Nouvelle fenêtre" msgstr "Nouvelle fenêtre"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Nouveau avec profil" msgstr "Nouveau avec profil"
@@ -1288,7 +1252,7 @@ msgstr "Nouveau avec profil"
msgid "Next tab" msgid "Next tab"
msgstr "Onglet suivant" msgstr "Onglet suivant"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Aucune couleur" msgstr "Aucune couleur"
@@ -1309,8 +1273,8 @@ msgstr "Normal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Épaisseur de police normale" msgstr "Épaisseur de police normale"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Non trouvé" msgstr "Non trouvé"
@@ -1369,7 +1333,7 @@ msgstr "Optionnel"
msgid "Options" msgid "Options"
msgstr "Options" msgstr "Options"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Orange" msgstr "Orange"
@@ -1417,11 +1381,11 @@ msgstr "Écraser la configuration distante et démarrer la synchronisation ?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Écraser la configuration locale et démarrer la synchronisation ?" msgstr "Écraser la configuration locale et démarrer la synchronisation ?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Redimensionner le panneau avec ce pas" msgstr "Redimensionner le panneau avec ce pas"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Panneaux" msgstr "Panneaux"
@@ -1429,7 +1393,7 @@ msgstr "Panneaux"
msgid "Parity" msgid "Parity"
msgstr "Parité" msgstr "Parité"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "La synchronisation partielle de la configuration n'est pas possible lorsque la configuration est dans le coffre chiffré." msgstr "La synchronisation partielle de la configuration n'est pas possible lorsque la configuration est dans le coffre chiffré."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Mot de passe" msgstr "Mot de passe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Coller" msgstr "Coller"
@@ -1454,9 +1418,9 @@ msgstr "Coller depuis le presse-papier"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Coller si rien n'est sélectionné, sinon copier" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Coller plusieurs lignes ?" msgstr "Coller plusieurs lignes ?"
@@ -1485,7 +1449,7 @@ msgstr "Dossier des extensions"
msgid "Port" msgid "Port"
msgstr "Port" msgstr "Port"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Port ouvert" msgstr "Port ouvert"
@@ -1494,9 +1458,9 @@ msgstr "Port ouvert"
msgid "Ports" msgid "Ports"
msgstr "Ports" msgstr "Ports"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Appuyez sur n'importe quelle touche pour vous reconnecter" msgstr "Appuyez sur n'importe quelle touche pour vous reconnecter"
@@ -1534,7 +1498,7 @@ msgstr "Nom du profil"
msgid "Profiles" msgid "Profiles"
msgstr "Profils" msgstr "Profils"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profils et connexions" msgstr "Profils et connexions"
@@ -1547,7 +1511,7 @@ msgstr "Application"
msgid "Proxy command" msgid "Proxy command"
msgstr "Commande du proxy" msgstr "Commande du proxy"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Violet" msgstr "Violet"
@@ -1555,13 +1519,13 @@ msgstr "Violet"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Place toute la configuration de Tabby dans le coffre" msgstr "Place toute la configuration de Tabby dans le coffre"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Connexion Rapide" msgstr "Connexion Rapide"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Quitter" msgstr "Quitter"
@@ -1573,8 +1537,8 @@ msgstr "Connexion socket Raw"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Délai d'attente (Millisecondes)" msgstr "Délai d'attente (Millisecondes)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Récent" msgstr "Récent"
@@ -1585,7 +1549,7 @@ msgstr "Récent"
msgid "Reconnect" msgid "Reconnect"
msgstr "Reconnecter" msgstr "Reconnecter"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Rouge" msgstr "Rouge"
@@ -1608,7 +1572,7 @@ msgstr "Distant"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
msgid "Remove whitespace and newlines around the copied text" msgid "Remove whitespace and newlines around the copied text"
msgstr "Supprimer les espaces et les sauts de lignes autour du texte copié" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25
#: tabby-core/src/tabContextMenu.ts:120 #: tabby-core/src/tabContextMenu.ts:120
@@ -1618,7 +1582,7 @@ msgstr "Renommer"
#: tabby-core/src/hotkeys.ts:25 #: tabby-core/src/hotkeys.ts:25
#: tabby-core/src/tabContextMenu.ts:121 #: tabby-core/src/tabContextMenu.ts:121
msgid "Rename tab" msgid "Rename tab"
msgstr "Renommer longlet" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
msgid "Rendering" msgid "Rendering"
@@ -1750,12 +1714,11 @@ msgstr "Descend en bas du terminal lors de la saisie utilisateur"
msgid "Search" msgid "Search"
msgstr "Rechercher" msgstr "Rechercher"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Rechercher un schéma de couleurs" msgstr "Rechercher un schéma de couleurs"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Rechercher dans les raccourcis" msgstr "Rechercher dans les raccourcis"
@@ -1772,7 +1735,7 @@ msgstr "Jeton secret de synchronisation"
msgid "Select" msgid "Select"
msgstr "Sélectionner" msgstr "Sélectionner"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Sélectionnez un profil de base à utiliser comme modèle" msgstr "Sélectionnez un profil de base à utiliser comme modèle"
@@ -1784,11 +1747,11 @@ msgstr "Tout sélectionner"
msgid "Select file storage" msgid "Select file storage"
msgstr "Sélectionner le stockage de fichiers" msgstr "Sélectionner le stockage de fichiers"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Sélectionner un profil" msgstr "Sélectionner un profil"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Sélectionnez un profil ou entrez une adresse" msgstr "Sélectionnez un profil ou entrez une adresse"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Définit le chemin du named pipe de l'agent SSH." msgstr "Définit le chemin du named pipe de l'agent SSH."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Paramètres" msgstr "Paramètres"
@@ -1848,7 +1811,7 @@ msgstr "Paramètres"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" 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" msgstr "L'interpréteur de commandes ne prend pas en charge la détection du chemin courant"
@@ -1870,7 +1833,7 @@ msgstr "Afficher les profils intégrés dans le sélecteur"
#: tabby-core/src/hotkeys.ts:13 #: tabby-core/src/hotkeys.ts:13
msgid "Show command selector" msgid "Show command selector"
msgstr "Afficher le sélecteur de commande" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
msgid "Show config file" msgid "Show config file"
@@ -1888,7 +1851,7 @@ msgstr "Afficher le mixeur"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Afficher les libellés du panneau (pour réorganiser)" msgstr "Afficher les libellés du panneau (pour réorganiser)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Afficher l'icône de profil sur l'onglet" msgstr "Afficher l'icône de profil sur l'onglet"
@@ -1908,11 +1871,7 @@ msgstr "Afficher les notes de version"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Afficher les connexions série" msgstr "Afficher les connexions série"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "Afficher les onglets en mode plein écran"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Afficher la barre d'outils" msgstr "Afficher la barre d'outils"
@@ -1969,7 +1928,7 @@ msgstr "Diviser vers le bas"
#: tabby-core/src/tabContextMenu.ts:85 #: tabby-core/src/tabContextMenu.ts:85
msgid "Split to the down" msgid "Split to the down"
msgstr "Diviser vers le bas" msgstr ""
#: tabby-core/src/hotkeys.ts:165 #: tabby-core/src/hotkeys.ts:165
#: tabby-core/src/tabContextMenu.ts:86 #: tabby-core/src/tabContextMenu.ts:86
@@ -1987,13 +1946,13 @@ msgstr "Diviser vers le haut"
#: tabby-core/src/tabContextMenu.ts:87 #: tabby-core/src/tabContextMenu.ts:87
msgid "Split to the up" msgid "Split to the up"
msgstr "Diviser vers le haut" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "Connexion SSH" msgstr "Connexion SSH"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "La gestion des connexions SSH se fait maintenant via l'onglet \"Profils et connexions\"" msgstr "La gestion des connexions SSH se fait maintenant via l'onglet \"Profils et connexions\""
@@ -2041,7 +2000,7 @@ msgstr "Remplacer l'implémentation du terminal utilisateur (expérimental)"
msgid "Sync" msgid "Sync"
msgstr "Synchroniser" msgstr "Synchroniser"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Synchroniser automatiquement" msgstr "Synchroniser automatiquement"
@@ -2049,15 +2008,15 @@ msgstr "Synchroniser automatiquement"
msgid "Sync host" msgid "Sync host"
msgstr "Hôte de synchronisation" msgstr "Hôte de synchronisation"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Synchroniser les raccourcis clavier" msgstr "Synchroniser les raccourcis clavier"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Synchroniser le coffre" msgstr "Synchroniser le coffre"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Synchroniser les réglages de fenêtres" msgstr "Synchroniser les réglages de fenêtres"
@@ -2112,7 +2071,7 @@ msgstr "Largeur des onglets"
msgid "Telnet session" msgid "Telnet session"
msgstr "Session Telnet" msgstr "Session Telnet"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Arrière-plan du terminal"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Bip du terminal" msgstr "Bip du terminal"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr "Identification du terminal"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Merci d'avoir téléchargé Tabby!" msgstr "Merci d'avoir téléchargé Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Il y a des transferts de fichiers actifs"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Il y a un mot de passe enregistré pour cette connexion" msgstr "Il y a un mot de passe enregistré pour cette connexion"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Ceci s'applique à tous les profils d'un type donné" msgstr "Ceci s'applique à tous les profils d'un type donné"
@@ -2153,7 +2108,7 @@ msgstr "Ceci s'applique à tous les profils d'un type donné"
msgid "Thin" msgid "Thin"
msgstr "Compact" msgstr "Compact"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Cochez cette case si vous rencontrez des problèmes d'aliasing, de dédoublement ou d'autres problèmes visuels" msgstr "Cochez cette case si vous rencontrez des problèmes d'aliasing, de dédoublement ou d'autres problèmes visuels"
@@ -2180,9 +2135,9 @@ msgstr "En haut"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Retirer les blancs et les nouvelles lignes" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Réessayer" msgstr "Réessayer"
@@ -2202,7 +2157,7 @@ msgstr "Sans groupe"
msgid "Uninstall" msgid "Uninstall"
msgstr "Désinstaller" msgstr "Désinstaller"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Inconnu" msgstr "Inconnu"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Mise à jour vers {version}" msgstr "Mise à jour vers {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Envoyer" msgstr "Envoyer"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Envoyer en tant que nouvelle configuration" msgstr "Envoyer en tant que nouvelle configuration"
@@ -2322,7 +2277,7 @@ msgstr "Attention : la clé de l'hôte distant a soudainement changé !"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Nous ne collectons que la version de Tabby et celle de l'OS." msgstr "Nous ne collectons que la version de Tabby et celle de l'OS."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Bienvenue" msgstr "Bienvenue"
@@ -2379,7 +2334,7 @@ msgstr "Séparateurs de mots"
msgid "Working directory" msgid "Working directory"
msgstr "Répertoire courant" msgstr "Répertoire courant"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Détection du répertoire courant" msgstr "Détection du répertoire courant"
@@ -2396,7 +2351,7 @@ msgstr "Le terminal WSL ne prend en charge que TrueColor avec ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Transfert X11" msgstr "Transfert X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Jaune" msgstr "Jaune"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Croatian\n" "Language-Team: Croatian\n"
"Language: hr_HR\n" "Language: hr_HR\n"
"PO-Revision-Date: 2023-02-06 19:58\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "„{command}” se još uvijek u izvodi. Zatvoriti?" msgstr "„{command}” se još uvijek u izvodi. Zatvoriti?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "kopija {name}" msgstr "kopija {name}"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Dodatni razmak između redaka" msgstr "Dodatni razmak između redaka"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Postavke programa"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Stvarno želiš zatvoriti Tabby? Ovaj upit možeš deaktivirati u Postavke -> Prozor." msgstr "Stvarno želiš zatvoriti Tabby? Ovaj upit možeš deaktivirati u Postavke -> Prozor."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Sigurno?" msgstr "Sigurno?"
@@ -160,7 +160,7 @@ msgstr "Automatski"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Automatska aktualiziranja" msgstr "Automatska aktualiziranja"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Automatski prenesi promjene i traži nove verzije svake minute" msgstr "Automatski prenesi promjene i traži nove verzije svake minute"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Vrsta pozadine" msgstr "Vrsta pozadine"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Brzina prijenosa" msgstr "Brzina prijenosa"
@@ -186,7 +186,7 @@ msgstr "Početak retka"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Titranje kursora" msgstr "Titranje kursora"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Plava" msgstr "Plava"
@@ -209,10 +209,10 @@ msgstr "Umetanje sadržaja u uglatim zagradama (zahtijeva podršku školjke)"
#: tabby-terminal/src/services/multifocus.service.ts:19 #: tabby-terminal/src/services/multifocus.service.ts:19
msgid "Broadcast mode. Click anywhere to cancel." msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Broadcast-Modus. Za prekid pritisni bilo gdje." msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Ugrađeno" msgstr "Ugrađeno"
@@ -224,12 +224,11 @@ msgstr "Ugrađeno"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Odustani" msgstr "Odustani"
@@ -239,7 +238,7 @@ msgstr "Promijeni brzinu prijenosa"
#: tabby-core/src/tabContextMenu.ts:133 #: tabby-core/src/tabContextMenu.ts:133
msgid "Change tab color" msgid "Change tab color"
msgstr "Promijeni boju kartice" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Change the master passphrase" msgid "Change the master passphrase"
@@ -254,11 +253,7 @@ msgstr "Traži nove verzije"
msgid "Ciphers" msgid "Ciphers"
msgstr "Šifre" msgstr "Šifre"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Isprazni popis nedavnih profila" msgstr "Isprazni popis nedavnih profila"
@@ -266,10 +261,6 @@ msgstr "Isprazni popis nedavnih profila"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Isprazni terminal" msgstr "Isprazni terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Međuspremnik" msgstr "Međuspremnik"
@@ -304,16 +295,15 @@ msgstr "Zatvori kartice prema lijevo"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Zatvori kartice prema desno" msgstr "Zatvori kartice prema desno"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Zatvori prozor nakon zatvaranja zadnje kartice" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35
#: tabby-core/src/tabContextMenu.ts:132 #: tabby-core/src/tabContextMenu.ts:132
msgid "Color" msgid "Color"
msgstr "Boja" msgstr "Boja"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Shema boja" msgstr "Shema boja"
@@ -330,18 +320,14 @@ msgstr "Naredbeni redak"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Umjesto mrežne veze koriste se standardni unos/sandardni rezultat (stdin/stdout) naredbe" msgstr "Umjesto mrežne veze koriste se standardni unos/sandardni rezultat (stdin/stdout) naredbe"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Naredbe" msgstr ""
#: tabby-core/src/theme.ts:20 #: tabby-core/src/theme.ts:20
msgid "Compact" msgid "Compact"
msgstr "Kompaktno" msgstr "Kompaktno"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Konfiguracija preuzeta" msgstr "Konfiguracija preuzeta"
@@ -368,8 +354,8 @@ msgstr "Konfiguracije"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Poveži se putem proxy poslužitelja" msgstr "Poveži se putem proxy poslužitelja"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Poveži se na „%s” …" msgstr "Poveži se na „%s” …"
@@ -377,10 +363,10 @@ msgstr "Poveži se na „%s” …"
msgid "Connect to a different host first and use it as a proxy" 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" 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:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Povezivanje" msgstr "Povezivanje"
@@ -400,27 +386,23 @@ msgstr "Umjesto toga će se koristiti ime veze"
msgid "Context menu" msgid "Context menu"
msgstr "Kontekstni izbornik" msgstr "Kontekstni izbornik"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Kopirano" msgstr "Kopirano"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Kopiraj" msgstr "Kopiraj"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Kopiraj trenutačnu stazu" msgstr "Kopiraj trenutačnu stazu"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Kopiraj nakon odabiranja" msgstr "Kopiraj nakon odabiranja"
@@ -433,7 +415,7 @@ msgstr "Kopiraj u međuspremnik"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Kopiraj s formatiranjem" msgstr "Kopiraj s formatiranjem"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Neuspjelo dešifriranje konfiguracije" msgstr "Neuspjelo dešifriranje konfiguracije"
@@ -441,7 +423,7 @@ msgstr "Neuspjelo dešifriranje konfiguracije"
msgid "Create" msgid "Create"
msgstr "Stvori" msgstr "Stvori"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Stvori mapu" msgstr "Stvori mapu"
@@ -494,7 +476,7 @@ msgstr "Smanji veličinu okomite podjele"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Standardni profil za nove kartice" msgstr "Standardni profil za nove kartice"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Postavke standardnog profila" msgstr "Postavke standardnog profila"
@@ -506,13 +488,11 @@ msgstr "Standardne vrijednosti"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Standardne vrijednosti za {type}" msgstr "Standardne vrijednosti za {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Standardne vrijednosti za {type}"
msgid "Delete" msgid "Delete"
msgstr "Izbriši" msgstr "Izbriši"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Izbrisati „{name}”?" msgstr "Izbrisati „{name}”?"
@@ -543,11 +523,7 @@ msgstr "Izbriši sljedeću riječ"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Izbriši prethodnu riječ" msgstr "Izbriši prethodnu riječ"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Izbrisati profile ove grupe?" msgstr "Izbrisati profile ove grupe?"
@@ -579,11 +555,11 @@ msgstr "Deaktiviraj"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Deaktiviraj dinamički naslov kartice" msgstr "Deaktiviraj dinamički naslov kartice"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Deaktiviraj transparentnu pozadinu prilikom povlačenja prozora" msgstr "Deaktiviraj transparentnu pozadinu prilikom povlačenja prozora"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Deativiraj ubrzanje grafičkog procesora" msgstr "Deativiraj ubrzanje grafičkog procesora"
@@ -593,18 +569,18 @@ msgstr "Deaktivirano"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Odspoji" msgstr "Odspoji"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Odspojiti se od računala {host}?" msgstr "Odspojiti se od računala {host}?"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:30 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:30
msgid "Display images via Sixel escape sequences" msgid "Display images via Sixel escape sequences"
msgstr "Prikaži slike putem Sixel escape sekvenci" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:88 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:88
msgid "Display on" msgid "Display on"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Nemoj prekinuti" msgstr "Nemoj prekinuti"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Nemoj zatvoriti" msgstr "Nemoj zatvoriti"
@@ -677,9 +653,9 @@ msgstr "Dupliciraj karticu"
msgid "Edit" msgid "Edit"
msgstr "Uredi" msgstr "Uredi"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Uredi lokalno" msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:62 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:62
msgid "Enable" msgid "Enable"
@@ -698,10 +674,6 @@ msgstr "Aktiviraj animacije"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Akiviraj automatsko instaliranje novih verzija kad postanu dostupne." msgstr "Akiviraj automatsko instaliranje novih verzija kad postanu dostupne."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr "Omogući opciju tečne pozadine"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Aktiviraj ligature fontova" msgstr "Aktiviraj ligature fontova"
@@ -726,8 +698,8 @@ msgstr "Kraj retka"
msgid "Environment" msgid "Environment"
msgstr "Okruženje" msgstr "Okruženje"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Izbriši konfiguraciju" msgstr "Izbriši konfiguraciju"
@@ -747,10 +719,6 @@ msgstr "Točno podudaranje"
msgid "Example:" msgid "Example:"
msgstr "Primjer:" msgstr "Primjer:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr "Eksperimentalni stil pozadine sustava Windows 10 je poznat da uzrokuje probleme"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Izvezi" msgstr "Izvezi"
@@ -775,29 +743,29 @@ msgstr "Filtar"
msgid "Fixed" msgid "Fixed"
msgstr "Fiksno" msgstr "Fiksno"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Transparentna pozadina ponekad uzrokuje kašnjenje iscrtavanja prilikom povlačenja prozora" msgstr "Transparentna pozadina ponekad uzrokuje kašnjenje iscrtavanja prilikom povlačenja prozora"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Postavi sve ploče kao aktivne" msgstr "Postavi sve ploče kao aktivne"
#: tabby-terminal/src/hotkeys.ts:78 #: tabby-terminal/src/hotkeys.ts:78
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Postavi sve ploče kao aktivne odjednom (broadcast)" msgstr "Postavi sve ploče kao aktivne odjednom"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Postavi sve kartice kao aktivne" msgstr ""
#: tabby-terminal/src/hotkeys.ts:82 #: tabby-terminal/src/hotkeys.ts:82
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Postavi sve kartice kao aktivne odjednom (broadcast)" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Fokusiranje prati miša" msgstr ""
#: tabby-core/src/hotkeys.ts:197 #: tabby-core/src/hotkeys.ts:197
msgid "Focus next pane" msgid "Focus next pane"
@@ -813,7 +781,7 @@ msgstr "Postavi sljedeću ploču kao aktivnu"
#: tabby-core/src/hotkeys.ts:229 #: tabby-core/src/hotkeys.ts:229
#: tabby-core/src/hotkeys.ts:233 #: tabby-core/src/hotkeys.ts:233
msgid "Focus pane {number}" msgid "Focus pane {number}"
msgstr "Postavi ploču {number} kao aktivnu" msgstr ""
#: tabby-core/src/hotkeys.ts:193 #: tabby-core/src/hotkeys.ts:193
msgid "Focus previous pane" msgid "Focus previous pane"
@@ -839,7 +807,7 @@ msgstr "Postavi desnu ploču kao aktivnu"
msgid "Font" msgid "Font"
msgstr "Font" msgstr "Font"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Za tipkovne prečace" msgstr "Za tipkovne prečace"
@@ -909,11 +877,11 @@ msgstr "Preuzmi iz prozora Tabby-web postavki"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Daje prozoru zamućenu prozirnu pozadinu" msgstr "Daje prozoru zamućenu prozirnu pozadinu"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Idi gore" msgstr "Idi gore"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Zelena" msgstr "Zelena"
@@ -921,7 +889,7 @@ msgstr "Zelena"
msgid "Group" msgid "Group"
msgstr "Grupa" msgstr "Grupa"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Hacks" msgstr "Hacks"
@@ -938,17 +906,17 @@ msgstr "Pomogni prevoditi Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Heksadecimalni" msgstr "Heksadecimalni"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Sakrij gumb za zatvaranje kartice" msgstr "Sakrij gumb za zatvaranje kartice"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Sakrij indeks kartice" msgstr "Sakrij indeks kartice"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Sakrij gumb za opcije kartice" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123
msgid "Hide window on focus loss" msgid "Hide window on focus loss"
@@ -980,10 +948,6 @@ msgstr "Provjera ključa host računala"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Tipkovni prečaci" msgstr "Tipkovni prečaci"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP proxy" msgstr "HTTP proxy"
@@ -1065,8 +1029,8 @@ msgstr "Skoči na sljedeću riječ"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Skoči na prethodnu riječ" msgstr "Skoči na prethodnu riječ"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Tipkovnica"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Autentifikacija interaktivnom tipkovnicom" msgstr "Autentifikacija interaktivnom tipkovnicom"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Prekini naredbu" msgstr "Prekini naredbu"
@@ -1119,7 +1083,7 @@ msgstr "Pokreni WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Pokreni WinSCP za trenutačnu SSH sesiju" msgstr "Pokreni WinSCP za trenutačnu SSH sesiju"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Saznaj kako dopustiti Tabbyju da otkrije radnu mapu udaljene ljuske." msgstr "Saznaj kako dopustiti Tabbyju da otkrije radnu mapu udaljene ljuske."
@@ -1146,7 +1110,7 @@ msgstr "Uređivač redaka, unos se šalje nakon što pritisneš tipku Enter"
msgid "Line padding" msgid "Line padding"
msgstr "Odmaci redaka" msgstr "Odmaci redaka"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Učitavanje" msgstr "Učitavanje"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Lokalni terminal" msgstr "Lokalni terminal"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Skripta za prijavu" msgstr "Skripta za prijavu"
@@ -1177,7 +1141,7 @@ msgstr "Skripta za prijavu"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Pritisni dugo za kontekstni izbornik" msgstr "Pritisni dugo za kontekstni izbornik"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Upravljaj profilima" msgstr "Upravljaj profilima"
@@ -1191,7 +1155,7 @@ msgstr "Maksimalno proširi aktivnu ploču"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
msgid "Minimum contrast ratio" msgid "Minimum contrast ratio"
msgstr "Najmanji omjer kontrasta" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43
msgid "Modified on {date}" msgid "Modified on {date}"
@@ -1209,13 +1173,13 @@ msgstr "Premjesti karticu lijevo"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Premjesti karticu desno" msgstr "Premjesti karticu desno"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Premjesti u „Negrupirani”" msgstr "Premjesti u „Negrupirani”"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Pomicanje miša preko neaktivne ploče aktivirat će ju" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:12 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:12
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:14 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:14
@@ -1234,7 +1198,7 @@ msgstr "Ime nove mape"
msgid "Native" msgid "Native"
msgstr "Izvorni" msgstr "Izvorni"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Kartica za novog administratora" msgstr "Kartica za novog administratora"
@@ -1246,7 +1210,7 @@ msgstr "Nova konfiguracija na {platform}"
msgid "New item" msgid "New item"
msgstr "Novi element" msgstr "Novi element"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Novo ime" msgstr "Novo ime"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Nova kartica: {profile}" msgstr "Nova kartica: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Novi terminal" msgstr "Novi terminal"
@@ -1280,7 +1244,7 @@ msgstr "Novi prozor"
msgid "New Window" msgid "New Window"
msgstr "Novi prozor" msgstr "Novi prozor"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Novi s profilom" msgstr "Novi s profilom"
@@ -1288,7 +1252,7 @@ msgstr "Novi s profilom"
msgid "Next tab" msgid "Next tab"
msgstr "Sljedeća kartica" msgstr "Sljedeća kartica"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Bez boje" msgstr "Bez boje"
@@ -1309,8 +1273,8 @@ msgstr "Normalno"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Normalna debljina fonta" msgstr "Normalna debljina fonta"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Nije nađeno" msgstr "Nije nađeno"
@@ -1369,7 +1333,7 @@ msgstr "Opcionalno"
msgid "Options" msgid "Options"
msgstr "Opcije" msgstr "Opcije"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Narančasta" msgstr "Narančasta"
@@ -1417,11 +1381,11 @@ msgstr "Prepisati konfiguraciju na udaljenoj strani i započeti sinkronizaciju?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Prepisati lokalnu konfiguraciju i započeti sinkronizaciju?" msgstr "Prepisati lokalnu konfiguraciju i započeti sinkronizaciju?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Korak mijenjanja veličine ploče" msgstr "Korak mijenjanja veličine ploče"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Ploče" msgstr "Ploče"
@@ -1429,7 +1393,7 @@ msgstr "Ploče"
msgid "Parity" msgid "Parity"
msgstr "Paritet" msgstr "Paritet"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Djelomično sinkroniziranje konfiguracije nije moguće kad je konfiguracija šifrirana putem trezora." msgstr "Djelomično sinkroniziranje konfiguracije nije moguće kad je konfiguracija šifrirana putem trezora."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Lozinka" msgstr "Lozinka"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Umetni" msgstr "Umetni"
@@ -1454,9 +1418,9 @@ msgstr "Umetni iz međuspremnika"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Umetni ako ništa nije odabrano, inače kopiraj" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Umetnuti višestruke retke?" msgstr "Umetnuti višestruke retke?"
@@ -1485,7 +1449,7 @@ msgstr "Mapa dodataka"
msgid "Port" msgid "Port"
msgstr "Priključak" msgstr "Priključak"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Priključak otvoren" msgstr "Priključak otvoren"
@@ -1494,9 +1458,9 @@ msgstr "Priključak otvoren"
msgid "Ports" msgid "Ports"
msgstr "Priključci" msgstr "Priključci"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Pritisni bilo koju tipku za ponovno povezivanje" msgstr "Pritisni bilo koju tipku za ponovno povezivanje"
@@ -1534,7 +1498,7 @@ msgstr "Ime profila"
msgid "Profiles" msgid "Profiles"
msgstr "Profili" msgstr "Profili"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profili i veze" msgstr "Profili i veze"
@@ -1547,7 +1511,7 @@ msgstr "Program"
msgid "Proxy command" msgid "Proxy command"
msgstr "Proxy naredba" msgstr "Proxy naredba"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Ljubičasta" msgstr "Ljubičasta"
@@ -1555,13 +1519,13 @@ msgstr "Ljubičasta"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Stavlja svu konfiguraciju programa Tabby u trezor" msgstr "Stavlja svu konfiguraciju programa Tabby u trezor"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Brzo povezivanje" msgstr "Brzo povezivanje"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Zatvori program" msgstr "Zatvori program"
@@ -1573,8 +1537,8 @@ msgstr "Veza raw utičnice"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Istek vremena spremnosti (milisekunde)" msgstr "Istek vremena spremnosti (milisekunde)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Nedavni" msgstr "Nedavni"
@@ -1585,7 +1549,7 @@ msgstr "Nedavni"
msgid "Reconnect" msgid "Reconnect"
msgstr "Ponovo spoji" msgstr "Ponovo spoji"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Crvena" msgstr "Crvena"
@@ -1608,7 +1572,7 @@ msgstr "Udaljeni repozitorij"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
msgid "Remove whitespace and newlines around the copied text" msgid "Remove whitespace and newlines around the copied text"
msgstr "Ukloni razmake/tabulatore i nove retke okolo kopiranog teksta" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25
#: tabby-core/src/tabContextMenu.ts:120 #: tabby-core/src/tabContextMenu.ts:120
@@ -1618,7 +1582,7 @@ msgstr "Preimenuj"
#: tabby-core/src/hotkeys.ts:25 #: tabby-core/src/hotkeys.ts:25
#: tabby-core/src/tabContextMenu.ts:121 #: tabby-core/src/tabContextMenu.ts:121
msgid "Rename tab" msgid "Rename tab"
msgstr "Preimenuj karticu" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
msgid "Rendering" msgid "Rendering"
@@ -1660,7 +1624,7 @@ msgstr "Ponovo pokreni Telnet sesiju"
#: tabby-core/src/hotkeys.ts:65 #: tabby-core/src/hotkeys.ts:65
msgid "Restart tab" msgid "Restart tab"
msgstr "Ponovo pokreni karticu" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
msgid "Restart the app to apply changes" msgid "Restart the app to apply changes"
@@ -1724,11 +1688,11 @@ msgstr "Pomakni nakon unosa"
#: tabby-terminal/src/hotkeys.ts:94 #: tabby-terminal/src/hotkeys.ts:94
msgid "Scroll terminal one page down" msgid "Scroll terminal one page down"
msgstr "Pomakni terminal jednu stranicu prema dolje" msgstr ""
#: tabby-terminal/src/hotkeys.ts:90 #: tabby-terminal/src/hotkeys.ts:90
msgid "Scroll terminal one page up" msgid "Scroll terminal one page up"
msgstr "Pomakni terminal jednu stranicu prema gore" msgstr ""
#: tabby-terminal/src/hotkeys.ts:98 #: tabby-terminal/src/hotkeys.ts:98
msgid "Scroll terminal to bottom" msgid "Scroll terminal to bottom"
@@ -1736,7 +1700,7 @@ msgstr "Pomakni terminal na kraj"
#: tabby-terminal/src/hotkeys.ts:86 #: tabby-terminal/src/hotkeys.ts:86
msgid "Scroll terminal to top" msgid "Scroll terminal to top"
msgstr "Pomakni terminal na početak" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:16
msgid "Scrollback" msgid "Scrollback"
@@ -1750,12 +1714,11 @@ msgstr "Pomiče terminal na kraj nakon unosa korisnika"
msgid "Search" msgid "Search"
msgstr "Pretraga" msgstr "Pretraga"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Pretraži sheme boja" msgstr "Pretraži sheme boja"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Pretraži tipkovne prečace" msgstr "Pretraži tipkovne prečace"
@@ -1772,23 +1735,23 @@ msgstr "Tajni token za sinkronizaciju"
msgid "Select" msgid "Select"
msgstr "Odaberi" msgstr "Odaberi"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Odaberi osnovni profil koji će se koristiti kao predložak" msgstr "Odaberi osnovni profil koji će se koristiti kao predložak"
#: tabby-terminal/src/hotkeys.ts:18 #: tabby-terminal/src/hotkeys.ts:18
msgid "Select all" msgid "Select all"
msgstr "Odaberi sve" msgstr ""
#: tabby-core/src/services/fileProviders.service.ts:46 #: tabby-core/src/services/fileProviders.service.ts:46
msgid "Select file storage" msgid "Select file storage"
msgstr "Odaberi spremište datoteka" msgstr "Odaberi spremište datoteka"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Odaberi profil" msgstr "Odaberi profil"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Odaberi profil ili upiši e-mail adresu" msgstr "Odaberi profil ili upiši e-mail adresu"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Postavlja imenovanu stazu procesa SSH agenta." msgstr "Postavlja imenovanu stazu procesa SSH agenta."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Postavke" msgstr "Postavke"
@@ -1848,7 +1811,7 @@ msgstr "Postavke"
msgid "Shell" msgid "Shell"
msgstr "Ljuska" msgstr "Ljuska"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Ljuska ne podržava trenutačno otkrivanje staze" msgstr "Ljuska ne podržava trenutačno otkrivanje staze"
@@ -1870,7 +1833,7 @@ msgstr "Prikaži ugrađene profile u selektoru"
#: tabby-core/src/hotkeys.ts:13 #: tabby-core/src/hotkeys.ts:13
msgid "Show command selector" msgid "Show command selector"
msgstr "Prikaži selektor naredbe" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
msgid "Show config file" msgid "Show config file"
@@ -1888,7 +1851,7 @@ msgstr "Prikaži mikser"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Prikaži oznake prozora (za preuređivanje)" msgstr "Prikaži oznake prozora (za preuređivanje)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Prikaži ikonu profila na kartici" msgstr "Prikaži ikonu profila na kartici"
@@ -1908,13 +1871,9 @@ msgstr "Prikaži napomene uz izdanje"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Prikaži serijske veze" msgstr "Prikaži serijske veze"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "Prikaži kartice u cjeloekranskom prikazu"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Prikaži alatnu traku" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44
msgid "Show vault contents" msgid "Show vault contents"
@@ -1922,7 +1881,7 @@ msgstr "Prikaži sadržaj trezora"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:29
msgid "Sixel graphics support (experimental)" msgid "Sixel graphics support (experimental)"
msgstr "Podrška za Sixel slike (eksperimentalno)" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:140 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:140
msgid "Skip MoTD/banner" msgid "Skip MoTD/banner"
@@ -1969,7 +1928,7 @@ msgstr "Podijeli prema dolje"
#: tabby-core/src/tabContextMenu.ts:85 #: tabby-core/src/tabContextMenu.ts:85
msgid "Split to the down" msgid "Split to the down"
msgstr "Podijeli prema dolje" msgstr ""
#: tabby-core/src/hotkeys.ts:165 #: tabby-core/src/hotkeys.ts:165
#: tabby-core/src/tabContextMenu.ts:86 #: tabby-core/src/tabContextMenu.ts:86
@@ -1987,13 +1946,13 @@ msgstr "Podijeli prema gore"
#: tabby-core/src/tabContextMenu.ts:87 #: tabby-core/src/tabContextMenu.ts:87
msgid "Split to the up" msgid "Split to the up"
msgstr "Podijeli prema gore" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "SSH veza" msgstr "SSH veza"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "SSH vezom se sada upravlja u kartici „Profili i veze”" msgstr "SSH vezom se sada upravlja u kartici „Profili i veze”"
@@ -2041,7 +2000,7 @@ msgstr "Zamjenjuje implementaciju sučelja terminala (eksperimentalno)"
msgid "Sync" msgid "Sync"
msgstr "Sinkronizraj" msgstr "Sinkronizraj"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Sinkronizraj automatski" msgstr "Sinkronizraj automatski"
@@ -2049,15 +2008,15 @@ msgstr "Sinkronizraj automatski"
msgid "Sync host" msgid "Sync host"
msgstr "Sinkronizraj host računalo" msgstr "Sinkronizraj host računalo"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Sinkronizraj tipkovne prečace" msgstr "Sinkronizraj tipkovne prečace"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Sinkronizraj trezor" msgstr "Sinkronizraj trezor"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Sinkronizraj postavke prozora" msgstr "Sinkronizraj postavke prozora"
@@ -2112,7 +2071,7 @@ msgstr "Širina kartica"
msgid "Telnet session" msgid "Telnet session"
msgstr "Telnet sesija" msgstr "Telnet sesija"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Pozadina terminala"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Zvono terminala" msgstr "Zvono terminala"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Zahvaljujemo na preuzimanju programa Tabby!" msgstr "Zahvaljujemo na preuzimanju programa Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Postoje aktivni prijenosi datoteka"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Postoji spremljena lozinka za ovu vezu" msgstr "Postoji spremljena lozinka za ovu vezu"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Primjenjuju se na sve profile zadane vrste" msgstr "Primjenjuju se na sve profile zadane vrste"
@@ -2153,7 +2108,7 @@ msgstr "Primjenjuju se na sve profile zadane vrste"
msgid "Thin" msgid "Thin"
msgstr "Tanko" msgstr "Tanko"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Označi ovo ako se pojave vizualni problemi" msgstr "Označi ovo ako se pojave vizualni problemi"
@@ -2180,9 +2135,9 @@ msgstr "Gore"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Ukloni razmake/tabulatore i nove retke" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Pokušaj ponovo" msgstr "Pokušaj ponovo"
@@ -2202,7 +2157,7 @@ msgstr "Negrupirani"
msgid "Uninstall" msgid "Uninstall"
msgstr "Deinstaliraj" msgstr "Deinstaliraj"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Nepoznato" msgstr "Nepoznato"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Nadogradi na {version}" msgstr "Nadogradi na {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Prenesi" msgstr "Prenesi"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Prenesi kao novu konfiguraciju" msgstr "Prenesi kao novu konfiguraciju"
@@ -2322,7 +2277,7 @@ msgstr "Upozorenje: ključ udaljenog host računala iznenada se promijenio!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Pratimo samo tvoje verzije Tabbyja i OS-a." msgstr "Pratimo samo tvoje verzije Tabbyja i OS-a."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Dobrodošlica" msgstr "Dobrodošlica"
@@ -2379,7 +2334,7 @@ msgstr "Znakovi razdvajanja riječi"
msgid "Working directory" msgid "Working directory"
msgstr "Radna mapa" msgstr "Radna mapa"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Otkrivanje radne mape" msgstr "Otkrivanje radne mape"
@@ -2396,7 +2351,7 @@ msgstr "WSL terminal podržava samo TrueColor s ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Proslijeđivanje X11" msgstr "Proslijeđivanje X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Žuta" msgstr "Žuta"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Indonesian\n" "Language-Team: Indonesian\n"
"Language: id_ID\n" "Language: id_ID\n"
"PO-Revision-Date: 2023-02-06 19:58\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" masih berjalan. Tutup?" msgstr "\"{command}\" masih berjalan. Tutup?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} salin" msgstr "{name} salin"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Ruang tambahan antar baris" msgstr "Ruang tambahan antar baris"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Pengaturan aplikasi"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Anda yakin ingin menutup Tabby? Anda bisa menonaktifkan prompt ini di Pengaturan -> Jendela." msgstr "Anda yakin ingin menutup Tabby? Anda bisa menonaktifkan prompt ini di Pengaturan -> Jendela."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Anda yakin?" msgstr "Anda yakin?"
@@ -160,7 +160,7 @@ msgstr "Otomatis"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Pembaruan Otomatis" msgstr "Pembaruan Otomatis"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Otomatis unggah perubahan dan cek pembaruan setiap menit" msgstr "Otomatis unggah perubahan dan cek pembaruan setiap menit"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Jenis latar belakang" msgstr "Jenis latar belakang"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Baud rate" msgstr "Baud rate"
@@ -186,7 +186,7 @@ msgstr "Awal baris"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Kursor berkedip" msgstr "Kursor berkedip"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Biru" msgstr "Biru"
@@ -212,7 +212,7 @@ msgid "Broadcast mode. Click anywhere to cancel."
msgstr "" msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Bawaan" msgstr "Bawaan"
@@ -224,12 +224,11 @@ msgstr "Bawaan"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Batal" msgstr "Batal"
@@ -254,11 +253,7 @@ msgstr "Cek pembaruan"
msgid "Ciphers" msgid "Ciphers"
msgstr "Sandi" msgstr "Sandi"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Bersihkan profil terbaru" msgstr "Bersihkan profil terbaru"
@@ -266,10 +261,6 @@ msgstr "Bersihkan profil terbaru"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Bersihkan terminal" msgstr "Bersihkan terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Papan clip" msgstr "Papan clip"
@@ -304,7 +295,7 @@ msgstr "Tutup tab ke kiri"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Tutup tab ke kanan" msgstr "Tutup tab ke kanan"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "" msgstr ""
@@ -313,7 +304,6 @@ msgstr ""
msgid "Color" msgid "Color"
msgstr "Warna" msgstr "Warna"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Skema warna" msgstr "Skema warna"
@@ -330,7 +320,7 @@ msgstr "Baris perintah"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Perintah stdin/stdout digunakan sebagai pengganti koneksi jaringan" msgstr "Perintah stdin/stdout digunakan sebagai pengganti koneksi jaringan"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "" msgstr ""
@@ -338,10 +328,6 @@ msgstr ""
msgid "Compact" msgid "Compact"
msgstr "Ringkas" msgstr "Ringkas"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Konfigurasi diunduh" msgstr "Konfigurasi diunduh"
@@ -368,8 +354,8 @@ msgstr "Konfigurasi"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Terhubung melalui server proxy" msgstr "Terhubung melalui server proxy"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Hubungkan ke \"%s\"..." msgstr "Hubungkan ke \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "Hubungkan ke \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "Hubungkan ke host yang berbeda terlebih dahulu dan gunakan sebagai proxy" msgstr "Hubungkan ke host yang berbeda terlebih dahulu dan gunakan sebagai proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Menghubungkan" msgstr "Menghubungkan"
@@ -400,27 +386,23 @@ msgstr "Nama koneksi akan digunakan sebagai gantinya"
msgid "Context menu" msgid "Context menu"
msgstr "Menu konteks" msgstr "Menu konteks"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Disalin" msgstr "Disalin"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Salin" msgstr "Salin"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Salin jalur saat ini" msgstr "Salin jalur saat ini"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Salin pada saat pilih" msgstr "Salin pada saat pilih"
@@ -433,7 +415,7 @@ msgstr "Salin ke papan klip"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Salin dengan formatting" msgstr "Salin dengan formatting"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Tidak bisa mendekripsi konfigurasi" msgstr "Tidak bisa mendekripsi konfigurasi"
@@ -441,7 +423,7 @@ msgstr "Tidak bisa mendekripsi konfigurasi"
msgid "Create" msgid "Create"
msgstr "Buat" msgstr "Buat"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Buat direktori" msgstr "Buat direktori"
@@ -494,7 +476,7 @@ msgstr "Kurangi ukuran pemisahan vertical"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Profil bawaan untuk tab baru" msgstr "Profil bawaan untuk tab baru"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Pengaturan profil bawaan" msgstr "Pengaturan profil bawaan"
@@ -506,13 +488,11 @@ msgstr "Bawaan"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Bawaan untuk {type}" msgstr "Bawaan untuk {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Bawaan untuk {type}"
msgid "Delete" msgid "Delete"
msgstr "Hapus" msgstr "Hapus"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Hapus \"{name}\"?" msgstr "Hapus \"{name}\"?"
@@ -543,11 +523,7 @@ msgstr "Hapus kata selanjutnya"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Hapus kata sebelumnya" msgstr "Hapus kata sebelumnya"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Hapus profil grup?" msgstr "Hapus profil grup?"
@@ -579,11 +555,11 @@ msgstr "Matikan"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Matikan judul tab dinamis" msgstr "Matikan judul tab dinamis"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Nonaktifkan latar belakang yang lancar saat menyeret" msgstr "Nonaktifkan latar belakang yang lancar saat menyeret"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Matikan akselerasi GPU" msgstr "Matikan akselerasi GPU"
@@ -593,12 +569,12 @@ msgstr "Dinonaktifkan"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Putuskan" msgstr "Putuskan"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Putuskan dari {host}?" msgstr "Putuskan dari {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Jangan dibatalkan" msgstr "Jangan dibatalkan"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Jangan tutup" msgstr "Jangan tutup"
@@ -677,7 +653,7 @@ msgstr "Duplikat tab"
msgid "Edit" msgid "Edit"
msgstr "Sunting" msgstr "Sunting"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "" msgstr ""
@@ -698,10 +674,6 @@ msgstr "Aktifkan animasi"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Aktifkan penginstalan pembaruan otomatis saat tersedia." msgstr "Aktifkan penginstalan pembaruan otomatis saat tersedia."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Aktifkan ligatur font" msgstr "Aktifkan ligatur font"
@@ -726,8 +698,8 @@ msgstr "Baris akhir"
msgid "Environment" msgid "Environment"
msgstr "Lingkungan" msgstr "Lingkungan"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Hapus konfigurasi" msgstr "Hapus konfigurasi"
@@ -747,10 +719,6 @@ msgstr "Paling cocok"
msgid "Example:" msgid "Example:"
msgstr "Contoh:" msgstr "Contoh:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Ekspor" msgstr "Ekspor"
@@ -775,11 +743,11 @@ msgstr "Saring"
msgid "Fixed" msgid "Fixed"
msgstr "Tetap" msgstr "Tetap"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Latar belakang yang lancar terkadang menyebabkan kelambatan seret" msgstr "Latar belakang yang lancar terkadang menyebabkan kelambatan seret"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Fokuskan semua panel" msgstr "Fokuskan semua panel"
@@ -787,7 +755,7 @@ msgstr "Fokuskan semua panel"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Fokuskan semua panel sekaligus (siaran)" msgstr "Fokuskan semua panel sekaligus (siaran)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "" msgstr ""
@@ -795,7 +763,7 @@ msgstr ""
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "" msgstr ""
@@ -839,7 +807,7 @@ msgstr "Fokuskan panel di kanan"
msgid "Font" msgid "Font"
msgstr "Font" msgstr "Font"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Untuk pintasan keyboard" msgstr "Untuk pintasan keyboard"
@@ -909,11 +877,11 @@ msgstr "Dapatkan dari jendela pengaturan Web Tabby"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Beri jendela latar belakang transparan buram" msgstr "Beri jendela latar belakang transparan buram"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Naik" msgstr "Naik"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Hijau" msgstr "Hijau"
@@ -921,7 +889,7 @@ msgstr "Hijau"
msgid "Group" msgid "Group"
msgstr "Grup" msgstr "Grup"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "" msgstr ""
@@ -938,15 +906,15 @@ msgstr "Bantu terjemahkan Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Heksadesimal" msgstr "Heksadesimal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Sembunyikan tombol tutup tab" msgstr "Sembunyikan tombol tutup tab"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Sembunyikan indeks tab" msgstr "Sembunyikan indeks tab"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Sembunyikan tombol opsi tab" msgstr "Sembunyikan tombol opsi tab"
@@ -980,10 +948,6 @@ msgstr "Kunci verifikasi host"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Pintasan" msgstr "Pintasan"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP proxy" msgstr "HTTP proxy"
@@ -1065,8 +1029,8 @@ msgstr "Lompat ke kata berikutnya"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Lompat ke kata sebelumnya" msgstr "Lompat ke kata sebelumnya"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Papan ketik"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Otentikasi keyboard-interaktif" msgstr "Otentikasi keyboard-interaktif"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Matikan" msgstr "Matikan"
@@ -1119,7 +1083,7 @@ msgstr "Buka WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Buka WinSCP untuk sesi SSH saat ini" msgstr "Buka WinSCP untuk sesi SSH saat ini"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Pelajari cara mengizinkan Tabby mendeteksi direktori kerja shell jarak jauh." msgstr "Pelajari cara mengizinkan Tabby mendeteksi direktori kerja shell jarak jauh."
@@ -1146,7 +1110,7 @@ msgstr "Editor baris, masukkan dikirim setelah Anda tekan Enter"
msgid "Line padding" msgid "Line padding"
msgstr "Bantalan garis" msgstr "Bantalan garis"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Memuat" msgstr "Memuat"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Terminal lokal" msgstr "Terminal lokal"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Skrip masuk" msgstr "Skrip masuk"
@@ -1177,7 +1141,7 @@ msgstr "Skrip masuk"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Klik lama untuk menu konteks" msgstr "Klik lama untuk menu konteks"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Kelola profil" msgstr "Kelola profil"
@@ -1209,11 +1173,11 @@ msgstr "Geser tab ke kiri"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Geser tab ke kanan" msgstr "Geser tab ke kanan"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Pindahkan ke \"Tanpa Group\"" msgstr "Pindahkan ke \"Tanpa Group\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "" msgstr ""
@@ -1234,7 +1198,7 @@ msgstr "Nama untuk direktori baru"
msgid "Native" msgid "Native"
msgstr "Asli" msgstr "Asli"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Tab admin baru" msgstr "Tab admin baru"
@@ -1246,7 +1210,7 @@ msgstr "Pengaturan baru di {platform}"
msgid "New item" msgid "New item"
msgstr "Item baru" msgstr "Item baru"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Nama baru" msgstr "Nama baru"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Tab baru: {profile}" msgstr "Tab baru: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Terminal Baru" msgstr "Terminal Baru"
@@ -1280,7 +1244,7 @@ msgstr "Jendela baru"
msgid "New Window" msgid "New Window"
msgstr "Jendela Baru" msgstr "Jendela Baru"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Buka baru dengan profil tertentu" msgstr "Buka baru dengan profil tertentu"
@@ -1288,7 +1252,7 @@ msgstr "Buka baru dengan profil tertentu"
msgid "Next tab" msgid "Next tab"
msgstr "Tab selanjutnya" msgstr "Tab selanjutnya"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Tidak berwarna" msgstr "Tidak berwarna"
@@ -1309,8 +1273,8 @@ msgstr "Normal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Ketebalan font normal" msgstr "Ketebalan font normal"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Tidak ditemukan" msgstr "Tidak ditemukan"
@@ -1369,7 +1333,7 @@ msgstr "Opsional"
msgid "Options" msgid "Options"
msgstr "Pilihan" msgstr "Pilihan"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Oranye" msgstr "Oranye"
@@ -1417,11 +1381,11 @@ msgstr "Timpa konfigurasi di sisi jarak jauh dan mulai menyinkronkan?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Timpa konfigurasi lokal dan mulai menyinkronkan?" msgstr "Timpa konfigurasi lokal dan mulai menyinkronkan?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Langkah mengubah ukuran panel" msgstr "Langkah mengubah ukuran panel"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Panel" msgstr "Panel"
@@ -1429,7 +1393,7 @@ msgstr "Panel"
msgid "Parity" msgid "Parity"
msgstr "Keseimbangan" msgstr "Keseimbangan"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Sinkronisasi konfigurasi parsial tidak dimungkinkan saat konfigurasi dienkripsi melalui Vault." msgstr "Sinkronisasi konfigurasi parsial tidak dimungkinkan saat konfigurasi dienkripsi melalui Vault."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Kata sandi" msgstr "Kata sandi"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Tempel" msgstr "Tempel"
@@ -1456,7 +1420,7 @@ msgstr "Tempel dari papanklip"
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Tempel beberapa baris?" msgstr "Tempel beberapa baris?"
@@ -1485,7 +1449,7 @@ msgstr "Folder plugin"
msgid "Port" msgid "Port"
msgstr "Port" msgstr "Port"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Port dibuka" msgstr "Port dibuka"
@@ -1494,9 +1458,9 @@ msgstr "Port dibuka"
msgid "Ports" msgid "Ports"
msgstr "Port" msgstr "Port"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Tekan tombol apa saja untuk menghubungkan ulang" msgstr "Tekan tombol apa saja untuk menghubungkan ulang"
@@ -1534,7 +1498,7 @@ msgstr "Nama profil"
msgid "Profiles" msgid "Profiles"
msgstr "Profil" msgstr "Profil"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profil & koneksi" msgstr "Profil & koneksi"
@@ -1547,7 +1511,7 @@ msgstr "Program"
msgid "Proxy command" msgid "Proxy command"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Ungu" msgstr "Ungu"
@@ -1555,13 +1519,13 @@ msgstr "Ungu"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "" msgstr ""
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Sambung Cepat" msgstr "Sambung Cepat"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Keluar" msgstr "Keluar"
@@ -1573,8 +1537,8 @@ msgstr ""
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "" msgstr ""
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Terbaru" msgstr "Terbaru"
@@ -1585,7 +1549,7 @@ msgstr "Terbaru"
msgid "Reconnect" msgid "Reconnect"
msgstr "Sambungkan Kembali" msgstr "Sambungkan Kembali"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Merah" msgstr "Merah"
@@ -1750,12 +1714,11 @@ msgstr "Gulir terminal ke bawah saat pengguna meng-input"
msgid "Search" msgid "Search"
msgstr "Cari" msgstr "Cari"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Cari skema warna" msgstr "Cari skema warna"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Cari hotkey" msgstr "Cari hotkey"
@@ -1772,7 +1735,7 @@ msgstr "Token sinkronisasi rahasia"
msgid "Select" msgid "Select"
msgstr "Pilih" msgstr "Pilih"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Pilih profil utama sebagai template" msgstr "Pilih profil utama sebagai template"
@@ -1784,11 +1747,11 @@ msgstr "Pilih semua"
msgid "Select file storage" msgid "Select file storage"
msgstr "Pilih penyimpanan file" msgstr "Pilih penyimpanan file"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Pilih profile" msgstr "Pilih profile"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Pilih profile atau masukkan alamat" msgstr "Pilih profile atau masukkan alamat"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "" msgstr ""
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Pengaturan" msgstr "Pengaturan"
@@ -1848,7 +1811,7 @@ msgstr "Pengaturan"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Shell tidak mendukung deteksi path saat ini" msgstr "Shell tidak mendukung deteksi path saat ini"
@@ -1888,7 +1851,7 @@ msgstr "Tampilkan Mixer"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Tampilkan ikon profile di tab" msgstr "Tampilkan ikon profile di tab"
@@ -1908,11 +1871,7 @@ msgstr "Tampilkan catatan pembaruan"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "" msgstr ""
@@ -1989,11 +1948,11 @@ msgstr "Membelah ke atas"
msgid "Split to the up" msgid "Split to the up"
msgstr "" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "Koneksi SSH" msgstr "Koneksi SSH"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "Koneksi SSH sekarang dapat dilakukan melalui Tab \"Profil&Koneksi\"" msgstr "Koneksi SSH sekarang dapat dilakukan melalui Tab \"Profil&Koneksi\""
@@ -2041,7 +2000,7 @@ msgstr "Gantikan terminal implementasi frontend (Experimetal)"
msgid "Sync" msgid "Sync"
msgstr "Sinkronisasi" msgstr "Sinkronisasi"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Sinkron dengan Otomatis" msgstr "Sinkron dengan Otomatis"
@@ -2049,15 +2008,15 @@ msgstr "Sinkron dengan Otomatis"
msgid "Sync host" msgid "Sync host"
msgstr "Sinkron Host" msgstr "Sinkron Host"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Sinkron Hotkeys" msgstr "Sinkron Hotkeys"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Sinkron Brankas" msgstr "Sinkron Brankas"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Sinkron Penganturan Jendela" msgstr "Sinkron Penganturan Jendela"
@@ -2112,7 +2071,7 @@ msgstr "Panjang Tab"
msgid "Telnet session" msgid "Telnet session"
msgstr "Sesi Telnet" msgstr "Sesi Telnet"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Background Terminal"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Bell Terminal" msgstr "Bell Terminal"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Terima Kasih telah mengunduh Tabby!" msgstr "Terima Kasih telah mengunduh Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Sedang ada transfer file aktif"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Ada password tersimpan untuk koneksi ini" msgstr "Ada password tersimpan untuk koneksi ini"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Ini diterapkan ke seluruh profile dari tipe tersebut" msgstr "Ini diterapkan ke seluruh profile dari tipe tersebut"
@@ -2153,7 +2108,7 @@ msgstr "Ini diterapkan ke seluruh profile dari tipe tersebut"
msgid "Thin" msgid "Thin"
msgstr "Tipis" msgstr "Tipis"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Centang ini jika anda mengalami aliasing, ghosting atau isu visual lainnya" msgstr "Centang ini jika anda mengalami aliasing, ghosting atau isu visual lainnya"
@@ -2182,7 +2137,7 @@ msgstr "Atas"
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Coba Kembali" msgstr "Coba Kembali"
@@ -2202,7 +2157,7 @@ msgstr "Bubarkan Grup"
msgid "Uninstall" msgid "Uninstall"
msgstr "Hapus Aplikasi" msgstr "Hapus Aplikasi"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Tidak Diketahui" msgstr "Tidak Diketahui"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Pemutahiran ke {version}" msgstr "Pemutahiran ke {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Unggah" msgstr "Unggah"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Unggah sebagai pengaturan baru" msgstr "Unggah sebagai pengaturan baru"
@@ -2322,7 +2277,7 @@ msgstr ""
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Kami hanya mencatat versi Tabby dan sistem operasi Anda." msgstr "Kami hanya mencatat versi Tabby dan sistem operasi Anda."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Selamat datang" msgstr "Selamat datang"
@@ -2379,7 +2334,7 @@ msgstr "Pemisah kata"
msgid "Working directory" msgid "Working directory"
msgstr "Direktori kerja" msgstr "Direktori kerja"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "" msgstr ""
@@ -2396,7 +2351,7 @@ msgstr ""
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "" msgstr ""
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Kuning" msgstr "Kuning"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"Language: it_IT\n" "Language: it_IT\n"
"PO-Revision-Date: 2023-02-20 10:39\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" è ancora in esecuzione. Chiudere?" msgstr "\"{command}\" è ancora in esecuzione. Chiudere?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} copia" msgstr "{name} copia"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Spazio aggiuntivo tra le righe" msgstr "Spazio aggiuntivo tra le righe"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Impostazioni applicazione"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Sei sicuro di voler chiudere Tabby? Puoi disabilitare questo avviso in Impostazioni -> Finestra." msgstr "Sei sicuro di voler chiudere Tabby? Puoi disabilitare questo avviso in Impostazioni -> Finestra."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Sei sicuro?" msgstr "Sei sicuro?"
@@ -160,7 +160,7 @@ msgstr "Automatico"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Aggiornamenti automatici" msgstr "Aggiornamenti automatici"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Carica automaticamente le modifiche e controlla gli aggiornamenti ogni minuto" msgstr "Carica automaticamente le modifiche e controlla gli aggiornamenti ogni minuto"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Tipo di sfondo" msgstr "Tipo di sfondo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Velocità di trasmissione" msgstr "Velocità di trasmissione"
@@ -186,7 +186,7 @@ msgstr "Inizio della riga"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Cursore lampeggiante" msgstr "Cursore lampeggiante"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Blu" msgstr "Blu"
@@ -209,10 +209,10 @@ msgstr "Incolla tra parentesi (richiede una shell che lo supporti)"
#: tabby-terminal/src/services/multifocus.service.ts:19 #: tabby-terminal/src/services/multifocus.service.ts:19
msgid "Broadcast mode. Click anywhere to cancel." msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Modalità broadcast. Clicca ovunque per annullare." msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Integrato" msgstr "Integrato"
@@ -224,12 +224,11 @@ msgstr "Integrato"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Annulla" msgstr "Annulla"
@@ -239,7 +238,7 @@ msgstr "Modifica velocità di trasmissione"
#: tabby-core/src/tabContextMenu.ts:133 #: tabby-core/src/tabContextMenu.ts:133
msgid "Change tab color" msgid "Change tab color"
msgstr "Modifica il colore della scheda" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Change the master passphrase" msgid "Change the master passphrase"
@@ -254,11 +253,7 @@ msgstr "Verifica aggiornamenti"
msgid "Ciphers" msgid "Ciphers"
msgstr "Crittografie" msgstr "Crittografie"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "Pulisci"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Cancella profili recenti" msgstr "Cancella profili recenti"
@@ -266,10 +261,6 @@ msgstr "Cancella profili recenti"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Pulisci il terminale" msgstr "Pulisci il terminale"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr "Pulisci il terminale dopo la connessione"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Appunti" msgstr "Appunti"
@@ -304,16 +295,15 @@ msgstr "Chiudi schede a sinistra"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Chiudi schede a destra" msgstr "Chiudi schede a destra"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Chiude la finestra dopo aver chiuso l'ultima scheda" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35
#: tabby-core/src/tabContextMenu.ts:132 #: tabby-core/src/tabContextMenu.ts:132
msgid "Color" msgid "Color"
msgstr "Colore" msgstr "Colore"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Tema del terminale" msgstr "Tema del terminale"
@@ -330,18 +320,14 @@ msgstr "Riga di comando"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Viene utilizzato lo stdin/stdout invece di una connessione di rete" msgstr "Viene utilizzato lo stdin/stdout invece di una connessione di rete"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Comandi" msgstr ""
#: tabby-core/src/theme.ts:20 #: tabby-core/src/theme.ts:20
msgid "Compact" msgid "Compact"
msgstr "Compatto" msgstr "Compatto"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr "Configurazione eliminata"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Configurazione scaricata" msgstr "Configurazione scaricata"
@@ -368,8 +354,8 @@ msgstr "Configurazioni"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Connetti tramite un server proxy" msgstr "Connetti tramite un server proxy"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Connessione a \"%s\"..." msgstr "Connessione a \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "Connessione a \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "Connettersi prima a un altro host e utilizzarlo come proxy" msgstr "Connettersi prima a un altro host e utilizzarlo come proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "In connessione" msgstr "In connessione"
@@ -400,27 +386,23 @@ msgstr "Verrà usato il nome della connessione"
msgid "Context menu" msgid "Context menu"
msgstr "Menu contestuale" msgstr "Menu contestuale"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Copiato" msgstr "Copiato"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Copia" msgstr "Copia"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Copia percorso corrente" msgstr "Copia percorso corrente"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr "Copia percorso completo"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Copia sulla selezione" msgstr "Copia sulla selezione"
@@ -433,7 +415,7 @@ msgstr "Copia negli appunti"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Copia formattazione" msgstr "Copia formattazione"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Impossibile decifrare la configurazione" msgstr "Impossibile decifrare la configurazione"
@@ -441,7 +423,7 @@ msgstr "Impossibile decifrare la configurazione"
msgid "Create" msgid "Create"
msgstr "Crea" msgstr "Crea"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Crea cartella" msgstr "Crea cartella"
@@ -494,7 +476,7 @@ msgstr "Riduci la divisione verticale"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Profilo predefinito per le nuove schede" msgstr "Profilo predefinito per le nuove schede"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Impostazioni del profilo predefinito" msgstr "Impostazioni del profilo predefinito"
@@ -506,13 +488,11 @@ msgstr "PredefinitI"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Predefiniti per {type}" msgstr "Predefiniti per {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Predefiniti per {type}"
msgid "Delete" msgid "Delete"
msgstr "Elimina" msgstr "Elimina"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Eliminare \"{name}\"?" msgstr "Eliminare \"{name}\"?"
@@ -543,11 +523,7 @@ msgstr "Elimina parola successiva"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Elimina parola precedente" msgstr "Elimina parola precedente"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr "Eliminare la configurazione sul dispositivo remoto?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Eliminare i profili del gruppo?" msgstr "Eliminare i profili del gruppo?"
@@ -579,11 +555,11 @@ msgstr "Disabilita"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Disabilita il titolo dinamico per la scheda" msgstr "Disabilita il titolo dinamico per la scheda"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Disabilita lo sfondo fluente durante il trascinamento" msgstr "Disabilita lo sfondo fluente durante il trascinamento"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Disabilita accelerazione GPU" msgstr "Disabilita accelerazione GPU"
@@ -593,12 +569,12 @@ msgstr "Disabilitato"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Disconnetti" msgstr "Disconnetti"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Disconnetti da {host}?" msgstr "Disconnetti da {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Non interrompere" msgstr "Non interrompere"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Non chiudere" msgstr "Non chiudere"
@@ -677,7 +653,7 @@ msgstr "Duplica la scheda"
msgid "Edit" msgid "Edit"
msgstr "Modifica" msgstr "Modifica"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Modifica in locale" msgstr "Modifica in locale"
@@ -698,10 +674,6 @@ msgstr "Abilita animazioni"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Abilita l'installazione automatica degli aggiornamenti quando sono disponibili." msgstr "Abilita l'installazione automatica degli aggiornamenti quando sono disponibili."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr "Abilita l'opzione di sfondo fluente"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Abilita le legature tra caratteri" msgstr "Abilita le legature tra caratteri"
@@ -726,8 +698,8 @@ msgstr "Fine della riga"
msgid "Environment" msgid "Environment"
msgstr "Ambiente" msgstr "Ambiente"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Cancella configurazione" msgstr "Cancella configurazione"
@@ -747,10 +719,6 @@ msgstr "Corrispondenza esatta"
msgid "Example:" msgid "Example:"
msgstr "Esempio:" msgstr "Esempio:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr "Sfondo sperimentale basati sullo stile di Windows 10, sono noti dei problemi"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Esporta" msgstr "Esporta"
@@ -775,11 +743,11 @@ msgstr "Filtra"
msgid "Fixed" msgid "Fixed"
msgstr "Fissa" msgstr "Fissa"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Lo sfondo fluente può causare ritardo nel trascinamento" msgstr "Lo sfondo fluente può causare ritardo nel trascinamento"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Evidenzia tutti i riquadri" msgstr "Evidenzia tutti i riquadri"
@@ -787,15 +755,15 @@ msgstr "Evidenzia tutti i riquadri"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Evidenzia tutti i riquadri contemporaneamente (scrivi su tutti)" msgstr "Evidenzia tutti i riquadri contemporaneamente (scrivi su tutti)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Attacca tutte le schede" msgstr ""
#: tabby-terminal/src/hotkeys.ts:82 #: tabby-terminal/src/hotkeys.ts:82
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Attiva tutte le schede contemporaneamente (broadcast)" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Il fuoco segue il mouse" msgstr "Il fuoco segue il mouse"
@@ -839,7 +807,7 @@ msgstr "Evidenzia il riquadro a destra"
msgid "Font" msgid "Font"
msgstr "Carattere" msgstr "Carattere"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Per le scorciatoie da tastiera" msgstr "Per le scorciatoie da tastiera"
@@ -909,11 +877,11 @@ msgstr "Ottienilo dalla finestra delle impostazioni Web di Tabby"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Dona alla finestra una trasparenza sfocata per lo sfondo" msgstr "Dona alla finestra una trasparenza sfocata per lo sfondo"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Vai su" msgstr "Vai su"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Verde" msgstr "Verde"
@@ -921,7 +889,7 @@ msgstr "Verde"
msgid "Group" msgid "Group"
msgstr "Gruppo" msgstr "Gruppo"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Hack" msgstr "Hack"
@@ -938,17 +906,17 @@ msgstr "Partecipa alla traduzione di Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Esadecimale" msgstr "Esadecimale"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Nascondi pulsante di chiusura schede" msgstr "Nascondi pulsante di chiusura schede"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Nascondi numerazione delle schede" msgstr "Nascondi numerazione delle schede"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Pulsante per nascondere scheda opzioni" msgstr "Pulsante di chiusura scheda opzioni"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123
msgid "Hide window on focus loss" msgid "Hide window on focus loss"
@@ -980,10 +948,6 @@ msgstr "Verifica della chiave host"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Tasti di scelta rapida" msgstr "Tasti di scelta rapida"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr "Come Tabby si presenta attraverso le variabili dell'ambiente"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "Proxy HTTP" msgstr "Proxy HTTP"
@@ -1065,8 +1029,8 @@ msgstr "Vai alla parola successiva"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Vai alla parola precedente" msgstr "Vai alla parola precedente"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Tastiera"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Autenticazione interattiva da tastiera" msgstr "Autenticazione interattiva da tastiera"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Forza chiusura" msgstr "Forza chiusura"
@@ -1119,7 +1083,7 @@ msgstr "Avvia WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Avvia WinSCP per la sessione SSH corrente" msgstr "Avvia WinSCP per la sessione SSH corrente"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." 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." msgstr "Scopri come consentire a Tabby di rilevare la cartella di lavoro della shell remota."
@@ -1146,7 +1110,7 @@ msgstr "Editor in linea, l'input viene inviato dopo aver premuto Invio"
msgid "Line padding" msgid "Line padding"
msgstr "Spessore della riga" msgstr "Spessore della riga"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Caricamento" msgstr "Caricamento"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Terminale locale" msgstr "Terminale locale"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Script di login" msgstr "Script di login"
@@ -1177,7 +1141,7 @@ msgstr "Script di login"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Click prolungato per il menu contestuale" msgstr "Click prolungato per il menu contestuale"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Gestione profili" msgstr "Gestione profili"
@@ -1191,7 +1155,7 @@ msgstr "Massimizza il riquadro attivo"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
msgid "Minimum contrast ratio" msgid "Minimum contrast ratio"
msgstr "Rapporto minimo di contrasto" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43
msgid "Modified on {date}" msgid "Modified on {date}"
@@ -1209,11 +1173,11 @@ msgstr "Sposta scheda a sinistra"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Sposta scheda a destra" msgstr "Sposta scheda a destra"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Sposta in \"Non raggruppate\"" msgstr "Sposta in \"Non raggruppate\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Spostare il mouse su un riquadro inattivo lo farà attivare" msgstr "Spostare il mouse su un riquadro inattivo lo farà attivare"
@@ -1234,7 +1198,7 @@ msgstr "Nome della nuova cartella"
msgid "Native" msgid "Native"
msgstr "Nativa" msgstr "Nativa"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Nuova scheda amministratore" msgstr "Nuova scheda amministratore"
@@ -1246,7 +1210,7 @@ msgstr "Nuova configurazione su {platform}"
msgid "New item" msgid "New item"
msgstr "Nuovo elemento" msgstr "Nuovo elemento"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Nuovo nome" msgstr "Nuovo nome"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Nuova scheda: {profile}" msgstr "Nuova scheda: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Nuovo terminale" msgstr "Nuovo terminale"
@@ -1280,7 +1244,7 @@ msgstr "Nuova finestra"
msgid "New Window" msgid "New Window"
msgstr "Nuova Finestra" msgstr "Nuova Finestra"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Nuovo terminale con" msgstr "Nuovo terminale con"
@@ -1288,7 +1252,7 @@ msgstr "Nuovo terminale con"
msgid "Next tab" msgid "Next tab"
msgstr "Scheda successiva" msgstr "Scheda successiva"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Nessun colore" msgstr "Nessun colore"
@@ -1309,8 +1273,8 @@ msgstr "Normale"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Peso del carattere normale" msgstr "Peso del carattere normale"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Non trovato" msgstr "Non trovato"
@@ -1369,7 +1333,7 @@ msgstr "Opzionale"
msgid "Options" msgid "Options"
msgstr "Opzioni" msgstr "Opzioni"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Arancione" msgstr "Arancione"
@@ -1417,11 +1381,11 @@ msgstr "Sovrascrivere la configurazione remota e iniziare la sincronizzazione?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Sovrascrivere la configurazione locale e iniziare la sincronizzazione?" msgstr "Sovrascrivere la configurazione locale e iniziare la sincronizzazione?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Progressi di ridimensionamento" msgstr "Progressi di ridimensionamento"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Riquadri" msgstr "Riquadri"
@@ -1429,7 +1393,7 @@ msgstr "Riquadri"
msgid "Parity" msgid "Parity"
msgstr "Parità" msgstr "Parità"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "La sincronizzazione parziale della configurazione non è possibile quando questa è cifrata all'interno della Cassaforte." msgstr "La sincronizzazione parziale della configurazione non è possibile quando questa è cifrata all'interno della Cassaforte."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Password" msgstr "Password"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Incolla" msgstr "Incolla"
@@ -1454,9 +1418,9 @@ msgstr "Incolla dagli appunti"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Incolla quando non selezionato, altrimenti copia" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Incollare righe multiple?" msgstr "Incollare righe multiple?"
@@ -1485,7 +1449,7 @@ msgstr "Cartella dei plugin"
msgid "Port" msgid "Port"
msgstr "Porta" msgstr "Porta"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Porta aperta" msgstr "Porta aperta"
@@ -1494,9 +1458,9 @@ msgstr "Porta aperta"
msgid "Ports" msgid "Ports"
msgstr "Porte" msgstr "Porte"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Premi un tasto per riconnettersi" msgstr "Premi un tasto per riconnettersi"
@@ -1534,7 +1498,7 @@ msgstr "Nome profilo"
msgid "Profiles" msgid "Profiles"
msgstr "Profili" msgstr "Profili"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profili e connessioni" msgstr "Profili e connessioni"
@@ -1547,7 +1511,7 @@ msgstr "Programma"
msgid "Proxy command" msgid "Proxy command"
msgstr "Comando proxy" msgstr "Comando proxy"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Viola" msgstr "Viola"
@@ -1555,13 +1519,13 @@ msgstr "Viola"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Trasferisce tutta la configurazione di Tabby all'interno della Cassaforte" msgstr "Trasferisce tutta la configurazione di Tabby all'interno della Cassaforte"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Connessione rapida" msgstr "Connessione rapida"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Esci" msgstr "Esci"
@@ -1573,8 +1537,8 @@ msgstr "Connessione raw socket"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Tempo di preparazione (in millisecondi)" msgstr "Tempo di preparazione (in millisecondi)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Recente" msgstr "Recente"
@@ -1585,7 +1549,7 @@ msgstr "Recente"
msgid "Reconnect" msgid "Reconnect"
msgstr "Riconetti" msgstr "Riconetti"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Rosso" msgstr "Rosso"
@@ -1608,7 +1572,7 @@ msgstr "Remoto"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
msgid "Remove whitespace and newlines around the copied text" msgid "Remove whitespace and newlines around the copied text"
msgstr "Rimuovi spazi bianchi e a capo dal testo copiato" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25
#: tabby-core/src/tabContextMenu.ts:120 #: tabby-core/src/tabContextMenu.ts:120
@@ -1618,7 +1582,7 @@ msgstr "Rinomina"
#: tabby-core/src/hotkeys.ts:25 #: tabby-core/src/hotkeys.ts:25
#: tabby-core/src/tabContextMenu.ts:121 #: tabby-core/src/tabContextMenu.ts:121
msgid "Rename tab" msgid "Rename tab"
msgstr "Rinomina scheda" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
msgid "Rendering" msgid "Rendering"
@@ -1750,12 +1714,11 @@ msgstr "Scorre il terminale in basso durante l'input dell'utente"
msgid "Search" msgid "Search"
msgstr "Cerca" msgstr "Cerca"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Ricerca tema del terminale" msgstr "Ricerca tema del terminale"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Cerca combinazioni" msgstr "Cerca combinazioni"
@@ -1772,7 +1735,7 @@ msgstr "Token di sincronizzazione segreto"
msgid "Select" msgid "Select"
msgstr "Seleziona" msgstr "Seleziona"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Seleziona un profilo di base da usare come modello" msgstr "Seleziona un profilo di base da usare come modello"
@@ -1784,11 +1747,11 @@ msgstr "Seleziona tutto"
msgid "Select file storage" msgid "Select file storage"
msgstr "Seleziona archiviazione" msgstr "Seleziona archiviazione"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Seleziona profilo" msgstr "Seleziona profilo"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Seleziona profilo o inserisci indirizzo" msgstr "Seleziona profilo o inserisci indirizzo"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Imposta il percorso named pipe dell'agente SSH." msgstr "Imposta il percorso named pipe dell'agente SSH."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Impostazioni" msgstr "Impostazioni"
@@ -1848,7 +1811,7 @@ msgstr "Impostazioni"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "La shell non supporta il rilevamento del percorso corrente" msgstr "La shell non supporta il rilevamento del percorso corrente"
@@ -1870,7 +1833,7 @@ msgstr "Mostra profili integrati nel selettore"
#: tabby-core/src/hotkeys.ts:13 #: tabby-core/src/hotkeys.ts:13
msgid "Show command selector" msgid "Show command selector"
msgstr "Mostra selettore comandi" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
msgid "Show config file" msgid "Show config file"
@@ -1888,7 +1851,7 @@ msgstr "Mostra Mixer"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Mostra etichette riquadro (per riorganizzare)" msgstr "Mostra etichette riquadro (per riorganizzare)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Mostra l'icona del profilo nella scheda" msgstr "Mostra l'icona del profilo nella scheda"
@@ -1908,11 +1871,7 @@ msgstr "Mostra note di rilascio"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Mostra connessioni seriali" msgstr "Mostra connessioni seriali"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "Mostra schede in modalità schermo intero"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Mostra barra degli strumenti" msgstr "Mostra barra degli strumenti"
@@ -1969,7 +1928,7 @@ msgstr "Dividi in basso"
#: tabby-core/src/tabContextMenu.ts:85 #: tabby-core/src/tabContextMenu.ts:85
msgid "Split to the down" msgid "Split to the down"
msgstr "Dividi in basso" msgstr ""
#: tabby-core/src/hotkeys.ts:165 #: tabby-core/src/hotkeys.ts:165
#: tabby-core/src/tabContextMenu.ts:86 #: tabby-core/src/tabContextMenu.ts:86
@@ -1987,13 +1946,13 @@ msgstr "Dividi in alto"
#: tabby-core/src/tabContextMenu.ts:87 #: tabby-core/src/tabContextMenu.ts:87
msgid "Split to the up" msgid "Split to the up"
msgstr "Dividi in alto" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "Connessione SSH" msgstr "Connessione SSH"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "La gestione della connessione SSH è ora fatta attraverso la scheda \"Profili e connessioni\"" msgstr "La gestione della connessione SSH è ora fatta attraverso la scheda \"Profili e connessioni\""
@@ -2041,7 +2000,7 @@ msgstr "Cambia l'implementazione del frontend del terminale (sperimentale)"
msgid "Sync" msgid "Sync"
msgstr "Sincronizazione" msgstr "Sincronizazione"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Sincronizza automaticamente" msgstr "Sincronizza automaticamente"
@@ -2049,15 +2008,15 @@ msgstr "Sincronizza automaticamente"
msgid "Sync host" msgid "Sync host"
msgstr "Host di sincronizzazione" msgstr "Host di sincronizzazione"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Sincronizza tasti di scelta rapida" msgstr "Sincronizza tasti di scelta rapida"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Sincronizza Cassaforte" msgstr "Sincronizza Cassaforte"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Sincronizza impostazioni finestra" msgstr "Sincronizza impostazioni finestra"
@@ -2112,7 +2071,7 @@ msgstr "Larghezza schede"
msgid "Telnet session" msgid "Telnet session"
msgstr "Sessione Telnet" msgstr "Sessione Telnet"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminale" msgstr "Terminale"
@@ -2125,10 +2084,6 @@ msgstr "Sfondo del terminale"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Notifiche del terminale" msgstr "Notifiche del terminale"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr "Identificazione del terminale"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Grazie per aver scaricato Tabby!" msgstr "Grazie per aver scaricato Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Ci sono trasferimenti di file attivi"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "È presente una password salvata per questa connessione" msgstr "È presente una password salvata per questa connessione"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Questi si applicano a tutti i profili di un dato tipo" msgstr "Questi si applicano a tutti i profili di un dato tipo"
@@ -2153,7 +2108,7 @@ msgstr "Questi si applicano a tutti i profili di un dato tipo"
msgid "Thin" msgid "Thin"
msgstr "Sottile" msgstr "Sottile"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Seleziona se stai sperimentando aliasing, ghosting o altri problemi visivi" msgstr "Seleziona se stai sperimentando aliasing, ghosting o altri problemi visivi"
@@ -2180,9 +2135,9 @@ msgstr "In alto"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Riduci spazi bianchi e a capo" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Prova di nuovo" msgstr "Prova di nuovo"
@@ -2202,7 +2157,7 @@ msgstr "Non raggruppate"
msgid "Uninstall" msgid "Uninstall"
msgstr "Disinstalla" msgstr "Disinstalla"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Sconosciuto" msgstr "Sconosciuto"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Aggiornamento alla {version}" msgstr "Aggiornamento alla {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Carica" msgstr "Carica"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Carica come nuova configurazione" msgstr "Carica come nuova configurazione"
@@ -2322,7 +2277,7 @@ msgstr "Attenzione: la chiave dell'host remoto è improvvisamente cambiata!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Monitoreremo soltanto le versioni di Tabby e del Sistema Operativo." msgstr "Monitoreremo soltanto le versioni di Tabby e del Sistema Operativo."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Benvenuto" msgstr "Benvenuto"
@@ -2379,7 +2334,7 @@ msgstr "Separatori di parole"
msgid "Working directory" msgid "Working directory"
msgstr "Cartella di lavoro" msgstr "Cartella di lavoro"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Rilevamento cartella di lavoro" msgstr "Rilevamento cartella di lavoro"
@@ -2396,7 +2351,7 @@ msgstr "Il terminale WSL supporta solo TrueColor con ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Inoltro X11" msgstr "Inoltro X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Giallo" msgstr "Giallo"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
"Language: pl_PL\n" "Language: pl_PL\n"
"PO-Revision-Date: 2023-02-06 19:58\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" jest nadal uruchomiony. Zamknąć?" msgstr "\"{command}\" jest nadal uruchomiony. Zamknąć?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "Kopia {name}" msgstr "Kopia {name}"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Dodatkowy odstęp między liniami" msgstr "Dodatkowy odstęp między liniami"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Ustawienia aplikacji"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Czy na pewno chcesz zamknąć Tabby? Możesz wyłączyć ten monit w Ustawienia -> Okno." msgstr "Czy na pewno chcesz zamknąć Tabby? Możesz wyłączyć ten monit w Ustawienia -> Okno."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Czy jesteś pewien?" msgstr "Czy jesteś pewien?"
@@ -160,7 +160,7 @@ msgstr "Automatycznie"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Automatyczne aktualizacje" msgstr "Automatyczne aktualizacje"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Automatycznie wysyłaj zmiany i sprawdzaj aktualizacje co minutę" msgstr "Automatycznie wysyłaj zmiany i sprawdzaj aktualizacje co minutę"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Typ tła" msgstr "Typ tła"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Prędkość transmisji szeregowej (boud)" msgstr "Prędkość transmisji szeregowej (boud)"
@@ -186,7 +186,7 @@ msgstr "Początek wiersza"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Migający kursor" msgstr "Migający kursor"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Niebieski" msgstr "Niebieski"
@@ -212,7 +212,7 @@ msgid "Broadcast mode. Click anywhere to cancel."
msgstr "" msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Wbudowane" msgstr "Wbudowane"
@@ -224,12 +224,11 @@ msgstr "Wbudowane"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Anuluj" msgstr "Anuluj"
@@ -254,11 +253,7 @@ msgstr "Sprawdź dostępność aktualizacji"
msgid "Ciphers" msgid "Ciphers"
msgstr "Szyfry" msgstr "Szyfry"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Wyczyść ostatnie profile" msgstr "Wyczyść ostatnie profile"
@@ -266,10 +261,6 @@ msgstr "Wyczyść ostatnie profile"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Wyczyść terminal" msgstr "Wyczyść terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Schowek" msgstr "Schowek"
@@ -304,7 +295,7 @@ msgstr "Zamknij karty na lewo"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Zamknij karty na prawo" msgstr "Zamknij karty na prawo"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "" msgstr ""
@@ -313,7 +304,6 @@ msgstr ""
msgid "Color" msgid "Color"
msgstr "Kolor" msgstr "Kolor"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Szablon kolorów" msgstr "Szablon kolorów"
@@ -330,7 +320,7 @@ msgstr "Wiersz poleceń"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Zamiast połączenia sieciowego użyto komendy stdin/stdout" msgstr "Zamiast połączenia sieciowego użyto komendy stdin/stdout"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "" msgstr ""
@@ -338,10 +328,6 @@ msgstr ""
msgid "Compact" msgid "Compact"
msgstr "Kompaktowy" msgstr "Kompaktowy"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Konfiguracja pobrana" msgstr "Konfiguracja pobrana"
@@ -368,8 +354,8 @@ msgstr "Konfiguracje"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Połącz się przez serwer proxy" msgstr "Połącz się przez serwer proxy"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Połącz z \"%s\"..." msgstr "Połącz z \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "Połącz z \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" 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" msgstr "Połącz się najpierw z innym hostem i użyj go jako proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Łączenie" msgstr "Łączenie"
@@ -400,27 +386,23 @@ msgstr "Zamiast tego użyta zostanie nazwa połączenia"
msgid "Context menu" msgid "Context menu"
msgstr "Menu kontekstowe" msgstr "Menu kontekstowe"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Skopiowano" msgstr "Skopiowano"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Kopiuj" msgstr "Kopiuj"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Skopiuj bieżącą ścieżkę" msgstr "Skopiuj bieżącą ścieżkę"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Kopiuj przy wybraniu" msgstr "Kopiuj przy wybraniu"
@@ -433,7 +415,7 @@ msgstr "Skopiuj do schowka"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Kopiuj wraz z formatowaniem" msgstr "Kopiuj wraz z formatowaniem"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Nie można odszyfrować konfiguracji" msgstr "Nie można odszyfrować konfiguracji"
@@ -441,7 +423,7 @@ msgstr "Nie można odszyfrować konfiguracji"
msgid "Create" msgid "Create"
msgstr "Stwórz" msgstr "Stwórz"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Stwórz folder" msgstr "Stwórz folder"
@@ -494,7 +476,7 @@ msgstr "Zmniejsz rozmiar pionowego podziału"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Domyślny profil dla nowych kart" msgstr "Domyślny profil dla nowych kart"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Domyślne ustawienia profilu" msgstr "Domyślne ustawienia profilu"
@@ -506,13 +488,11 @@ msgstr "Domyślne"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Domyślne dla {type}" msgstr "Domyślne dla {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Domyślne dla {type}"
msgid "Delete" msgid "Delete"
msgstr "Usuń" msgstr "Usuń"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Usunąć {name}?" msgstr "Usunąć {name}?"
@@ -543,11 +523,7 @@ msgstr "Usuń następne słowo"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Usuń poprzednie słowo" msgstr "Usuń poprzednie słowo"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Usunąć profile grupy?" msgstr "Usunąć profile grupy?"
@@ -579,11 +555,11 @@ msgstr "Wyłącz"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Wyłącz dynamiczny tytuł karty" msgstr "Wyłącz dynamiczny tytuł karty"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Wyłącz płynne tło podczas przeciągania" msgstr "Wyłącz płynne tło podczas przeciągania"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Wyłącz przyspieszenie GPU" msgstr "Wyłącz przyspieszenie GPU"
@@ -593,12 +569,12 @@ msgstr "Wyłączone"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Rozłącz" msgstr "Rozłącz"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Odłączyć od {host}?" msgstr "Odłączyć od {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Nie przerywaj" msgstr "Nie przerywaj"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Nie zamykaj" msgstr "Nie zamykaj"
@@ -677,7 +653,7 @@ msgstr "Powiel kartę"
msgid "Edit" msgid "Edit"
msgstr "Edytuj" msgstr "Edytuj"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Edytuj lokalnie" msgstr "Edytuj lokalnie"
@@ -698,10 +674,6 @@ msgstr "Włącz animacje"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Włącz automatyczną instalację aktualizacji, gdy będą dostępne." msgstr "Włącz automatyczną instalację aktualizacji, gdy będą dostępne."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Włącz ligaturę czcionek" msgstr "Włącz ligaturę czcionek"
@@ -726,8 +698,8 @@ msgstr "Koniec linii"
msgid "Environment" msgid "Environment"
msgstr "Środowisko" msgstr "Środowisko"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Usuń konfigurację" msgstr "Usuń konfigurację"
@@ -747,10 +719,6 @@ msgstr "Dokładne dopasowanie"
msgid "Example:" msgid "Example:"
msgstr "Przykład:" msgstr "Przykład:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Exportuj" msgstr "Exportuj"
@@ -775,11 +743,11 @@ msgstr "Filtruj"
msgid "Fixed" msgid "Fixed"
msgstr "Poprawiony" msgstr "Poprawiony"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Płynne tło czasami powoduje opóźnienie przeciągnięcia" msgstr "Płynne tło czasami powoduje opóźnienie przeciągnięcia"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Podświetl wszystkie panele" msgstr "Podświetl wszystkie panele"
@@ -787,7 +755,7 @@ msgstr "Podświetl wszystkie panele"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Wyróżnij wszystkie panele jednocześnie (broadcast)" msgstr "Wyróżnij wszystkie panele jednocześnie (broadcast)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "" msgstr ""
@@ -795,7 +763,7 @@ msgstr ""
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Fokus podąża za myszą" msgstr "Fokus podąża za myszą"
@@ -839,7 +807,7 @@ msgstr "Wyróżnij panel na prawej"
msgid "Font" msgid "Font"
msgstr "Czcionka" msgstr "Czcionka"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Dla skrótów klawiszowych" msgstr "Dla skrótów klawiszowych"
@@ -909,11 +877,11 @@ msgstr "Pobierz z okna ustawień zakładki"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Ustawia w oknie rozmyte przezroczyste tło" msgstr "Ustawia w oknie rozmyte przezroczyste tło"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Idź w górę" msgstr "Idź w górę"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Zielony" msgstr "Zielony"
@@ -921,7 +889,7 @@ msgstr "Zielony"
msgid "Group" msgid "Group"
msgstr "Grupa" msgstr "Grupa"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Haki" msgstr "Haki"
@@ -938,15 +906,15 @@ msgstr "Pomóż przetłumaczyć Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Heksadecymalny" msgstr "Heksadecymalny"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Ukryj przycisk zamykania karty" msgstr "Ukryj przycisk zamykania karty"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Ukryj numerację kart" msgstr "Ukryj numerację kart"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Ukryj przycisk z opcjami karty" msgstr "Ukryj przycisk z opcjami karty"
@@ -980,10 +948,6 @@ msgstr "Weryfikacja klucza hosta"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Klawisze skrótów" msgstr "Klawisze skrótów"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP proxy" msgstr "HTTP proxy"
@@ -1065,8 +1029,8 @@ msgstr "Przejdź do następnego słowa"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Przejdź do poprzedniego słowa" msgstr "Przejdź do poprzedniego słowa"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Klawiatura"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Autoryzacja przy pomocy interaktywnej klawiatury" msgstr "Autoryzacja przy pomocy interaktywnej klawiatury"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Zabij" msgstr "Zabij"
@@ -1119,7 +1083,7 @@ msgstr "Uruchom WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Uruchom WinSCP dla bieżącej sesji SSH" msgstr "Uruchom WinSCP dla bieżącej sesji SSH"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." 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." msgstr "Dowiedz się, jak zezwolić Tabby na wykrycie katalogu roboczego zdalnej powłoki."
@@ -1146,7 +1110,7 @@ msgstr "Edytor linii, dane wejściowe są wysyłane po naciśnięciu Enter"
msgid "Line padding" msgid "Line padding"
msgstr "Wypełnienie linii" msgstr "Wypełnienie linii"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Ładowanie" msgstr "Ładowanie"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Lokalny terminal" msgstr "Lokalny terminal"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Skrypty logowania" msgstr "Skrypty logowania"
@@ -1177,7 +1141,7 @@ msgstr "Skrypty logowania"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Długie kliknięcie, aby uzyskać menu kontekstowe" msgstr "Długie kliknięcie, aby uzyskać menu kontekstowe"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Zarządzaj profilami" msgstr "Zarządzaj profilami"
@@ -1209,11 +1173,11 @@ msgstr "Przenieś kartę w lewo"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Przenieś kartę w prawo" msgstr "Przenieś kartę w prawo"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Przenieś do \"Bez grupowania\"" msgstr "Przenieś do \"Bez grupowania\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Najechanie myszy na nieaktywny panel spowoduje jego aktywacje" msgstr "Najechanie myszy na nieaktywny panel spowoduje jego aktywacje"
@@ -1234,7 +1198,7 @@ msgstr "Nazwa nowego folderu"
msgid "Native" msgid "Native"
msgstr "Natywna" msgstr "Natywna"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Nowa karta admina" msgstr "Nowa karta admina"
@@ -1246,7 +1210,7 @@ msgstr "Nowa konfiguracja na {platform}"
msgid "New item" msgid "New item"
msgstr "Nowa pozycja" msgstr "Nowa pozycja"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Nowa nazwa" msgstr "Nowa nazwa"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Nowa karta: {profile}" msgstr "Nowa karta: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Nowy terminal" msgstr "Nowy terminal"
@@ -1280,7 +1244,7 @@ msgstr "Nowe okno"
msgid "New Window" msgid "New Window"
msgstr "Nowe okno" msgstr "Nowe okno"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Nowy z profilem" msgstr "Nowy z profilem"
@@ -1288,7 +1252,7 @@ msgstr "Nowy z profilem"
msgid "Next tab" msgid "Next tab"
msgstr "Następna karta" msgstr "Następna karta"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Brak koloru" msgstr "Brak koloru"
@@ -1309,8 +1273,8 @@ msgstr "Normalny"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Normalny rozmiar czcionki" msgstr "Normalny rozmiar czcionki"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Nie znaleziono" msgstr "Nie znaleziono"
@@ -1369,7 +1333,7 @@ msgstr "Opcjonalnie"
msgid "Options" msgid "Options"
msgstr "Opcje" msgstr "Opcje"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Pomarańczowy" msgstr "Pomarańczowy"
@@ -1417,11 +1381,11 @@ msgstr "Zastąpić konfigurację zdalną i rozpocząć synchronizację?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Zastąpić konfigurację lokalną i rozpocząć synchronizację?" msgstr "Zastąpić konfigurację lokalną i rozpocząć synchronizację?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Etap zmiany rozmiaru panelu" msgstr "Etap zmiany rozmiaru panelu"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Panele" msgstr "Panele"
@@ -1429,7 +1393,7 @@ msgstr "Panele"
msgid "Parity" msgid "Parity"
msgstr "Parzystość" msgstr "Parzystość"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Częściowa synchronizacja konfiguracji nie jest możliwa, gdy konfiguracja jest zaszyfrowana przez Vault." msgstr "Częściowa synchronizacja konfiguracji nie jest możliwa, gdy konfiguracja jest zaszyfrowana przez Vault."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Hasło" msgstr "Hasło"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Wklej" msgstr "Wklej"
@@ -1456,7 +1420,7 @@ msgstr "Wklej ze schowka"
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Wkleić wiele linii?" msgstr "Wkleić wiele linii?"
@@ -1485,7 +1449,7 @@ msgstr "Folder wtyczek"
msgid "Port" msgid "Port"
msgstr "Port" msgstr "Port"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Port otwarty" msgstr "Port otwarty"
@@ -1494,9 +1458,9 @@ msgstr "Port otwarty"
msgid "Ports" msgid "Ports"
msgstr "Porty" msgstr "Porty"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Naciśnij dowolny klawisz, aby ponownie połączyć" msgstr "Naciśnij dowolny klawisz, aby ponownie połączyć"
@@ -1534,7 +1498,7 @@ msgstr "Nazwa profilu"
msgid "Profiles" msgid "Profiles"
msgstr "Profile" msgstr "Profile"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profile i połączenia" msgstr "Profile i połączenia"
@@ -1547,7 +1511,7 @@ msgstr "Program"
msgid "Proxy command" msgid "Proxy command"
msgstr "Polecenie proxy" msgstr "Polecenie proxy"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Fioletowy" msgstr "Fioletowy"
@@ -1555,13 +1519,13 @@ msgstr "Fioletowy"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Wstawia całą konfigurację Tabby do sejfu" msgstr "Wstawia całą konfigurację Tabby do sejfu"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Szybkie połączenie" msgstr "Szybkie połączenie"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Wyjdź" msgstr "Wyjdź"
@@ -1573,8 +1537,8 @@ msgstr "Raw socket connection"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Limit czasu gotowości (Milisekundy)" msgstr "Limit czasu gotowości (Milisekundy)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Ostatnie" msgstr "Ostatnie"
@@ -1585,7 +1549,7 @@ msgstr "Ostatnie"
msgid "Reconnect" msgid "Reconnect"
msgstr "Połącz ponownie" msgstr "Połącz ponownie"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Czerwony" msgstr "Czerwony"
@@ -1750,12 +1714,11 @@ msgstr "Przewiń terminal na dół na wejściu użytkownika"
msgid "Search" msgid "Search"
msgstr "Szukaj" msgstr "Szukaj"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Szukaj schematów kolorów" msgstr "Szukaj schematów kolorów"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Szukaj skrótów klawiszy" msgstr "Szukaj skrótów klawiszy"
@@ -1772,7 +1735,7 @@ msgstr "Sekretny token synchronizacji"
msgid "Select" msgid "Select"
msgstr "Wybierz" msgstr "Wybierz"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Wybierz profil podstawowy do użycia jako szablon" msgstr "Wybierz profil podstawowy do użycia jako szablon"
@@ -1784,11 +1747,11 @@ msgstr "Zaznacz wszystko"
msgid "Select file storage" msgid "Select file storage"
msgstr "Wybierz miejsce przechowywania plików" msgstr "Wybierz miejsce przechowywania plików"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Wybierz profil" msgstr "Wybierz profil"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Wybierz profil lub wprowadź adres" msgstr "Wybierz profil lub wprowadź adres"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Ustawia agentowi SSH nazwaną ścieżkę potoku." msgstr "Ustawia agentowi SSH nazwaną ścieżkę potoku."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Ustawienia" msgstr "Ustawienia"
@@ -1848,7 +1811,7 @@ msgstr "Ustawienia"
msgid "Shell" msgid "Shell"
msgstr "Powłoka" msgstr "Powłoka"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Powłoka nie obsługuje wykrywania bieżącej ścieżki" msgstr "Powłoka nie obsługuje wykrywania bieżącej ścieżki"
@@ -1888,7 +1851,7 @@ msgstr "Pokaż mikser"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Pokaż etykiety (aby zmienić kolejność)" msgstr "Pokaż etykiety (aby zmienić kolejność)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Pokaż ikonę profilu na karcie" msgstr "Pokaż ikonę profilu na karcie"
@@ -1908,11 +1871,7 @@ msgstr "Pokaż informacje o wydaniu"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Pokaż połączenia szeregowe" msgstr "Pokaż połączenia szeregowe"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Pokaż pasek narzędzi" msgstr "Pokaż pasek narzędzi"
@@ -1989,11 +1948,11 @@ msgstr "Podziel na górę"
msgid "Split to the up" msgid "Split to the up"
msgstr "" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "Połączenie SSH" msgstr "Połączenie SSH"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "Zarządzanie połączeniami SSH odbywa się teraz za pomocą zakładki \"Profile i połączenia\"" msgstr "Zarządzanie połączeniami SSH odbywa się teraz za pomocą zakładki \"Profile i połączenia\""
@@ -2041,7 +2000,7 @@ msgstr "Przełącza warstwę graficzną terminali (eksperymentalne)"
msgid "Sync" msgid "Sync"
msgstr "Synchronizacja" msgstr "Synchronizacja"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Synchronizuj automatycznie" msgstr "Synchronizuj automatycznie"
@@ -2049,15 +2008,15 @@ msgstr "Synchronizuj automatycznie"
msgid "Sync host" msgid "Sync host"
msgstr "Synchronizuj host" msgstr "Synchronizuj host"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Synchronizuj klawisze skrótów" msgstr "Synchronizuj klawisze skrótów"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Synchronizuj sejf" msgstr "Synchronizuj sejf"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Synchronizuj ustawienia okna" msgstr "Synchronizuj ustawienia okna"
@@ -2112,7 +2071,7 @@ msgstr "Szerokość karty"
msgid "Telnet session" msgid "Telnet session"
msgstr "Sesja Telnet" msgstr "Sesja Telnet"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Tło Terminala"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Dzwonek Terminalu" msgstr "Dzwonek Terminalu"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Dziękujemy za pobranie Tabby!" msgstr "Dziękujemy za pobranie Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Istnieją aktywne transfery plików"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Istnieje zapisane hasło dla tego połączenia" msgstr "Istnieje zapisane hasło dla tego połączenia"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Dotyczy to wszystkich profili danego typu" msgstr "Dotyczy to wszystkich profili danego typu"
@@ -2153,7 +2108,7 @@ msgstr "Dotyczy to wszystkich profili danego typu"
msgid "Thin" msgid "Thin"
msgstr "Cienka" msgstr "Cienka"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Zaznacz to, jeśli doświadczasz aliasingu, ghostingu lub innych problemów wizualnych" msgstr "Zaznacz to, jeśli doświadczasz aliasingu, ghostingu lub innych problemów wizualnych"
@@ -2182,7 +2137,7 @@ msgstr "Góra"
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Spróbuj ponownie" msgstr "Spróbuj ponownie"
@@ -2202,7 +2157,7 @@ msgstr "Bez grupy"
msgid "Uninstall" msgid "Uninstall"
msgstr "Odinstaluj" msgstr "Odinstaluj"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Nieznane" msgstr "Nieznane"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Uaktualnij do {version}" msgstr "Uaktualnij do {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Prześlij" msgstr "Prześlij"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Prześlij jako nową konfigurację" msgstr "Prześlij jako nową konfigurację"
@@ -2322,7 +2277,7 @@ msgstr "Ostrzeżenie: klucz zdalnego hosta został nagle zmieniony!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Śledzimy tylko wersje Tabby i Twojego systemu operacyjnego." msgstr "Śledzimy tylko wersje Tabby i Twojego systemu operacyjnego."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Witaj" msgstr "Witaj"
@@ -2379,7 +2334,7 @@ msgstr "Separatory słów"
msgid "Working directory" msgid "Working directory"
msgstr "Katalog roboczy" msgstr "Katalog roboczy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Wykrywanie katalogu roboczego" msgstr "Wykrywanie katalogu roboczego"
@@ -2396,7 +2351,7 @@ msgstr "Terminal WSL obsługuje tylko TrueColor z włączonym ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Przekazywanie X11" msgstr "Przekazywanie X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Żółty" msgstr "Żółty"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"PO-Revision-Date: 2023-03-17 23:07\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" ainda está em execução. Fechar?" msgstr "\"{command}\" ainda está em execução. Fechar?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} Copiar" msgstr "{name} Copiar"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Espaço adicional entre as linhas" msgstr "Espaço adicional entre as linhas"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Configurações do aplicativo"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Tem certeza que deseja fechar a \"Tabby\"? Você pode desativar essa mensagem em Configurações -> Janela." msgstr "Tem certeza que deseja fechar a \"Tabby\"? Você pode desativar essa mensagem em Configurações -> Janela."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Você tem certeza?" msgstr "Você tem certeza?"
@@ -160,7 +160,7 @@ msgstr "Automático"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Atualizações automáticas" msgstr "Atualizações automáticas"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Carregar automaticamente alterações e procurar por atualizações a cada minuto" msgstr "Carregar automaticamente alterações e procurar por atualizações a cada minuto"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Tipo de fundo" msgstr "Tipo de fundo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Taxa de dados (Baud Rate)" msgstr "Taxa de dados (Baud Rate)"
@@ -186,7 +186,7 @@ msgstr "Começo da linha"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Piscar cursor" msgstr "Piscar cursor"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Azul" msgstr "Azul"
@@ -209,10 +209,10 @@ msgstr "Colar entre colchetes (requer suporte ao \"shell\")"
#: tabby-terminal/src/services/multifocus.service.ts:19 #: tabby-terminal/src/services/multifocus.service.ts:19
msgid "Broadcast mode. Click anywhere to cancel." msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Modo de transmissão. Clique em qualquer lugar para cancelar." msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Embutido" msgstr "Embutido"
@@ -224,12 +224,11 @@ msgstr "Embutido"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
@@ -239,7 +238,7 @@ msgstr "Alterar taxa de dados"
#: tabby-core/src/tabContextMenu.ts:133 #: tabby-core/src/tabContextMenu.ts:133
msgid "Change tab color" msgid "Change tab color"
msgstr "Mudar cor da aba" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Change the master passphrase" msgid "Change the master passphrase"
@@ -254,11 +253,7 @@ msgstr "Buscar atualizações"
msgid "Ciphers" msgid "Ciphers"
msgstr "Cifras" msgstr "Cifras"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "Limpar"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Limpar perfis recentes" msgstr "Limpar perfis recentes"
@@ -266,10 +261,6 @@ msgstr "Limpar perfis recentes"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Limpar terminal" msgstr "Limpar terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr "Limpar terminal após conexão"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Área de Transferência" msgstr "Área de Transferência"
@@ -304,16 +295,15 @@ msgstr "Fechar abas à esquerda"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Fechar abas à direita" msgstr "Fechar abas à direita"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Fechar a janela depois de fechar a última aba" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35
#: tabby-core/src/tabContextMenu.ts:132 #: tabby-core/src/tabContextMenu.ts:132
msgid "Color" msgid "Color"
msgstr "Cor" msgstr "Cor"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Esquema de cores" msgstr "Esquema de cores"
@@ -330,18 +320,14 @@ msgstr "Linha de comando"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "stdin/stdout do comando é usado ao invés de uma conexão de rede" msgstr "stdin/stdout do comando é usado ao invés de uma conexão de rede"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Comandos" msgstr ""
#: tabby-core/src/theme.ts:20 #: tabby-core/src/theme.ts:20
msgid "Compact" msgid "Compact"
msgstr "Compacto" msgstr "Compacto"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr "Configuração excluída"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Configuração baixada" msgstr "Configuração baixada"
@@ -368,8 +354,8 @@ msgstr "Configurações"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Conectar-se através de um servidor proxy" msgstr "Conectar-se através de um servidor proxy"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Conectando a %s..." msgstr "Conectando a %s..."
@@ -377,10 +363,10 @@ msgstr "Conectando a %s..."
msgid "Connect to a different host first and use it as a proxy" 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" msgstr "Conecte-se a um host diferente primeiro e use-o como um proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Conectando" msgstr "Conectando"
@@ -400,27 +386,23 @@ msgstr "O nome da conexão será usado no lugar"
msgid "Context menu" msgid "Context menu"
msgstr "Menu de contexto" msgstr "Menu de contexto"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Copiado" msgstr "Copiado"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Copiar" msgstr "Copiar"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Copiar o caminho atual" msgstr "Copiar o caminho atual"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr "Copiar caminho completo"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Copiar a seleção" msgstr "Copiar a seleção"
@@ -433,7 +415,7 @@ msgstr "Copiar para área de transferência"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Copiar com formatação" msgstr "Copiar com formatação"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Não foi possível descriptografar a configuração" msgstr "Não foi possível descriptografar a configuração"
@@ -441,7 +423,7 @@ msgstr "Não foi possível descriptografar a configuração"
msgid "Create" msgid "Create"
msgstr "Criar" msgstr "Criar"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Criar diretório" msgstr "Criar diretório"
@@ -494,7 +476,7 @@ msgstr "Diminuir tamanho de divisão horizontal"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Perfil padrão para novas abas" msgstr "Perfil padrão para novas abas"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Configurações do perfil padrão" msgstr "Configurações do perfil padrão"
@@ -506,13 +488,11 @@ msgstr "Padrões"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Padrões para {type}" msgstr "Padrões para {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Padrões para {type}"
msgid "Delete" msgid "Delete"
msgstr "Excluir" msgstr "Excluir"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Excluir {name}?" msgstr "Excluir {name}?"
@@ -543,11 +523,7 @@ msgstr "Excluir a próxima palavra"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Excluir palavra anterior" msgstr "Excluir palavra anterior"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr "Excluir a configuração do lado remoto?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Excluir os perfis do grupo?" msgstr "Excluir os perfis do grupo?"
@@ -579,11 +555,11 @@ msgstr "Desabilitar"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Desativar título da aba dinâmica" msgstr "Desativar título da aba dinâmica"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Desativar fundo fluente enquanto arrasta" msgstr "Desativar fundo fluente enquanto arrasta"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Desativar aceleração de GPU" msgstr "Desativar aceleração de GPU"
@@ -593,12 +569,12 @@ msgstr "Desabilitado"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Desconectar" msgstr "Desconectar"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Desconectar de {host}?" msgstr "Desconectar de {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Não abortar" msgstr "Não abortar"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Não feche" msgstr "Não feche"
@@ -677,7 +653,7 @@ msgstr "Duplicar Aba"
msgid "Edit" msgid "Edit"
msgstr "Editar" msgstr "Editar"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Editar localmente" msgstr "Editar localmente"
@@ -698,10 +674,6 @@ msgstr "Permitir animações"
msgid "Enable automatic installation of updates when they become available." 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." msgstr "Permite a instalação automática de atualizações quando elas estiverem disponíveis."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Habilitar ligaduras de fonte" msgstr "Habilitar ligaduras de fonte"
@@ -726,8 +698,8 @@ msgstr "Fim da linha"
msgid "Environment" msgid "Environment"
msgstr "Ambiente" msgstr "Ambiente"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Apagar configuração" msgstr "Apagar configuração"
@@ -747,10 +719,6 @@ msgstr "Correspondência exata"
msgid "Example:" msgid "Example:"
msgstr "Exemplo:" msgstr "Exemplo:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Exportar" msgstr "Exportar"
@@ -775,27 +743,27 @@ msgstr "Filtro"
msgid "Fixed" msgid "Fixed"
msgstr "Corrigido" msgstr "Corrigido"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Fundo fluente às vezes causa atraso de arrastar" msgstr "Fundo fluente às vezes causa atraso de arrastar"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Focar todos os painéis" msgstr "Focar todos os painéis"
#: tabby-terminal/src/hotkeys.ts:78 #: tabby-terminal/src/hotkeys.ts:78
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Focar todos os painéis de uma vez (Transmissão)" msgstr "Focar todos os painéis de uma vez (Broadcast)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Focar todas as abas" msgstr ""
#: tabby-terminal/src/hotkeys.ts:82 #: tabby-terminal/src/hotkeys.ts:82
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "O foco segue o mouse" msgstr "O foco segue o mouse"
@@ -839,7 +807,7 @@ msgstr "Focar no painel à direita"
msgid "Font" msgid "Font"
msgstr "Fonte" msgstr "Fonte"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Para atalhos de teclado" msgstr "Para atalhos de teclado"
@@ -909,11 +877,11 @@ msgstr "Obtenha-o na janela de configurações da Tabby Web"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Dá à janela um fundo transparente borrado" msgstr "Dá à janela um fundo transparente borrado"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Ir para cima" msgstr "Ir para cima"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Verde" msgstr "Verde"
@@ -921,7 +889,7 @@ msgstr "Verde"
msgid "Group" msgid "Group"
msgstr "Grupo" msgstr "Grupo"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Hacks" msgstr "Hacks"
@@ -938,17 +906,17 @@ msgstr "Ajude a traduzir o tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Hexadecimal" msgstr "Hexadecimal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Ocultar botão de fechar aba" msgstr "Ocultar botão de fechar aba"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Ocultar índice da aba" msgstr "Ocultar índice da aba"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Ocultar botão de opções de aba" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123
msgid "Hide window on focus loss" msgid "Hide window on focus loss"
@@ -980,10 +948,6 @@ msgstr "Verificação da chave do host"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Teclas de atalho" msgstr "Teclas de atalho"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "Proxy HTTP" msgstr "Proxy HTTP"
@@ -1065,8 +1029,8 @@ msgstr "Pular para a próxima palavra"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Pular para a palavra anterior" msgstr "Pular para a palavra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Teclado"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Autenticação interativa do teclado" msgstr "Autenticação interativa do teclado"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Finalizar" msgstr "Finalizar"
@@ -1119,7 +1083,7 @@ msgstr "Abrir \"WinSCP\""
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Inicie o \"WinSCP\" na sessão SSH atual" msgstr "Inicie o \"WinSCP\" na sessão SSH atual"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." 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." msgstr "Aprenda como permitir que o \"Tabby\" detecte o diretório de trabalho da \"Shell\" remota."
@@ -1146,7 +1110,7 @@ msgstr "Editor de linha, a entrada é enviada depois que você pressionar Enter"
msgid "Line padding" msgid "Line padding"
msgstr "Linha de preenchimento" msgstr "Linha de preenchimento"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Carregando" msgstr "Carregando"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Terminal local" msgstr "Terminal local"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Scripts de login" msgstr "Scripts de login"
@@ -1177,7 +1141,7 @@ msgstr "Scripts de login"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Clique longo para menu de contexto" msgstr "Clique longo para menu de contexto"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Gerenciar perfil" msgstr "Gerenciar perfil"
@@ -1209,11 +1173,11 @@ msgstr "Mover a aba para a esquerda"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Mover a aba para a direita" msgstr "Mover a aba para a direita"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Mover para \"Desagrupado\"" msgstr "Mover para \"Desagrupado\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Mover o mouse sobre um painel inativo fará com que ele seja ativado" msgstr "Mover o mouse sobre um painel inativo fará com que ele seja ativado"
@@ -1234,7 +1198,7 @@ msgstr "Nome para o novo diretório"
msgid "Native" msgid "Native"
msgstr "Nativo" msgstr "Nativo"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Nova aba admin" msgstr "Nova aba admin"
@@ -1246,7 +1210,7 @@ msgstr "Nova configuração em {platform}"
msgid "New item" msgid "New item"
msgstr "Novo item" msgstr "Novo item"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Novo nome" msgstr "Novo nome"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Nova aba: {profile}" msgstr "Nova aba: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Novo terminal" msgstr "Novo terminal"
@@ -1280,7 +1244,7 @@ msgstr "Nova janela"
msgid "New Window" msgid "New Window"
msgstr "Nova Janela" msgstr "Nova Janela"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Novo com perfil" msgstr "Novo com perfil"
@@ -1288,7 +1252,7 @@ msgstr "Novo com perfil"
msgid "Next tab" msgid "Next tab"
msgstr "Próxima aba" msgstr "Próxima aba"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Sem cor" msgstr "Sem cor"
@@ -1309,8 +1273,8 @@ msgstr "Normal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Peso da fonte normal" msgstr "Peso da fonte normal"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Não encontrado" msgstr "Não encontrado"
@@ -1369,7 +1333,7 @@ msgstr "Opcional"
msgid "Options" msgid "Options"
msgstr "Opções" msgstr "Opções"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Laranja" msgstr "Laranja"
@@ -1417,11 +1381,11 @@ msgstr "Substituir as configurações no lado remoto e começar a sincronizar?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Sobrescrever as configurações locais e começar a sincronizar?" msgstr "Sobrescrever as configurações locais e começar a sincronizar?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Passo de redimensionamento" msgstr "Passo de redimensionamento"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Painéis" msgstr "Painéis"
@@ -1429,7 +1393,7 @@ msgstr "Painéis"
msgid "Parity" msgid "Parity"
msgstr "Paridade" msgstr "Paridade"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Sincronização parcial de configuração não é possível quando a configuração é criptografada pelo Cofre." msgstr "Sincronização parcial de configuração não é possível quando a configuração é criptografada pelo Cofre."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Senha" msgstr "Senha"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Colar" msgstr "Colar"
@@ -1456,7 +1420,7 @@ msgstr "Colar da área de transferência"
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Colar várias linhas?" msgstr "Colar várias linhas?"
@@ -1485,7 +1449,7 @@ msgstr "Pasta de plugins"
msgid "Port" msgid "Port"
msgstr "Porta" msgstr "Porta"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Porta aberta" msgstr "Porta aberta"
@@ -1494,9 +1458,9 @@ msgstr "Porta aberta"
msgid "Ports" msgid "Ports"
msgstr "Portas" msgstr "Portas"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Pressione qualquer tecla para reconectar" msgstr "Pressione qualquer tecla para reconectar"
@@ -1534,7 +1498,7 @@ msgstr "Nome do Perfil"
msgid "Profiles" msgid "Profiles"
msgstr "Perfils" msgstr "Perfils"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Perfis e conexões" msgstr "Perfis e conexões"
@@ -1547,7 +1511,7 @@ msgstr "Programa"
msgid "Proxy command" msgid "Proxy command"
msgstr "Comando do proxy" msgstr "Comando do proxy"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Roxo" msgstr "Roxo"
@@ -1555,13 +1519,13 @@ msgstr "Roxo"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Coloca todas as configurações da Tabby no cofre" msgstr "Coloca todas as configurações da Tabby no cofre"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Conexão rápida" msgstr "Conexão rápida"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Sair" msgstr "Sair"
@@ -1573,8 +1537,8 @@ msgstr "Conexão de soquete pura"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Tempo limite em(milissegundos)" msgstr "Tempo limite em(milissegundos)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Récente" msgstr "Récente"
@@ -1585,7 +1549,7 @@ msgstr "Récente"
msgid "Reconnect" msgid "Reconnect"
msgstr "Reconectar" msgstr "Reconectar"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Vermelho" msgstr "Vermelho"
@@ -1618,7 +1582,7 @@ msgstr "Renomear"
#: tabby-core/src/hotkeys.ts:25 #: tabby-core/src/hotkeys.ts:25
#: tabby-core/src/tabContextMenu.ts:121 #: tabby-core/src/tabContextMenu.ts:121
msgid "Rename tab" msgid "Rename tab"
msgstr "Renomear aba" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
msgid "Rendering" msgid "Rendering"
@@ -1660,7 +1624,7 @@ msgstr "Reiniciar sessão de Telnet atual"
#: tabby-core/src/hotkeys.ts:65 #: tabby-core/src/hotkeys.ts:65
msgid "Restart tab" msgid "Restart tab"
msgstr "Reiniciar aba" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:134
msgid "Restart the app to apply changes" msgid "Restart the app to apply changes"
@@ -1724,11 +1688,11 @@ msgstr "Rolar na entrada"
#: tabby-terminal/src/hotkeys.ts:94 #: tabby-terminal/src/hotkeys.ts:94
msgid "Scroll terminal one page down" msgid "Scroll terminal one page down"
msgstr "Rolar terminal uma página para baixo" msgstr ""
#: tabby-terminal/src/hotkeys.ts:90 #: tabby-terminal/src/hotkeys.ts:90
msgid "Scroll terminal one page up" msgid "Scroll terminal one page up"
msgstr "Rolar o terminal uma página para cima" msgstr ""
#: tabby-terminal/src/hotkeys.ts:98 #: tabby-terminal/src/hotkeys.ts:98
msgid "Scroll terminal to bottom" msgid "Scroll terminal to bottom"
@@ -1736,7 +1700,7 @@ msgstr "Rolar terminal para baixo"
#: tabby-terminal/src/hotkeys.ts:86 #: tabby-terminal/src/hotkeys.ts:86
msgid "Scroll terminal to top" msgid "Scroll terminal to top"
msgstr "Rolar o terminal para o topo" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:16
msgid "Scrollback" msgid "Scrollback"
@@ -1750,12 +1714,11 @@ msgstr "Rola o terminal para a parte inferior na entrada do usuário"
msgid "Search" msgid "Search"
msgstr "Pesquisar" msgstr "Pesquisar"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Pesquisar esquemas de cores" msgstr "Pesquisar esquemas de cores"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Procurar atalhos" msgstr "Procurar atalhos"
@@ -1772,23 +1735,23 @@ msgstr "Token de sincronização secreta"
msgid "Select" msgid "Select"
msgstr "Selecionar" msgstr "Selecionar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Selecione um perfil base para usar como um modelo" msgstr "Selecione um perfil base para usar como um modelo"
#: tabby-terminal/src/hotkeys.ts:18 #: tabby-terminal/src/hotkeys.ts:18
msgid "Select all" msgid "Select all"
msgstr "Selecionar tudo" msgstr ""
#: tabby-core/src/services/fileProviders.service.ts:46 #: tabby-core/src/services/fileProviders.service.ts:46
msgid "Select file storage" msgid "Select file storage"
msgstr "Selecionar armazenamento de arquivos" msgstr "Selecionar armazenamento de arquivos"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Selecione o perfil" msgstr "Selecione o perfil"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Selecione o perfil ou insira um endereço" msgstr "Selecione o perfil ou insira um endereço"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Define o caminho de tubo do agente SSH." msgstr "Define o caminho de tubo do agente SSH."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
@@ -1848,7 +1811,7 @@ msgstr "Configurações"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Shell não suporta a detecção de caminho atual" msgstr "Shell não suporta a detecção de caminho atual"
@@ -1888,7 +1851,7 @@ msgstr "Mostrar Mixer"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Mostrar etiquetas do painel (para reorganização)" msgstr "Mostrar etiquetas do painel (para reorganização)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Mostrar ícone do perfil na aba" msgstr "Mostrar ícone do perfil na aba"
@@ -1908,13 +1871,9 @@ msgstr "Mostrar notas de lançamento"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Mostrar conexões em série" msgstr "Mostrar conexões em série"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "Mostrar abas no modo de tela cheia"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Mostrar barra de ferramentas" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44
msgid "Show vault contents" msgid "Show vault contents"
@@ -1969,7 +1928,7 @@ msgstr "Dividir para baixo"
#: tabby-core/src/tabContextMenu.ts:85 #: tabby-core/src/tabContextMenu.ts:85
msgid "Split to the down" msgid "Split to the down"
msgstr "Dividir para baixo" msgstr ""
#: tabby-core/src/hotkeys.ts:165 #: tabby-core/src/hotkeys.ts:165
#: tabby-core/src/tabContextMenu.ts:86 #: tabby-core/src/tabContextMenu.ts:86
@@ -1987,13 +1946,13 @@ msgstr "Rolar para o topo"
#: tabby-core/src/tabContextMenu.ts:87 #: tabby-core/src/tabContextMenu.ts:87
msgid "Split to the up" msgid "Split to the up"
msgstr "Dividir para cima" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "Conexão SSH" msgstr "Conexão SSH"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "O gerenciamento de conexões SSH é feito através da aba \"Perfis e Conexões\"" msgstr "O gerenciamento de conexões SSH é feito através da aba \"Perfis e Conexões\""
@@ -2041,7 +2000,7 @@ msgstr "Alterna a implementação do terminal frontend (experimental)"
msgid "Sync" msgid "Sync"
msgstr "Sincronizar" msgstr "Sincronizar"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Sincronizar automaticamente" msgstr "Sincronizar automaticamente"
@@ -2049,15 +2008,15 @@ msgstr "Sincronizar automaticamente"
msgid "Sync host" msgid "Sync host"
msgstr "Sincronizar host" msgstr "Sincronizar host"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Sincronizar atalhos" msgstr "Sincronizar atalhos"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Sincronizar Cofre" msgstr "Sincronizar Cofre"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Sincronizar configurações de janela" msgstr "Sincronizar configurações de janela"
@@ -2112,7 +2071,7 @@ msgstr "Largura da aba"
msgid "Telnet session" msgid "Telnet session"
msgstr "Sessão telefônica" msgstr "Sessão telefônica"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Fundo do terminal"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Aviso do terminal" msgstr "Aviso do terminal"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Obrigado por baixar Tabby!" msgstr "Obrigado por baixar Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Existem transferências de arquivos ativas"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Existe uma senha salva para esta conexão" msgstr "Existe uma senha salva para esta conexão"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Estas se aplicam a todos os perfis de um determinado tipo" msgstr "Estas se aplicam a todos os perfis de um determinado tipo"
@@ -2153,7 +2108,7 @@ msgstr "Estas se aplicam a todos os perfis de um determinado tipo"
msgid "Thin" msgid "Thin"
msgstr "Fina" msgstr "Fina"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Marque isto se estiver enfrentando problemas visuais, como aliasing, fantasmas ou outros problemas visuais" msgstr "Marque isto se estiver enfrentando problemas visuais, como aliasing, fantasmas ou outros problemas visuais"
@@ -2182,7 +2137,7 @@ msgstr "Topo"
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Tentar novamente" msgstr "Tentar novamente"
@@ -2202,7 +2157,7 @@ msgstr "Desagrupado"
msgid "Uninstall" msgid "Uninstall"
msgstr "Desinstalar" msgstr "Desinstalar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Desconhecido" msgstr "Desconhecido"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Fazer upgrade para {version}" msgstr "Fazer upgrade para {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Transferir" msgstr "Transferir"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Fazer upload como uma nova configuração" msgstr "Fazer upload como uma nova configuração"
@@ -2322,7 +2277,7 @@ msgstr "Aviso: a chave do host remoto mudou repentinamente!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Estamos rastreando apenas as versões de Tabby e OS." msgstr "Estamos rastreando apenas as versões de Tabby e OS."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Bem-vindo" msgstr "Bem-vindo"
@@ -2379,7 +2334,7 @@ msgstr "Separadores de palavra"
msgid "Working directory" msgid "Working directory"
msgstr "Diretório de trabalho" msgstr "Diretório de trabalho"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Detectar de diretório de trabalho" msgstr "Detectar de diretório de trabalho"
@@ -2396,7 +2351,7 @@ msgstr "O terminal WSL só suporta TrueColor com ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Encaminhamento X11" msgstr "Encaminhamento X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Amarelo" msgstr "Amarelo"

View File

@@ -10,20 +10,20 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"Language: pt_PT\n" "Language: pt_PT\n"
"PO-Revision-Date: 2023-02-06 19:58\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" ainda está em execução. Fechar?" msgstr "\"{command}\" ainda está em execução. Fechar?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} cópia" msgstr "{name} cópia"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
msgid "A second font family used to display characters missing in the main font" msgid "A second font family used to display characters missing in the main font"
msgstr "एक दूसरा फ़ॉन्ट परिवार मुख्य फ़ॉन्ट में लापता वर्णों को प्रदर्शित करता था" msgstr ""
#: tabby-core/src/components/transfersMenu.component.ts:49 #: tabby-core/src/components/transfersMenu.component.ts:49
msgid "Abort all" msgid "Abort all"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Espaço adicional entre linhas" msgstr "Espaço adicional entre linhas"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Definições da aplicação"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Tem a certeza que quer fechar o Tabby? Pode desativar este aviso em Configurações -> Janela." msgstr "Tem a certeza que quer fechar o Tabby? Pode desativar este aviso em Configurações -> Janela."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Tens a certeza?" msgstr "Tens a certeza?"
@@ -160,7 +160,7 @@ msgstr "Automático"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Atualizações automáticas" msgstr "Atualizações automáticas"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Enviar alterações automaticamente e procurar por atualizações a cada minuto" msgstr "Enviar alterações automaticamente e procurar por atualizações a cada minuto"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Tipo de fundo" msgstr "Tipo de fundo"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Taxa de transmissão" msgstr "Taxa de transmissão"
@@ -186,7 +186,7 @@ msgstr "Início de linha"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Piscar cursor" msgstr "Piscar cursor"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Azul" msgstr "Azul"
@@ -212,7 +212,7 @@ msgid "Broadcast mode. Click anywhere to cancel."
msgstr "" msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Embutido" msgstr "Embutido"
@@ -224,12 +224,11 @@ msgstr "Embutido"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
@@ -254,11 +253,7 @@ msgstr "Verificar atualizações"
msgid "Ciphers" msgid "Ciphers"
msgstr "Cifras" msgstr "Cifras"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Limpar perfis recentes" msgstr "Limpar perfis recentes"
@@ -266,10 +261,6 @@ msgstr "Limpar perfis recentes"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Limpar terminal" msgstr "Limpar terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Área de Transferência" msgstr "Área de Transferência"
@@ -304,7 +295,7 @@ msgstr "Fechar os separadores à esquerda"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Fechar os separadores à direita" msgstr "Fechar os separadores à direita"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "" msgstr ""
@@ -313,7 +304,6 @@ msgstr ""
msgid "Color" msgid "Color"
msgstr "Cor" msgstr "Cor"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Esquema de cores" msgstr "Esquema de cores"
@@ -330,7 +320,7 @@ msgstr "Linha de comandos"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "" msgstr ""
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "" msgstr ""
@@ -338,10 +328,6 @@ msgstr ""
msgid "Compact" msgid "Compact"
msgstr "Compacto" msgstr "Compacto"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Configuração transferida" msgstr "Configuração transferida"
@@ -368,8 +354,8 @@ msgstr "Configuração"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Conectar através de um servidor proxy" msgstr "Conectar através de um servidor proxy"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "A ligar a %s..." msgstr "A ligar a %s..."
@@ -377,10 +363,10 @@ msgstr "A ligar a %s..."
msgid "Connect to a different host first and use it as a proxy" 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" msgstr "Conectar a um anfitrião diferente primeiro e use-o como um proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "A ligar" msgstr "A ligar"
@@ -400,27 +386,23 @@ msgstr ""
msgid "Context menu" msgid "Context menu"
msgstr "Menu de contexto" msgstr "Menu de contexto"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Copiado" msgstr "Copiado"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Copiar" msgstr "Copiar"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Copiar o caminho atual" msgstr "Copiar o caminho atual"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Copiar ao selecionar" msgstr "Copiar ao selecionar"
@@ -433,7 +415,7 @@ msgstr "Copiar para área de transferência"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Não foi possível desencriptar a configuração" msgstr "Não foi possível desencriptar a configuração"
@@ -441,7 +423,7 @@ msgstr "Não foi possível desencriptar a configuração"
msgid "Create" msgid "Create"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "" msgstr ""
@@ -494,7 +476,7 @@ msgstr ""
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Perfil padrão para novas abas" msgstr "Perfil padrão para novas abas"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Configurações de perfil padrão" msgstr "Configurações de perfil padrão"
@@ -506,13 +488,11 @@ msgstr "Predefinições"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Padrões para {type}" msgstr "Padrões para {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Padrões para {type}"
msgid "Delete" msgid "Delete"
msgstr "Apagar" msgstr "Apagar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Apagar \"{name}\"?" msgstr "Apagar \"{name}\"?"
@@ -543,11 +523,7 @@ msgstr "Apagar palavra seguinte"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Apagar palavra anterior" msgstr "Apagar palavra anterior"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Eliminar os perfis do grupo?" msgstr "Eliminar os perfis do grupo?"
@@ -579,11 +555,11 @@ msgstr "Desativar"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Desativar titulo dinâmico do separador" msgstr "Desativar titulo dinâmico do separador"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Desativar acelerador GPU" msgstr "Desativar acelerador GPU"
@@ -593,12 +569,12 @@ msgstr "Inativo"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Desligar" msgstr "Desligar"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Desligar {host}?" msgstr "Desligar {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Não abortar" msgstr "Não abortar"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Não fechar" msgstr "Não fechar"
@@ -677,7 +653,7 @@ msgstr "Duplicar separador"
msgid "Edit" msgid "Edit"
msgstr "Editar" msgstr "Editar"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "" msgstr ""
@@ -698,10 +674,6 @@ msgstr ""
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Ativar instalação automática de atualizações quando estiverem disponíveis." msgstr "Ativar instalação automática de atualizações quando estiverem disponíveis."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Ativar ligaduras de fonte tipográfica" msgstr "Ativar ligaduras de fonte tipográfica"
@@ -726,8 +698,8 @@ msgstr "Fim de linha"
msgid "Environment" msgid "Environment"
msgstr "Ambiente" msgstr "Ambiente"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Apagar configuração" msgstr "Apagar configuração"
@@ -747,10 +719,6 @@ msgstr "Correspondência exata"
msgid "Example:" msgid "Example:"
msgstr "Exemplo:" msgstr "Exemplo:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Exportar" msgstr "Exportar"
@@ -775,11 +743,11 @@ msgstr ""
msgid "Fixed" msgid "Fixed"
msgstr "Fixado" msgstr "Fixado"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "" msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Focar todos os painéis" msgstr "Focar todos os painéis"
@@ -787,7 +755,7 @@ msgstr "Focar todos os painéis"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Focar todos os painéis de uma vez (broadcast)" msgstr "Focar todos os painéis de uma vez (broadcast)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "" msgstr ""
@@ -795,7 +763,7 @@ msgstr ""
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "" msgstr ""
@@ -839,7 +807,7 @@ msgstr "Focar o painel à direita"
msgid "Font" msgid "Font"
msgstr "Fonte" msgstr "Fonte"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "" msgstr ""
@@ -909,11 +877,11 @@ msgstr "Obtenha-o da janela de configurações da Tabby Web"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Dá à janela um fundo transparente desfocado" msgstr "Dá à janela um fundo transparente desfocado"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Subir" msgstr "Subir"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Verde" msgstr "Verde"
@@ -921,7 +889,7 @@ msgstr "Verde"
msgid "Group" msgid "Group"
msgstr "Grupo" msgstr "Grupo"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "" msgstr ""
@@ -938,15 +906,15 @@ msgstr ""
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Hexadecimal" msgstr "Hexadecimal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Esconder o botão para fechar o separador" msgstr "Esconder o botão para fechar o separador"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Ocultar índice do separador" msgstr "Ocultar índice do separador"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "" msgstr ""
@@ -980,10 +948,6 @@ msgstr "Verificação da chave do servidor"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Teclas de atalho" msgstr "Teclas de atalho"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "Proxy HTTP" msgstr "Proxy HTTP"
@@ -1065,8 +1029,8 @@ msgstr "Saltar para a palavra seguinte"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Saltar para a palavra anterior" msgstr "Saltar para a palavra anterior"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Teclado"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Autenticação do teclado interativa" msgstr "Autenticação do teclado interativa"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Terminar" msgstr "Terminar"
@@ -1119,7 +1083,7 @@ msgstr "Abrir WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Iniciar o WinSCP para a sessão SSH atual" msgstr "Iniciar o WinSCP para a sessão SSH atual"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." 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." msgstr "Aprenda a permitir que o Tabby detecte o diretório de trabalho da shell remota."
@@ -1146,7 +1110,7 @@ msgstr ""
msgid "Line padding" msgid "Line padding"
msgstr "Espaçamento entre linhas" msgstr "Espaçamento entre linhas"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "A carregar" msgstr "A carregar"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Terminal local" msgstr "Terminal local"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Scripts de login" msgstr "Scripts de login"
@@ -1177,7 +1141,7 @@ msgstr "Scripts de login"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Clique longo para menu de contexto" msgstr "Clique longo para menu de contexto"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Gerir perfis" msgstr "Gerir perfis"
@@ -1209,11 +1173,11 @@ msgstr "Mover separador para a esquerda"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Mover separador para a direita" msgstr "Mover separador para a direita"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Mover para \"Desagrupado\"" msgstr "Mover para \"Desagrupado\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "" msgstr ""
@@ -1234,7 +1198,7 @@ msgstr ""
msgid "Native" msgid "Native"
msgstr "Nativo" msgstr "Nativo"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Novo separador de administração" msgstr "Novo separador de administração"
@@ -1246,7 +1210,7 @@ msgstr "Nova configuração em {platform}"
msgid "New item" msgid "New item"
msgstr "Novo item" msgstr "Novo item"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Novo nome" msgstr "Novo nome"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Novo separador: {profile}" msgstr "Novo separador: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Novo terminal" msgstr "Novo terminal"
@@ -1280,7 +1244,7 @@ msgstr "Nova janela"
msgid "New Window" msgid "New Window"
msgstr "" msgstr ""
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Novo com perfil" msgstr "Novo com perfil"
@@ -1288,7 +1252,7 @@ msgstr "Novo com perfil"
msgid "Next tab" msgid "Next tab"
msgstr "Separador seguinte" msgstr "Separador seguinte"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Sem cor" msgstr "Sem cor"
@@ -1309,8 +1273,8 @@ msgstr "Normal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "" msgstr ""
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Não encontrado" msgstr "Não encontrado"
@@ -1369,7 +1333,7 @@ msgstr "Opcional"
msgid "Options" msgid "Options"
msgstr "Opções" msgstr "Opções"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Cor de laranja" msgstr "Cor de laranja"
@@ -1417,11 +1381,11 @@ msgstr "Rescrever as configurações do lado remoto e começar a sincronizar?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Rescrever as configurações locais e começar a sincronizar?" msgstr "Rescrever as configurações locais e começar a sincronizar?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "" msgstr ""
@@ -1429,7 +1393,7 @@ msgstr ""
msgid "Parity" msgid "Parity"
msgstr "Paridade" msgstr "Paridade"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Sincronização parcial de configuração não é possível quando a configuração é criptografada pelo Cofre." msgstr "Sincronização parcial de configuração não é possível quando a configuração é criptografada pelo Cofre."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Palavra-Passe" msgstr "Palavra-Passe"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Colar" msgstr "Colar"
@@ -1456,7 +1420,7 @@ msgstr "Colar da área de transferência"
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Colar várias linhas?" msgstr "Colar várias linhas?"
@@ -1485,7 +1449,7 @@ msgstr "Pasta de extensões"
msgid "Port" msgid "Port"
msgstr "Porto" msgstr "Porto"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Porto aberto" msgstr "Porto aberto"
@@ -1494,9 +1458,9 @@ msgstr "Porto aberto"
msgid "Ports" msgid "Ports"
msgstr "Portos" msgstr "Portos"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Pressione qualquer tecla para reconectar" msgstr "Pressione qualquer tecla para reconectar"
@@ -1534,7 +1498,7 @@ msgstr "Nome do perfil"
msgid "Profiles" msgid "Profiles"
msgstr "Perfis" msgstr "Perfis"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Perfis e ligações" msgstr "Perfis e ligações"
@@ -1547,7 +1511,7 @@ msgstr "Programa"
msgid "Proxy command" msgid "Proxy command"
msgstr "Comando do proxy" msgstr "Comando do proxy"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Roxo" msgstr "Roxo"
@@ -1555,13 +1519,13 @@ msgstr "Roxo"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Colocar todas as configurações do Tabby no cofre" msgstr "Colocar todas as configurações do Tabby no cofre"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Ligação rápida" msgstr "Ligação rápida"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Sair" msgstr "Sair"
@@ -1573,8 +1537,8 @@ msgstr "Ligação por socket"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Tempo limite (milissegundos)" msgstr "Tempo limite (milissegundos)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Recente" msgstr "Recente"
@@ -1585,7 +1549,7 @@ msgstr "Recente"
msgid "Reconnect" msgid "Reconnect"
msgstr "Voltar a ligar" msgstr "Voltar a ligar"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Vermelho" msgstr "Vermelho"
@@ -1750,12 +1714,11 @@ msgstr ""
msgid "Search" msgid "Search"
msgstr "Procurar" msgstr "Procurar"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "" msgstr ""
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "" msgstr ""
@@ -1772,7 +1735,7 @@ msgstr ""
msgid "Select" msgid "Select"
msgstr "Selecionar" msgstr "Selecionar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "" msgstr ""
@@ -1784,11 +1747,11 @@ msgstr ""
msgid "Select file storage" msgid "Select file storage"
msgstr "Selecionar armazenamento" msgstr "Selecionar armazenamento"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Selecionar perfil" msgstr "Selecionar perfil"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Selecionar perfil ou introduza um endereço" msgstr "Selecionar perfil ou introduza um endereço"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "" msgstr ""
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
@@ -1848,7 +1811,7 @@ msgstr "Configurações"
msgid "Shell" msgid "Shell"
msgstr "Linha de Comando" msgstr "Linha de Comando"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "A linha de comandos não suporta a deteção do caminho atual" msgstr "A linha de comandos não suporta a deteção do caminho atual"
@@ -1888,7 +1851,7 @@ msgstr "Mostrar Mixer"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Mostrar ícone do perfil no separador" msgstr "Mostrar ícone do perfil no separador"
@@ -1908,11 +1871,7 @@ msgstr ""
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "" msgstr ""
@@ -1989,11 +1948,11 @@ msgstr ""
msgid "Split to the up" msgid "Split to the up"
msgstr "" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "" msgstr ""
@@ -2041,7 +2000,7 @@ msgstr ""
msgid "Sync" msgid "Sync"
msgstr "Sincronizar" msgstr "Sincronizar"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Sincronizar automaticamente" msgstr "Sincronizar automaticamente"
@@ -2049,15 +2008,15 @@ msgstr "Sincronizar automaticamente"
msgid "Sync host" msgid "Sync host"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Sincronizar Cofre" msgstr "Sincronizar Cofre"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Sincronizar configurações da janela" msgstr "Sincronizar configurações da janela"
@@ -2112,7 +2071,7 @@ msgstr "Largura do separador"
msgid "Telnet session" msgid "Telnet session"
msgstr "Sessão telnet" msgstr "Sessão telnet"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Fundo do terminal"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Campainha do terminal" msgstr "Campainha do terminal"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Obrigado por descarregar o Tabby!" msgstr "Obrigado por descarregar o Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Existem transferências de ficheiros ativas"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Existe uma senha guardada para esta conexão" msgstr "Existe uma senha guardada para esta conexão"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Estas aplicam-se a todos os perfis de um determinado tipo" msgstr "Estas aplicam-se a todos os perfis de um determinado tipo"
@@ -2153,7 +2108,7 @@ msgstr "Estas aplicam-se a todos os perfis de um determinado tipo"
msgid "Thin" msgid "Thin"
msgstr "Fino" msgstr "Fino"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Marque isto se tiver problemas visuais, como aliasing, ghosting ou outros problemas visuais" msgstr "Marque isto se tiver problemas visuais, como aliasing, ghosting ou outros problemas visuais"
@@ -2182,7 +2137,7 @@ msgstr "Topo"
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Tente novamente" msgstr "Tente novamente"
@@ -2202,7 +2157,7 @@ msgstr "Desagrupado"
msgid "Uninstall" msgid "Uninstall"
msgstr "Desinstalar" msgstr "Desinstalar"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Desconhecido" msgstr "Desconhecido"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Atualizar para {version}" msgstr "Atualizar para {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Carregar (upload)" msgstr "Carregar (upload)"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Fazer upload como uma nova configuração" msgstr "Fazer upload como uma nova configuração"
@@ -2322,7 +2277,7 @@ msgstr "Aviso: a chave do host remoto mudou repentinamente!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Estamos rastreando apenas as suas versões de Tabby e de sistema operativo." msgstr "Estamos rastreando apenas as suas versões de Tabby e de sistema operativo."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Bem-vindo" msgstr "Bem-vindo"
@@ -2379,7 +2334,7 @@ msgstr "Separadores de palavras"
msgid "Working directory" msgid "Working directory"
msgstr "Diretório atual" msgstr "Diretório atual"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Detecção do diretório atual" msgstr "Detecção do diretório atual"
@@ -2396,7 +2351,7 @@ msgstr "O terminal WSL só suporta TrueColor com ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Encaminhamento X11" msgstr "Encaminhamento X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Amarelo" msgstr "Amarelo"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
"Language: ru_RU\n" "Language: ru_RU\n"
"PO-Revision-Date: 2023-02-06 19:58\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" всё ещё выполняется. Желаете закрыть?" msgstr "\"{command}\" всё ещё выполняется. Желаете закрыть?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "Копия {name}" msgstr "Копия {name}"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Доп. пространство между строками" msgstr "Доп. пространство между строками"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Настройки приложения"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Вы уверены, что хотите закрыть Tabby? Это предупреждение можно отключить в Настройках -> Окно." msgstr "Вы уверены, что хотите закрыть Tabby? Это предупреждение можно отключить в Настройках -> Окно."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Вы уверены?" msgstr "Вы уверены?"
@@ -160,7 +160,7 @@ msgstr "Автоматически"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Обновлять автоматически" msgstr "Обновлять автоматически"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Автоматически загружать изменения и проверять наличие обновлений каждую минуту" msgstr "Автоматически загружать изменения и проверять наличие обновлений каждую минуту"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Тип фона" msgstr "Тип фона"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Скорость передачи" msgstr "Скорость передачи"
@@ -186,7 +186,7 @@ msgstr "Начало строки"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Мигающий курсор" msgstr "Мигающий курсор"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Синий" msgstr "Синий"
@@ -212,7 +212,7 @@ msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Широковещательный режим. Нажмите в любом месте для отмены." msgstr "Широковещательный режим. Нажмите в любом месте для отмены."
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Встроенные" msgstr "Встроенные"
@@ -224,12 +224,11 @@ msgstr "Встроенные"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Отмена" msgstr "Отмена"
@@ -254,11 +253,7 @@ msgstr "Проверить обновления"
msgid "Ciphers" msgid "Ciphers"
msgstr "Шифры" msgstr "Шифры"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr ""
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Очистить недавние профили" msgstr "Очистить недавние профили"
@@ -266,10 +261,6 @@ msgstr "Очистить недавние профили"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Очистить терминал" msgstr "Очистить терминал"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Буфер обмена" msgstr "Буфер обмена"
@@ -304,7 +295,7 @@ msgstr "Закрыть вкладки слева"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Закрыть вкладки справа" msgstr "Закрыть вкладки справа"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Закрывать окно после закрытия последней вкладки" msgstr "Закрывать окно после закрытия последней вкладки"
@@ -313,7 +304,6 @@ msgstr "Закрывать окно после закрытия последне
msgid "Color" msgid "Color"
msgstr "Цвет" msgstr "Цвет"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Цветовая схема" msgstr "Цветовая схема"
@@ -330,7 +320,7 @@ msgstr "Командная строка"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Вместо сетевого соединения используется stdin/stdout команды" msgstr "Вместо сетевого соединения используется stdin/stdout команды"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Команды" msgstr "Команды"
@@ -338,10 +328,6 @@ msgstr "Команды"
msgid "Compact" msgid "Compact"
msgstr "Компактная" msgstr "Компактная"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr ""
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Конфигурация скачана" msgstr "Конфигурация скачана"
@@ -368,8 +354,8 @@ msgstr "Конфигурации"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Подключиться через прокси-сервер" msgstr "Подключиться через прокси-сервер"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Подключиться к \"%s\"..." msgstr "Подключиться к \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "Подключиться к \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "Подключиться к другому хосту и использовать его как прокси" msgstr "Подключиться к другому хосту и использовать его как прокси"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Соединение" msgstr "Соединение"
@@ -400,27 +386,23 @@ msgstr "Вместо этого будет использоваться имя
msgid "Context menu" msgid "Context menu"
msgstr "Контекстное меню" msgstr "Контекстное меню"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Скопировано" msgstr "Скопировано"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Копировать" msgstr "Копировать"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Копировать текущий путь" msgstr "Копировать текущий путь"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Копировать при выделении" msgstr "Копировать при выделении"
@@ -433,7 +415,7 @@ msgstr "Копировать в буфер обмена"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Копировать с форматированием" msgstr "Копировать с форматированием"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Не удалось расшифровать конфигурацию" msgstr "Не удалось расшифровать конфигурацию"
@@ -441,7 +423,7 @@ msgstr "Не удалось расшифровать конфигурацию"
msgid "Create" msgid "Create"
msgstr "Создать" msgstr "Создать"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Создать каталог" msgstr "Создать каталог"
@@ -494,7 +476,7 @@ msgstr "Уменьшить размер разделения по вертика
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Профиль по умолчанию для новых вкладок" msgstr "Профиль по умолчанию для новых вкладок"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Настройки профилей по умолчанию" msgstr "Настройки профилей по умолчанию"
@@ -506,13 +488,11 @@ msgstr "Значения по умолчанию"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "По умолчанию для {type}" msgstr "По умолчанию для {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "По умолчанию для {type}"
msgid "Delete" msgid "Delete"
msgstr "Удалить" msgstr "Удалить"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Удалить \"{name}\"?" msgstr "Удалить \"{name}\"?"
@@ -543,11 +523,7 @@ msgstr "Удалить следующее слово"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Удалить предыдущее слово" msgstr "Удалить предыдущее слово"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Удалить профили этой группы?" msgstr "Удалить профили этой группы?"
@@ -579,11 +555,11 @@ msgstr "Отключить"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Отключить динамический заголовок вкладки" msgstr "Отключить динамический заголовок вкладки"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Отключить прозрачный фон на время перетаскивания окна" msgstr "Отключить прозрачный фон на время перетаскивания окна"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Отключить GPU-ускорение" msgstr "Отключить GPU-ускорение"
@@ -593,12 +569,12 @@ msgstr "Отключено"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Отсоединиться" msgstr "Отсоединиться"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Отключиться от {host}?" msgstr "Отключиться от {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Не прерывать" msgstr "Не прерывать"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Не закрывать" msgstr "Не закрывать"
@@ -677,7 +653,7 @@ msgstr "Дублировать вкладку"
msgid "Edit" msgid "Edit"
msgstr "Изменить" msgstr "Изменить"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Изменить локально" msgstr "Изменить локально"
@@ -698,10 +674,6 @@ msgstr "Включить анимацию"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Включить автоматическую установку обновлений, когда они доступны." msgstr "Включить автоматическую установку обновлений, когда они доступны."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Включить лигатуры шрифтов" msgstr "Включить лигатуры шрифтов"
@@ -726,8 +698,8 @@ msgstr "Конец строки"
msgid "Environment" msgid "Environment"
msgstr "Окружение" msgstr "Окружение"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Очистить конфигурацию" msgstr "Очистить конфигурацию"
@@ -747,10 +719,6 @@ msgstr "Точное совпадение"
msgid "Example:" msgid "Example:"
msgstr "Например:" msgstr "Например:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Экспорт" msgstr "Экспорт"
@@ -775,11 +743,11 @@ msgstr "Фильтр"
msgid "Fixed" msgid "Fixed"
msgstr "Фиксированная" msgstr "Фиксированная"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Иногда прозрачный фон вызывает лаги при перетаскивании" msgstr "Иногда прозрачный фон вызывает лаги при перетаскивании"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Фокус на все панелях" msgstr "Фокус на все панелях"
@@ -787,7 +755,7 @@ msgstr "Фокус на все панелях"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Фокус на все панели сразу (broadcast)" msgstr "Фокус на все панели сразу (broadcast)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Фокус на всех панелях" msgstr "Фокус на всех панелях"
@@ -795,7 +763,7 @@ msgstr "Фокус на всех панелях"
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Фокус на всех панелях сразу (broadcast)" msgstr "Фокус на всех панелях сразу (broadcast)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Фокус следует за курсором" msgstr "Фокус следует за курсором"
@@ -839,7 +807,7 @@ msgstr "Фокус на панели справа"
msgid "Font" msgid "Font"
msgstr "Шрифт" msgstr "Шрифт"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Для сочетаний клавиш" msgstr "Для сочетаний клавиш"
@@ -909,11 +877,11 @@ msgstr "Скопируйте его из окна настроек web-верс
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Придает окну размытый прозрачный фон" msgstr "Придает окну размытый прозрачный фон"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Вверх" msgstr "Вверх"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Зелёный" msgstr "Зелёный"
@@ -921,7 +889,7 @@ msgstr "Зелёный"
msgid "Group" msgid "Group"
msgstr "Группа" msgstr "Группа"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Проблемы" msgstr "Проблемы"
@@ -938,15 +906,15 @@ msgstr "Помогите с переводом Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Шестнадцатеричный" msgstr "Шестнадцатеричный"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Скрыть кнопку закрытия вкладки" msgstr "Скрыть кнопку закрытия вкладки"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Скрыть нумерацию вкладок" msgstr "Скрыть нумерацию вкладок"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Скрыть параметры вкладки" msgstr "Скрыть параметры вкладки"
@@ -980,10 +948,6 @@ msgstr "Проверка ключа хоста"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Горячие клавиши" msgstr "Горячие клавиши"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP-прокси" msgstr "HTTP-прокси"
@@ -1065,8 +1029,8 @@ msgstr "Перейти к следующему слову"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Перейти к предыдущему слову" msgstr "Перейти к предыдущему слову"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Клавиатура"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Интерактивная аутентификация" msgstr "Интерактивная аутентификация"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Завершить принудительно" msgstr "Завершить принудительно"
@@ -1119,7 +1083,7 @@ msgstr "Запустить WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Запустить WinSCP для текущей SSH сессии" msgstr "Запустить WinSCP для текущей SSH сессии"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Узнайте, как разрешить Tabby определять рабочий каталог удалённой оболочки." msgstr "Узнайте, как разрешить Tabby определять рабочий каталог удалённой оболочки."
@@ -1146,7 +1110,7 @@ msgstr "Редактор строк, ввод отправляется посл
msgid "Line padding" msgid "Line padding"
msgstr "Междустрочный интервал" msgstr "Междустрочный интервал"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Загрузка" msgstr "Загрузка"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Локальный терминал" msgstr "Локальный терминал"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Скрипты входа" msgstr "Скрипты входа"
@@ -1177,7 +1141,7 @@ msgstr "Скрипты входа"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Долгое нажатие для контекстного меню" msgstr "Долгое нажатие для контекстного меню"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Управление профилями" msgstr "Управление профилями"
@@ -1209,11 +1173,11 @@ msgstr "Переместить вкладку влево"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Переместить вкладку вправо" msgstr "Переместить вкладку вправо"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Переместить в «Без группы»" msgstr "Переместить в «Без группы»"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Наведение мыши на неактивную панель приведёт к её активации" msgstr "Наведение мыши на неактивную панель приведёт к её активации"
@@ -1234,7 +1198,7 @@ msgstr "Имя для новой папки"
msgid "Native" msgid "Native"
msgstr "Системная" msgstr "Системная"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Новый как администратор" msgstr "Новый как администратор"
@@ -1246,7 +1210,7 @@ msgstr "Новая конфигурация на {platform}"
msgid "New item" msgid "New item"
msgstr "Новый элемент" msgstr "Новый элемент"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Новое имя" msgstr "Новое имя"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Новая вкладка: {profile}" msgstr "Новая вкладка: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Новый терминал" msgstr "Новый терминал"
@@ -1280,7 +1244,7 @@ msgstr "Новое окно"
msgid "New Window" msgid "New Window"
msgstr "Новое окно" msgstr "Новое окно"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Новый с профилем" msgstr "Новый с профилем"
@@ -1288,7 +1252,7 @@ msgstr "Новый с профилем"
msgid "Next tab" msgid "Next tab"
msgstr "Следующая вкладка" msgstr "Следующая вкладка"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Без цвета" msgstr "Без цвета"
@@ -1309,8 +1273,8 @@ msgstr "Нормальный"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Нормальный размер шрифта" msgstr "Нормальный размер шрифта"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Не найдено" msgstr "Не найдено"
@@ -1369,7 +1333,7 @@ msgstr "Опциональный"
msgid "Options" msgid "Options"
msgstr "Параметры" msgstr "Параметры"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Оранжевый" msgstr "Оранжевый"
@@ -1417,11 +1381,11 @@ msgstr "Перезаписать удаленную конфигурацию и
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Перезаписать локальную конфигурацию и начать синхронизацию?" msgstr "Перезаписать локальную конфигурацию и начать синхронизацию?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Шаг изменения размера панели" msgstr "Шаг изменения размера панели"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Панели" msgstr "Панели"
@@ -1429,7 +1393,7 @@ msgstr "Панели"
msgid "Parity" msgid "Parity"
msgstr "Контроль чётности" msgstr "Контроль чётности"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Частичная синхронизация конфигурации невозможна, если конфигурация зашифрована с помощью хранилища." msgstr "Частичная синхронизация конфигурации невозможна, если конфигурация зашифрована с помощью хранилища."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Пароль" msgstr "Пароль"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Вставить" msgstr "Вставить"
@@ -1456,7 +1420,7 @@ msgstr "Вставить из буфера обмена"
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Вставить, если нет выделения, иначе скопировать" msgstr "Вставить, если нет выделения, иначе скопировать"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Вставить несколько строк?" msgstr "Вставить несколько строк?"
@@ -1485,7 +1449,7 @@ msgstr "Папка с плагинами"
msgid "Port" msgid "Port"
msgstr "Порт" msgstr "Порт"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Порт открыт" msgstr "Порт открыт"
@@ -1494,9 +1458,9 @@ msgstr "Порт открыт"
msgid "Ports" msgid "Ports"
msgstr "Порты" msgstr "Порты"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Нажмите любую клавишу для переподключения" msgstr "Нажмите любую клавишу для переподключения"
@@ -1534,7 +1498,7 @@ msgstr "Название профиля"
msgid "Profiles" msgid "Profiles"
msgstr "Профили" msgstr "Профили"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Профили и соединения" msgstr "Профили и соединения"
@@ -1547,7 +1511,7 @@ msgstr "Программа"
msgid "Proxy command" msgid "Proxy command"
msgstr "Прокси-команда" msgstr "Прокси-команда"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Фиолетовый" msgstr "Фиолетовый"
@@ -1555,13 +1519,13 @@ msgstr "Фиолетовый"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Помещает всю конфигурацию Tabby в зашифрованное хранилище" msgstr "Помещает всю конфигурацию Tabby в зашифрованное хранилище"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Быстрое подключение" msgstr "Быстрое подключение"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Выйти" msgstr "Выйти"
@@ -1573,8 +1537,8 @@ msgstr "Подключение через сокет"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Таймаут подключения (мс)" msgstr "Таймаут подключения (мс)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Недавние" msgstr "Недавние"
@@ -1585,7 +1549,7 @@ msgstr "Недавние"
msgid "Reconnect" msgid "Reconnect"
msgstr "Переподключение" msgstr "Переподключение"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Красный" msgstr "Красный"
@@ -1750,12 +1714,11 @@ msgstr "Прокручивает терминал вниз при вводе"
msgid "Search" msgid "Search"
msgstr "Поиск" msgstr "Поиск"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Поиск цветовых схем" msgstr "Поиск цветовых схем"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Поиск горячих клавиш" msgstr "Поиск горячих клавиш"
@@ -1772,7 +1735,7 @@ msgstr "Секретный токен синхронизации"
msgid "Select" msgid "Select"
msgstr "Выбрать" msgstr "Выбрать"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Выберите базовый профиль для использования в качестве шаблона" msgstr "Выберите базовый профиль для использования в качестве шаблона"
@@ -1784,11 +1747,11 @@ msgstr "Выбрать всё"
msgid "Select file storage" msgid "Select file storage"
msgstr "Выберите хранилище файлов" msgstr "Выберите хранилище файлов"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Выбрать профиль" msgstr "Выбрать профиль"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Выберите профиль или введите адрес" msgstr "Выберите профиль или введите адрес"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Установка пути для named pipe SSH-агента." msgstr "Установка пути для named pipe SSH-агента."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Настройки" msgstr "Настройки"
@@ -1848,7 +1811,7 @@ msgstr "Настройки"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Shell не поддерживает обнаружение текущего пути" msgstr "Shell не поддерживает обнаружение текущего пути"
@@ -1888,7 +1851,7 @@ msgstr "Показать микшер"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Показать названия панелей (для перестановки)" msgstr "Показать названия панелей (для перестановки)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Показать значок профиля на вкладке" msgstr "Показать значок профиля на вкладке"
@@ -1908,11 +1871,7 @@ msgstr "Посмотреть изменения в релизе"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Показать соединения по последовательному порту" msgstr "Показать соединения по последовательному порту"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr ""
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Показать панель инструментов" msgstr "Показать панель инструментов"
@@ -1989,11 +1948,11 @@ msgstr "Разделить сверху"
msgid "Split to the up" msgid "Split to the up"
msgstr "Разделить сверху" msgstr "Разделить сверху"
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "SSH-соединение" msgstr "SSH-соединение"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "Управление SSH-подключениями теперь производится во вкладке «Профили и подключения»" msgstr "Управление SSH-подключениями теперь производится во вкладке «Профили и подключения»"
@@ -2041,7 +2000,7 @@ msgstr "Переключение реализации frontend для терми
msgid "Sync" msgid "Sync"
msgstr "Синхронизация" msgstr "Синхронизация"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Автоматическая синхронизация" msgstr "Автоматическая синхронизация"
@@ -2049,15 +2008,15 @@ msgstr "Автоматическая синхронизация"
msgid "Sync host" msgid "Sync host"
msgstr "Хост синхронизации" msgstr "Хост синхронизации"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Синхронизация горячих клавиш" msgstr "Синхронизация горячих клавиш"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Синхронизация хранилища" msgstr "Синхронизация хранилища"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Синхронизация настроек окна" msgstr "Синхронизация настроек окна"
@@ -2112,7 +2071,7 @@ msgstr "Ширина вкладки"
msgid "Telnet session" msgid "Telnet session"
msgstr "Telnet сессия" msgstr "Telnet сессия"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Терминал" msgstr "Терминал"
@@ -2125,10 +2084,6 @@ msgstr "Фон терминала"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Звуковой сигнал терминала" msgstr "Звуковой сигнал терминала"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Благодарим за загрузку Tabby!" msgstr "Благодарим за загрузку Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Есть активные передачи файлов"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Для этого соединения сохранён пароль" msgstr "Для этого соединения сохранён пароль"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Применяются для всех профилей данного типа" msgstr "Применяются для всех профилей данного типа"
@@ -2153,7 +2108,7 @@ msgstr "Применяются для всех профилей данного
msgid "Thin" msgid "Thin"
msgstr "Тонкая" msgstr "Тонкая"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Включите, если испытываете алиасинг, гостинг или иные проблемы с отображением" msgstr "Включите, если испытываете алиасинг, гостинг или иные проблемы с отображением"
@@ -2182,7 +2137,7 @@ msgstr "Сверху"
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Обрезать пробелы и новые строки" msgstr "Обрезать пробелы и новые строки"
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Повторить" msgstr "Повторить"
@@ -2202,7 +2157,7 @@ msgstr "Без группы"
msgid "Uninstall" msgid "Uninstall"
msgstr "Удалить" msgstr "Удалить"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Неизвестно" msgstr "Неизвестно"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Обновить до {version}" msgstr "Обновить до {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Загрузить" msgstr "Загрузить"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Загрузить как новую конфигурацию" msgstr "Загрузить как новую конфигурацию"
@@ -2322,7 +2277,7 @@ msgstr "Предупреждение: ключ удалённого хоста
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Отслеживается только версия ОС и приложения." msgstr "Отслеживается только версия ОС и приложения."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Добро пожаловать" msgstr "Добро пожаловать"
@@ -2379,7 +2334,7 @@ msgstr "Разделители слов"
msgid "Working directory" msgid "Working directory"
msgstr "Рабочий каталог" msgstr "Рабочий каталог"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Определение рабочего каталога" msgstr "Определение рабочего каталога"
@@ -2396,7 +2351,7 @@ msgstr "Терминал WSL поддерживает TrueColor только с
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Перенаправление X11" msgstr "Перенаправление X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Жёлтый" msgstr "Жёлтый"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
"Language: sv_SE\n" "Language: sv_SE\n"
"PO-Revision-Date: 2023-02-20 10:39\n" "PO-Revision-Date: 2022-11-09 19:21\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" körs fortfarande. Stäng?" msgstr "\"{command}\" körs fortfarande. Stänga?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} kopia" msgstr "{name} kopia"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Ytterligare utrymme mellan raderna" msgstr "Ytterligare utrymme mellan raderna"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Applikationsinställningar"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Är du säker på att du vill stänga Tabby? Du kan inaktivera denna prompt i Inställningar -> Fönster." msgstr "Är du säker på att du vill stänga Tabby? Du kan inaktivera denna prompt i Inställningar -> Fönster."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Är du säker?" msgstr "Är du säker?"
@@ -160,7 +160,7 @@ msgstr "Automatisk"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Automatiska uppdateringar" msgstr "Automatiska uppdateringar"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Ladda automatiskt upp ändringar och sök efter uppdateringar varje minut" msgstr "Ladda automatiskt upp ändringar och sök efter uppdateringar varje minut"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Bakgrundstyp" msgstr "Bakgrundstyp"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Baudhastighet" msgstr "Baudhastighet"
@@ -186,7 +186,7 @@ msgstr "Början av raden"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Blinkande markör" msgstr "Blinkande markör"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Blå" msgstr "Blå"
@@ -212,7 +212,7 @@ msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Sändningsläge. Klicka var som helst för att avbryta." msgstr "Sändningsläge. Klicka var som helst för att avbryta."
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Inbyggt" msgstr "Inbyggt"
@@ -224,12 +224,11 @@ msgstr "Inbyggt"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
@@ -254,11 +253,7 @@ msgstr "Sök efter uppdateringar"
msgid "Ciphers" msgid "Ciphers"
msgstr "Chiffer" msgstr "Chiffer"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "Rensa"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Rensa senaste profilerna" msgstr "Rensa senaste profilerna"
@@ -266,10 +261,6 @@ msgstr "Rensa senaste profilerna"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Rensa terminal" msgstr "Rensa terminal"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr "Rensa terminal efter anslutning"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Urklipp" msgstr "Urklipp"
@@ -304,7 +295,7 @@ msgstr "Stäng flikar till vänster"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Stäng flikar till höger" msgstr "Stäng flikar till höger"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Stäng fönstret efter att ha stängt den sista fliken" msgstr "Stäng fönstret efter att ha stängt den sista fliken"
@@ -313,7 +304,6 @@ msgstr "Stäng fönstret efter att ha stängt den sista fliken"
msgid "Color" msgid "Color"
msgstr "Färg" msgstr "Färg"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Färgschema" msgstr "Färgschema"
@@ -330,7 +320,7 @@ msgstr "Kommandorad"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Kommandot stdin/stdout används istället för en nätverksanslutning" msgstr "Kommandot stdin/stdout används istället för en nätverksanslutning"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Kommandon" msgstr "Kommandon"
@@ -338,10 +328,6 @@ msgstr "Kommandon"
msgid "Compact" msgid "Compact"
msgstr "Kompakt" msgstr "Kompakt"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr "Konfiguration borttagen"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Konfiguration nerladdad" msgstr "Konfiguration nerladdad"
@@ -368,8 +354,8 @@ msgstr "Konfigurationer"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Anslut via en proxyserver" msgstr "Anslut via en proxyserver"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "Anslut till \"%s\"..." msgstr "Anslut till \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "Anslut till \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "Anslut först till en annan värd och använd den som proxy" msgstr "Anslut först till en annan värd och använd den som proxy"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "Ansluter" msgstr "Ansluter"
@@ -400,27 +386,23 @@ msgstr "Anslutningsnamn kommer att användas istället"
msgid "Context menu" msgid "Context menu"
msgstr "Snabbmeny" msgstr "Snabbmeny"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Kopierad" msgstr "Kopierad"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Kopiera" msgstr "Kopiera"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Kopiera aktuell sökväg" msgstr "Kopiera aktuell sökväg"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr "Kopiera fullständig sökväg"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Kopiera vid val" msgstr "Kopiera vid val"
@@ -433,7 +415,7 @@ msgstr "Kopiera till urklipp"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Kopiera med formatering" msgstr "Kopiera med formatering"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Kunde inte dekryptera konfigurationen" msgstr "Kunde inte dekryptera konfigurationen"
@@ -441,7 +423,7 @@ msgstr "Kunde inte dekryptera konfigurationen"
msgid "Create" msgid "Create"
msgstr "Skapa" msgstr "Skapa"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Skapa mapp" msgstr "Skapa mapp"
@@ -494,7 +476,7 @@ msgstr "Minska storlek på vertikalt delad vy"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Standardprofil för nya flikar" msgstr "Standardprofil för nya flikar"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Inställningar för standardprofil" msgstr "Inställningar för standardprofil"
@@ -506,13 +488,11 @@ msgstr "Standardvärden"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "Standardvärden för {type}" msgstr "Standardvärden för {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "Standardvärden för {type}"
msgid "Delete" msgid "Delete"
msgstr "Radera" msgstr "Radera"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Radera \"{name}\"?" msgstr "Radera \"{name}\"?"
@@ -543,11 +523,7 @@ msgstr "Radera nästa ord"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Radera föregående ord" msgstr "Radera föregående ord"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr "Ta bort konfigurationen på fjärrsidan?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Radera gruppens profiler?" msgstr "Radera gruppens profiler?"
@@ -579,11 +555,11 @@ msgstr "Inaktivera"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Inaktivera dynamisk fliktitel" msgstr "Inaktivera dynamisk fliktitel"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Inaktivera flytande bakgrund medan du drar" msgstr "Inaktivera flytande bakgrund medan du drar"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Inaktivera GPU-acceleration" msgstr "Inaktivera GPU-acceleration"
@@ -593,12 +569,12 @@ msgstr "Inaktiverad"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Koppla ifrån" msgstr "Koppla ifrån"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Koppla bort från {host}?" msgstr "Koppla bort från {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Avbryt inte" msgstr "Avbryt inte"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Stäng inte" msgstr "Stäng inte"
@@ -677,7 +653,7 @@ msgstr "Duplicera flik"
msgid "Edit" msgid "Edit"
msgstr "Redigera" msgstr "Redigera"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Redigera lokalt" msgstr "Redigera lokalt"
@@ -698,10 +674,6 @@ msgstr "Aktivera animationer"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Aktivera automatisk installation av uppdateringar när de blir tillgängliga." msgstr "Aktivera automatisk installation av uppdateringar när de blir tillgängliga."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr "Aktivera flytande bakgrundsalternativ"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Aktivera teckensnittsligaturer" msgstr "Aktivera teckensnittsligaturer"
@@ -726,8 +698,8 @@ msgstr "Slutet av raden"
msgid "Environment" msgid "Environment"
msgstr "Miljö" msgstr "Miljö"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Radera konfiguration" msgstr "Radera konfiguration"
@@ -747,10 +719,6 @@ msgstr "Exakt matchning"
msgid "Example:" msgid "Example:"
msgstr "Exempel:" msgstr "Exempel:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr "Experimentella Windows 10 bakgrundsstilar som är kända för att orsaka problem"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Exportera" msgstr "Exportera"
@@ -775,11 +743,11 @@ msgstr "Filtrera"
msgid "Fixed" msgid "Fixed"
msgstr "Fast" msgstr "Fast"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Flytande bakgrund orsakar ibland draglag" msgstr "Flytande bakgrund orsakar ibland draglag"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Fokusera alla paneler" msgstr "Fokusera alla paneler"
@@ -787,7 +755,7 @@ msgstr "Fokusera alla paneler"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Fokusera alla paneler samtidigt (sändning)" msgstr "Fokusera alla paneler samtidigt (sändning)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Fokusera alla flikar" msgstr "Fokusera alla flikar"
@@ -795,7 +763,7 @@ msgstr "Fokusera alla flikar"
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Fokusera alla flikar samtidigt (sändning)" msgstr "Fokusera alla flikar samtidigt (sändning)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Fokus följer mus" msgstr "Fokus följer mus"
@@ -839,7 +807,7 @@ msgstr "Fokusera panelen till höger"
msgid "Font" msgid "Font"
msgstr "Typsnitt" msgstr "Typsnitt"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "För kortkommandon" msgstr "För kortkommandon"
@@ -909,11 +877,11 @@ msgstr "Hämta det från fönstret Tabby Web-inställningar"
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Ger fönstret en suddig transparent bakgrund" msgstr "Ger fönstret en suddig transparent bakgrund"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Gå upp" msgstr "Gå upp"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Grön" msgstr "Grön"
@@ -921,7 +889,7 @@ msgstr "Grön"
msgid "Group" msgid "Group"
msgstr "Grupp" msgstr "Grupp"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Hacks" msgstr "Hacks"
@@ -938,15 +906,15 @@ msgstr "Hjälp till att översätta Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Hexadecimal" msgstr "Hexadecimal"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Dölj flikstängningsknappen" msgstr "Dölj flikstängningsknappen"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Dölj flikindex" msgstr "Dölj flikindex"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Dölj flikalternativsknappen" msgstr "Dölj flikalternativsknappen"
@@ -980,10 +948,6 @@ msgstr "Värdnyckelverifiering"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Snabbtangenter" msgstr "Snabbtangenter"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr "Hur Tabby presenterar sig genom miljövariabler"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP-proxy" msgstr "HTTP-proxy"
@@ -1002,7 +966,7 @@ msgstr "Ikon"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154
msgid "id.tab-width.dynamic" msgid "id.tab-width.dynamic"
msgstr "Dynamic" msgstr "id.tab-width.dynamic"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64
msgid "If disabled, only custom profiles will show up in the profile selector" msgid "If disabled, only custom profiles will show up in the profile selector"
@@ -1065,8 +1029,8 @@ msgstr "Hoppa till nästa ord"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Hoppa till föregående ord" msgstr "Hoppa till föregående ord"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Tangentbord"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Tangentbordsinteraktiv autentisering" msgstr "Tangentbordsinteraktiv autentisering"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Döda" msgstr "Döda"
@@ -1119,7 +1083,7 @@ msgstr "Starta WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Starta WinSCP för aktuell SSH-session" msgstr "Starta WinSCP för aktuell SSH-session"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Lär dig hur du tillåter Tabby att upptäcka fjärrskalets arbetskatalog." msgstr "Lär dig hur du tillåter Tabby att upptäcka fjärrskalets arbetskatalog."
@@ -1146,7 +1110,7 @@ msgstr "Radredigerare, inmatning skickas efter att du tryckt på Enter"
msgid "Line padding" msgid "Line padding"
msgstr "Linjestoppning" msgstr "Linjestoppning"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Laddar" msgstr "Laddar"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Lokal terminal" msgstr "Lokal terminal"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Inloggningsskript" msgstr "Inloggningsskript"
@@ -1177,7 +1141,7 @@ msgstr "Inloggningsskript"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Långklicka för snabbmeny" msgstr "Långklicka för snabbmeny"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Hantera profiler" msgstr "Hantera profiler"
@@ -1209,11 +1173,11 @@ msgstr "Flytta fliken till vänster"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Flytta fliken till höger" msgstr "Flytta fliken till höger"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Flytta till \"Ogrupperad\"" msgstr "Flytta till \"Ogrupperad\""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Om du flyttar musen över en inaktiv panel kommer den att aktiveras" msgstr "Om du flyttar musen över en inaktiv panel kommer den att aktiveras"
@@ -1234,7 +1198,7 @@ msgstr "Namn på den nya mappen"
msgid "Native" msgid "Native"
msgstr "Inbyggd" msgstr "Inbyggd"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Ny adminflik" msgstr "Ny adminflik"
@@ -1246,7 +1210,7 @@ msgstr "Ny konfiguration på {plattform}"
msgid "New item" msgid "New item"
msgstr "Nytt objekt" msgstr "Nytt objekt"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Nytt namn" msgstr "Nytt namn"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Ny flik: {profil}" msgstr "Ny flik: {profil}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Ny terminal" msgstr "Ny terminal"
@@ -1280,7 +1244,7 @@ msgstr "Nytt fönster"
msgid "New Window" msgid "New Window"
msgstr "Nytt fönster" msgstr "Nytt fönster"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Nytt med profil" msgstr "Nytt med profil"
@@ -1288,7 +1252,7 @@ msgstr "Nytt med profil"
msgid "Next tab" msgid "Next tab"
msgstr "Nästa flik" msgstr "Nästa flik"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Ingen färg" msgstr "Ingen färg"
@@ -1309,8 +1273,8 @@ msgstr "Normal"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Normal teckensnittsvikt" msgstr "Normal teckensnittsvikt"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Hittades inte" msgstr "Hittades inte"
@@ -1369,7 +1333,7 @@ msgstr "Frivillig"
msgid "Options" msgid "Options"
msgstr "Alternativ" msgstr "Alternativ"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Orange" msgstr "Orange"
@@ -1417,11 +1381,11 @@ msgstr "Skriv över konfigurationen på fjärrsidan och börja synkronisera?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Vill du skriva över den lokala konfigurationen och börja synkronisera?" msgstr "Vill du skriva över den lokala konfigurationen och börja synkronisera?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Panelomskalningssteg" msgstr "Panelomskalningssteg"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Paneler" msgstr "Paneler"
@@ -1429,7 +1393,7 @@ msgstr "Paneler"
msgid "Parity" msgid "Parity"
msgstr "Paritet" msgstr "Paritet"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Delvis konfigurationssynkronisering är inte möjlig när konfigurationen är krypterad via Valvet." msgstr "Delvis konfigurationssynkronisering är inte möjlig när konfigurationen är krypterad via Valvet."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Lösenord" msgstr "Lösenord"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Klistra in" msgstr "Klistra in"
@@ -1456,7 +1420,7 @@ msgstr "Klistra in från urklipp"
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Klistra in om inget val, annars kopiera" msgstr "Klistra in om inget val, annars kopiera"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Klistra in flera rader?" msgstr "Klistra in flera rader?"
@@ -1485,7 +1449,7 @@ msgstr "Plugins-mappen"
msgid "Port" msgid "Port"
msgstr "Port" msgstr "Port"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Port öppnad" msgstr "Port öppnad"
@@ -1494,9 +1458,9 @@ msgstr "Port öppnad"
msgid "Ports" msgid "Ports"
msgstr "Portar" msgstr "Portar"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Tryck på valfri tangent för att återansluta" msgstr "Tryck på valfri tangent för att återansluta"
@@ -1534,7 +1498,7 @@ msgstr "Profilnamn"
msgid "Profiles" msgid "Profiles"
msgstr "Profiler" msgstr "Profiler"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Profiler & anslutningar" msgstr "Profiler & anslutningar"
@@ -1547,7 +1511,7 @@ msgstr "Program"
msgid "Proxy command" msgid "Proxy command"
msgstr "Proxy kommando" msgstr "Proxy kommando"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Lila" msgstr "Lila"
@@ -1555,13 +1519,13 @@ msgstr "Lila"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Lägger in hela Tabbys konfiguration i valvet" msgstr "Lägger in hela Tabbys konfiguration i valvet"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Snabbanslutning" msgstr "Snabbanslutning"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Avsluta" msgstr "Avsluta"
@@ -1573,8 +1537,8 @@ msgstr "Raw socket anslutning"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Klar timeout (millisekunder)" msgstr "Klar timeout (millisekunder)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Nyligen" msgstr "Nyligen"
@@ -1585,7 +1549,7 @@ msgstr "Nyligen"
msgid "Reconnect" msgid "Reconnect"
msgstr "Återanslut" msgstr "Återanslut"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Röd" msgstr "Röd"
@@ -1750,12 +1714,11 @@ msgstr "Skrollar terminalen till botten vid användarinmatning"
msgid "Search" msgid "Search"
msgstr "Sök" msgstr "Sök"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Sök efter färgscheman" msgstr "Sök efter färgscheman"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Sök snabbtangenter" msgstr "Sök snabbtangenter"
@@ -1772,7 +1735,7 @@ msgstr "Hemligt synkroniseringstoken"
msgid "Select" msgid "Select"
msgstr "Välj" msgstr "Välj"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Välj en basprofil att använda som mall" msgstr "Välj en basprofil att använda som mall"
@@ -1784,11 +1747,11 @@ msgstr "Välj alla"
msgid "Select file storage" msgid "Select file storage"
msgstr "Välj fillagring" msgstr "Välj fillagring"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Välj profil" msgstr "Välj profil"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Välj profil eller ange en adress" msgstr "Välj profil eller ange en adress"
@@ -1840,15 +1803,15 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Ställer in SSH-agentens namngivna processökväg." msgstr "Ställer in SSH-agentens namngivna processökväg."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Inställningar" msgstr "inställningar"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:2 #: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:2
msgid "Shell" msgid "Shell"
msgstr "Skal" msgstr "Skal"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Skalet stöder inte detektering av strömväg" msgstr "Skalet stöder inte detektering av strömväg"
@@ -1888,7 +1851,7 @@ msgstr "Visa mixer"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Visa paneletiketter (för att ordna om)" msgstr "Visa paneletiketter (för att ordna om)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Visa profilikon på fliken" msgstr "Visa profilikon på fliken"
@@ -1908,11 +1871,7 @@ msgstr "Visa release notes"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Visa seriella anslutningar" msgstr "Visa seriella anslutningar"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "Visa flikar i helskärmsläge"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Visa verktygsfält" msgstr "Visa verktygsfält"
@@ -1989,11 +1948,11 @@ msgstr "Dela till toppen"
msgid "Split to the up" msgid "Split to the up"
msgstr "Dela uppåt" msgstr "Dela uppåt"
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "SSH-anslutning" msgstr "SSH-anslutning"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "SSH-anslutningshantering görs nu via fliken \"Profiler & anslutningar\"." msgstr "SSH-anslutningshantering görs nu via fliken \"Profiler & anslutningar\"."
@@ -2041,7 +2000,7 @@ msgstr "Switchar terminal frontend implementering (experimentell)"
msgid "Sync" msgid "Sync"
msgstr "Synkronisera" msgstr "Synkronisera"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Synkronisera automatiskt" msgstr "Synkronisera automatiskt"
@@ -2049,15 +2008,15 @@ msgstr "Synkronisera automatiskt"
msgid "Sync host" msgid "Sync host"
msgstr "Synkronisera värd" msgstr "Synkronisera värd"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Synkronisera snabbtangenter" msgstr "Synkronisera snabbtangenter"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Synkronisera valv" msgstr "Synkronisera valv"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Synkronisera fönsterinställningar" msgstr "Synkronisera fönsterinställningar"
@@ -2112,7 +2071,7 @@ msgstr "Flikarnas bredd"
msgid "Telnet session" msgid "Telnet session"
msgstr "Telnet-session" msgstr "Telnet-session"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Terminal" msgstr "Terminal"
@@ -2125,10 +2084,6 @@ msgstr "Terminal bakgrund"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Terminalklocka" msgstr "Terminalklocka"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr "Terminal identifiering"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Tack för att du laddade ner Tabby!" msgstr "Tack för att du laddade ner Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Det finns aktiva filöverföringar"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Det finns ett sparat lösenord för denna anslutning" msgstr "Det finns ett sparat lösenord för denna anslutning"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Dessa gäller alla profiler av en angiven typ" msgstr "Dessa gäller alla profiler av en angiven typ"
@@ -2153,7 +2108,7 @@ msgstr "Dessa gäller alla profiler av en angiven typ"
msgid "Thin" msgid "Thin"
msgstr "Tunn" msgstr "Tunn"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Kryssa för detta om du upplever aliaseffekt, spökbilder eller andra visuella problem" msgstr "Kryssa för detta om du upplever aliaseffekt, spökbilder eller andra visuella problem"
@@ -2182,7 +2137,7 @@ msgstr "Toppen"
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Trimma blanksteg och radbrytningar" msgstr "Trimma blanksteg och radbrytningar"
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Försök igen" msgstr "Försök igen"
@@ -2202,7 +2157,7 @@ msgstr "Ogrupperad"
msgid "Uninstall" msgid "Uninstall"
msgstr "Avinstallera" msgstr "Avinstallera"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Okänd" msgstr "Okänd"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Uppgradera till {version}" msgstr "Uppgradera till {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Ladda upp" msgstr "Ladda upp"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Ladda upp som en ny konfiguration" msgstr "Ladda upp som en ny konfiguration"
@@ -2267,7 +2222,7 @@ msgstr "Valv"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:4 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:4
msgid "Vault is an always-encrypted container for secrets such as SSH passwords and private key passphrases." msgid "Vault is an always-encrypted container for secrets such as SSH passwords and private key passphrases."
msgstr "Valvet är en alltid-krypterad behållare för hemligheter så som SSH-lösenord och privata nyckellösenfraser." msgstr "Valvet är en alltid krypterad behållare för hemligheter så som SSH-lösenord och privata nyckellösenfraser."
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:17 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:17
msgid "Vault is empty" msgid "Vault is empty"
@@ -2322,7 +2277,7 @@ msgstr "Varning: fjärrvärdens nyckel har plötsligt ändrats!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Vi spårar bara dina Tabby- och OS-versioner." msgstr "Vi spårar bara dina Tabby- och OS-versioner."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Välkommen" msgstr "Välkommen"
@@ -2379,7 +2334,7 @@ msgstr "Ordavgränsare"
msgid "Working directory" msgid "Working directory"
msgstr "Arbetskatalog" msgstr "Arbetskatalog"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Detektering av arbetskatalog" msgstr "Detektering av arbetskatalog"
@@ -2396,7 +2351,7 @@ msgstr "WSL-terminalen stöder endast TrueColor med ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "X11 vidarebefordran" msgstr "X11 vidarebefordran"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Gul" msgstr "Gul"
@@ -2420,5 +2375,5 @@ msgstr "Zooma ut"
#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55 #: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55
msgctxt "[Dynamic] port forwarding" msgctxt "[Dynamic] port forwarding"
msgid "id.port-forwarding.dynamic" msgid "id.port-forwarding.dynamic"
msgstr "Dynamic" msgstr "id.port-forwarding.dynamic"

View File

@@ -10,14 +10,14 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Ukrainian\n" "Language-Team: Ukrainian\n"
"Language: uk_UA\n" "Language: uk_UA\n"
"PO-Revision-Date: 2023-02-20 10:39\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" все ще запущено. Закрити?" msgstr "\"{command}\" все ще запущено. Закрити?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} копія" msgstr "{name} копія"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "Додатковий простір між рядками" msgstr "Додатковий простір між рядками"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "Налаштування"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "Ви впевнені, що хочете закрити Tabby? Це попередження можна вимкнути в Налаштування -> Вікно." msgstr "Ви впевнені, що хочете закрити Tabby? Це попередження можна вимкнути в Налаштування -> Вікно."
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Ви впевнені?" msgstr "Ви впевнені?"
@@ -160,7 +160,7 @@ msgstr "Автоматично"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "Оновлювати автоматично" msgstr "Оновлювати автоматично"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "Автоматично завантажувати зміни і перевіряти оновлення щохвилини" msgstr "Автоматично завантажувати зміни і перевіряти оновлення щохвилини"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "Тип фону" msgstr "Тип фону"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "Швидкість передачі даних" msgstr "Швидкість передачі даних"
@@ -186,7 +186,7 @@ msgstr "Початок рядка"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "Миготливий курсор" msgstr "Миготливий курсор"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "Синій" msgstr "Синій"
@@ -209,10 +209,10 @@ msgstr "Bracketed вставка (потрібна підтримка оболо
#: tabby-terminal/src/services/multifocus.service.ts:19 #: tabby-terminal/src/services/multifocus.service.ts:19
msgid "Broadcast mode. Click anywhere to cancel." msgid "Broadcast mode. Click anywhere to cancel."
msgstr "Режим трансляції. Натисніть будь-де, щоб скасувати." msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "Вбудовані" msgstr "Вбудовані"
@@ -224,12 +224,11 @@ msgstr "Вбудовані"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "Скасувати" msgstr "Скасувати"
@@ -239,7 +238,7 @@ msgstr "Змінити швидкість передачі"
#: tabby-core/src/tabContextMenu.ts:133 #: tabby-core/src/tabContextMenu.ts:133
msgid "Change tab color" msgid "Change tab color"
msgstr "Змінити колір вкладки" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Change the master passphrase" msgid "Change the master passphrase"
@@ -254,11 +253,7 @@ msgstr "Перевірити оновлення"
msgid "Ciphers" msgid "Ciphers"
msgstr "Шифри" msgstr "Шифри"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "Очистити"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "Очистити останні профілі" msgstr "Очистити останні профілі"
@@ -266,10 +261,6 @@ msgstr "Очистити останні профілі"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "Очистити термінал" msgstr "Очистити термінал"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr "Очистити термінал після підключення"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "Буфер обміну" msgstr "Буфер обміну"
@@ -304,16 +295,15 @@ msgstr "Закрити вкладки ліворуч"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "Закрити вкладки праворуч" msgstr "Закрити вкладки праворуч"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "Закрити вікно після закриття останньої вкладки" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35
#: tabby-core/src/tabContextMenu.ts:132 #: tabby-core/src/tabContextMenu.ts:132
msgid "Color" msgid "Color"
msgstr "Колір" msgstr "Колір"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "Кольорова схема" msgstr "Кольорова схема"
@@ -330,18 +320,14 @@ msgstr "Командний рядок"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "Замість мережного з'єднання використовується stdin/stdout команди" msgstr "Замість мережного з'єднання використовується stdin/stdout команди"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "Команди" msgstr ""
#: tabby-core/src/theme.ts:20 #: tabby-core/src/theme.ts:20
msgid "Compact" msgid "Compact"
msgstr "Компактний" msgstr "Компактний"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr "Конфігурацію видалено"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "Конфігурацію завантажено" msgstr "Конфігурацію завантажено"
@@ -368,8 +354,8 @@ msgstr "Конфігурація"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "Підключення через проксі-сервер" msgstr "Підключення через проксі-сервер"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "З’єднання з \"%s\"..." msgstr "З’єднання з \"%s\"..."
@@ -377,10 +363,10 @@ msgstr "З’єднання з \"%s\"..."
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "Підключитися до іншого хосту та використовувати його як проксі" msgstr "Підключитися до іншого хосту та використовувати його як проксі"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "З'єднання" msgstr "З'єднання"
@@ -400,27 +386,23 @@ msgstr "Замість цього буде використовуватися і
msgid "Context menu" msgid "Context menu"
msgstr "Контекстне меню" msgstr "Контекстне меню"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "Скопійовано" msgstr "Скопійовано"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "Копіювати" msgstr "Копіювати"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "Копіювати поточний шлях" msgstr "Копіювати поточний шлях"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr "Копіювати повний шлях"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "Копіювати при виділенні" msgstr "Копіювати при виділенні"
@@ -433,7 +415,7 @@ msgstr "Копіювати в буфер обміну"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "Копіювати з форматуванням" msgstr "Копіювати з форматуванням"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "Не вдалося розшифрувати конфігурацію" msgstr "Не вдалося розшифрувати конфігурацію"
@@ -441,7 +423,7 @@ msgstr "Не вдалося розшифрувати конфігурацію"
msgid "Create" msgid "Create"
msgstr "Створити" msgstr "Створити"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "Створити директорію" msgstr "Створити директорію"
@@ -494,7 +476,7 @@ msgstr "Зменшити розмір поділу по вертикалі"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "Зменшити розмір поділу по вертикалі" msgstr "Зменшити розмір поділу по вертикалі"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "Налаштування профілів за замовчуванням" msgstr "Налаштування профілів за замовчуванням"
@@ -506,13 +488,11 @@ msgstr "За замовчуванням"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "За замовчуванням для {type}" msgstr "За замовчуванням для {type}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "За замовчуванням для {type}"
msgid "Delete" msgid "Delete"
msgstr "Видалити" msgstr "Видалити"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "Видалити {name}?" msgstr "Видалити {name}?"
@@ -543,11 +523,7 @@ msgstr "Видалити наступне слово"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "Видалити попереднє слово" msgstr "Видалити попереднє слово"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr ""
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "Видалити профілі цієї групи?" msgstr "Видалити профілі цієї групи?"
@@ -579,11 +555,11 @@ msgstr "Вимкнути"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "Вимкнути динамічний заголовок вкладки" msgstr "Вимкнути динамічний заголовок вкладки"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "Вимкнути прозорий фон під час перетягування вікна" msgstr "Вимкнути прозорий фон під час перетягування вікна"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "Вимкнути апаратне прискорення" msgstr "Вимкнути апаратне прискорення"
@@ -593,12 +569,12 @@ msgstr "Вимкнено"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "Від'єднатися" msgstr "Від'єднатися"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "Від'єднатися від {host}?" msgstr "Від'єднатися від {host}?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "Не перервати" msgstr "Не перервати"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "Не закривати" msgstr "Не закривати"
@@ -677,7 +653,7 @@ msgstr "Дублювати вкладку"
msgid "Edit" msgid "Edit"
msgstr "Редагувати" msgstr "Редагувати"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "Редагувати локально" msgstr "Редагувати локально"
@@ -698,10 +674,6 @@ msgstr "Увімкнути анімації"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "Увімкнути автоматичне встановлення оновлень, коли вони стануть доступними." msgstr "Увімкнути автоматичне встановлення оновлень, коли вони стануть доступними."
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr "Увімкнути опцію вільного фону"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "Увімкнути лігатури шрифтів" msgstr "Увімкнути лігатури шрифтів"
@@ -726,8 +698,8 @@ msgstr "Кінець рядка"
msgid "Environment" msgid "Environment"
msgstr "Середовище" msgstr "Середовище"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "Очистити конфігурацію" msgstr "Очистити конфігурацію"
@@ -747,10 +719,6 @@ msgstr "Точна відповідність"
msgid "Example:" msgid "Example:"
msgstr "Наприклад:" msgstr "Наприклад:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr "Експериментальний стиль фону Windows 10 (може працювати не стабільно)"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "Експорт" msgstr "Експорт"
@@ -775,11 +743,11 @@ msgstr "Фільтр"
msgid "Fixed" msgid "Fixed"
msgstr "Фіксований" msgstr "Фіксований"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Іноді прозорий фон викликає лаги під час перетягування" msgstr "Іноді прозорий фон викликає лаги під час перетягування"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "Сфокусуватися на всіх панелях" msgstr "Сфокусуватися на всіх панелях"
@@ -787,15 +755,15 @@ msgstr "Сфокусуватися на всіх панелях"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "Фокус на всі панелі одразу (broadcast)" msgstr "Фокус на всі панелі одразу (broadcast)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "Сфокусуватися на всіх вкладках" msgstr ""
#: tabby-terminal/src/hotkeys.ts:82 #: tabby-terminal/src/hotkeys.ts:82
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "Фокус на всіх вкладках одночасно (трансляція)" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "Фокус слідує за курсором" msgstr "Фокус слідує за курсором"
@@ -839,7 +807,7 @@ msgstr "Фокус на панелі праворуч"
msgid "Font" msgid "Font"
msgstr "Шрифт" msgstr "Шрифт"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "Комбінації клавіш" msgstr "Комбінації клавіш"
@@ -909,11 +877,11 @@ msgstr "Скопіюйте з вікна налаштувань web-версії
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "Надає вікну розмитий прозорий фон" msgstr "Надає вікну розмитий прозорий фон"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "Вгору" msgstr "Вгору"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "Зелений" msgstr "Зелений"
@@ -921,7 +889,7 @@ msgstr "Зелений"
msgid "Group" msgid "Group"
msgstr "Група" msgstr "Група"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "Проблеми" msgstr "Проблеми"
@@ -938,17 +906,17 @@ msgstr "Допоможіть перекласти Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "Шістнадцятковий" msgstr "Шістнадцятковий"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "Приховати кнопку закриття вкладки" msgstr "Приховати кнопку закриття вкладки"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "Приховати нумерацію вкладок" msgstr "Приховати нумерацію вкладок"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "Приховати кнопку опцій вкладки" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123
msgid "Hide window on focus loss" msgid "Hide window on focus loss"
@@ -980,10 +948,6 @@ msgstr "Перевірка ключа хоста"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "Гарячі клавіші" msgstr "Гарячі клавіші"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr ""
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP-проксі" msgstr "HTTP-проксі"
@@ -1065,8 +1029,8 @@ msgstr "Перейти до наступного слова"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "Перейти до попереднього слова" msgstr "Перейти до попереднього слова"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "Клавіатура"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "Інтерактивна автентифікація" msgstr "Інтерактивна автентифікація"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "Закінчити примусово" msgstr "Закінчити примусово"
@@ -1119,7 +1083,7 @@ msgstr "Запустити WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "Запустити WinSCP для поточної SSH сесії" msgstr "Запустити WinSCP для поточної SSH сесії"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "Дізнайтеся, як дозволити Tabby визначати робочий каталог віддаленої оболонки." msgstr "Дізнайтеся, як дозволити Tabby визначати робочий каталог віддаленої оболонки."
@@ -1146,7 +1110,7 @@ msgstr "Редактор рядків, введення надсилається
msgid "Line padding" msgid "Line padding"
msgstr "Міжстроковий інтервал" msgstr "Міжстроковий інтервал"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "Завантаження" msgstr "Завантаження"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "Локальний термінал" msgstr "Локальний термінал"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "Скрипти входу" msgstr "Скрипти входу"
@@ -1177,7 +1141,7 @@ msgstr "Скрипти входу"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "Довге натискання для контекстного меню" msgstr "Довге натискання для контекстного меню"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "Керування профілями" msgstr "Керування профілями"
@@ -1191,7 +1155,7 @@ msgstr "Розгорнути активну панель"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
msgid "Minimum contrast ratio" msgid "Minimum contrast ratio"
msgstr "Мінімальний контрастність" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43
msgid "Modified on {date}" msgid "Modified on {date}"
@@ -1209,11 +1173,11 @@ msgstr "Перенести вкладку ліворуч"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "Перенести вкладку праворуч" msgstr "Перенести вкладку праворуч"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "Перемістити до «Без групи»" msgstr "Перемістити до «Без групи»"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "Наведення курсора на неактивну панель зробить її активною" msgstr "Наведення курсора на неактивну панель зробить її активною"
@@ -1234,7 +1198,7 @@ msgstr "Ім'я для нового каталогу"
msgid "Native" msgid "Native"
msgstr "Рідний" msgstr "Рідний"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "Нова вкладка від імені адміністратора" msgstr "Нова вкладка від імені адміністратора"
@@ -1246,7 +1210,7 @@ msgstr "Нова конфігурація на {platform}"
msgid "New item" msgid "New item"
msgstr "Новий елемент" msgstr "Новий елемент"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "Нове ім'я" msgstr "Нове ім'я"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "Нова вкладка: {profile}" msgstr "Нова вкладка: {profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "Новий термінал" msgstr "Новий термінал"
@@ -1280,7 +1244,7 @@ msgstr "Нове вікно"
msgid "New Window" msgid "New Window"
msgstr "Нове Вікно" msgstr "Нове Вікно"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "Новий з профілем" msgstr "Новий з профілем"
@@ -1288,7 +1252,7 @@ msgstr "Новий з профілем"
msgid "Next tab" msgid "Next tab"
msgstr "Наступна вкладка" msgstr "Наступна вкладка"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "Без кольору" msgstr "Без кольору"
@@ -1309,8 +1273,8 @@ msgstr "Нормальний"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "Стандартний розмір шрифта" msgstr "Стандартний розмір шрифта"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "Не знайдено" msgstr "Не знайдено"
@@ -1369,7 +1333,7 @@ msgstr "Опціональний"
msgid "Options" msgid "Options"
msgstr "Параметри" msgstr "Параметри"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "Помаранчевий" msgstr "Помаранчевий"
@@ -1417,11 +1381,11 @@ msgstr "Перезаписати віддалену конфігурацію т
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "Перезаписати локальну конфігурацію та розпочати синхронізацію?" msgstr "Перезаписати локальну конфігурацію та розпочати синхронізацію?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "Крок зміни розміру панелі" msgstr "Крок зміни розміру панелі"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "Панелі" msgstr "Панелі"
@@ -1429,7 +1393,7 @@ msgstr "Панелі"
msgid "Parity" msgid "Parity"
msgstr "Контроль парності" msgstr "Контроль парності"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "Часткова синхронізація конфігурації неможлива, якщо конфігурація зашифрована за допомогою сховища." msgstr "Часткова синхронізація конфігурації неможлива, якщо конфігурація зашифрована за допомогою сховища."
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "Пароль" msgstr "Пароль"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "Вставити" msgstr "Вставити"
@@ -1454,9 +1418,9 @@ msgstr "Вставити з буферу обміну"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "Вставити якщо немає виділення, інакше копіювати" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "Вставити кілька рядків?" msgstr "Вставити кілька рядків?"
@@ -1485,7 +1449,7 @@ msgstr "Папка з плагінами"
msgid "Port" msgid "Port"
msgstr "Порт" msgstr "Порт"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "Порт відкрито" msgstr "Порт відкрито"
@@ -1494,9 +1458,9 @@ msgstr "Порт відкрито"
msgid "Ports" msgid "Ports"
msgstr "Порти" msgstr "Порти"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "Натисніть будь-яку клавішу, щоб повторно підключитися" msgstr "Натисніть будь-яку клавішу, щоб повторно підключитися"
@@ -1534,7 +1498,7 @@ msgstr "Ім'я профілю"
msgid "Profiles" msgid "Profiles"
msgstr "Профілі" msgstr "Профілі"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "Профілі й підключення" msgstr "Профілі й підключення"
@@ -1547,7 +1511,7 @@ msgstr "Програма"
msgid "Proxy command" msgid "Proxy command"
msgstr "Команда проксі" msgstr "Команда проксі"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "Фіолетовий" msgstr "Фіолетовий"
@@ -1555,13 +1519,13 @@ msgstr "Фіолетовий"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "Поміщає конфігурацію Tabby у зашифроване сховище" msgstr "Поміщає конфігурацію Tabby у зашифроване сховище"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "Швидке з'єднання" msgstr "Швидке з'єднання"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "Вихід" msgstr "Вихід"
@@ -1573,8 +1537,8 @@ msgstr "Підключення через сокет"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "Таймаут підключення (мс)" msgstr "Таймаут підключення (мс)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "Останні" msgstr "Останні"
@@ -1585,7 +1549,7 @@ msgstr "Останні"
msgid "Reconnect" msgid "Reconnect"
msgstr "Відновити з'єднання" msgstr "Відновити з'єднання"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "Червоний" msgstr "Червоний"
@@ -1608,7 +1572,7 @@ msgstr "Дистанційне"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
msgid "Remove whitespace and newlines around the copied text" msgid "Remove whitespace and newlines around the copied text"
msgstr "Видалити пробіли і нові рядки навколо скопійованого тексту" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25
#: tabby-core/src/tabContextMenu.ts:120 #: tabby-core/src/tabContextMenu.ts:120
@@ -1618,7 +1582,7 @@ msgstr "Перейменувати"
#: tabby-core/src/hotkeys.ts:25 #: tabby-core/src/hotkeys.ts:25
#: tabby-core/src/tabContextMenu.ts:121 #: tabby-core/src/tabContextMenu.ts:121
msgid "Rename tab" msgid "Rename tab"
msgstr "Перейменувати вкладку" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
msgid "Rendering" msgid "Rendering"
@@ -1750,12 +1714,11 @@ msgstr "Прокручує термінал вниз під час введен
msgid "Search" msgid "Search"
msgstr "Пошук" msgstr "Пошук"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "Пошук кольорових схем" msgstr "Пошук кольорових схем"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "Пошук гарячих клавіш" msgstr "Пошук гарячих клавіш"
@@ -1772,23 +1735,23 @@ msgstr "Секретний токен синхронізації"
msgid "Select" msgid "Select"
msgstr "Обрати" msgstr "Обрати"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "Виберіть базовий профіль для використання в якості шаблону" msgstr "Виберіть базовий профіль для використання в якості шаблону"
#: tabby-terminal/src/hotkeys.ts:18 #: tabby-terminal/src/hotkeys.ts:18
msgid "Select all" msgid "Select all"
msgstr "Вибрати всі" msgstr ""
#: tabby-core/src/services/fileProviders.service.ts:46 #: tabby-core/src/services/fileProviders.service.ts:46
msgid "Select file storage" msgid "Select file storage"
msgstr "Виберіть сховище файлів" msgstr "Виберіть сховище файлів"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "Вибрати профіль" msgstr "Вибрати профіль"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "Виберіть профіль або введіть адресу" msgstr "Виберіть профіль або введіть адресу"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "Встановити шлях для named pipe SSH-агента." msgstr "Встановити шлях для named pipe SSH-агента."
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "Налаштування" msgstr "Налаштування"
@@ -1848,7 +1811,7 @@ msgstr "Налаштування"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Shell не підтримує виявлення поточного шляху" msgstr "Shell не підтримує виявлення поточного шляху"
@@ -1870,7 +1833,7 @@ msgstr "Показувати вбудовані профілі під час в
#: tabby-core/src/hotkeys.ts:13 #: tabby-core/src/hotkeys.ts:13
msgid "Show command selector" msgid "Show command selector"
msgstr "Показати селектор команди" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
msgid "Show config file" msgid "Show config file"
@@ -1888,7 +1851,7 @@ msgstr "Показати Мікшер"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "Показати назви панелей (для перестановки)" msgstr "Показати назви панелей (для перестановки)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "Показувати іконку профілю на вкладці" msgstr "Показувати іконку профілю на вкладці"
@@ -1908,13 +1871,9 @@ msgstr "Показати замітки до випуску"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "Показати з'єднання по послідовному порту" msgstr "Показати з'єднання по послідовному порту"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "Відображати вкладки в повноекранному режимі"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "Показати панель інструментів" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44
msgid "Show vault contents" msgid "Show vault contents"
@@ -1969,7 +1928,7 @@ msgstr "Розділити знизу"
#: tabby-core/src/tabContextMenu.ts:85 #: tabby-core/src/tabContextMenu.ts:85
msgid "Split to the down" msgid "Split to the down"
msgstr "Розділити вниз" msgstr ""
#: tabby-core/src/hotkeys.ts:165 #: tabby-core/src/hotkeys.ts:165
#: tabby-core/src/tabContextMenu.ts:86 #: tabby-core/src/tabContextMenu.ts:86
@@ -1987,13 +1946,13 @@ msgstr "Розділити зверху"
#: tabby-core/src/tabContextMenu.ts:87 #: tabby-core/src/tabContextMenu.ts:87
msgid "Split to the up" msgid "Split to the up"
msgstr "Розділити вверх" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "SSH зʼєднання" msgstr "SSH зʼєднання"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "Управління SSH-підключеннями тепер здійснюється у вкладці «Профілі та підключення»" msgstr "Управління SSH-підключеннями тепер здійснюється у вкладці «Профілі та підключення»"
@@ -2041,7 +2000,7 @@ msgstr "Переключення реалізації frontend для термі
msgid "Sync" msgid "Sync"
msgstr "Синхронізація" msgstr "Синхронізація"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "Автоматична синхронізація" msgstr "Автоматична синхронізація"
@@ -2049,15 +2008,15 @@ msgstr "Автоматична синхронізація"
msgid "Sync host" msgid "Sync host"
msgstr "Хост синхронізації" msgstr "Хост синхронізації"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "Синхронізувати гарячі клавіші" msgstr "Синхронізувати гарячі клавіші"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "Синхронізувати сховище" msgstr "Синхронізувати сховище"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "Синхронізувати налаштування вікна" msgstr "Синхронізувати налаштування вікна"
@@ -2112,7 +2071,7 @@ msgstr "Ширина вкладки"
msgid "Telnet session" msgid "Telnet session"
msgstr "Telnet сесія" msgstr "Telnet сесія"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "Термінал" msgstr "Термінал"
@@ -2125,10 +2084,6 @@ msgstr "Фон терміналу"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "Звуковий сигнал терміналу" msgstr "Звуковий сигнал терміналу"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr ""
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "Дякуємо що завантажили Tabby!" msgstr "Дякуємо що завантажили Tabby!"
@@ -2145,7 +2100,7 @@ msgstr "Є активні передачі файлів"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "Для цього з'єднання збережено пароль" msgstr "Для цього з'єднання збережено пароль"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "Це застосовується до всіх профілів заданого типу" msgstr "Це застосовується до всіх профілів заданого типу"
@@ -2153,7 +2108,7 @@ msgstr "Це застосовується до всіх профілів зад
msgid "Thin" msgid "Thin"
msgstr "Тонкий" msgstr "Тонкий"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "Увімкніть, якщо бачите aliasing, ghosting або інші проблеми з відображенням" msgstr "Увімкніть, якщо бачите aliasing, ghosting або інші проблеми з відображенням"
@@ -2180,9 +2135,9 @@ msgstr "Зверху"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "Обрізати пробіли і нові рядки" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "Повторити" msgstr "Повторити"
@@ -2202,7 +2157,7 @@ msgstr "Без групи"
msgid "Uninstall" msgid "Uninstall"
msgstr "Видалити" msgstr "Видалити"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "Невідомо" msgstr "Невідомо"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "Оновити до {version}" msgstr "Оновити до {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "Завантажити" msgstr "Завантажити"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "Завантажити як нову конфігурацію" msgstr "Завантажити як нову конфігурацію"
@@ -2322,7 +2277,7 @@ msgstr "Попередження: ключ віддаленого хоста р
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "Відстежується лише версія ОС і Tabby." msgstr "Відстежується лише версія ОС і Tabby."
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "Вітаємо" msgstr "Вітаємо"
@@ -2379,7 +2334,7 @@ msgstr "Розділювачі слів"
msgid "Working directory" msgid "Working directory"
msgstr "Робочий каталог" msgstr "Робочий каталог"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "Визначення робочого каталогу" msgstr "Визначення робочого каталогу"
@@ -2396,7 +2351,7 @@ msgstr "Термінал WSL підтримує TrueColor лише з ConPTY"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "Переспрямування X11" msgstr "Переспрямування X11"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "Жовтий" msgstr "Жовтий"

View File

@@ -10,20 +10,20 @@ msgstr ""
"Project-Id-Version: tabby\n" "Project-Id-Version: tabby\n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"Language: zh_CN\n" "Language: zh_CN\n"
"PO-Revision-Date: 2023-03-17 23:07\n" "PO-Revision-Date: 2022-11-09 20:04\n"
#: tabby-local/src/components/terminalTab.component.ts:112 #: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?" msgid "\"{command}\" is still running. Close?"
msgstr "\"{command}\" 仍在运行。是否需要关闭?" msgstr "\"{command}\" 仍在运行。是否需要关闭?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:79 #: tabby-settings/src/components/profilesSettingsTab.component.ts:78
#: tabby-settings/src/components/profilesSettingsTab.component.ts:90 #: tabby-settings/src/components/profilesSettingsTab.component.ts:89
msgid "{name} copy" msgid "{name} copy"
msgstr "{name} 副本" msgstr "{name} 副本"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:82
msgid "A second font family used to display characters missing in the main font" msgid "A second font family used to display characters missing in the main font"
msgstr "首选字体缺失时使用备选字体显示字符" msgstr "第二种字体,用于显示主字体中缺失的字符"
#: tabby-core/src/components/transfersMenu.component.ts:49 #: tabby-core/src/components/transfersMenu.component.ts:49
msgid "Abort all" msgid "Abort all"
@@ -67,7 +67,7 @@ msgid "Additional space between lines"
msgstr "行与行之间的空隙" msgstr "行与行之间的空隙"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:65 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:64
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:52
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:124
msgid "Advanced" msgid "Advanced"
@@ -114,7 +114,7 @@ msgstr "应用程序设置"
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window." msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
msgstr "您确定要关闭 Tabby 吗?您可以在 设置 -> 窗口 中关闭此提示。" msgstr "您确定要关闭 Tabby 吗?您可以在 设置 -> 窗口 中关闭此提示。"
#: tabby-core/src/services/config.service.ts:381 #: tabby-core/src/services/config.service.ts:379
msgid "Are you sure?" msgid "Are you sure?"
msgstr "您确定吗?" msgstr "您确定吗?"
@@ -160,7 +160,7 @@ msgstr "自动"
msgid "Automatic Updates" msgid "Automatic Updates"
msgstr "自动更新" msgstr "自动更新"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:58 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute" msgid "Automatically upload changes and check for updates every minute"
msgstr "每分钟自动上传更改,并自动检查更新" msgstr "每分钟自动上传更改,并自动检查更新"
@@ -173,7 +173,7 @@ msgid "Background type"
msgstr "背景类型" msgstr "背景类型"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
#: tabby-serial/src/components/serialTab.component.ts:112 #: tabby-serial/src/components/serialTab.component.ts:118
#: tabby-serial/src/profiles.ts:86 #: tabby-serial/src/profiles.ts:86
msgid "Baud rate" msgid "Baud rate"
msgstr "波特率" msgstr "波特率"
@@ -186,7 +186,7 @@ msgstr "行首"
msgid "Blink cursor" msgid "Blink cursor"
msgstr "光标闪烁" msgstr "光标闪烁"
#: tabby-core/src/utils.ts:55 #: tabby-core/src/utils.ts:61
msgid "Blue" msgid "Blue"
msgstr "蓝色" msgstr "蓝色"
@@ -209,10 +209,10 @@ msgstr "Bracketed 粘贴(需要 Shell 支持)"
#: tabby-terminal/src/services/multifocus.service.ts:19 #: tabby-terminal/src/services/multifocus.service.ts:19
msgid "Broadcast mode. Click anywhere to cancel." msgid "Broadcast mode. Click anywhere to cancel."
msgstr "广播模式。点击任意位置取消。" msgstr ""
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54 #: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:54
#: tabby-settings/src/components/profilesSettingsTab.component.ts:175 #: tabby-settings/src/components/profilesSettingsTab.component.ts:174
msgid "Built-in" msgid "Built-in"
msgstr "内置" msgstr "内置"
@@ -224,12 +224,11 @@ msgstr "内置"
#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:32
#: tabby-electron/src/services/updater.service.ts:134 #: tabby-electron/src/services/updater.service.ts:134
#: tabby-local/src/components/terminalTab.component.ts:117 #: tabby-local/src/components/terminalTab.component.ts:118
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:117
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
#: tabby-ssh/src/sftpContextMenu.ts:40 #: tabby-ssh/src/sftpContextMenu.ts:40
#: tabby-terminal/src/api/baseTerminalTab.component.ts:478 #: tabby-terminal/src/api/baseTerminalTab.component.ts:474
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
@@ -239,7 +238,7 @@ msgstr "更改波特率"
#: tabby-core/src/tabContextMenu.ts:133 #: tabby-core/src/tabContextMenu.ts:133
msgid "Change tab color" msgid "Change tab color"
msgstr "更改标签颜色" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Change the master passphrase" msgid "Change the master passphrase"
@@ -254,11 +253,7 @@ msgstr "检查更新"
msgid "Ciphers" msgid "Ciphers"
msgstr "加密方法" msgstr "加密方法"
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSelector.component.html:5 #: tabby-core/src/services/profiles.service.ts:128
msgid "Clear"
msgstr "清除"
#: tabby-core/src/services/profiles.service.ts:133
msgid "Clear recent profiles" msgid "Clear recent profiles"
msgstr "清除最近使用的配置" msgstr "清除最近使用的配置"
@@ -266,10 +261,6 @@ msgstr "清除最近使用的配置"
msgid "Clear terminal" msgid "Clear terminal"
msgstr "清空终端内容" msgstr "清空终端内容"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:49
msgid "Clear terminal after connection"
msgstr "连接后清空终端"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:94
msgid "Clipboard" msgid "Clipboard"
msgstr "剪贴板" msgstr "剪贴板"
@@ -304,16 +295,15 @@ msgstr "关闭左侧标签页"
msgid "Close tabs to the right" msgid "Close tabs to the right"
msgstr "关闭右侧标签页" msgstr "关闭右侧标签页"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:193 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187
msgid "Close the window after closing the last tab" msgid "Close the window after closing the last tab"
msgstr "所有标签都关闭时关闭主窗口" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35 #: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:35
#: tabby-core/src/tabContextMenu.ts:132 #: tabby-core/src/tabContextMenu.ts:132
msgid "Color" msgid "Color"
msgstr "颜色" msgstr "颜色"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: tabby-terminal/src/settings.ts:29 #: tabby-terminal/src/settings.ts:29
msgid "Color scheme" msgid "Color scheme"
msgstr "配色方案" msgstr "配色方案"
@@ -330,18 +320,14 @@ msgstr "命令行"
msgid "Command's stdin/stdout is used instead of a network connection" msgid "Command's stdin/stdout is used instead of a network connection"
msgstr "使用命令的 stdin/stdout而不是网络连接。" msgstr "使用命令的 stdin/stdout而不是网络连接。"
#: tabby-core/src/services/commands.service.ts:104 #: tabby-core/src/services/commands.service.ts:77
msgid "Commands" msgid "Commands"
msgstr "命令" msgstr ""
#: tabby-core/src/theme.ts:20 #: tabby-core/src/theme.ts:20
msgid "Compact" msgid "Compact"
msgstr "紧凑" msgstr "紧凑"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:126
msgid "Config deleted"
msgstr "配置已删除"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108 #: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
msgid "Config downloaded" msgid "Config downloaded"
msgstr "配置已下载" msgstr "配置已下载"
@@ -368,8 +354,8 @@ msgstr "配置"
msgid "Connect through a proxy server" msgid "Connect through a proxy server"
msgstr "通过代理服务器连接" msgstr "通过代理服务器连接"
#: tabby-core/src/index.ts:227 #: tabby-core/src/index.ts:219
#: tabby-core/src/services/profiles.service.ts:178 #: tabby-core/src/services/profiles.service.ts:173
msgid "Connect to \"%s\"..." msgid "Connect to \"%s\"..."
msgstr "正在连接到 \"%s\"…" msgstr "正在连接到 \"%s\"…"
@@ -377,10 +363,10 @@ msgstr "正在连接到 \"%s\"…"
msgid "Connect to a different host first and use it as a proxy" msgid "Connect to a different host first and use it as a proxy"
msgstr "首先连接至另一主机,并将其作为代理" msgstr "首先连接至另一主机,并将其作为代理"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:17
#: tabby-serial/src/components/serialTab.component.ts:66 #: tabby-serial/src/components/serialTab.component.ts:72
#: tabby-ssh/src/components/sshTab.component.ts:140 #: tabby-ssh/src/components/sshTab.component.ts:145
#: tabby-telnet/src/components/telnetTab.component.ts:72 #: tabby-telnet/src/components/telnetTab.component.ts:81
msgid "Connecting" msgid "Connecting"
msgstr "正在连接" msgstr "正在连接"
@@ -400,27 +386,23 @@ msgstr "将使用连接名称代替"
msgid "Context menu" msgid "Context menu"
msgstr "右键菜单" msgstr "右键菜单"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:223 #: tabby-terminal/src/api/baseTerminalTab.component.ts:219
#: tabby-terminal/src/api/baseTerminalTab.component.ts:231 #: tabby-terminal/src/api/baseTerminalTab.component.ts:227
#: tabby-terminal/src/api/baseTerminalTab.component.ts:547 #: tabby-terminal/src/api/baseTerminalTab.component.ts:542
#: tabby-terminal/src/api/baseTerminalTab.component.ts:768 #: tabby-terminal/src/api/baseTerminalTab.component.ts:756
#: tabby-terminal/src/tabContextMenu.ts:30 #: tabby-terminal/src/tabContextMenu.ts:29
msgid "Copied" msgid "Copied"
msgstr "已复制" msgstr "已复制"
#: tabby-terminal/src/tabContextMenu.ts:26 #: tabby-terminal/src/tabContextMenu.ts:25
msgid "Copy" msgid "Copy"
msgstr "复制" msgstr "复制"
#: tabby-terminal/src/hotkeys.ts:70 #: tabby-terminal/src/hotkeys.ts:70
#: tabby-terminal/src/tabContextMenu.ts:66 #: tabby-terminal/src/tabContextMenu.ts:61
msgid "Copy current path" msgid "Copy current path"
msgstr "复制当前路径" msgstr "复制当前路径"
#: tabby-electron/src/sftpContextMenu.ts:29
msgid "Copy full path"
msgstr "复制完整路径"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:97
msgid "Copy on select" msgid "Copy on select"
msgstr "选中时复制" msgstr "选中时复制"
@@ -433,7 +415,7 @@ msgstr "复制到剪贴板"
msgid "Copy with formatting" msgid "Copy with formatting"
msgstr "复制带格式" msgstr "复制带格式"
#: tabby-core/src/services/config.service.ts:366 #: tabby-core/src/services/config.service.ts:364
msgid "Could not decrypt config" msgid "Could not decrypt config"
msgstr "无法解密配置" msgstr "无法解密配置"
@@ -441,7 +423,7 @@ msgstr "无法解密配置"
msgid "Create" msgid "Create"
msgstr "创建" msgstr "创建"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
#: tabby-ssh/src/sftpContextMenu.ts:29 #: tabby-ssh/src/sftpContextMenu.ts:29
msgid "Create directory" msgid "Create directory"
msgstr "创建文件夹" msgstr "创建文件夹"
@@ -494,7 +476,7 @@ msgstr "减少垂直分割大小"
msgid "Default profile for new tabs" msgid "Default profile for new tabs"
msgstr "新标签页的默认配置" msgstr "新标签页的默认配置"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:80 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings" msgid "Default profile settings"
msgstr "默认配置设置" msgstr "默认配置设置"
@@ -506,13 +488,11 @@ msgstr "默认值"
msgid "Defaults for {type}" msgid "Defaults for {type}"
msgstr "{type} 的默认值" msgstr "{type} 的默认值"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:48
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9 #: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:116 #: tabby-settings/src/components/profilesSettingsTab.component.ts:138
#: tabby-settings/src/components/profilesSettingsTab.component.ts:139 #: tabby-settings/src/components/profilesSettingsTab.component.ts:203
#: tabby-settings/src/components/profilesSettingsTab.component.ts:204 #: tabby-settings/src/components/profilesSettingsTab.component.ts:216
#: tabby-settings/src/components/profilesSettingsTab.component.ts:217
#: tabby-settings/src/components/vaultSettingsTab.component.ts:49 #: tabby-settings/src/components/vaultSettingsTab.component.ts:49
#: tabby-ssh/src/sftpContextMenu.ts:39 #: tabby-ssh/src/sftpContextMenu.ts:39
#: tabby-ssh/src/sftpContextMenu.ts:47 #: tabby-ssh/src/sftpContextMenu.ts:47
@@ -521,8 +501,8 @@ msgstr "{type} 的默认值"
msgid "Delete" msgid "Delete"
msgstr "删除" msgstr "删除"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:137 #: tabby-settings/src/components/profilesSettingsTab.component.ts:136
#: tabby-settings/src/components/profilesSettingsTab.component.ts:202 #: tabby-settings/src/components/profilesSettingsTab.component.ts:201
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
msgid "Delete \"{name}\"?" msgid "Delete \"{name}\"?"
msgstr "删除\"{name}\"" msgstr "删除\"{name}\""
@@ -543,11 +523,7 @@ msgstr "删除下一个单词"
msgid "Delete previous word" msgid "Delete previous word"
msgstr "删除上一个单词" msgstr "删除上一个单词"
#: tabby-settings/src/components/configSyncSettingsTab.component.ts:114 #: tabby-settings/src/components/profilesSettingsTab.component.ts:213
msgid "Delete the config on the remote side?"
msgstr "是否删除远程配置?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:214
msgid "Delete the group's profiles?" msgid "Delete the group's profiles?"
msgstr "删除此分组所有配置?" msgstr "删除此分组所有配置?"
@@ -579,11 +555,11 @@ msgstr "禁用"
msgid "Disable dynamic tab title" msgid "Disable dynamic tab title"
msgstr "禁用动态标签页标题" msgstr "禁用动态标签页标题"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:229 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216
msgid "Disable fluent background while dragging" msgid "Disable fluent background while dragging"
msgstr "拖动时禁用 Fluent 背景" msgstr "拖动时禁用 Fluent 背景"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:215 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:209
msgid "Disable GPU acceleration" msgid "Disable GPU acceleration"
msgstr "禁用 GPU 加速" msgstr "禁用 GPU 加速"
@@ -593,12 +569,12 @@ msgstr "已禁用"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26 #: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:246 #: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:115 #: tabby-telnet/src/components/telnetTab.component.ts:124
msgid "Disconnect" msgid "Disconnect"
msgstr "断开连接" msgstr "断开连接"
#: tabby-ssh/src/components/sshTab.component.ts:244 #: tabby-ssh/src/components/sshTab.component.ts:244
#: tabby-telnet/src/components/telnetTab.component.ts:113 #: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?" msgid "Disconnect from {host}?"
msgstr "断开与 {host} 的连接?" msgstr "断开与 {host} 的连接?"
@@ -615,7 +591,7 @@ msgid "Do not abort"
msgstr "不要中止" msgstr "不要中止"
#: tabby-ssh/src/components/sshTab.component.ts:247 #: tabby-ssh/src/components/sshTab.component.ts:247
#: tabby-telnet/src/components/telnetTab.component.ts:116 #: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close" msgid "Do not close"
msgstr "不要关闭" msgstr "不要关闭"
@@ -646,7 +622,7 @@ msgstr "停靠"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:75 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:75
msgid "Double-click selection will stop at these characters" msgid "Double-click selection will stop at these characters"
msgstr "双击选择将在这些字符处停止" msgstr "双击选择将停在在这些字符处"
#: tabby-core/src/tabContextMenu.ts:79 #: tabby-core/src/tabContextMenu.ts:79
msgid "Down" msgid "Down"
@@ -677,7 +653,7 @@ msgstr "克隆标签页"
msgid "Edit" msgid "Edit"
msgstr "编辑" msgstr "编辑"
#: tabby-electron/src/sftpContextMenu.ts:35 #: tabby-electron/src/sftpContextMenu.ts:30
msgid "Edit locally" msgid "Edit locally"
msgstr "本地编辑" msgstr "本地编辑"
@@ -698,10 +674,6 @@ msgstr "开启动画效果"
msgid "Enable automatic installation of updates when they become available." msgid "Enable automatic installation of updates when they become available."
msgstr "当更新可用时,启用自动安装" msgstr "当更新可用时,启用自动安装"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:222
msgid "Enable fluent background option"
msgstr "启用流利后台选项"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures" msgid "Enable font ligatures"
msgstr "启用连结字" msgstr "启用连结字"
@@ -726,8 +698,8 @@ msgstr "行尾"
msgid "Environment" msgid "Environment"
msgstr "环境变量" msgstr "环境变量"
#: tabby-core/src/services/config.service.ts:370 #: tabby-core/src/services/config.service.ts:368
#: tabby-core/src/services/config.service.ts:384 #: tabby-core/src/services/config.service.ts:382
msgid "Erase config" msgid "Erase config"
msgstr "擦除配置" msgstr "擦除配置"
@@ -747,10 +719,6 @@ msgstr "完全匹配"
msgid "Example:" msgid "Example:"
msgstr "示例:" msgstr "示例:"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:223
msgid "Experimental Windows 10 background style known to cause issues"
msgstr "实验性Windows 10 背景风格已知会导致问题"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
msgid "Export" msgid "Export"
msgstr "导出" msgstr "导出"
@@ -775,11 +743,11 @@ msgstr "筛选"
msgid "Fixed" msgid "Fixed"
msgstr "固定" msgstr "固定"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:230 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:217
msgid "Fluent background sometimes causes drag lag" msgid "Fluent background sometimes causes drag lag"
msgstr "Fluent 背景有时会导致拖动延迟" msgstr "Fluent 背景有时会导致拖动延迟"
#: tabby-terminal/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:145
msgid "Focus all panes" msgid "Focus all panes"
msgstr "聚焦所有窗格" msgstr "聚焦所有窗格"
@@ -787,15 +755,15 @@ msgstr "聚焦所有窗格"
msgid "Focus all panes at once (broadcast)" msgid "Focus all panes at once (broadcast)"
msgstr "同时聚焦所有窗格 (广播)" msgstr "同时聚焦所有窗格 (广播)"
#: tabby-terminal/src/tabContextMenu.ts:71 #: tabby-local/src/tabContextMenu.ts:138
msgid "Focus all tabs" msgid "Focus all tabs"
msgstr "聚焦所有标签页" msgstr ""
#: tabby-terminal/src/hotkeys.ts:82 #: tabby-terminal/src/hotkeys.ts:82
msgid "Focus all tabs at once (broadcast)" msgid "Focus all tabs at once (broadcast)"
msgstr "同时聚焦所有标签页 (广播)" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:207 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201
msgid "Focus follows mouse" msgid "Focus follows mouse"
msgstr "焦点跟随鼠标" msgstr "焦点跟随鼠标"
@@ -839,9 +807,9 @@ msgstr "聚焦右方的窗格"
msgid "Font" msgid "Font"
msgstr "字体" msgstr "字体"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:201 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:195
msgid "For keyboard shortcuts" msgid "For keyboard shortcuts"
msgstr "对键盘快捷键" msgstr "对键盘快捷键"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51 #: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
msgid "Force CR" msgid "Force CR"
@@ -903,17 +871,17 @@ msgstr "获取"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:20 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:20
msgid "Get it from the Tabby Web settings window" msgid "Get it from the Tabby Web settings window"
msgstr "从 Tabby 网页设置窗口获取" msgstr "从 Tabby Web 设置窗口获取"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:22 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:22
msgid "Gives the window a blurred transparent background" msgid "Gives the window a blurred transparent background"
msgstr "使窗口具有模糊透明的背景" msgstr "使窗口具有模糊透明的背景"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:22
msgid "Go up" msgid "Go up"
msgstr "上一级" msgstr "上一级"
#: tabby-core/src/utils.ts:56 #: tabby-core/src/utils.ts:62
msgid "Green" msgid "Green"
msgstr "绿色" msgstr "绿色"
@@ -921,7 +889,7 @@ msgstr "绿色"
msgid "Group" msgid "Group"
msgstr "分组" msgstr "分组"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:212 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:206
msgid "Hacks" msgid "Hacks"
msgstr "调整" msgstr "调整"
@@ -938,15 +906,15 @@ msgstr "帮助翻译Tabby"
msgid "Hexadecimal" msgid "Hexadecimal"
msgstr "十六进制" msgstr "十六进制"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:187 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181
msgid "Hide tab close button" msgid "Hide tab close button"
msgstr "隐藏标签页关闭按钮" msgstr "隐藏标签页关闭按钮"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
msgid "Hide tab index" msgid "Hide tab index"
msgstr "隐藏标签页索引" msgstr "隐藏标签页索引"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:181 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
msgid "Hide tab options button" msgid "Hide tab options button"
msgstr "隐藏标签页选项按钮" msgstr "隐藏标签页选项按钮"
@@ -980,10 +948,6 @@ msgstr "主机密钥校验"
msgid "Hotkeys" msgid "Hotkeys"
msgstr "快捷键" msgstr "快捷键"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "How Tabby presents itself through environment vars"
msgstr "Tabby如何通过环境变量呈现自己"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy" msgid "HTTP proxy"
msgstr "HTTP 代理" msgstr "HTTP 代理"
@@ -1065,8 +1029,8 @@ msgstr "跳到下一个单词"
msgid "Jump to previous word" msgid "Jump to previous word"
msgstr "跳到上一个单词" msgstr "跳到上一个单词"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:140 #: tabby-settings/src/components/profilesSettingsTab.component.ts:139
#: tabby-settings/src/components/profilesSettingsTab.component.ts:205 #: tabby-settings/src/components/profilesSettingsTab.component.ts:204
#: tabby-settings/src/components/vaultSettingsTab.component.ts:50 #: tabby-settings/src/components/vaultSettingsTab.component.ts:50
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:90
#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33 #: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
@@ -1098,7 +1062,7 @@ msgstr "键盘"
msgid "Keyboard-interactive auth" msgid "Keyboard-interactive auth"
msgstr "键盘交互认证" msgstr "键盘交互认证"
#: tabby-local/src/components/terminalTab.component.ts:116 #: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill" msgid "Kill"
msgstr "结束进程" msgstr "结束进程"
@@ -1119,7 +1083,7 @@ msgstr "启动 WinSCP"
msgid "Launch WinSCP for current SSH session" msgid "Launch WinSCP for current SSH session"
msgstr "为当前的 SSH 会话启动 WinSCP" msgstr "为当前的 SSH 会话启动 WinSCP"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:16 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:14
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory." msgid "Learn how to allow Tabby to detect remote shell's working directory."
msgstr "了解如何让 Tabby 检测远程 shell 的工作目录。" msgstr "了解如何让 Tabby 检测远程 shell 的工作目录。"
@@ -1146,7 +1110,7 @@ msgstr "行编辑器,按回车后发送输入的内容"
msgid "Line padding" msgid "Line padding"
msgstr "行间距" msgstr "行间距"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:21 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:19
msgid "Loading" msgid "Loading"
msgstr "加载中" msgstr "加载中"
@@ -1168,7 +1132,7 @@ msgid "Local terminal"
msgstr "本地终端" msgstr "本地终端"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81 #: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:221 #: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16 #: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
msgid "Login scripts" msgid "Login scripts"
msgstr "登录脚本" msgstr "登录脚本"
@@ -1177,7 +1141,7 @@ msgstr "登录脚本"
msgid "Long-click for context menu" msgid "Long-click for context menu"
msgstr "长按右键菜单" msgstr "长按右键菜单"
#: tabby-core/src/services/profiles.service.ts:162 #: tabby-core/src/services/profiles.service.ts:157
msgid "Manage profiles" msgid "Manage profiles"
msgstr "管理配置" msgstr "管理配置"
@@ -1191,7 +1155,7 @@ msgstr "最大化活动窗格"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75 #: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:75
msgid "Minimum contrast ratio" msgid "Minimum contrast ratio"
msgstr "最低对比度" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43
msgid "Modified on {date}" msgid "Modified on {date}"
@@ -1209,11 +1173,11 @@ msgstr "将标签页移至左侧"
msgid "Move tab to the right" msgid "Move tab to the right"
msgstr "将标签页移至右侧" msgstr "将标签页移至右侧"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:216 #: tabby-settings/src/components/profilesSettingsTab.component.ts:215
msgid "Move to \"Ungrouped\"" msgid "Move to \"Ungrouped\""
msgstr "移动到 “未分组”" msgstr "移动到 “未分组”"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:208 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:202
msgid "Moving the mouse over an inactive pane will cause it to activate" msgid "Moving the mouse over an inactive pane will cause it to activate"
msgstr "鼠标移到非活动窗格时会激活它" msgstr "鼠标移到非活动窗格时会激活它"
@@ -1234,7 +1198,7 @@ msgstr "为新文件夹命名"
msgid "Native" msgid "Native"
msgstr "原生" msgstr "原生"
#: tabby-local/src/tabContextMenu.ts:104 #: tabby-local/src/tabContextMenu.ts:105
msgid "New admin tab" msgid "New admin tab"
msgstr "新的管理标签页" msgstr "新的管理标签页"
@@ -1246,7 +1210,7 @@ msgstr "{platform} 上的新配置"
msgid "New item" msgid "New item"
msgstr "新建项" msgstr "新建项"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:186 #: tabby-settings/src/components/profilesSettingsTab.component.ts:185
#: tabby-settings/src/components/vaultSettingsTab.component.ts:118 #: tabby-settings/src/components/vaultSettingsTab.component.ts:118
msgid "New name" msgid "New name"
msgstr "新名称" msgstr "新名称"
@@ -1268,7 +1232,7 @@ msgid "New tab: {profile}"
msgstr "新标签页:{profile}" msgstr "新标签页:{profile}"
#: tabby-local/src/buttonProvider.ts:20 #: tabby-local/src/buttonProvider.ts:20
#: tabby-local/src/tabContextMenu.ts:78 #: tabby-local/src/tabContextMenu.ts:79
msgid "New terminal" msgid "New terminal"
msgstr "新终端" msgstr "新终端"
@@ -1280,7 +1244,7 @@ msgstr "新窗口"
msgid "New Window" msgid "New Window"
msgstr "新建窗口" msgstr "新建窗口"
#: tabby-local/src/tabContextMenu.ts:88 #: tabby-local/src/tabContextMenu.ts:89
msgid "New with profile" msgid "New with profile"
msgstr "依据配置新建" msgstr "依据配置新建"
@@ -1288,7 +1252,7 @@ msgstr "依据配置新建"
msgid "Next tab" msgid "Next tab"
msgstr "下一个标签页" msgstr "下一个标签页"
#: tabby-core/src/utils.ts:54 #: tabby-core/src/utils.ts:60
msgid "No color" msgid "No color"
msgstr "无色" msgstr "无色"
@@ -1309,8 +1273,8 @@ msgstr "一般"
msgid "Normal font weight" msgid "Normal font weight"
msgstr "正常字重" msgstr "正常字重"
#: tabby-terminal/src/components/searchPanel.component.ts:54 #: tabby-terminal/src/components/searchPanel.component.ts:47
#: tabby-terminal/src/components/searchPanel.component.ts:64 #: tabby-terminal/src/components/searchPanel.component.ts:57
msgid "Not found" msgid "Not found"
msgstr "未找到" msgstr "未找到"
@@ -1346,7 +1310,7 @@ msgstr "不透明度"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:82 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:82
msgid "Open DevTools" msgid "Open DevTools"
msgstr "开启开发者工具" msgstr "打开 DevTools"
#: tabby-settings/src/hotkeys.ts:11 #: tabby-settings/src/hotkeys.ts:11
msgid "Open Settings" msgid "Open Settings"
@@ -1369,7 +1333,7 @@ msgstr "选填"
msgid "Options" msgid "Options"
msgstr "选项" msgstr "选项"
#: tabby-core/src/utils.ts:57 #: tabby-core/src/utils.ts:63
msgid "Orange" msgid "Orange"
msgstr "橙色" msgstr "橙色"
@@ -1417,11 +1381,11 @@ msgstr "覆盖远程的配置并开始同步?"
msgid "Overwrite the local config and start syncing?" msgid "Overwrite the local config and start syncing?"
msgstr "覆盖本地配置并开始同步?" msgstr "覆盖本地配置并开始同步?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:200 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:194
msgid "Pane resize step" msgid "Pane resize step"
msgstr "窗格大小调整阶梯" msgstr "窗格大小调整阶梯"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:197 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:191
msgid "Panes" msgid "Panes"
msgstr "窗格" msgstr "窗格"
@@ -1429,7 +1393,7 @@ msgstr "窗格"
msgid "Parity" msgid "Parity"
msgstr "奇偶校验" msgstr "奇偶校验"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:68 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:67
msgid "Partial config sync is not possible when the config is encrypted via Vault." msgid "Partial config sync is not possible when the config is encrypted via Vault."
msgstr "当配置通过保险库加密时,部分配置同步不可用" msgstr "当配置通过保险库加密时,部分配置同步不可用"
@@ -1443,8 +1407,8 @@ msgid "Password"
msgstr "密码" msgstr "密码"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:62
#: tabby-terminal/src/api/baseTerminalTab.component.ts:477 #: tabby-terminal/src/api/baseTerminalTab.component.ts:473
#: tabby-terminal/src/tabContextMenu.ts:35 #: tabby-terminal/src/tabContextMenu.ts:34
msgid "Paste" msgid "Paste"
msgstr "粘贴" msgstr "粘贴"
@@ -1454,9 +1418,9 @@ msgstr "从剪贴板中粘贴"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:63
msgid "Paste if no selection, else copy" msgid "Paste if no selection, else copy"
msgstr "未选择内容时粘贴,否则复制" msgstr ""
#: tabby-terminal/src/api/baseTerminalTab.component.ts:484 #: tabby-terminal/src/api/baseTerminalTab.component.ts:480
msgid "Paste multiple lines?" msgid "Paste multiple lines?"
msgstr "粘贴多行?" msgstr "粘贴多行?"
@@ -1466,7 +1430,7 @@ msgstr "按下鼠标滚轮(或中间按键)时粘贴"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:43 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:43
msgid "Path or address of the local X11 socket" msgid "Path or address of the local X11 socket"
msgstr "本地 X11 socket 的路径或地址" msgstr "路径或本地 X11 socket 地址"
#: locale/tmp-html/tabby-terminal/src/components/terminalToolbar.component.html:4 #: locale/tmp-html/tabby-terminal/src/components/terminalToolbar.component.html:4
msgid "Pin" msgid "Pin"
@@ -1485,7 +1449,7 @@ msgstr "插件目录"
msgid "Port" msgid "Port"
msgstr "端口" msgstr "端口"
#: tabby-serial/src/components/serialTab.component.ts:71 #: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened" msgid "Port opened"
msgstr "端口已打开" msgstr "端口已打开"
@@ -1494,9 +1458,9 @@ msgstr "端口已打开"
msgid "Ports" msgid "Ports"
msgstr "端口" msgstr "端口"
#: tabby-serial/src/components/serialTab.component.ts:86 #: tabby-serial/src/components/serialTab.component.ts:92
#: tabby-ssh/src/components/sshTab.component.ts:169 #: tabby-ssh/src/components/sshTab.component.ts:177
#: tabby-telnet/src/components/telnetTab.component.ts:53 #: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect" msgid "Press any key to reconnect"
msgstr "按任意键重新连接" msgstr "按任意键重新连接"
@@ -1534,7 +1498,7 @@ msgstr "配置名称"
msgid "Profiles" msgid "Profiles"
msgstr "配置" msgstr "配置"
#: tabby-core/src/commands.ts:32 #: tabby-core/src/buttonProvider.ts:40
#: tabby-settings/src/settings.ts:58 #: tabby-settings/src/settings.ts:58
msgid "Profiles & connections" msgid "Profiles & connections"
msgstr "配置和连接" msgstr "配置和连接"
@@ -1547,7 +1511,7 @@ msgstr "程序"
msgid "Proxy command" msgid "Proxy command"
msgstr "代理命令" msgstr "代理命令"
#: tabby-core/src/utils.ts:58 #: tabby-core/src/utils.ts:64
msgid "Purple" msgid "Purple"
msgstr "紫色" msgstr "紫色"
@@ -1555,13 +1519,13 @@ msgstr "紫色"
msgid "Puts all of Tabby's configuration into the vault" msgid "Puts all of Tabby's configuration into the vault"
msgstr "将 Tabby 的所有配置放入保险库" msgstr "将 Tabby 的所有配置放入保险库"
#: tabby-core/src/index.ts:226 #: tabby-core/src/index.ts:218
#: tabby-core/src/services/profiles.service.ts:177 #: tabby-core/src/services/profiles.service.ts:172
msgid "Quick connect" msgid "Quick connect"
msgstr "快速连接" msgstr "快速连接"
#: tabby-core/src/services/config.service.ts:371 #: tabby-core/src/services/config.service.ts:369
#: tabby-core/src/services/config.service.ts:385 #: tabby-core/src/services/config.service.ts:383
msgid "Quit" msgid "Quit"
msgstr "退出" msgstr "退出"
@@ -1573,8 +1537,8 @@ msgstr "原始套接字连接"
msgid "Ready Timeout (Milliseconds)" msgid "Ready Timeout (Milliseconds)"
msgstr "准备超时(毫秒)" msgstr "准备超时(毫秒)"
#: tabby-core/src/services/profiles.service.ts:120 #: tabby-core/src/services/profiles.service.ts:115
#: tabby-core/src/services/profiles.service.ts:134 #: tabby-core/src/services/profiles.service.ts:129
#: tabby-local/src/services/dockMenu.service.ts:28 #: tabby-local/src/services/dockMenu.service.ts:28
msgid "Recent" msgid "Recent"
msgstr "最近" msgstr "最近"
@@ -1585,7 +1549,7 @@ msgstr "最近"
msgid "Reconnect" msgid "Reconnect"
msgstr "重新连接" msgstr "重新连接"
#: tabby-core/src/utils.ts:59 #: tabby-core/src/utils.ts:65
msgid "Red" msgid "Red"
msgstr "红色" msgstr "红色"
@@ -1608,7 +1572,7 @@ msgstr "远程"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:124
msgid "Remove whitespace and newlines around the copied text" msgid "Remove whitespace and newlines around the copied text"
msgstr "删除复制文本周围的空格和换行" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25 #: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25
#: tabby-core/src/tabContextMenu.ts:120 #: tabby-core/src/tabContextMenu.ts:120
@@ -1618,7 +1582,7 @@ msgstr "重命名"
#: tabby-core/src/hotkeys.ts:25 #: tabby-core/src/hotkeys.ts:25
#: tabby-core/src/tabContextMenu.ts:121 #: tabby-core/src/tabContextMenu.ts:121
msgid "Rename tab" msgid "Rename tab"
msgstr "重命名标签" msgstr ""
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
msgid "Rendering" msgid "Rendering"
@@ -1736,7 +1700,7 @@ msgstr "滚动终端到底部"
#: tabby-terminal/src/hotkeys.ts:86 #: tabby-terminal/src/hotkeys.ts:86
msgid "Scroll terminal to top" msgid "Scroll terminal to top"
msgstr "滑动终端到顶端" msgstr "滑动中断到顶端"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:16 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:16
msgid "Scrollback" msgid "Scrollback"
@@ -1750,12 +1714,11 @@ msgstr "在用户输入时,将终端滚动至底部"
msgid "Search" msgid "Search"
msgstr "搜索" msgstr "搜索"
#: tabby-terminal/src/components/colorSchemeSelector.component.ts:9
#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10 #: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:10
msgid "Search color schemes" msgid "Search color schemes"
msgstr "搜索配色方案" msgstr "搜索配色方案"
#: tabby-settings/src/components/hotkeySettingsTab.component.ts:12 #: tabby-settings/src/components/hotkeySettingsTab.component.ts:11
msgid "Search hotkeys" msgid "Search hotkeys"
msgstr "搜索快捷键" msgstr "搜索快捷键"
@@ -1772,7 +1735,7 @@ msgstr "加密同步令牌"
msgid "Select" msgid "Select"
msgstr "选择" msgstr "选择"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:65 #: tabby-settings/src/components/profilesSettingsTab.component.ts:64
msgid "Select a base profile to use as a template" msgid "Select a base profile to use as a template"
msgstr "选择一个基本配置作为模板" msgstr "选择一个基本配置作为模板"
@@ -1784,11 +1747,11 @@ msgstr "全选"
msgid "Select file storage" msgid "Select file storage"
msgstr "选择文件存储" msgstr "选择文件存储"
#: tabby-core/src/index.ts:238 #: tabby-core/src/index.ts:230
msgid "Select profile" msgid "Select profile"
msgstr "选择配置" msgstr "选择配置"
#: tabby-core/src/services/profiles.service.ts:186 #: tabby-core/src/services/profiles.service.ts:181
msgid "Select profile or enter an address" msgid "Select profile or enter an address"
msgstr "选择配置或输入地址" msgstr "选择配置或输入地址"
@@ -1840,7 +1803,7 @@ msgid "Sets the SSH agent's named pipe path."
msgstr "设置 SSH agent 的命名 pipe 路径" msgstr "设置 SSH agent 的命名 pipe 路径"
#: tabby-settings/src/buttonProvider.ts:28 #: tabby-settings/src/buttonProvider.ts:28
#: tabby-settings/src/components/settingsTab.component.ts:58 #: tabby-settings/src/components/settingsTab.component.ts:57
msgid "Settings" msgid "Settings"
msgstr "设置" msgstr "设置"
@@ -1848,7 +1811,7 @@ msgstr "设置"
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:549 #: tabby-terminal/src/api/baseTerminalTab.component.ts:544
msgid "Shell does not support current path detection" msgid "Shell does not support current path detection"
msgstr "Shell 不支持当前路径检测" msgstr "Shell 不支持当前路径检测"
@@ -1870,7 +1833,7 @@ msgstr "在选择器中显示内置配置"
#: tabby-core/src/hotkeys.ts:13 #: tabby-core/src/hotkeys.ts:13
msgid "Show command selector" msgid "Show command selector"
msgstr "显示命令选择器" msgstr ""
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126 #: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:126
msgid "Show config file" msgid "Show config file"
@@ -1888,7 +1851,7 @@ msgstr "显示音量合成器"
msgid "Show pane labels (for rearranging)" msgid "Show pane labels (for rearranging)"
msgstr "显示窗格标签(用于重新排列)" msgstr "显示窗格标签(用于重新排列)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab" msgid "Show profile icon on tab"
msgstr "在标签上显示配置文件图标" msgstr "在标签上显示配置文件图标"
@@ -1908,11 +1871,7 @@ msgstr "显示更新日志"
msgid "Show Serial connections" msgid "Show Serial connections"
msgstr "显示串口连接" msgstr "显示串口连接"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163 #: tabby-terminal/src/tabContextMenu.ts:53
msgid "Show tabs in fullscreen mode"
msgstr "全屏模式下显示标签栏"
#: tabby-terminal/src/tabContextMenu.ts:58
msgid "Show toolbar" msgid "Show toolbar"
msgstr "显示工具栏" msgstr "显示工具栏"
@@ -1969,7 +1928,7 @@ msgstr "向下拆分"
#: tabby-core/src/tabContextMenu.ts:85 #: tabby-core/src/tabContextMenu.ts:85
msgid "Split to the down" msgid "Split to the down"
msgstr "向下拆分" msgstr ""
#: tabby-core/src/hotkeys.ts:165 #: tabby-core/src/hotkeys.ts:165
#: tabby-core/src/tabContextMenu.ts:86 #: tabby-core/src/tabContextMenu.ts:86
@@ -1987,13 +1946,13 @@ msgstr "向上拆分"
#: tabby-core/src/tabContextMenu.ts:87 #: tabby-core/src/tabContextMenu.ts:87
msgid "Split to the up" msgid "Split to the up"
msgstr "向上拆分" msgstr ""
#: tabby-ssh/src/profiles.ts:81 #: tabby-ssh/src/profiles.ts:80
msgid "SSH connection" msgid "SSH connection"
msgstr "SSH 连接" msgstr "SSH 连接"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:53 #: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab" msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
msgstr "现在,通过“配置和连接”选项对 SSH 连接进行管理" msgstr "现在,通过“配置和连接”选项对 SSH 连接进行管理"
@@ -2041,7 +2000,7 @@ msgstr "切换终端前端实现(实验性)"
msgid "Sync" msgid "Sync"
msgstr "同步" msgstr "同步"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
msgid "Sync automatically" msgid "Sync automatically"
msgstr "自动同步" msgstr "自动同步"
@@ -2049,15 +2008,15 @@ msgstr "自动同步"
msgid "Sync host" msgid "Sync host"
msgstr "同步主机" msgstr "同步主机"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:72 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
msgid "Sync hotkeys" msgid "Sync hotkeys"
msgstr "同步快捷键" msgstr "同步快捷键"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:84 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
msgid "Sync Vault" msgid "Sync Vault"
msgstr "同步保险库" msgstr "同步保险库"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:78 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
msgid "Sync window settings" msgid "Sync window settings"
msgstr "同步窗口设置" msgstr "同步窗口设置"
@@ -2112,7 +2071,7 @@ msgstr "标签页宽度"
msgid "Telnet session" msgid "Telnet session"
msgstr "Telnet 会话" msgstr "Telnet 会话"
#: tabby-terminal/src/api/baseTerminalTab.component.ts:198 #: tabby-terminal/src/api/baseTerminalTab.component.ts:194
#: tabby-terminal/src/settings.ts:43 #: tabby-terminal/src/settings.ts:43
msgid "Terminal" msgid "Terminal"
msgstr "终端" msgstr "终端"
@@ -2125,10 +2084,6 @@ msgstr "终端背景"
msgid "Terminal bell" msgid "Terminal bell"
msgstr "终端提示音" msgstr "终端提示音"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Terminal identification"
msgstr "终端标识"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7 #: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
msgid "Thank you for downloading Tabby!" msgid "Thank you for downloading Tabby!"
msgstr "感谢您下载 Tabby" msgstr "感谢您下载 Tabby"
@@ -2145,7 +2100,7 @@ msgstr "当前有活动的文件传输"
msgid "There is a saved password for this connection" msgid "There is a saved password for this connection"
msgstr "此连接已保存密码" msgstr "此连接已保存密码"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:81 #: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type" msgid "These apply to all profiles of a given type"
msgstr "应用于给定类型的所有配置文件" msgstr "应用于给定类型的所有配置文件"
@@ -2153,7 +2108,7 @@ msgstr "应用于给定类型的所有配置文件"
msgid "Thin" msgid "Thin"
msgstr "简约" msgstr "简约"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:216 #: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:210
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues" msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
msgstr "如果您遇到锯齿、重影或其他视觉问题,请打开此选项" msgstr "如果您遇到锯齿、重影或其他视觉问题,请打开此选项"
@@ -2180,9 +2135,9 @@ msgstr "顶部"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:123
msgid "Trim whitespace and newlines" msgid "Trim whitespace and newlines"
msgstr "缩减空格和换行" msgstr ""
#: tabby-core/src/services/config.service.ts:369 #: tabby-core/src/services/config.service.ts:367
msgid "Try again" msgid "Try again"
msgstr "再试一次" msgstr "再试一次"
@@ -2202,7 +2157,7 @@ msgstr "未分组"
msgid "Uninstall" msgid "Uninstall"
msgstr "卸载" msgstr "卸载"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:250 #: tabby-settings/src/components/profilesSettingsTab.component.ts:249
msgid "Unknown" msgid "Unknown"
msgstr "未知" msgstr "未知"
@@ -2228,11 +2183,11 @@ msgid "Upgrade to {version}"
msgstr "升级至 {version}" msgstr "升级至 {version}"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:8
msgid "Upload" msgid "Upload"
msgstr "上传" msgstr "上传"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:50 #: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
msgid "Upload as a new config" msgid "Upload as a new config"
msgstr "上传为新配置" msgstr "上传为新配置"
@@ -2304,7 +2259,7 @@ msgstr "鲜明"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:140
msgid "Visual" msgid "Visual"
msgstr "可视化" msgstr "外观"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:116 #: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:116
msgid "Warn on multi-line paste" msgid "Warn on multi-line paste"
@@ -2322,7 +2277,7 @@ msgstr "警告:远程主机密钥突然改变!"
msgid "We're only tracking your Tabby and OS versions." msgid "We're only tracking your Tabby and OS versions."
msgstr "我们只获取您的 Tabby 和操作系统版本信息。" msgstr "我们只获取您的 Tabby 和操作系统版本信息。"
#: tabby-core/src/components/welcomeTab.component.ts:25 #: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome" msgid "Welcome"
msgstr "欢迎" msgstr "欢迎"
@@ -2379,7 +2334,7 @@ msgstr "单词分隔符"
msgid "Working directory" msgid "Working directory"
msgstr "工作目录" msgstr "工作目录"
#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15 #: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:13
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6 #: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
msgid "Working directory detection" msgid "Working directory detection"
msgstr "查找工作目录" msgstr "查找工作目录"
@@ -2396,7 +2351,7 @@ msgstr "WSL 终端仅支持 ConPTY 真彩"
msgid "X11 forwarding" msgid "X11 forwarding"
msgstr "X11 转发" msgstr "X11 转发"
#: tabby-core/src/utils.ts:60 #: tabby-core/src/utils.ts:66
msgid "Yellow" msgid "Yellow"
msgstr "黄色" msgstr "黄色"

File diff suppressed because it is too large Load Diff

View File

@@ -1,19 +1,17 @@
{ {
"devDependencies": { "devDependencies": {
"@angular/animations": "^15.1.3", "@angular/animations": "^12.0.0",
"@angular/cdk": "^15.1.3", "@angular/cdk": "^12.2.9",
"@angular/common": "^15.1.3", "@angular/common": "^12.0.0",
"@angular/compiler": "^15.1.3", "@angular/compiler": "^12.0.0",
"@angular/compiler-cli": "^15.1.3", "@angular/compiler-cli": "^12.0.0",
"@angular/core": "^15.1.3", "@angular/core": "^12.0.0",
"@angular/forms": "^15.1.3", "@angular/forms": "^12.0.0",
"@angular/platform-browser": "^15.1.3", "@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^15.1.3", "@angular/platform-browser-dynamic": "^12.0.0",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0", "@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@fortawesome/fontawesome-free": "^6.2.0", "@fortawesome/fontawesome-free": "^6.2.0",
"@ng-bootstrap/ng-bootstrap": "^14.0.1", "@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@ngtools/webpack": "^15.1.4",
"@popperjs/core": "^2.11.6",
"@sentry/cli": "^1.74.3", "@sentry/cli": "^1.74.3",
"@sentry/electron": "^2.5.4", "@sentry/electron": "^2.5.4",
"@tabby-gang/to-string-loader": "^1.1.7-beta.2", "@tabby-gang/to-string-loader": "^1.1.7-beta.2",
@@ -23,29 +21,27 @@
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
"@types/node": "16.0.1", "@types/node": "16.0.1",
"@types/sortablejs": "^1.15.0",
"@types/webpack-env": "^1.18.0", "@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^5.45.0", "@typescript-eslint/parser": "^4.33.0",
"apply-loader": "2.0.0", "apply-loader": "2.0.0",
"axios": "^0.27.2", "axios": "^0.27.2",
"babel-loader": "^9.1.2",
"browserify-sign": "^4.2.1", "browserify-sign": "^4.2.1",
"clone-deep": "^4.0.1", "clone-deep": "^4.0.1",
"compare-versions": "^5", "compare-versions": "^5",
"core-js": "^3.21.1", "core-js": "^3.21.1",
"core-js-pure": "^3.21.1", "core-js-pure": "^3.21.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"css-loader": "^6.7.3", "css-loader": "^6.7.1",
"deep-equal": "2.0.5", "deep-equal": "2.0.5",
"electron": "22.3.1", "electron": "21.0.1",
"electron-builder": "^24.0.0-alpha.1", "electron-builder": "^24.0.0-alpha.1",
"electron-download": "^4.1.1", "electron-download": "^4.1.1",
"electron-installer-snap": "^5.1.0", "electron-installer-snap": "^5.1.0",
"electron-notarize": "^1.2.2", "electron-notarize": "^1.2.1",
"electron-rebuild": "^3.2.9", "electron-rebuild": "^3.2.9",
"eslint": "^8.29.0", "eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"gettext-extractor": "^3.5.4", "gettext-extractor": "^3.5.4",
"graceful-fs": "^4.2.10", "graceful-fs": "^4.2.10",
@@ -53,8 +49,10 @@
"json-loader": "^0.5.7", "json-loader": "^0.5.7",
"lru-cache": "^6.0.0", "lru-cache": "^6.0.0",
"macos-release": "^3.1.0", "macos-release": "^3.1.0",
"ngx-toastr": "^16.0.2", "ngx-sortablejs": "^11.1.0",
"node-abi": "^3.33.0", "ngx-toastr": "^14.0.0",
"node-abi": "^3.25.0",
"node-sass": "^7.0.3",
"npmlog": "6.0.2", "npmlog": "6.0.2",
"npx": "^10.2.2", "npx": "^10.2.2",
"patch-package": "^6.4.7", "patch-package": "^6.4.7",
@@ -66,53 +64,49 @@
"pug-loader": "^2.4.0", "pug-loader": "^2.4.0",
"pug-static-loader": "2.0.0", "pug-static-loader": "2.0.0",
"raw-loader": "4.0.2", "raw-loader": "4.0.2",
"rxjs": "^7.5.7", "sass-loader": "^12.6.0",
"sass": "^1.58.0", "shell-quote": "^1.7.3",
"sass-loader": "^13.2.0",
"shell-quote": "^1.7.4",
"shelljs": "0.8.5", "shelljs": "0.8.5",
"slugify": "^1.6.5", "slugify": "^1.6.5",
"sortablejs": "^1.15.0",
"source-code-pro": "^2.38.0", "source-code-pro": "^2.38.0",
"source-map-loader": "^4.0.1", "source-map-loader": "^3.0.1",
"source-sans-pro": "3.6.0", "source-sans-pro": "3.6.0",
"ssh2": "Eugeny/ssh2#9de907d62907d6d45debdcc0ed8dda5b7b19dc7c", "ssh2": "Eugeny/ssh2#22735cecf1d9c118b2b8af1c2f80fe5b04996fe1",
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2", "svg-inline-loader": "^0.8.2",
"thenby": "^1.3.4", "thenby": "^1.3.4",
"ts-loader": "^9.4.2", "ts-loader": "^9.4.1",
"tsimportlib": "^0.0.3", "tslib": "^2.4.0",
"tslib": "^2.5.0",
"typedoc": "^0.22.18", "typedoc": "^0.22.18",
"typescript": "^4.9.5", "typescript": "^4.3.5",
"utils-decorators": "^1.10.4", "utils-decorators": "^1.10.4",
"val-loader": "5.0.1", "val-loader": "4.0.0",
"webpack": "^5.75.0", "webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.7.0", "webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^4.9.2",
"yaml-loader": "0.8.0", "yaml-loader": "0.6.0",
"zone.js": "^0.11.5" "zone.js": "^0.11.5"
}, },
"resolutions": { "resolutions": {
"*/pug": "^3", "*/pug": "^3",
"lzma-native": "^8.0.0", "lzma-native": "^8.0.0",
"*/node-abi": "^3.33.0", "*/node-abi": "^3.25.0",
"**/graceful-fs": "^4.2.4", "**/graceful-fs": "^4.2.4"
"nan": "2.17.0"
}, },
"scripts": { "scripts": {
"build": "npm run build:typings && node scripts/build-modules.mjs", "build": "npm run build:typings && node scripts/build-modules.js",
"build:typings": "node scripts/build-typings.mjs", "build:typings": "node scripts/build-typings.js",
"watch": "cross-env TABBY_DEV=1 webpack --progress --color --watch", "watch": "cross-env TABBY_DEV=1 webpack --progress --color --watch",
"start": "cross-env TABBY_DEV=1 electron app -d --inspect", "start": "cross-env TABBY_DEV=1 electron app -d --inspect",
"start:prod": "electron app --debug", "start:prod": "electron app --debug",
"prod": "cross-env TABBY_DEV=1 electron app", "prod": "cross-env TABBY_DEV=1 electron app",
"docs": "node scripts/build-docs.mjs", "docs": "node scripts/build-docs.js",
"lint": "eslint --ext ts */src */lib", "lint": "eslint --ext ts */src */lib",
"postinstall": "patch-package && node ./scripts/install-deps.mjs && node ./scripts/build-native.mjs", "postinstall": "patch-package && node ./scripts/install-deps.js && node ./scripts/build-native.js",
"i18n:pull": "crowdin pull --skip-untranslated-strings", "i18n:pull": "crowdin pull --skip-untranslated-strings",
"i18n:extract": "node scripts/i18n-extract.mjs", "i18n:extract": "node scripts/i18n-extract.js",
"i18n:push": "crowdin push" "i18n:push": "crowdin push"
}, },
"type": "module",
"private": true "private": true
} }

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
import sh from 'shelljs' const sh = require('shelljs')
import * as vars from './vars.mjs' const vars = require('./vars')
import log from 'npmlog' const log = require('npmlog')
vars.packagesWithDocs.forEach(([dest, src]) => { vars.packagesWithDocs.forEach(([dest, src]) => {
log.info('docs', src) log.info('docs', src)

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
/* eslint-disable @typescript-eslint/prefer-nullish-coalescing */ /* eslint-disable @typescript-eslint/prefer-nullish-coalescing */
import { build as builder } from 'electron-builder' const builder = require('electron-builder').build
import * as vars from './vars.mjs' const vars = require('./vars')
const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/') const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/')

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
/* eslint-disable @typescript-eslint/prefer-nullish-coalescing */ /* eslint-disable @typescript-eslint/prefer-nullish-coalescing */
import { build as builder } from 'electron-builder' const builder = require('electron-builder').build
import * as vars from './vars.mjs' const vars = require('./vars')
const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/') const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/')

22
scripts/build-modules.js Executable file
View File

@@ -0,0 +1,22 @@
#!/usr/bin/env node
const vars = require('./vars')
const log = require('npmlog')
const webpack = require('webpack')
const { promisify } = require('util')
const configs = [
'../app/webpack.main.config.js',
'../app/webpack.config.js',
...vars.allPackages.map(x => `../${x}/webpack.config.js`),
]
;(async () => {
for (const c of configs) {
log.info('build', c)
const stats = await promisify(webpack)(require(c))
console.log(stats.toString({ colors: true }))
if (stats.hasErrors()) {
process.exit(1)
}
}
})()

View File

@@ -1,22 +0,0 @@
#!/usr/bin/env node
import * as vars from './vars.mjs'
import log from 'npmlog'
import webpack from 'webpack'
import { promisify } from 'node:util'
const configs = [
'../app/webpack.config.main.mjs',
'../app/webpack.config.mjs',
...vars.allPackages.map(x => `../${x}/webpack.config.mjs`),
]
;(async () => {
for (const c of configs) {
log.info('build', c)
const stats = await promisify(webpack)((await import(c)).default())
console.log(stats.toString({ colors: true }))
if (stats.hasErrors()) {
process.exit(1)
}
}
})()

View File

@@ -1,11 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
import { rebuild } from 'electron-rebuild' const rebuild = require('electron-rebuild').default
import * as path from 'path' const path = require('path')
import * as vars from './vars.mjs' const vars = require('./vars')
import * as url from 'url'
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
if (process.platform === 'win32' || process.platform === 'linux') { 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.env.ARCH || process.arch

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
import sh from 'shelljs' const sh = require('shelljs')
import * as vars from './vars.mjs' const vars = require('./vars')
import log from 'npmlog' const log = require('npmlog')
vars.builtinPlugins.forEach(plugin => { vars.builtinPlugins.forEach(plugin => {
log.info('typings', plugin) log.info('typings', plugin)

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
/* eslint-disable @typescript-eslint/prefer-nullish-coalescing */ /* eslint-disable @typescript-eslint/prefer-nullish-coalescing */
import { build as builder } from 'electron-builder' const builder = require('electron-builder').build
import * as vars from './vars.mjs' const vars = require('./vars')
const isTag = (process.env.GITHUB_REF || process.env.BUILD_SOURCEBRANCH || '').startsWith('refs/tags/') const isTag = (process.env.GITHUB_REF || process.env.BUILD_SOURCEBRANCH || '').startsWith('refs/tags/')

View File

@@ -1,12 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
import jsYaml from 'js-yaml' const jsYaml = require('js-yaml')
import fs from 'node:fs' const fs = require('fs')
import path from 'node:path' const path = require('path')
import * as url from 'url'
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
const metadata = jsYaml.load(fs.readFileSync(path.resolve(__dirname, '../node_modules/@fortawesome/fontawesome-free/metadata/icons.yml'))) const metadata = jsYaml.load(fs.readFileSync(path.resolve(__dirname, '../node_modules/@fortawesome/fontawesome-free/metadata/icons.yml')))
let result = {} let result = {}

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env node #!/usr/bin/env node
import sh from 'shelljs' const sh = require('shelljs')
import fs from 'node:fs/promises' const fs = require('fs/promises')
import * as vars from './vars.mjs' const vars = require('./vars')
import log from 'npmlog' const log = require('npmlog')
import { GettextExtractor, JsExtractors, HtmlExtractors } from 'gettext-extractor' const { GettextExtractor, JsExtractors, HtmlExtractors } = require('gettext-extractor')
let extractor = new GettextExtractor() let extractor = new GettextExtractor()

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env node #!/usr/bin/env node
import sh from 'shelljs' const sh = require('shelljs')
import * as vars from './vars.mjs' const vars = require('./vars')
import log from 'npmlog' const log = require('npmlog')
log.info('patch') log.info('patch')
sh.exec(`yarn patch-package`, { fatal: true }) sh.exec(`yarn patch-package`, { fatal: true })

View File

@@ -1,14 +1,10 @@
#!/usr/bin/env node #!/usr/bin/env node
import { rebuild } from 'electron-rebuild' const rebuild = require('electron-rebuild').default
import sh from 'shelljs' const sh = require('shelljs')
import path from 'node:path' const path = require('path')
import fs from 'node:fs' const fs = require('fs')
import * as vars from './vars.mjs' const vars = require('./vars')
import log from 'npmlog' const log = require('npmlog')
import * as url from 'url'
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
let target = path.resolve(__dirname, '../builtin-plugins') let target = path.resolve(__dirname, '../builtin-plugins')
sh.mkdir('-p', target) sh.mkdir('-p', target)

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env node #!/usr/bin/env node
import sh from 'shelljs' const sh = require('shelljs')
import * as vars from './vars.mjs' const vars = require('./vars')
import log from 'npmlog' const log = require('npmlog')
import { execSync } from 'child_process' const { execSync } = require('child_process')
vars.allPackages.forEach(plugin => { vars.allPackages.forEach(plugin => {
log.info('bump', plugin) log.info('bump', plugin)

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env node #!/usr/bin/env node
import sh from 'shelljs' const sh = require('shelljs')
import * as vars from './vars.mjs' const vars = require('./vars')
const sentryCli = process.platform === 'win32' ? 'node_modules\\.bin\\sentry-cli.cmd' : 'sentry-cli' const sentryCli = process.platform === 'win32' ? 'node_modules\\.bin\\sentry-cli.cmd' : 'sentry-cli'

View File

@@ -1,22 +1,19 @@
import * as path from 'path' const path = require('path')
import * as fs from 'fs' const fs = require('fs')
import * as semver from 'semver' const semver = require('semver')
import * as childProcess from 'child_process' const childProcess = require('child_process')
import * as url from 'url'
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
const electronInfo = JSON.parse(fs.readFileSync(path.resolve(__dirname, '../node_modules/electron/package.json'))) const electronInfo = JSON.parse(fs.readFileSync(path.resolve(__dirname, '../node_modules/electron/package.json')))
export let version = childProcess.execSync('git describe --tags', { encoding:'utf-8' }) exports.version = childProcess.execSync('git describe --tags', { encoding:'utf-8' })
version = version.substring(1).trim() exports.version = exports.version.substring(1).trim()
version = version.replace('-', '-c') exports.version = exports.version.replace('-', '-c')
if (version.includes('-c')) { if (exports.version.includes('-c')) {
version = semver.inc(version, 'prepatch').replace('-0', `-nightly.${process.env.REV ?? 0}`) exports.version = semver.inc(exports.version, 'prepatch').replace('-0', `-nightly.${process.env.REV ?? 0}`)
} }
export const builtinPlugins = [ exports.builtinPlugins = [
'tabby-core', 'tabby-core',
'tabby-settings', 'tabby-settings',
'tabby-terminal', 'tabby-terminal',
@@ -25,32 +22,32 @@ export const builtinPlugins = [
'tabby-ssh', 'tabby-ssh',
'tabby-serial', 'tabby-serial',
'tabby-telnet', 'tabby-telnet',
'tabby-local',
'tabby-electron', 'tabby-electron',
'tabby-local',
'tabby-plugin-manager', 'tabby-plugin-manager',
'tabby-linkifier', 'tabby-linkifier',
] ]
export const packagesWithDocs = [ exports.packagesWithDocs = [
['.', 'tabby-core'], ['.', 'tabby-core'],
['terminal', 'tabby-terminal'], ['terminal', 'tabby-terminal'],
['local', 'tabby-local'], ['local', 'tabby-local'],
['settings', 'tabby-settings'], ['settings', 'tabby-settings'],
] ]
export const allPackages = [ exports.allPackages = [
...builtinPlugins, ...exports.builtinPlugins,
'web', 'web',
'tabby-web-demo', 'tabby-web-demo',
] ]
export const bundledModules = [ exports.bundledModules = [
'@angular', '@angular',
'@ng-bootstrap', '@ng-bootstrap',
] ]
export const electronVersion = electronInfo.version exports.electronVersion = electronInfo.version
export const keygenConfig = { exports.keygenConfig = {
provider: 'keygen', provider: 'keygen',
account: 'a06315f2-1031-47c6-9181-e92a20ec815e', account: 'a06315f2-1031-47c6-9181-e92a20ec815e',
channel: 'stable', channel: 'stable',
@@ -73,6 +70,6 @@ export const keygenConfig = {
}[process.platform], }[process.platform],
} }
if (!keygenConfig.product) { if (!exports.keygenConfig.product) {
throw new Error(`Unrecognized platform ${process.platform}/${process.env.ARCH ?? process.arch}`) throw new Error(`Unrecognized platform ${process.platform}/${process.env.ARCH ?? process.arch}`)
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "tabby-community-color-schemes", "name": "tabby-community-color-schemes",
"version": "1.0.189-nightly.2", "version": "1.0.187-nightly.1",
"description": "Community color schemes for Tabby", "description": "Community color schemes for Tabby",
"keywords": [ "keywords": [
"tabby-builtin-plugin" "tabby-builtin-plugin"

View File

@@ -1,44 +0,0 @@
!
! Generated with :
! XRDB2Xresources.py
!
*.foreground: #3f3f3f
*.background: #f3f2f1
*.cursorColor: #9acf9f
!
! Black
*.color0: #282c34
*.color8: #548962
!
! Red
*.color1: #e06c75
*.color9: #d19a66
!
! Green
*.color2: #668e3d
*.color10: #668e3d
!
! Yellow
*.color3: #c49041
*.color11: #c49041
!
! Blue
*.color4: #8c71bf
*.color12: #8c71bf
!
! Magenta
*.color5: #c678dd
*.color13: #c678dd
!
! Cyan
*.color6: #878b91
*.color14: #5e6091
!
! White
*.color7: #abb2bf
*.color15: #f2f7ff
!
! Bold, Italic, Underline
*.colorBD: #33374c
!*.colorIT:
!*.colorUL:

View File

@@ -0,0 +1,6 @@
const config = require('../webpack.plugin.config')
module.exports = config({
name: 'community-color-schemes',
dirname: __dirname,
})
module.exports.module.rules.push({ test: /[\\\/]schemes[\\\/]/, use: 'raw-loader' })

View File

@@ -1,14 +0,0 @@
import * as path from 'path'
import * as url from 'url'
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
import config from '../webpack.plugin.config.mjs'
export default () => {
const cfg = config({
name: 'community-color-schemes',
dirname: __dirname,
})
cfg.module.rules.push({ test: /[\\\/]schemes[\\\/]/, use: 'raw-loader' })
return cfg
}

View File

@@ -1,6 +1,6 @@
{ {
"name": "tabby-core", "name": "tabby-core",
"version": "1.0.189-nightly.0", "version": "1.0.187-nightly.1",
"description": "Tabby core", "description": "Tabby core",
"keywords": [ "keywords": [
"tabby-builtin-plugin" "tabby-builtin-plugin"
@@ -17,13 +17,15 @@
"author": "Eugene Pankov", "author": "Eugene Pankov",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"bootstrap": "^5.3.0-alpha.1", "@ngx-translate/core": "^14.0.0",
"color": "^4.2.3", "bootstrap": "^4.1.3",
"deepmerge": "^4.1.1", "deepmerge": "^4.1.1",
"fuzzy-search": "^3.2.1", "fuzzy-search": "^3.2.1",
"js-yaml": "^4.0.0", "js-yaml": "^4.0.0",
"messageformat": "^2.3.0", "messageformat": "^2.3.0",
"mixpanel": "^0.17.0", "mixpanel": "^0.17.0",
"ngx-filesize": "^2.0.16",
"ngx-perfect-scrollbar": "^10.1.0",
"ngx-translate-messageformat-compiler": "^4.11.0", "ngx-translate-messageformat-compiler": "^4.11.0",
"readable-stream": "4.2.0", "readable-stream": "4.2.0",
"uuid": "^9.0.0" "uuid": "^9.0.0"

View File

@@ -2,51 +2,21 @@ import { BaseTabComponent } from '../components/baseTab.component'
import { MenuItemOptions } from './menu' import { MenuItemOptions } from './menu'
import { ToolbarButton } from './toolbarButtonProvider' import { ToolbarButton } from './toolbarButtonProvider'
export enum CommandLocation {
LeftToolbar = 'left-toolbar',
RightToolbar = 'right-toolbar',
StartPage = 'start-page',
}
export class Command { export class Command {
id?: string
label: string label: string
sublabel?: string sublabel?: string
locations?: CommandLocation[] click?: () => void
run: () => Promise<void>
/** /**
* Raw SVG icon code * Raw SVG icon code
*/ */
icon?: string icon?: string
/**
* Optional Touch Bar icon ID
*/
touchBarNSImage?: string
/**
* Optional Touch Bar button label
*/
touchBarTitle?: string
weight?: number
static fromToolbarButton (button: ToolbarButton): Command { static fromToolbarButton (button: ToolbarButton): Command {
const command = new Command() const command = new Command()
command.label = button.title command.label = button.commandLabel ?? button.title
command.run = async () => button.click?.() command.click = button.click
command.icon = button.icon command.icon = button.icon
command.locations = [CommandLocation.StartPage]
if ((button.weight ?? 0) <= 0) {
command.locations.push(CommandLocation.LeftToolbar)
}
if ((button.weight ?? 0) > 0) {
command.locations.push(CommandLocation.RightToolbar)
}
command.touchBarNSImage = button.touchBarNSImage
command.touchBarTitle = button.touchBarTitle
command.weight = button.weight
return command return command
} }
@@ -54,7 +24,7 @@ export class Command {
const command = new Command() const command = new Command()
command.label = item.commandLabel ?? item.label ?? '' command.label = item.commandLabel ?? item.label ?? ''
command.sublabel = item.sublabel command.sublabel = item.sublabel
command.run = async () => item.click?.() command.click = item.click
return command return command
} }
} }
@@ -62,10 +32,3 @@ export class Command {
export interface CommandContext { export interface CommandContext {
tab?: BaseTabComponent, tab?: BaseTabComponent,
} }
/**
* Extend to add commands
*/
export abstract class CommandProvider {
abstract provide (context: CommandContext): Promise<Command[]>
}

View File

@@ -3,11 +3,6 @@ export interface HotkeyDescription {
name: string name: string
} }
export interface Hotkey {
strokes: string[] | string; // may be a sequence of strokes
isDuplicate: boolean;
}
/** /**
* Extend to provide your own hotkeys. A corresponding [[ConfigProvider]] * Extend to provide your own hotkeys. A corresponding [[ConfigProvider]]
* must also provide the `hotkeys.foo` config options with the default values * must also provide the `hotkeys.foo` config options with the default values

View File

@@ -5,7 +5,7 @@ export { SplitTabComponent, SplitContainer, SplitDirection, SplitOrientation } f
export { TabRecoveryProvider, RecoveryToken } from './tabRecovery' export { TabRecoveryProvider, RecoveryToken } from './tabRecovery'
export { ToolbarButtonProvider, ToolbarButton } from './toolbarButtonProvider' export { ToolbarButtonProvider, ToolbarButton } from './toolbarButtonProvider'
export { ConfigProvider } from './configProvider' export { ConfigProvider } from './configProvider'
export { HotkeyProvider, HotkeyDescription, Hotkey } from './hotkeyProvider' export { HotkeyProvider, HotkeyDescription } from './hotkeyProvider'
export { Theme } from './theme' export { Theme } from './theme'
export { TabContextMenuItemProvider } from './tabContextMenuProvider' export { TabContextMenuItemProvider } from './tabContextMenuProvider'
export { SelectorOption } from './selector' export { SelectorOption } from './selector'
@@ -36,7 +36,5 @@ export { TabsService, NewTabParameters, TabComponentType } from '../services/tab
export { UpdaterService } from '../services/updater.service' export { UpdaterService } from '../services/updater.service'
export { VaultService, Vault, VaultSecret, VaultFileSecret, VAULT_SECRET_TYPE_FILE, StoredVault, VaultSecretKey } from '../services/vault.service' export { VaultService, Vault, VaultSecret, VaultFileSecret, VAULT_SECRET_TYPE_FILE, StoredVault, VaultSecretKey } from '../services/vault.service'
export { FileProvidersService } from '../services/fileProviders.service' export { FileProvidersService } from '../services/fileProviders.service'
export { LocaleService } from '../services/locale.service' export { LocaleService, TranslateServiceWrapper as TranslateService } from '../services/locale.service'
export { TranslateService } from '@ngx-translate/core'
export * from '../utils' export * from '../utils'
export { UTF8Splitter } from '../utfSplitter'

View File

@@ -176,7 +176,6 @@ export abstract class PlatformService {
abstract setErrorHandler (handler: (_: any) => void): void abstract setErrorHandler (handler: (_: any) => void): void
abstract popupContextMenu (menu: MenuItemOptions[], event?: MouseEvent): void abstract popupContextMenu (menu: MenuItemOptions[], event?: MouseEvent): void
abstract showMessageBox (options: MessageBoxOptions): Promise<MessageBoxResult> abstract showMessageBox (options: MessageBoxOptions): Promise<MessageBoxResult>
abstract pickDirectory (): Promise<string>
abstract quit (): void abstract quit (): void
} }

View File

@@ -13,5 +13,4 @@ export abstract class Theme {
macOSWindowButtonsInsetX?: number macOSWindowButtonsInsetX?: number
macOSWindowButtonsInsetY?: number macOSWindowButtonsInsetY?: number
followsColorScheme?: boolean
} }

View File

@@ -27,6 +27,13 @@ export interface ToolbarButton {
/** @hidden */ /** @hidden */
submenuItems?: ToolbarButton[] submenuItems?: ToolbarButton[]
showInToolbar?: boolean
showInStartPage?: boolean
/** @hidden */
commandLabel?: string
} }
/** /**

View File

@@ -2,19 +2,26 @@
import { Injectable } from '@angular/core' import { Injectable } from '@angular/core'
import { TranslateService } from '@ngx-translate/core' import { TranslateService } from '@ngx-translate/core'
import { ToolbarButton, ToolbarButtonProvider } from './api/toolbarButtonProvider'
import { HostAppService, Platform } from './api/hostApp' import { HostAppService, Platform } from './api/hostApp'
import { HotkeysService } from './services/hotkeys.service'
import { ProfilesService } from './services/profiles.service' import { ProfilesService } from './services/profiles.service'
import { CommandProvider, Command, CommandLocation } from './api/commands'
/** @hidden */ /** @hidden */
@Injectable({ providedIn: 'root' }) @Injectable()
export class CoreCommandProvider extends CommandProvider { export class ButtonProvider extends ToolbarButtonProvider {
constructor ( constructor (
private hostApp: HostAppService, private hostApp: HostAppService,
private profilesService: ProfilesService, private profilesService: ProfilesService,
private translate: TranslateService, private translate: TranslateService,
hotkeys: HotkeysService,
) { ) {
super() super()
hotkeys.hotkey$.subscribe(hotkey => {
if (hotkey === 'profile-selector') {
this.activate()
}
})
} }
async activate () { async activate () {
@@ -24,22 +31,21 @@ export class CoreCommandProvider extends CommandProvider {
} }
} }
async provide (): Promise<Command[]> { provide (): ToolbarButton[] {
return [ return [
{ {
id: 'profile-selector',
locations: [CommandLocation.LeftToolbar, CommandLocation.StartPage],
label: this.translate.instant('Profiles & connections'),
icon: this.hostApp.platform === Platform.Web icon: this.hostApp.platform === Platform.Web
? require('./icons/plus.svg') ? require('./icons/plus.svg')
: require('./icons/profiles.svg'), : require('./icons/profiles.svg'),
run: async () => this.activate(), title: this.translate.instant('Profiles & connections'),
click: () => this.activate(),
}, },
...this.profilesService.getRecentProfiles().map(profile => ({ ...this.profilesService.getRecentProfiles().map(profile => ({
label: profile.name,
locations: [CommandLocation.StartPage],
icon: require('./icons/history.svg'), icon: require('./icons/history.svg'),
run: async () => { title: profile.name,
showInToolbar: false,
showinStartPage: true,
click: async () => {
const p = (await this.profilesService.getProfiles()).find(x => x.id === profile.id) ?? profile const p = (await this.profilesService.getProfiles()).find(x => x.id === profile.id) ?? profile
this.profilesService.launchProfile(p) this.profilesService.launchProfile(p)
}, },

View File

@@ -9,10 +9,7 @@ title-bar(
[class.tabs-on-top]='config.store.appearance.tabsLocation == "top" || config.store.appearance.tabsLocation == "left"', [class.tabs-on-top]='config.store.appearance.tabsLocation == "top" || config.store.appearance.tabsLocation == "left"',
[class.tabs-on-side]='hasVerticalTabs()', [class.tabs-on-side]='hasVerticalTabs()',
) )
.tab-bar( .tab-bar((dblclick)='hostWindow.toggleMaximize()')
*ngIf='!hostWindow.isFullscreen || config.store.appearance.tabsInFullscreen',
(dblclick)='hostWindow.toggleMaximize()'
)
.inset.background(*ngIf='hostApp.platform == Platform.macOS \ .inset.background(*ngIf='hostApp.platform == Platform.macOS \
&& !hostWindow.isFullscreen \ && !hostWindow.isFullscreen \
&& config.store.appearance.frame == "thin" \ && config.store.appearance.frame == "thin" \
@@ -38,14 +35,26 @@ title-bar(
.btn-group.background .btn-group.background
.d-flex( .d-flex(
*ngFor='let button of leftToolbarButtons', *ngFor='let button of leftToolbarButtons',
ngbDropdown ngbDropdown,
(openChange)='generateButtonSubmenu(button)',
) )
button.btn.btn-secondary.btn-tab-bar( button.btn.btn-secondary.btn-tab-bar(
[title]='button.label', [title]='button.title',
(click)='button.run && button.run()', (click)='button.click && button.click()',
[fastHtmlBind]='button.icon', [fastHtmlBind]='button.icon',
ngbDropdownToggle, ngbDropdownToggle,
) )
div(*ngIf='button.submenu', ngbDropdownMenu)
button.dropdown-item.d-flex.align-items-center(
*ngFor='let item of button.submenuItems',
(click)='item.click()',
ngbDropdownItem,
)
.icon-wrapper(
*ngIf='hasIcons(button.submenuItems)',
[fastHtmlBind]='item.icon'
)
div([class.ml-3]='hasIcons(button.submenuItems)') {{item.title}}
.d-flex( .d-flex(
ngbDropdown, ngbDropdown,
@@ -68,14 +77,26 @@ title-bar(
.btn-group.background .btn-group.background
.d-flex( .d-flex(
*ngFor='let button of rightToolbarButtons', *ngFor='let button of rightToolbarButtons',
ngbDropdown ngbDropdown,
(openChange)='generateButtonSubmenu(button)',
) )
button.btn.btn-secondary.btn-tab-bar( button.btn.btn-secondary.btn-tab-bar(
[title]='button.label', [title]='button.title',
(click)='button.run && button.run()', (click)='button.click && button.click()',
[fastHtmlBind]='button.icon', [fastHtmlBind]='button.icon',
ngbDropdownToggle, ngbDropdownToggle,
) )
div(*ngIf='button.submenu', ngbDropdownMenu)
button.dropdown-item.d-flex.align-items-center(
*ngFor='let item of button.submenuItems',
(click)='item.click()',
ngbDropdownItem,
)
.icon-wrapper(
*ngIf='hasIcons(button.submenuItems)',
[fastHtmlBind]='item.icon'
)
div([class.ml-3]='hasIcons(button.submenuItems)') {{item.title}}
button.btn.btn-secondary.btn-tab-bar.btn-update( button.btn.btn-secondary.btn-tab-bar.btn-update(
*ngIf='updatesAvailable', *ngIf='updatesAvailable',

View File

@@ -10,12 +10,11 @@
cursor: default; cursor: default;
animation: 0.5s ease-out fadeIn; animation: 0.5s ease-out fadeIn;
transition: 0.25s background; transition: 0.25s background;
--tabs-height: calc(38px * var(--spaciness));
--side-tab-width: calc(200px * var(--spaciness));
} }
$tabs-height: 38px;
$tab-border-radius: 4px; $tab-border-radius: 4px;
$side-tab-width: 200px;
.wrap { .wrap {
display: flex; display: flex;
@@ -47,19 +46,19 @@ $tab-border-radius: 4px;
.content.tabs-on-side > .tab-bar { .content.tabs-on-side > .tab-bar {
height: 100%; height: 100%;
width: var(--side-tab-width); width: $side-tab-width;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
flex-direction: column; flex-direction: column;
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
.tabs { .tabs {
width: var(--side-tab-width); width: $side-tab-width;
flex: none; flex: none;
flex-direction: column; flex-direction: column;
tab-header { tab-header {
flex: 0 0 var(--tabs-height); flex: 0 0 $tabs-height;
} }
} }
@@ -70,22 +69,18 @@ $tab-border-radius: 4px;
&>.inset { &>.inset {
opacity: 0; opacity: 0;
} }
::ng-deep tab-header {
width: 100% !important;
}
} }
.tab-bar { .tab-bar {
flex: none; flex: none;
height: var(--tabs-height); height: $tabs-height;
display: flex; display: flex;
width: 100%; width: 100%;
.btn-tab-bar { .btn-tab-bar {
line-height: calc(var(--tabs-height) + 2px); line-height: $tabs-height + 2px;
height: var(--tabs-height); height: $tabs-height;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
@@ -118,20 +113,17 @@ $tab-border-radius: 4px;
&>.drag-space { &>.drag-space {
min-width: 1px; min-width: 1px;
flex: 1 0 1%; flex: 1 0 1%;
margin-top: 2px; // for window resizing
-webkit-app-region: drag; -webkit-app-region: drag;
.tabs-on-top & {
margin-top: 2px; // for window resizing
}
&.persistent { &.persistent {
min-width: 72px; // 2 x 36 px height, ie 2 squares min-width: 72px; // 2 x 36 px height, ie 2 squares
} }
} }
& > .inset { & > .inset {
width: calc(70px + 15px * var(--spaciness)); width: 85px;
height: var(--tabs-height); height: $tabs-height;
flex: none; flex: none;
-webkit-app-region: drag; -webkit-app-region: drag;
} }
@@ -178,12 +170,18 @@ hotkey-hint {
::ng-deep .btn-tab-bar svg, ::ng-deep .btn-tab-bar svg,
::ng-deep .btn-tab-bar + .dropdown-menu svg { ::ng-deep .btn-tab-bar + .dropdown-menu svg {
width: calc(22px * var(--spaciness)); width: 22px;
height: calc(16px * var(--spaciness)); height: 16px;
fill: white; fill: white;
fill-opacity: 0.75; fill-opacity: 0.75;
} }
.icon-wrapper {
display: flex;
width: 16px;
height: 17px;
}
::ng-deep .btn-update svg { ::ng-deep .btn-update svg {
fill: cyan; fill: cyan;
} }

View File

@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
import { Component, Input, HostListener, HostBinding, ViewChildren, ViewChild } from '@angular/core' import { Component, Inject, Input, HostListener, HostBinding, ViewChildren, ViewChild } from '@angular/core'
import { trigger, style, animate, transition, state } from '@angular/animations' import { trigger, style, animate, transition, state } from '@angular/animations'
import { NgbDropdown, NgbModal } from '@ng-bootstrap/ng-bootstrap' import { NgbDropdown, NgbModal } from '@ng-bootstrap/ng-bootstrap'
import { CdkDragDrop, moveItemInArray } from '@angular/cdk/drag-drop' import { CdkDragDrop, moveItemInArray } from '@angular/cdk/drag-drop'
@@ -10,13 +10,12 @@ import { Logger, LogService } from '../services/log.service'
import { ConfigService } from '../services/config.service' import { ConfigService } from '../services/config.service'
import { ThemesService } from '../services/themes.service' import { ThemesService } from '../services/themes.service'
import { UpdaterService } from '../services/updater.service' import { UpdaterService } from '../services/updater.service'
import { CommandService } from '../services/commands.service'
import { BaseTabComponent } from './baseTab.component' import { BaseTabComponent } from './baseTab.component'
import { SafeModeModalComponent } from './safeModeModal.component' import { SafeModeModalComponent } from './safeModeModal.component'
import { TabBodyComponent } from './tabBody.component' import { TabBodyComponent } from './tabBody.component'
import { SplitTabComponent } from './splitTab.component' import { SplitTabComponent } from './splitTab.component'
import { AppService, Command, CommandLocation, FileTransfer, HostWindowService, PlatformService } from '../api' import { AppService, FileTransfer, HostWindowService, PlatformService, ToolbarButton, ToolbarButtonProvider } from '../api'
function makeTabAnimation (dimension: string, size: number) { function makeTabAnimation (dimension: string, size: number) {
return [ return [
@@ -55,8 +54,8 @@ function makeTabAnimation (dimension: string, size: number) {
/** @hidden */ /** @hidden */
@Component({ @Component({
selector: 'app-root', selector: 'app-root',
templateUrl: './appRoot.component.pug', template: require('./appRoot.component.pug'),
styleUrls: ['./appRoot.component.scss'], styles: [require('./appRoot.component.scss')],
animations: [ animations: [
trigger('animateTab', makeTabAnimation('width', 200)), trigger('animateTab', makeTabAnimation('width', 200)),
], ],
@@ -64,8 +63,8 @@ function makeTabAnimation (dimension: string, size: number) {
export class AppRootComponent { export class AppRootComponent {
Platform = Platform Platform = Platform
@Input() ready = false @Input() ready = false
@Input() leftToolbarButtons: Command[] @Input() leftToolbarButtons: ToolbarButton[]
@Input() rightToolbarButtons: Command[] @Input() rightToolbarButtons: ToolbarButton[]
@HostBinding('class.platform-win32') platformClassWindows = process.platform === 'win32' @HostBinding('class.platform-win32') platformClassWindows = process.platform === 'win32'
@HostBinding('class.platform-darwin') platformClassMacOS = process.platform === 'darwin' @HostBinding('class.platform-darwin') platformClassMacOS = process.platform === 'darwin'
@HostBinding('class.platform-linux') platformClassLinux = process.platform === 'linux' @HostBinding('class.platform-linux') platformClassLinux = process.platform === 'linux'
@@ -79,18 +78,17 @@ export class AppRootComponent {
constructor ( constructor (
private hotkeys: HotkeysService, private hotkeys: HotkeysService,
private commands: CommandService, private updater: UpdaterService,
public updater: UpdaterService,
public hostWindow: HostWindowService, public hostWindow: HostWindowService,
public hostApp: HostAppService, public hostApp: HostAppService,
public config: ConfigService, public config: ConfigService,
public app: AppService, public app: AppService,
@Inject(ToolbarButtonProvider) private toolbarButtonProviders: ToolbarButtonProvider[],
platform: PlatformService, platform: PlatformService,
log: LogService, log: LogService,
ngbModal: NgbModal, ngbModal: NgbModal,
_themes: ThemesService, _themes: ThemesService,
) { ) {
// document.querySelector('app-root')?.remove()
this.logger = log.create('main') this.logger = log.create('main')
this.logger.info('v', platform.getAppVersion()) this.logger.info('v', platform.getAppVersion())
@@ -172,9 +170,9 @@ export class AppRootComponent {
this.activeTransfersDropdown.open() this.activeTransfersDropdown.open()
}) })
config.ready$.toPromise().then(async () => { config.ready$.toPromise().then(() => {
this.leftToolbarButtons = await this.getToolbarButtons(false) this.leftToolbarButtons = this.getToolbarButtons(false)
this.rightToolbarButtons = await this.getToolbarButtons(true) this.rightToolbarButtons = this.getToolbarButtons(true)
setInterval(() => { setInterval(() => {
if (this.config.store.enableAutomaticUpdates) { if (this.config.store.enableAutomaticUpdates) {
@@ -214,6 +212,16 @@ export class AppRootComponent {
return this.config.store.appearance.flexTabs ? '*' : '200px' return this.config.store.appearance.flexTabs ? '*' : '200px'
} }
async generateButtonSubmenu (button: ToolbarButton) {
if (button.submenu) {
button.submenuItems = await button.submenu()
}
}
hasIcons (submenuItems: ToolbarButton[]): boolean {
return submenuItems.some(x => !!x.icon)
}
onTabsReordered (event: CdkDragDrop<BaseTabComponent[]>) { onTabsReordered (event: CdkDragDrop<BaseTabComponent[]>) {
const tab: BaseTabComponent = event.item.data const tab: BaseTabComponent = event.item.data
if (!this.app.tabs.includes(tab)) { if (!this.app.tabs.includes(tab)) {
@@ -236,8 +244,14 @@ export class AppRootComponent {
return this.config.store?.appearance.vibrancy return this.config.store?.appearance.vibrancy
} }
private async getToolbarButtons (aboveZero: boolean): Promise<Command[]> { private getToolbarButtons (aboveZero: boolean): ToolbarButton[] {
return (await this.commands.getCommands({ tab: this.app.activeTab ?? undefined })) let buttons: ToolbarButton[] = []
.filter(x => x.locations?.includes(aboveZero ? CommandLocation.RightToolbar : CommandLocation.LeftToolbar)) this.config.enabledServices(this.toolbarButtonProviders).forEach(provider => {
buttons = buttons.concat(provider.provide())
})
return buttons
.filter(x => x.showInToolbar ?? true)
.filter(button => (button.weight ?? 0) > 0 === aboveZero)
.sort((a: ToolbarButton, b: ToolbarButton) => (a.weight ?? 0) - (b.weight ?? 0))
} }
} }

View File

@@ -1,8 +1,7 @@
import { Observable, Subject, distinctUntilChanged, filter, debounceTime } from 'rxjs' import { Observable, Subject, distinctUntilChanged, filter, debounceTime } from 'rxjs'
import { EmbeddedViewRef, Injector, ViewContainerRef, ViewRef } from '@angular/core' import { EmbeddedViewRef, ViewContainerRef, ViewRef } from '@angular/core'
import { RecoveryToken } from '../api/tabRecovery' import { RecoveryToken } from '../api/tabRecovery'
import { BaseComponent } from './base.component' import { BaseComponent } from './base.component'
import { ConfigService } from '../services/config.service'
/** /**
* Represents an active "process" inside a tab, * Represents an active "process" inside a tab,
@@ -19,7 +18,6 @@ export interface GetRecoveryTokenOptions {
/** /**
* Abstract base class for custom tab components * Abstract base class for custom tab components
*/ */
// @Component({ template: '' })
export abstract class BaseTabComponent extends BaseComponent { export abstract class BaseTabComponent extends BaseComponent {
/** /**
* Parent tab (usually a SplitTabComponent) * Parent tab (usually a SplitTabComponent)
@@ -89,11 +87,8 @@ export abstract class BaseTabComponent extends BaseComponent {
get destroyed$ (): Observable<void> { return this.destroyed } get destroyed$ (): Observable<void> { return this.destroyed }
get recoveryStateChangedHint$ (): Observable<void> { return this.recoveryStateChangedHint } get recoveryStateChangedHint$ (): Observable<void> { return this.recoveryStateChangedHint }
protected config: ConfigService protected constructor () {
protected constructor (injector: Injector) {
super() super()
this.config = injector.get(ConfigService)
this.focused$.subscribe(() => { this.focused$.subscribe(() => {
this.hasFocus = true this.hasFocus = true
}) })
@@ -192,14 +187,6 @@ export abstract class BaseTabComponent extends BaseComponent {
this.viewContainer = undefined this.viewContainer = undefined
} }
get topmostParent (): BaseTabComponent|null {
let parent = this.parent
while (parent?.parent) {
parent = parent.parent
}
return parent
}
/** /**
* Called before the tab is closed * Called before the tab is closed
*/ */

View File

@@ -6,9 +6,9 @@ import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
@Component({ @Component({
selector: 'checkbox', selector: 'checkbox',
template: ` template: `
<div class="form-check form-checkbox"> <div class="custom-control custom-checkbox">
<input type="checkbox" class="form-check-input" [(ngModel)]='model'> <input type="checkbox" class="custom-control-input" [(ngModel)]='model'>
<label class="form-check-label">{{text}}</label> <label class="custom-control-label">{{text}}</label>
</div> </div>
`, `,
providers: [ providers: [

View File

@@ -5,5 +5,5 @@ i.icon(
) )
.icon( .icon(
[fastHtmlBind]='icon', [fastHtmlBind]='icon',
*ngIf='isHTML && icon' *ngIf='isHTML'
) )

View File

@@ -5,8 +5,8 @@ import { BaseComponent } from './base.component'
/** @hidden */ /** @hidden */
@Component({ @Component({
selector: 'profile-icon', selector: 'profile-icon',
templateUrl:'./profileIcon.component.pug', template: require('./profileIcon.component.pug'),
styleUrls: ['./profileIcon.component.scss'], styles: [require('./profileIcon.component.scss')],
}) })
export class ProfileIconComponent extends BaseComponent { export class ProfileIconComponent extends BaseComponent {
@Input() icon?: string @Input() icon?: string

View File

@@ -14,6 +14,6 @@
[(ngModel)]='remember', [(ngModel)]='remember',
text='Remember' text='Remember'
) )
button.btn.btn-primary.ms-auto( button.btn.btn-primary.ml-auto(
(click)='ok()', (click)='ok()',
) OK ) OK

View File

@@ -3,11 +3,10 @@ import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'
/** @hidden */ /** @hidden */
@Component({ @Component({
templateUrl:'./promptModal.component.pug', template: require('./promptModal.component.pug'),
}) })
export class PromptModalComponent { export class PromptModalComponent {
@Input() value: string @Input() value: string
@Input() prompt: string|undefined
@Input() password: boolean @Input() password: boolean
@Input() remember: boolean @Input() remember: boolean
@Input() showRememberCheckbox: boolean @Input() showRememberCheckbox: boolean

Some files were not shown because too many files have changed in this diff Show More