diff --git a/.all-contributorsrc b/.all-contributorsrc
index aedcbea3..fddaacbc 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -646,6 +646,15 @@
"contributions": [
"doc"
]
+ },
+ {
+ "login": "microhobby",
+ "name": "Matheus Castello",
+ "avatar_url": "https://avatars.githubusercontent.com/u/2633321?v=4",
+ "profile": "http://microhobby.com.br/blog",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,
diff --git a/README.it-IT.md b/README.it-IT.md
index 548af515..e8808534 100644
--- a/README.it-IT.md
+++ b/README.it-IT.md
@@ -235,10 +235,13 @@ Grazie a queste persone meravigliose ([emoji key](https://allcontributors.org/do
 MaxWaldorf 🚇 |
 Michael Wizner 💻 |
 Martin 💻 |
-  Piersandro Guerrera 🌍 |
+  Piersandro Guerrera 📖 🌍 |
 X-0x01 💻 |
 Allenator 📖 |
+
+  Matheus Castello 💻 |
+
diff --git a/README.ko-KR.md b/README.ko-KR.md
index 2937076c..7d0b5647 100644
--- a/README.ko-KR.md
+++ b/README.ko-KR.md
@@ -229,10 +229,13 @@ Pull requests and plugins are welcome!
 MaxWaldorf 🚇 |
 Michael Wizner 💻 |
 Martin 💻 |
-  Piersandro Guerrera 🌍 |
+  Piersandro Guerrera 📖 🌍 |
 X-0x01 💻 |
 Allenator 📖 |
+
+  Matheus Castello 💻 |
+
diff --git a/README.md b/README.md
index 580d34b6..fe7d04fd 100644
--- a/README.md
+++ b/README.md
@@ -234,10 +234,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
 MaxWaldorf 🚇 |
 Michael Wizner 💻 |
 Martin 💻 |
-  Piersandro Guerrera 🌍 |
+  Piersandro Guerrera 📖 🌍 |
 X-0x01 💻 |
 Allenator 📖 |
+
+  Matheus Castello 💻 |
+
diff --git a/README.ru-RU.md b/README.ru-RU.md
index df769713..533ca088 100644
--- a/README.ru-RU.md
+++ b/README.ru-RU.md
@@ -235,10 +235,13 @@ Pull-запросы и плагины приветствуются!
 MaxWaldorf 🚇 |
 Michael Wizner 💻 |
 Martin 💻 |
-  Piersandro Guerrera 🌍 |
+  Piersandro Guerrera 📖 🌍 |
 X-0x01 💻 |
 Allenator 📖 |
+
+  Matheus Castello 💻 |
+
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 8b242acd..e459d5fd 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -234,10 +234,13 @@
 MaxWaldorf 🚇 |
 Michael Wizner 💻 |
 Martin 💻 |
-  Piersandro Guerrera 🌍 |
+  Piersandro Guerrera 📖 🌍 |
 X-0x01 💻 |
 Allenator 📖 |
+
+  Matheus Castello 💻 |
+
diff --git a/app/lib/window.ts b/app/lib/window.ts
index 6143e8a2..8e2e3307 100644
--- a/app/lib/window.ts
+++ b/app/lib/window.ts
@@ -415,7 +415,7 @@ export class Window {
this.window.webContents.on('new-window', event => event.preventDefault())
ipcMain.on('window-set-disable-vibrancy-while-dragging', (_event, value) => {
- this.disableVibrancyWhileDragging = value
+ this.disableVibrancyWhileDragging = value && this.configStore.hacks.disableVibrancyWhileDragging
})
let moveEndedTimeout: any = null
diff --git a/app/package.json b/app/package.json
index ee861346..6f1b7001 100644
--- a/app/package.json
+++ b/app/package.json
@@ -23,7 +23,7 @@
"electron-promise-ipc": "^2.2.4",
"electron-updater": "^4.6.5",
"fontmanager-redux": "1.1.0",
- "glasstron": "0.0.7",
+ "glasstron": "0.1.1",
"js-yaml": "4.1.0",
"keytar": "^7.9.0",
"mz": "^2.7.0",
@@ -37,7 +37,7 @@
"optionalDependencies": {
"@tabby-gang/windows-blurbehind": "^3.0.0",
"macos-native-processlist": "^2.0.0",
- "serialport": "10.2.2",
+ "serialport": "10.4.0",
"serialport-binding-webserialapi": "^1.0.3",
"windows-native-registry": "^3.2.1",
"windows-process-tree": "^0.3.2"
diff --git a/app/yarn.lock b/app/yarn.lock
index 59cd8e2d..3f43c631 100644
--- a/app/yarn.lock
+++ b/app/yarn.lock
@@ -31,10 +31,10 @@
"@serialport/bindings-interface" "^1.2.1"
debug "^4.3.3"
-"@serialport/bindings-cpp@10.6.2":
- version "10.6.2"
- resolved "https://registry.yarnpkg.com/@serialport/bindings-cpp/-/bindings-cpp-10.6.2.tgz#2ecb0a958d69d9d9e72cbf46481472937954adb5"
- integrity sha512-vhId2K4Y4WOgy/UJE8NOHX6GZpozORCCMh6GM5UQeIzXihoYLxt4eomgl1eXasFipcRs06n71lAToqixb7NPpA==
+"@serialport/bindings-cpp@10.7.0":
+ version "10.7.0"
+ resolved "https://registry.yarnpkg.com/@serialport/bindings-cpp/-/bindings-cpp-10.7.0.tgz#9cf7dda78d914ba597933089abe2a8511e875851"
+ integrity sha512-Xx1wA2UCG2loS32hxNvWJI4smCzGKhWqE85//fLRzHoGgE1lSLe3Nk7W40/ebrlGFHWRbQZmeaIF4chb2XLliA==
dependencies:
"@serialport/bindings-interface" "1.2.1"
"@serialport/parser-readline" "^10.2.1"
@@ -47,62 +47,62 @@
resolved "https://registry.yarnpkg.com/@serialport/bindings-interface/-/bindings-interface-1.2.1.tgz#1ee80b0951ef4e4fd8a5a186621feff046aa2faf"
integrity sha512-63Dyqz2gtryRDDckFusOYqLYhR3Hq/M4sEdbF9i/VsvDb6T+tNVgoAKUZ+FMrXXKnCSu+hYbk+MTc0XQANszxw==
-"@serialport/parser-byte-length@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-byte-length/-/parser-byte-length-10.2.2.tgz#10129fb83fb0bd5e4c673d866534ea714022708e"
- integrity sha512-3xqaRbNiqDo8Gf1jPgrZr2nObKfAjhFihINZLJfPG7skWXfDKuF0zXuStzixre26N8GYWnkn4j/oEnI0RZjVDA==
+"@serialport/parser-byte-length@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-byte-length/-/parser-byte-length-10.3.0.tgz#c650b8883f716af77196e8466e86861b55290201"
+ integrity sha512-pJ/VoFemzKRRNDHLhFfPThwP40QrGaEnm9TtwL7o2GihEPwzBg3T0bN13ew5TpbbUYZdMpUtpm3CGfl6av9rUQ==
-"@serialport/parser-cctalk@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-cctalk/-/parser-cctalk-10.2.2.tgz#7009b245cf7f6d9fa0e1a8039fcf2ed4292199da"
- integrity sha512-WK+82D10y+vL2Rv1Hs2MRNKeY18uVC0+eH9QCfD9e2o+4+jPHfN2boJQFxVGtrlss8j5DmQ5Sc5Qe6Ep+f20/Q==
+"@serialport/parser-cctalk@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-cctalk/-/parser-cctalk-10.3.0.tgz#d8fc7ab480910b28362b1ff154c01c170ac201a3"
+ integrity sha512-8ujmk8EvVbDPrNF4mM33bWvUYJOZ0wXbY3WCRazHRWvyCdL0VO0DQvW81ZqgoTpiDQZm5r8wQu9rmuemahF6vQ==
-"@serialport/parser-delimiter@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-delimiter/-/parser-delimiter-10.2.2.tgz#e305ad321ebc6dd2739cc919b66602c6c5bc4f8c"
- integrity sha512-VsepMDIjbHbANMxH4IkXIJY0Tds8XsDo0mgtWK3DrV+IJGXp+2b0pHOuQlSLSfEUmdw7F5drI17fkxc9mxn+pg==
+"@serialport/parser-delimiter@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-delimiter/-/parser-delimiter-10.3.0.tgz#4bcbbeed7e3c6fed2c116535f0754bbf8a33f015"
+ integrity sha512-9E4Vj6s0UbbcCCTclwegHGPYjJhdm9qLCS0lowXQDEQC5naZnbsELemMHs93nD9jHPcyx1B4oXkMnVZLxX5TYw==
-"@serialport/parser-inter-byte-timeout@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-inter-byte-timeout/-/parser-inter-byte-timeout-10.2.2.tgz#22293882c9bd7ae9b18be9a30ca2fcd7a0617dc9"
- integrity sha512-J9895aJ+3cHp2Q9qMH3UulfaifHDbDHjLPbO2H0vqjI8gZemL0DGql5ooFI6zsgJStXYT1MjqIhIb8dBIE0nxA==
+"@serialport/parser-inter-byte-timeout@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-inter-byte-timeout/-/parser-inter-byte-timeout-10.3.0.tgz#57e4fceeeeb13415dcded3ef1ba5d28a9fa0c611"
+ integrity sha512-wKP0QK85NHgvT6BBB1qBfKBBU4pf8kespNXAZBUYmFT+P4n8r8IZE2mqigCD+AiZcfWNQoAizwOsT/Jx/qeVig==
-"@serialport/parser-packet-length@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-packet-length/-/parser-packet-length-10.2.2.tgz#24790ba057090b8c7f5067a229b98d273fa6b71f"
- integrity sha512-AEh/4pOoolUgCwg7ZW5M81isPjOhSf+Fq7OdyaR0GEHHrRgaY7ma2xkyp+sgjcYoeBzlxe3pPdi7LGtBJEFDnw==
+"@serialport/parser-packet-length@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-packet-length/-/parser-packet-length-10.3.0.tgz#9faefc91841c011925a6d4fa4fad6ed44bf11ed6"
+ integrity sha512-bj0cWzt8YSQj/E5fRQVYdi4TsfTlZQrXlXrUwjyTsCONv8IPOHzsz+yY0fw5SEMiJtaLyqvPkCHLsttOd/zFsg==
-"@serialport/parser-readline@10.2.2", "@serialport/parser-readline@^10.2.1":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-readline/-/parser-readline-10.2.2.tgz#94bfbf4a76760141ce8c7efddbc76d00dfe6dd55"
- integrity sha512-OcWoTsUJeLKWw+rdTuqXFZhii2liE6LeoFK2rtS6L00pB0cd2FGt2Rsx76oTCTyrub6AAUqaS9PRrAI+AUJJpg==
+"@serialport/parser-readline@10.3.0", "@serialport/parser-readline@^10.2.1":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-readline/-/parser-readline-10.3.0.tgz#7db9143ce9a2537a4086b3824a70fe53ae2107b3"
+ integrity sha512-ki3ATZ3/RAqnqGROBKE7k+OeZ0DZXZ53GTca4q71OU5RazbbNhTOBQLKLXD3v9QZXCMJdg4hGW/2Y0DuMUqMQg==
dependencies:
- "@serialport/parser-delimiter" "10.2.2"
+ "@serialport/parser-delimiter" "10.3.0"
-"@serialport/parser-ready@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-ready/-/parser-ready-10.2.2.tgz#5d057f7d65fece8ea3c7f2cacf4026768a34e53d"
- integrity sha512-Y5NA/kMb27afeFvSHhQ0Ov7PUt6vPSUqm7y+u6gajMpYOhKMjbLyQHuYMkgtGgk/PsryaOerd4OCVaYCEj0C+Q==
+"@serialport/parser-ready@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-ready/-/parser-ready-10.3.0.tgz#6a93d8970dc827e57829a9ee54802469be71f185"
+ integrity sha512-1owywJ4p592dJyVrEJZPIh6pUZ3/y/LN6kGTDH2wxdewRUITo/sGvDy0er5i2+dJD3yuowiAz0dOHSdz8tevJA==
-"@serialport/parser-regex@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-regex/-/parser-regex-10.2.2.tgz#0275c207485f7cbd4787ef54e835eab6a7126b15"
- integrity sha512-+fAchSfl65Ix1BbyNPBu0SreZg2Tc2JJkvXsKsWFpoaOEsuxbCthrNmyvjt3AZ228pay6kKvF2PkRd/z+BFSfw==
+"@serialport/parser-regex@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-regex/-/parser-regex-10.3.0.tgz#7c7314036535414bb7ada3520598d233f5ea09d0"
+ integrity sha512-tIogTs7CvTH+UUFnsvE7i33MSISyTPTGPWlglWYH2/5coipXY503jlaYS1YGe818wWNcSx6YAjMZRdhTWwM39w==
-"@serialport/parser-slip-encoder@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-slip-encoder/-/parser-slip-encoder-10.2.2.tgz#ba3b4d3d6f172b0a22b82b86db5e1cd00e3ef22f"
- integrity sha512-cDJvco/exmQ7xgISVNbNb73r8l0j7eQDTVXxa8whUt8tdkf/J5y8jZLZgboh/iXbEcrNtohwUhIfb633NotNxg==
+"@serialport/parser-slip-encoder@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-slip-encoder/-/parser-slip-encoder-10.3.0.tgz#ff01cd7cda2258ad2ca3ebb113145a0aa7272c78"
+ integrity sha512-JI0ILF5sylWn8f0MuMzHFBix/iMUTa79/Z95KaPZYnVaEdA7h7hh/o21Jmon/26P3RJwL1SNJCjZ81zfan+LtQ==
-"@serialport/parser-spacepacket@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/parser-spacepacket/-/parser-spacepacket-10.2.2.tgz#e0b9186d6239f97a615cb8990db153e1bb564bf7"
- integrity sha512-TdfDYfIg41lXXuFsbdTZ2IHKhb3MgLJMMRhutoc/q6wX7LFhFD7FhdlkX3w85x15p1Et+iekGW5I/b48s47gXQ==
+"@serialport/parser-spacepacket@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/parser-spacepacket/-/parser-spacepacket-10.3.0.tgz#447d49b0690527ea770410ffe0a2ade2079ae7b2"
+ integrity sha512-PDF73ClEPsClD1FEJZHNuBevDKsJCkqy/XD5+S5eA6+tY5D4HLrVgSWsg+3qqB6+dlpwf2CzHe+uO8D3teuKHA==
-"@serialport/stream@10.2.2":
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/@serialport/stream/-/stream-10.2.2.tgz#80e3acd7a54c5da16659b3c34d419ca7302eff14"
- integrity sha512-xKO5f73KbqZYadKYbtlDHE5RUwqSK8dF2brQRA6dikeyHWbVNhjwNtjWglwgzPl4SLB1A1uT97hMxrBrSCs6/w==
+"@serialport/stream@10.3.0":
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/@serialport/stream/-/stream-10.3.0.tgz#fdb13ed4487379615819203217060b114548c0a6"
+ integrity sha512-7sooi5fHogYNVEJwxVdg872xO6TuMgQd2E9iRmv+o8pk/1dbBnPkmH6Ka3st1mVE+0KnIJqVlgei+ncSsqXIGw==
dependencies:
"@serialport/bindings-interface" "1.2.1"
debug "^4.3.2"
@@ -750,14 +750,7 @@ debug@^3.1.0:
dependencies:
ms "^2.1.1"
-debug@^4.0.1, debug@^4.3.2:
- version "4.3.2"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
- integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
- dependencies:
- ms "2.1.2"
-
-debug@^4.3.3:
+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==
@@ -1303,12 +1296,12 @@ github-from-package@0.0.0:
resolved "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz"
integrity sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=
-glasstron@0.0.7:
- version "0.0.7"
- resolved "https://registry.yarnpkg.com/glasstron/-/glasstron-0.0.7.tgz#d0f3e8344351bbcb89a39323282b4ddb06b03ba0"
- integrity sha512-zeqfC0E153yBKWHB8ZBA5rT1o1dCCQcPECBryzWLX3uy6VTX3CUcy7kjk/4BlVztEIbpV2plEetpOxSAOe5cqw==
+glasstron@0.1.1:
+ version "0.1.1"
+ resolved "https://registry.yarnpkg.com/glasstron/-/glasstron-0.1.1.tgz#491a2e6f7e7b285c3776c5f7af7aaba2269833b2"
+ integrity sha512-oLEMQM5wwdAQ44NrXD3wjk+b3dsfQG1XtkLn5pCxQNa3ri1AtWvvzpnhFUd88ZTmguHvkY4c3JKzcPSYaJAKKA==
dependencies:
- node-addon-api "^3.0.0"
+ node-addon-api "^4.0.0"
x11 "^2.3.0"
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
@@ -2277,12 +2270,12 @@ node-addon-api@3.0.0:
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.0.0.tgz"
integrity sha512-sSHCgWfJ+Lui/u+0msF3oyCgvdkhxDbkCS6Q8uiJquzOimkJBvX6hl5aSSA7DR1XbMpdM8r7phjcF63sF4rkKg==
-node-addon-api@^3.0.0, node-addon-api@^3.0.2, node-addon-api@^3.1.0:
+node-addon-api@^3.0.2, node-addon-api@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.1.0.tgz"
integrity sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw==
-node-addon-api@^4.3.0:
+node-addon-api@^4.0.0, node-addon-api@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f"
integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
@@ -3264,25 +3257,25 @@ serialport-binding-webserialapi@^1.0.3:
"@serialport/binding-abstract" "^9.0.2"
"@serialport/stream" "^9.0.2"
-serialport@10.2.2:
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/serialport/-/serialport-10.2.2.tgz#ab12a423046df6b64cb3144fdb2d00fb3062ab75"
- integrity sha512-yYp8UM915g8C3+lYZ7GU1Em1BnMeaH9c2bN2/A8ptQH5ttD7E+k9PuDEVOuyxONuyiBOp+vHfIPnje1evnslEw==
+serialport@10.4.0:
+ version "10.4.0"
+ resolved "https://registry.yarnpkg.com/serialport/-/serialport-10.4.0.tgz#93c95ecccc0e314d5bbee3f06cde2c70be70e671"
+ integrity sha512-PszPM5SnFMgSXom60PkKS2A9nMlNbHkuoyRBlzdSWw9rmgOn258+V0dYbWMrETJMM+TJV32vqBzjg5MmmUMwMw==
dependencies:
"@serialport/binding-mock" "10.2.2"
- "@serialport/bindings-cpp" "10.6.2"
- "@serialport/parser-byte-length" "10.2.2"
- "@serialport/parser-cctalk" "10.2.2"
- "@serialport/parser-delimiter" "10.2.2"
- "@serialport/parser-inter-byte-timeout" "10.2.2"
- "@serialport/parser-packet-length" "10.2.2"
- "@serialport/parser-readline" "10.2.2"
- "@serialport/parser-ready" "10.2.2"
- "@serialport/parser-regex" "10.2.2"
- "@serialport/parser-slip-encoder" "10.2.2"
- "@serialport/parser-spacepacket" "10.2.2"
- "@serialport/stream" "10.2.2"
- debug "^4.3.2"
+ "@serialport/bindings-cpp" "10.7.0"
+ "@serialport/parser-byte-length" "10.3.0"
+ "@serialport/parser-cctalk" "10.3.0"
+ "@serialport/parser-delimiter" "10.3.0"
+ "@serialport/parser-inter-byte-timeout" "10.3.0"
+ "@serialport/parser-packet-length" "10.3.0"
+ "@serialport/parser-readline" "10.3.0"
+ "@serialport/parser-ready" "10.3.0"
+ "@serialport/parser-regex" "10.3.0"
+ "@serialport/parser-slip-encoder" "10.3.0"
+ "@serialport/parser-spacepacket" "10.3.0"
+ "@serialport/stream" "10.3.0"
+ debug "^4.3.3"
set-blocking@^2.0.0, set-blocking@~2.0.0:
version "2.0.0"
diff --git a/locale/bg-BG.po b/locale/bg-BG.po
index 7b72f977..6d4b03fb 100644
--- a/locale/bg-BG.po
+++ b/locale/bg-BG.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Bulgarian\n"
"Language: bg_BG\n"
-"PO-Revision-Date: 2022-02-22 22:26\n"
+"PO-Revision-Date: 2022-02-28 08:08\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
@@ -180,7 +180,7 @@ msgstr "Начало на реда"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
msgid "Blink cursor"
-msgstr "Мигане на курсор"
+msgstr "Мигане на курсора"
#: tabby-core/src/utils.ts:61
msgid "Blue"
@@ -242,7 +242,7 @@ msgstr "Изчисти скорошни профили"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
-msgstr "Изчисти терминал"
+msgstr "Изчисти терминала"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
msgid "Clipboard"
@@ -259,7 +259,7 @@ msgstr "Затвори и не показвай отново"
#: tabby-core/src/hotkeys.ts:197
msgid "Close focused pane"
-msgstr "Затвори панелът на фокус"
+msgstr "Затвори панела на фокус"
#: tabby-core/src/tabContextMenu.ts:48
msgid "Close other tabs"
@@ -288,7 +288,7 @@ msgstr "Цветови схеми"
#: tabby-core/src/hotkeys.ts:65
msgid "Combine all tabs into the current tab"
-msgstr ""
+msgstr "Комбинирай всички табове в текущия"
#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:4
msgid "Command line"
@@ -495,7 +495,7 @@ msgstr "Директно"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:55
msgid "Disable"
-msgstr "Изключено"
+msgstr "Изключи"
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:39
msgid "Disable dynamic tab title"
@@ -507,7 +507,7 @@ msgstr "Изключи ускоряване от графичния процес
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
msgid "Disabled"
-msgstr "Изключено"
+msgstr "Изключен"
#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
#: tabby-ssh/src/components/sshTab.component.ts:245
@@ -609,7 +609,7 @@ msgstr "Включи глобален бърз клавиш (Ctrl-Space)"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:6
msgid "Enables the experimental Windows ConPTY API"
-msgstr "Включи експерименталния Windows ConPTY API"
+msgstr "Включва експерименталния Windows ConPTY API"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:36
msgid "Encrypt config file"
@@ -617,7 +617,7 @@ msgstr "Криптирай конфигурационния файл"
#: tabby-terminal/src/hotkeys.ts:22
msgid "End of the line"
-msgstr "На края на реда"
+msgstr "Края на реда"
#: locale/tmp-html/tabby-local/src/components/localProfileSettings.component.html:19
msgid "Environment"
@@ -662,7 +662,7 @@ msgstr "Файл: {description}"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
msgid "Fixed"
-msgstr "Фиксиран"
+msgstr "Фиксирана"
#: tabby-local/src/tabContextMenu.ts:136
msgid "Focus all panes"
@@ -678,7 +678,7 @@ msgstr "Фокусирай следващия панел"
#: tabby-core/src/hotkeys.ts:185
msgid "Focus previous pane"
-msgstr "Фокусирай предишен панел"
+msgstr "Фокусирай предишния панел"
#: tabby-core/src/hotkeys.ts:169
msgid "Focus the pane above"
@@ -690,11 +690,11 @@ msgstr "Фокусирай долен панел"
#: tabby-core/src/hotkeys.ts:177
msgid "Focus the pane on the left"
-msgstr "Фокус на левия панел"
+msgstr "Фокусирай левия панел"
#: tabby-core/src/hotkeys.ts:181
msgid "Focus the pane on the right"
-msgstr "Фокус на десния панел"
+msgstr "Фокусирай десния панел"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:7
msgid "Font"
@@ -760,7 +760,7 @@ msgstr "Получи"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:20
msgid "Get it from the Tabby Web settings window"
-msgstr "Вземи от прозореца за Web настройки на Tabby"
+msgstr "Вземете от прозореца за Web настройки на Tabby"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:22
msgid "Gives the window a blurred transparent background"
@@ -827,19 +827,19 @@ msgstr "Проверка ключа на хоста"
#: locale/tmp-html/tabby-settings/src/components/hotkeySettingsTab.component.html:2
#: tabby-settings/src/settings.ts:15
msgid "Hotkeys"
-msgstr "Горещи клавиши"
+msgstr "Бързи клавиши"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy"
-msgstr ""
+msgstr "HTTP прокси"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:61
msgid "HTTP proxy host"
-msgstr ""
+msgstr "HTTP прокси хост"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:65
msgid "HTTP proxy port"
-msgstr ""
+msgstr "HTTP прокси порт"
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:20
msgid "Icon"
@@ -929,7 +929,7 @@ msgstr "Обмен на ключ"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
-msgstr ""
+msgstr "Клавиатура"
#: locale/tmp-html/tabby-ssh/src/components/keyboardInteractiveAuthPanel.component.html:2
msgid "Keyboard-interactive auth"
@@ -1032,15 +1032,15 @@ msgstr "Модифицирано на {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
-msgstr ""
+msgstr "Мишка"
#: tabby-core/src/hotkeys.ts:45
msgid "Move tab to the left"
-msgstr "Премести таба на ляво"
+msgstr "Премести таба наляво"
#: tabby-core/src/hotkeys.ts:49
msgid "Move tab to the right"
-msgstr "Премести таба на дясно"
+msgstr "Премести таба надясно"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:203
msgid "Move to \"Ungrouped\""
@@ -1155,7 +1155,7 @@ msgstr "Официален"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:26
msgid "On GitHub Discussions"
-msgstr "На GitHub Discussions"
+msgstr "В GitHub Discussions"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:41
msgid "Opacity"
@@ -1283,11 +1283,11 @@ msgstr "Закрепи"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:3
msgid "Plugins"
-msgstr "Приставки"
+msgstr "Плъгини"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:4
msgid "Plugins folder"
-msgstr "Папка за приставки"
+msgstr "Папка за плъгини"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:38
#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:10
@@ -1447,19 +1447,19 @@ msgstr "Изисква клавиш за отваряне на линк"
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
-msgstr "Възстанови мащаб"
+msgstr "Възстанови мащаба"
#: tabby-serial/src/hotkeys.ts:14
msgid "Restart current serial session"
-msgstr "Рестартирай текуща serial сесия"
+msgstr "Рестартирай текущата serial сесия"
#: tabby-ssh/src/hotkeys.ts:10
msgid "Restart current SSH session"
-msgstr "Рестартирай текуща SSH сесия"
+msgstr "Рестартирай текущата SSH сесия"
#: tabby-telnet/src/hotkeys.ts:10
msgid "Restart current Telnet session"
-msgstr "Рестартирай текуща Telnet сесия"
+msgstr "Рестартирай текущата Telnet сесия"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
msgid "Restart the app to apply changes"
@@ -1523,11 +1523,11 @@ msgstr "Превъртай екрана при въвеждане"
#: tabby-terminal/src/hotkeys.ts:74
msgid "Scroll terminal to bottom"
-msgstr "Превърти терминал до край"
+msgstr "Превърти терминала до край"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:16
msgid "Scrollback"
-msgstr "Превърти назад"
+msgstr "Буфер за превъртане"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
msgid "Scrolls the terminal to the bottom on user input"
@@ -1707,7 +1707,7 @@ msgstr "SOCKS прокси порт"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Sound"
-msgstr ""
+msgstr "Звук"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:31
msgid "Source code"
@@ -1834,7 +1834,7 @@ msgstr "Активност на таба"
#: locale/tmp-html/tabby-core/src/components/safeModeModal.component.html:3
msgid "Tabby could not start with your plugins, so all third party plugins have been disabled in this session. The error was:"
-msgstr "Tabby не може да стартира с вашите приставки, така че всички приставки на трети страни са деактивирани в тази сесия. Грешката беше:"
+msgstr "Tabby не може да стартира с вашите плъгини, така че всички плъгини на трети страни са деактивирани в тази сесия. Грешката беше:"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:41
msgid "Tabby news and updates on Twitter"
@@ -1907,7 +1907,7 @@ msgstr "Последен таб"
#: tabby-electron/src/hotkeys.ts:14
msgid "Toggle terminal window"
-msgstr "Показва/Скрива терминален прозорец"
+msgstr "Показване/Скриване на терминалния прозорец"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:27
msgid "Toggles the Tabby window visibility"
@@ -1928,7 +1928,7 @@ msgstr "Опитвам запазена парола"
#: tabby-core/src/hotkeys.ts:61
msgid "Turn current tab's panes into separate tabs"
-msgstr ""
+msgstr "Превръщане на панелите на текущия таб в отделни табове"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
@@ -1991,7 +1991,7 @@ msgstr "Потребителско име"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:25
msgid "Using CONNECT method"
-msgstr ""
+msgstr "Използване на CONNECT метод"
#: tabby-ssh/src/session/ssh.ts:462
msgid "Using preset password"
@@ -2097,7 +2097,7 @@ msgstr "Рамка на прозореца"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Windows"
-msgstr ""
+msgstr "Прозорци"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:11
msgid "Windows 10 build 18309 or above is recommended for ConPTY"
@@ -2155,5 +2155,5 @@ msgstr "Намали"
#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55
msgctxt "[Dynamic] port forwarding"
msgid "id.port-forwarding.dynamic"
-msgstr "id.port-forwarding.dynamic"
+msgstr "Динамичен"
diff --git a/locale/de-DE.po b/locale/de-DE.po
index 426fa48e..a82d4d24 100644
--- a/locale/de-DE.po
+++ b/locale/de-DE.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: German\n"
"Language: de_DE\n"
-"PO-Revision-Date: 2022-02-22 22:26\n"
+"PO-Revision-Date: 2022-03-06 13:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
@@ -288,7 +288,7 @@ msgstr "Farbschema"
#: tabby-core/src/hotkeys.ts:65
msgid "Combine all tabs into the current tab"
-msgstr ""
+msgstr "Alle Tabs in den aktuellen Tab kombinieren"
#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:4
msgid "Command line"
@@ -780,7 +780,7 @@ msgstr "Gruppe"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Hacks"
-msgstr ""
+msgstr "Problembehandlung"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:20
msgid "Help track the number of Tabby installs across the world!"
@@ -831,15 +831,15 @@ msgstr "Tastenkombinationen"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy"
-msgstr ""
+msgstr "HTTP-Proxy"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:61
msgid "HTTP proxy host"
-msgstr ""
+msgstr "HTTP-Proxy-Host"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:65
msgid "HTTP proxy port"
-msgstr ""
+msgstr "HTTP-Proxy-Port"
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:20
msgid "Icon"
@@ -929,7 +929,7 @@ msgstr "Schlüsselaustausch"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
-msgstr ""
+msgstr "Tastatur"
#: locale/tmp-html/tabby-ssh/src/components/keyboardInteractiveAuthPanel.component.html:2
msgid "Keyboard-interactive auth"
@@ -1032,7 +1032,7 @@ msgstr "Geändert am {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
-msgstr ""
+msgstr "Maus"
#: tabby-core/src/hotkeys.ts:45
msgid "Move tab to the left"
@@ -1656,7 +1656,7 @@ msgstr "Bereichnamen anzeigen (für Neuanordnung)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab"
-msgstr ""
+msgstr "Profilsymbol im Tab anzeigen"
#: tabby-core/src/hotkeys.ts:13
msgid "Show profile selector"
@@ -1707,7 +1707,7 @@ msgstr "SOCKS-Proxy-Port"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Sound"
-msgstr ""
+msgstr "Töne"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:31
msgid "Source code"
@@ -1928,7 +1928,7 @@ msgstr "Versuche gespeichertes Passwort"
#: tabby-core/src/hotkeys.ts:61
msgid "Turn current tab's panes into separate tabs"
-msgstr ""
+msgstr "Aktuell geteilten Tab in separate Tabs verwandeln"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
@@ -1991,7 +1991,7 @@ msgstr "Benutzername"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:25
msgid "Using CONNECT method"
-msgstr ""
+msgstr "Mit der CONNECT-Methode"
#: tabby-ssh/src/session/ssh.ts:462
msgid "Using preset password"
@@ -2097,7 +2097,7 @@ msgstr "Fensterrahmen"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Windows"
-msgstr ""
+msgstr "Windows"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:11
msgid "Windows 10 build 18309 or above is recommended for ConPTY"
diff --git a/locale/fr-FR.po b/locale/fr-FR.po
index 32439336..30028a89 100644
--- a/locale/fr-FR.po
+++ b/locale/fr-FR.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: French\n"
"Language: fr_FR\n"
-"PO-Revision-Date: 2022-02-22 22:26\n"
+"PO-Revision-Date: 2022-02-28 08:08\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
@@ -288,7 +288,7 @@ msgstr "Schéma de couleurs"
#: tabby-core/src/hotkeys.ts:65
msgid "Combine all tabs into the current tab"
-msgstr ""
+msgstr "Combiner tous les onglets dans l'onglet actuel"
#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:4
msgid "Command line"
@@ -831,15 +831,15 @@ msgstr "Raccourcis clavier"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy"
-msgstr ""
+msgstr "Proxy HTTP"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:61
msgid "HTTP proxy host"
-msgstr ""
+msgstr "Hôte proxy HTTP"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:65
msgid "HTTP proxy port"
-msgstr ""
+msgstr "Port du proxy HTTP"
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:20
msgid "Icon"
@@ -929,7 +929,7 @@ msgstr "Échange de clés"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
-msgstr ""
+msgstr "Clavier"
#: locale/tmp-html/tabby-ssh/src/components/keyboardInteractiveAuthPanel.component.html:2
msgid "Keyboard-interactive auth"
@@ -1032,7 +1032,7 @@ msgstr "Modifié le {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
-msgstr ""
+msgstr "Souris"
#: tabby-core/src/hotkeys.ts:45
msgid "Move tab to the left"
@@ -1707,7 +1707,7 @@ msgstr "Port proxy SOCKS"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Sound"
-msgstr ""
+msgstr "Son"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:31
msgid "Source code"
@@ -1928,7 +1928,7 @@ msgstr "Tente d'utiliser le mot de passe enregistré"
#: tabby-core/src/hotkeys.ts:61
msgid "Turn current tab's panes into separate tabs"
-msgstr ""
+msgstr "Transformer les panneaux de l'onglet actuel en autant d'onglets séparés"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
@@ -1991,7 +1991,7 @@ msgstr "Nom d'utilisateur"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:25
msgid "Using CONNECT method"
-msgstr ""
+msgstr "Utiliser la méthode CONNECT"
#: tabby-ssh/src/session/ssh.ts:462
msgid "Using preset password"
@@ -2097,7 +2097,7 @@ msgstr "Cadre de fenêtre"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Windows"
-msgstr ""
+msgstr "Fenêtres"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:11
msgid "Windows 10 build 18309 or above is recommended for ConPTY"
diff --git a/locale/hr-HR.po b/locale/hr-HR.po
index 8ab3410d..997bfb1e 100644
--- a/locale/hr-HR.po
+++ b/locale/hr-HR.po
@@ -10,11 +10,11 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Croatian\n"
"Language: hr_HR\n"
-"PO-Revision-Date: 2022-02-22 22:26\n"
+"PO-Revision-Date: 2022-03-06 13:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
-msgstr ""
+msgstr "„{command}” se još uvijek u izvodi. Zatvoriti?"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
@@ -23,7 +23,7 @@ msgstr "kopija {name}"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
-msgstr "Druga obitelj fontova koja se koristi za prikaz nedostajućih znakova u glavnom fontu"
+msgstr "Obitelj fontova za prikaz nedostajućih znakova u glavnom fontu"
#: tabby-core/src/components/transfersMenu.component.ts:49
msgid "Abort all"
@@ -124,7 +124,7 @@ msgstr "Postavi pitanje"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:13
msgid "Ask before closing the browser tab"
-msgstr "Pitaj prije zatvaranja regitra preglednika"
+msgstr "Pitaj prije zatvaranja kartice preglednika"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
msgid "Audible"
@@ -197,7 +197,7 @@ msgstr "Dolje"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
msgid "Bracketed paste (requires shell support)"
-msgstr "Umetanje sadržaja s uglatim zagradama (zahtijeva podršku školjke)"
+msgstr "Umetanje sadržaja u uglatim zagradama (zahtijeva podršku školjke)"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
#: tabby-settings/src/components/profilesSettingsTab.component.ts:164
@@ -288,7 +288,7 @@ msgstr "Shema boja"
#: tabby-core/src/hotkeys.ts:65
msgid "Combine all tabs into the current tab"
-msgstr ""
+msgstr "Sjedini sve karticu u trenutačno aktivnu karticu"
#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:4
msgid "Command line"
@@ -503,7 +503,7 @@ msgstr "Deaktiviraj dinamički naslov kartice"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
msgid "Disable GPU acceleration"
-msgstr "Deativiraj ubrzanje GPU-a"
+msgstr "Deativiraj ubrzanje grafičkog procesora"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
msgid "Disabled"
@@ -518,7 +518,7 @@ msgstr "Odspoji"
#: tabby-ssh/src/components/sshTab.component.ts:243
#: tabby-telnet/src/components/telnetTab.component.ts:122
msgid "Disconnect from {host}?"
-msgstr ""
+msgstr "Odspojiti se od računala {host}?"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:88
msgid "Display on"
@@ -531,7 +531,7 @@ msgstr "Nemoj prekinuti"
#: tabby-ssh/src/components/sshTab.component.ts:246
#: tabby-telnet/src/components/telnetTab.component.ts:125
msgid "Do not close"
-msgstr ""
+msgstr "Nemoj zatvoriti"
#: locale/tmp-html/tabby-core/src/components/unlockVaultModal.component.html:6
#: locale/tmp-html/tabby-core/src/components/unlockVaultModal.component.html:8
@@ -560,7 +560,7 @@ msgstr "Prikvačivanje"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
msgid "Double-click selection will stop at these characters"
-msgstr "Dvostruki pritisak odabira prekinut će pri ovim znakovima"
+msgstr "Označavanje teksta dvostrukim pritiskom miša zaustavit će se pri ovim znakovima"
#: tabby-core/src/tabContextMenu.ts:80
msgid "Down"
@@ -780,7 +780,7 @@ msgstr "Grupa"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
msgid "Hacks"
-msgstr ""
+msgstr "Hacks"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:20
msgid "Help track the number of Tabby installs across the world!"
@@ -831,15 +831,15 @@ msgstr "Tipkovni prečaci"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy"
-msgstr ""
+msgstr "HTTP proxy"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:61
msgid "HTTP proxy host"
-msgstr ""
+msgstr "HTTP proxy host"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:65
msgid "HTTP proxy port"
-msgstr ""
+msgstr "HTTP proxy priključak"
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:20
msgid "Icon"
@@ -847,7 +847,7 @@ msgstr "Ikona"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154
msgid "id.tab-width.dynamic"
-msgstr ""
+msgstr "Dynamic"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64
msgid "If disabled, only custom profiles will show up in the profile selector"
@@ -929,7 +929,7 @@ msgstr "Zamjena tipki"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
-msgstr ""
+msgstr "Tipkovnica"
#: locale/tmp-html/tabby-ssh/src/components/keyboardInteractiveAuthPanel.component.html:2
msgid "Keyboard-interactive auth"
@@ -937,7 +937,7 @@ msgstr "Autentifikacija interaktivnom tipkovnicom"
#: tabby-local/src/components/terminalTab.component.ts:117
msgid "Kill"
-msgstr ""
+msgstr "Prekini naredbu"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:10
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
@@ -1032,7 +1032,7 @@ msgstr "Promijenjeno {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
-msgstr ""
+msgstr "Miš"
#: tabby-core/src/hotkeys.ts:45
msgid "Move tab to the left"
@@ -1175,7 +1175,7 @@ msgstr "Otvori postavke"
#: tabby-settings/src/hotkeys.ts:25
msgid "Open settings tab: {tab}"
-msgstr ""
+msgstr "Otvori karticu postavki: {tab}"
#: tabby-ssh/src/tabContextMenu.ts:25
msgid "Open SFTP panel"
@@ -1296,7 +1296,7 @@ msgstr "Priključak"
#: tabby-serial/src/components/serialTab.component.ts:77
msgid "Port opened"
-msgstr ""
+msgstr "Priključak otvoren"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:119
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:12
@@ -1307,7 +1307,7 @@ msgstr "Priključci"
#: tabby-ssh/src/components/sshTab.component.ts:176
#: tabby-telnet/src/components/telnetTab.component.ts:58
msgid "Press any key to reconnect"
-msgstr ""
+msgstr "Pritisni bilo koju tipku za ponovno povezivanje"
#: locale/tmp-html/tabby-settings/src/components/hotkeyInputModal.component.html:3
msgid "Press the key now"
@@ -1447,11 +1447,11 @@ msgstr "Zatraži tipku za pritiskanje poveznica"
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
-msgstr "Resetiraj uvećanje"
+msgstr "Izvorno uvećanje"
#: tabby-serial/src/hotkeys.ts:14
msgid "Restart current serial session"
-msgstr "Ponovo pokreni sesiju serijskog priključka"
+msgstr "Ponovo pokreni sesiju serijske veze"
#: tabby-ssh/src/hotkeys.ts:10
msgid "Restart current SSH session"
@@ -1481,7 +1481,7 @@ msgstr "Desno"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
msgid "Right click"
-msgstr "Pritisni desnu tipku miša"
+msgstr "Pritiskanje desne tipke miša"
#: locale/tmp-html/tabby-local/src/components/localProfileSettings.component.html:5
msgid "Run as administrator"
@@ -1548,7 +1548,7 @@ msgstr "Odaberi"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
msgid "Select a base profile to use as a template"
-msgstr "Odaberi osnovni profil koji ćete koristiti kao predložak"
+msgstr "Odaberi osnovni profil koji će se koristiti kao predložak"
#: tabby-core/src/services/fileProviders.service.ts:46
msgid "Select file storage"
@@ -1573,7 +1573,7 @@ msgstr "Šalje podatke bajt po bajt"
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
msgid "Serial"
-msgstr "Serijski priključak"
+msgstr "Serijska veza"
#: tabby-serial/src/profiles.ts:50
#: tabby-serial/src/profiles.ts:61
@@ -1582,7 +1582,7 @@ msgstr "Serijska veza"
#: tabby-serial/src/profiles.ts:70
msgid "Serial: {description}"
-msgstr "Serijski priključak: {description}"
+msgstr "Serijska veza: {description}"
#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:2
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:5
@@ -1628,11 +1628,11 @@ msgstr "Integracija ljuske"
#: tabby-core/src/hotkeys.ts:216
msgid "Show {type} profile selector"
-msgstr "Prikaži {type} selektor profila"
+msgstr "Prikaži selektor profila „{type}”"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:103
msgid "Show a confirmation box when pasting multiple lines"
-msgstr "Prikaži okvir za potvrdu prilikom umetanja više redaka"
+msgstr "Prikaži prozor za potvrdu prilikom umetanja više redaka"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:63
msgid "Show built-in profiles in selector"
@@ -1656,7 +1656,7 @@ msgstr "Prikaži oznake prozora (za preuređivanje)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab"
-msgstr ""
+msgstr "Prikaži ikonu profila na kartici"
#: tabby-core/src/hotkeys.ts:13
msgid "Show profile selector"
@@ -1672,7 +1672,7 @@ msgstr "Prikaži napomene uz izdanje"
#: tabby-serial/src/hotkeys.ts:10
msgid "Show Serial connections"
-msgstr "Prikaži veze serijskih priključaka"
+msgstr "Prikaži serijske veze"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44
msgid "Show vault contents"
@@ -1707,7 +1707,7 @@ msgstr "SOCKS proxy priključak"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Sound"
-msgstr ""
+msgstr "Zvuk"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:31
msgid "Source code"
@@ -1739,7 +1739,7 @@ msgstr "SSH veza"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
-msgstr "Upravljanje SSH vezom sada se vrši putem kartice „Profili i veze”"
+msgstr "SSH vezom se sada upravlja u kartici „Profili i veze”"
#: tabby-settings/src/components/vaultSettingsTab.component.ts:84
msgid "SSH password for {user}@{host}:{port}"
@@ -1763,7 +1763,7 @@ msgstr "Ukloni"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:41
msgid "Subscribe to updates"
-msgstr "Pretplati se ma bove verzije"
+msgstr "Pretplati se na nove verzije"
#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:17
msgid "Substitutions allowed."
@@ -1887,7 +1887,7 @@ msgstr "Postoji spremljena lozinka za ovu vezu"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type"
-msgstr "Primjenjuju se na se profile zadane vrste"
+msgstr "Primjenjuju se na sve profile zadane vrste"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:55
msgid "Thin"
@@ -1928,7 +1928,7 @@ msgstr "Pokušaj spremljene lozinke"
#: tabby-core/src/hotkeys.ts:61
msgid "Turn current tab's panes into separate tabs"
-msgstr ""
+msgstr "Pretvori ploče trenutačne kartice u zasebne kartice"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
@@ -1991,7 +1991,7 @@ msgstr "Korisničko ime"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:25
msgid "Using CONNECT method"
-msgstr ""
+msgstr "Koristi CONNECT metodu"
#: tabby-ssh/src/session/ssh.ts:462
msgid "Using preset password"
@@ -2097,7 +2097,7 @@ msgstr "Okvir prozora"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Windows"
-msgstr ""
+msgstr "Windows"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:11
msgid "Windows 10 build 18309 or above is recommended for ConPTY"
@@ -2155,5 +2155,5 @@ msgstr "Umanji prikaz"
#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55
msgctxt "[Dynamic] port forwarding"
msgid "id.port-forwarding.dynamic"
-msgstr ""
+msgstr "Dynamic"
diff --git a/locale/it-IT.po b/locale/it-IT.po
index 6fb6b417..a6f2b7a7 100644
--- a/locale/it-IT.po
+++ b/locale/it-IT.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Italian\n"
"Language: it_IT\n"
-"PO-Revision-Date: 2022-02-22 22:26\n"
+"PO-Revision-Date: 2022-02-28 08:08\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
@@ -288,7 +288,7 @@ msgstr "Tema del terminale"
#: tabby-core/src/hotkeys.ts:65
msgid "Combine all tabs into the current tab"
-msgstr ""
+msgstr "Unisci tutte le schede all'interno della scheda corrente"
#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:4
msgid "Command line"
@@ -831,15 +831,15 @@ msgstr "Tasti di scelta rapida"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy"
-msgstr ""
+msgstr "Proxy HTTP"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:61
msgid "HTTP proxy host"
-msgstr ""
+msgstr "Host proxy HTTP"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:65
msgid "HTTP proxy port"
-msgstr ""
+msgstr "Porta proxy HTTP"
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:20
msgid "Icon"
@@ -929,7 +929,7 @@ msgstr "Scambio chiavi"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
-msgstr ""
+msgstr "Tastiera"
#: locale/tmp-html/tabby-ssh/src/components/keyboardInteractiveAuthPanel.component.html:2
msgid "Keyboard-interactive auth"
@@ -1032,7 +1032,7 @@ msgstr "Modificato il {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
-msgstr ""
+msgstr "Mouse"
#: tabby-core/src/hotkeys.ts:45
msgid "Move tab to the left"
@@ -1147,7 +1147,7 @@ msgstr "Numero di righe conservate nel buffer"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:116
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
msgid "Off"
-msgstr "Sganciato"
+msgstr "Spento"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:79
msgid "Official"
@@ -1695,7 +1695,7 @@ msgstr "Aggancia la finestra su un lato dello schermo"
#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:9
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:20
msgid "SOCKS proxy"
-msgstr "SOCKS proxy"
+msgstr "Proxy SOCKS"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:51
msgid "SOCKS proxy host"
@@ -1707,7 +1707,7 @@ msgstr "Porta proxy SOCKS"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Sound"
-msgstr ""
+msgstr "Avvisi"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:31
msgid "Source code"
@@ -1928,7 +1928,7 @@ msgstr "Prova la password salvata"
#: tabby-core/src/hotkeys.ts:61
msgid "Turn current tab's panes into separate tabs"
-msgstr ""
+msgstr "Separa i pannelli della tab selezionata in nuovi pannelli"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
@@ -1991,7 +1991,7 @@ msgstr "Nome utente"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:25
msgid "Using CONNECT method"
-msgstr ""
+msgstr "Attraverso il metodo CONNECT"
#: tabby-ssh/src/session/ssh.ts:462
msgid "Using preset password"
@@ -2097,7 +2097,7 @@ msgstr "Cornice della finestra"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Windows"
-msgstr ""
+msgstr "Windows"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:11
msgid "Windows 10 build 18309 or above is recommended for ConPTY"
diff --git a/locale/ja-JP.po b/locale/ja-JP.po
index 375fe7d8..aff4716f 100644
--- a/locale/ja-JP.po
+++ b/locale/ja-JP.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Japanese\n"
"Language: ja_JP\n"
-"PO-Revision-Date: 2022-02-22 22:26\n"
+"PO-Revision-Date: 2022-03-06 13:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
@@ -23,7 +23,7 @@ msgstr "{name} コピー"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
msgid "A second font family used to display characters missing in the main font"
-msgstr "既定フォントに不足してる文字を補って表示する代替フォント"
+msgstr "既定フォントに不足してる文字を補う代替フォント"
#: tabby-core/src/components/transfersMenu.component.ts:49
msgid "Abort all"
@@ -154,11 +154,11 @@ msgstr "自動"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:73
msgid "Automatic Updates"
-msgstr "自動更新"
+msgstr "自動アップデート"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
msgid "Automatically upload changes and check for updates every minute"
-msgstr "自動的に変更をアップロードし、毎分更新を確認する"
+msgstr "自動的に変更をアップロードし、毎分更新を確認します"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:10
msgid "Available"
@@ -229,7 +229,7 @@ msgstr "マスターパスフレーズを変更"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:13
msgid "Check for updates"
-msgstr "アップデートの確認"
+msgstr "アップデートを確認"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:172
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:176
@@ -238,7 +238,7 @@ msgstr "暗号方式"
#: tabby-core/src/services/profiles.service.ts:124
msgid "Clear recent profiles"
-msgstr "最近使ったプロファイルをクリア"
+msgstr "最近使用したプロファイルをクリア"
#: tabby-terminal/src/hotkeys.ts:42
msgid "Clear terminal"
@@ -288,7 +288,7 @@ msgstr "配色"
#: tabby-core/src/hotkeys.ts:65
msgid "Combine all tabs into the current tab"
-msgstr ""
+msgstr "すべてのタブを現在のタブに統合"
#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:4
msgid "Command line"
@@ -424,7 +424,7 @@ msgstr "デバッグ"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
msgid "Default profile for new tabs"
-msgstr "新しいタブを開く際の既定プロファイル"
+msgstr "新しいタブの既定プロファイル"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
msgid "Default profile settings"
@@ -597,7 +597,7 @@ msgstr "統計情報を有効化"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
msgid "Enable automatic installation of updates when they become available."
-msgstr "アップデートが利用可能になったら自動インストールを実行する"
+msgstr "アップデートが利用可能になったら自動的にインストールを行います。"
#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
msgid "Enable font ligatures"
@@ -630,7 +630,7 @@ msgstr "設定を消去"
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
msgid "Erase the Vault"
-msgstr "このVaultを消去する"
+msgstr "Vaultを消去"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:6
msgid "Error in {plugin}:"
@@ -714,7 +714,7 @@ msgstr "強制 LF"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:25
msgid "Forces a specific SSH agent connection type."
-msgstr "指定したSSHエージェント接続を強制します。"
+msgstr "強制的に指定されたSSHエージェントを使用します。"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:105
msgid "Forget"
@@ -742,7 +742,7 @@ msgstr "フロントエンド"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:58
msgid "Full"
-msgstr "完全"
+msgstr "フル"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:3
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:3
@@ -752,7 +752,7 @@ msgstr "全般"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:21
msgid "Generate a pre-filled GitHub issue"
-msgstr "事前に入力されたGitHubのissueを使用する"
+msgstr "Githubに新しいissueを開く"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:27
msgid "Get"
@@ -760,7 +760,7 @@ msgstr "取得"
#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:20
msgid "Get it from the Tabby Web settings window"
-msgstr "Tabby Web設定ウィンドウから取得する"
+msgstr "Tabby Web版の設定画面から取得することができます"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:22
msgid "Gives the window a blurred transparent background"
@@ -784,7 +784,7 @@ msgstr "調整"
#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:20
msgid "Help track the number of Tabby installs across the world!"
-msgstr "世界中でのTabbyのインストール数調査にご協力ください!"
+msgstr "世界中でのTabbyのインストール数の調査にご協力ください!"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
@@ -801,7 +801,7 @@ msgstr "タブのインデックスを非表示"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123
msgid "Hide window on focus loss"
-msgstr "フォーカス消失時にウィンドウを非表示"
+msgstr "フォーカスが外れた時にウィンドウを非表示にする"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:124
msgid "Hides the docked terminal when you click away."
@@ -831,15 +831,15 @@ msgstr "ホットキー"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy"
-msgstr ""
+msgstr "HTTPプロキシ"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:61
msgid "HTTP proxy host"
-msgstr ""
+msgstr "HTTPプロキシホスト"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:65
msgid "HTTP proxy port"
-msgstr ""
+msgstr "HTTPプロキシポート"
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:20
msgid "Icon"
@@ -847,7 +847,7 @@ msgstr "アイコン"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154
msgid "id.tab-width.dynamic"
-msgstr "動的"
+msgstr "可変"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64
msgid "If disabled, only custom profiles will show up in the profile selector"
@@ -867,7 +867,7 @@ msgstr "入力モード"
#: locale/tmp-html/tabby-terminal/src/components/streamProcessingSettings.component.html:15
msgid "Input newlines"
-msgstr "改行の入力"
+msgstr "入力の改行"
#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:41
msgid "Installed"
@@ -929,7 +929,7 @@ msgstr "鍵交換"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
-msgstr ""
+msgstr "キーボード"
#: locale/tmp-html/tabby-ssh/src/components/keyboardInteractiveAuthPanel.component.html:2
msgid "Keyboard-interactive auth"
@@ -958,7 +958,7 @@ msgstr "現在のSSHセッションでWinSCPを起動"
#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
msgid "Learn how to allow Tabby to detect remote shell's working directory."
-msgstr "Tabbyがリモートシェルの作業ディレクトリを検出できるようにする方法を紹介します。"
+msgstr "Tabbyにリモート側の作業ディレクトリを検出させる方法をご紹介します。"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:141
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:76
@@ -1032,7 +1032,7 @@ msgstr "更新日 {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
-msgstr ""
+msgstr "マウス"
#: tabby-core/src/hotkeys.ts:45
msgid "Move tab to the left"
@@ -1057,7 +1057,7 @@ msgstr "新しい設定の名前"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
msgid "Native"
-msgstr "ネイティブ"
+msgstr "標準"
#: tabby-local/src/tabContextMenu.ts:103
msgid "New admin tab"
@@ -1115,7 +1115,7 @@ msgstr "色指定なし"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
msgid "No modifier"
-msgstr "変更なし"
+msgstr "変更しない"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:41
msgid "None"
@@ -1204,7 +1204,7 @@ msgstr "OSの既定 ({name})"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:45
msgid "Output is shown as a hexdump"
-msgstr "Hexdumpとして出力されます"
+msgstr "16進ダンプとして出力されます"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:40
msgid "Output is shown as it is received"
@@ -1216,7 +1216,7 @@ msgstr "出力モード"
#: locale/tmp-html/tabby-terminal/src/components/streamProcessingSettings.component.html:34
msgid "Output newlines"
-msgstr "改行の出力"
+msgstr "出力の改行"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:42
msgid "Override X11 display"
@@ -1244,7 +1244,7 @@ msgstr "パリティ"
#: 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."
-msgstr "Vault経由で設定が暗号化されている場合、部分的な設定の同期はできません。"
+msgstr "設定ファイルがVaultによって暗号化されている場合、部分的な設定の同期はできません。"
#: tabby-settings/src/components/vaultSettingsTab.component.ts:87
msgid "Passphrase for a private key with hash {hash}..."
@@ -1443,7 +1443,7 @@ msgstr "問題を報告"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
msgid "Require a key to click links"
-msgstr "リンクをクリックするにはキーが必要です"
+msgstr "特定のキーを使用してリンクを開く"
#: tabby-terminal/src/hotkeys.ts:54
msgid "Reset zoom"
@@ -1499,7 +1499,7 @@ msgstr "キーチェーンにパスワードを保存する"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
msgid "Save and apply"
-msgstr "保存して適用"
+msgstr "保存して反映"
#: tabby-local/src/tabContextMenu.ts:27
msgid "Save as profile"
@@ -1564,11 +1564,11 @@ msgstr "プロファイルの選択、またはアドレスを入力"
#: tabby-terminal/src/components/streamProcessingSettings.component.ts:33
msgid "Send bytes by typing in hex values"
-msgstr "16 進数の値を入力してバイトを送信"
+msgstr "16進数の値を入力してバイトを送信"
#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:75
msgid "Sends data one byte at a time"
-msgstr "一度に 1 バイトのデータを送信"
+msgstr "1バイトごとにデータを送信します"
#: tabby-serial/src/profiles.ts:13
#: tabby-serial/src/profiles.ts:71
@@ -1603,7 +1603,7 @@ msgstr "Tabbyを %COMSPEC% に設定"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:57
msgid "Set to 0 to disable recent profiles"
-msgstr "最近のプロファイルを無効にするには0に設定してください"
+msgstr "最近使用したプロファイルを無効にするには0に設定してください"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:36
msgid "Sets the SSH agent's named pipe path."
@@ -1656,7 +1656,7 @@ msgstr "ペインラベルを表示 (再配置向け)"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
msgid "Show profile icon on tab"
-msgstr "タブにプロファイルアイコンを表示する"
+msgstr "タブにプロファイルアイコンを表示"
#: tabby-core/src/hotkeys.ts:13
msgid "Show profile selector"
@@ -1664,7 +1664,7 @@ msgstr "プロファイルセレクターを表示"
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:56
msgid "Show recent profiles in selector"
-msgstr "最近のプロファイルをセレクターに表示"
+msgstr "最近使用したプロファイルをセレクターに表示"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:36
msgid "Show release notes"
@@ -1689,7 +1689,7 @@ msgstr "低速送信"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:66
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:89
msgid "Snaps the window to a side of the screen"
-msgstr "画面の端にウィンドウをスナップ"
+msgstr "画面の端にウィンドウをスナップします"
#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:26
#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:9
@@ -1707,7 +1707,7 @@ msgstr "SOCKSプロキシポート"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Sound"
-msgstr ""
+msgstr "サウンド"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:31
msgid "Source code"
@@ -1838,7 +1838,7 @@ msgstr "プラグインが原因でTabbyの起動に失敗しました。この
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:41
msgid "Tabby news and updates on Twitter"
-msgstr "TabbyのニュースやアップデートをTwitterで配信"
+msgstr "TwitterでTabbyの最新情報やアップデートを配信中"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:128
msgid "Tabs"
@@ -1846,7 +1846,7 @@ msgstr "タブ"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:131
msgid "Tabs location"
-msgstr "タブの場所"
+msgstr "タブの位置"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:150
msgid "Tabs width"
@@ -1887,15 +1887,15 @@ msgstr "この接続に利用可能なパスワードが保存されています
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
msgid "These apply to all profiles of a given type"
-msgstr "指定された種類のすべてのプロファイルに適用されます。"
+msgstr "特定の種類のすべてのプロファイルに反映されます。"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:55
msgid "Thin"
-msgstr "細い"
+msgstr "スリム"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
msgid "Tick this if you're experiencing aliasing, ghosting or other visual issues"
-msgstr "画像のギザギザやずれて見えるなどの表示の乱れが発生している場合は選択してください。"
+msgstr "画像のギザギザやずれて見えるなどの表示の乱れが軽減される場合があります"
#: tabby-core/src/hotkeys.ts:17
msgid "Toggle fullscreen mode"
@@ -1928,7 +1928,7 @@ msgstr "保存されたパスワードを試みています"
#: tabby-core/src/hotkeys.ts:61
msgid "Turn current tab's panes into separate tabs"
-msgstr ""
+msgstr "現在のタブペインを分割"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
@@ -1991,7 +1991,7 @@ msgstr "ユーザー名"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:25
msgid "Using CONNECT method"
-msgstr ""
+msgstr "CONNECTメソッドの使用"
#: tabby-ssh/src/session/ssh.ts:462
msgid "Using preset password"
@@ -2007,7 +2007,7 @@ msgstr "VaultはSSHパスワードや秘密鍵パスフレーズなどの機密
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:17
msgid "Vault is empty"
-msgstr "Vault内にデータは保存されていません"
+msgstr "Vaultにデータは保存されていません"
#: locale/tmp-html/tabby-core/src/components/unlockVaultModal.component.html:4
#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:43
@@ -2056,7 +2056,7 @@ msgstr "警告: リモートホストのキーが突然変更されました!"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:67
msgid "We're only tracking your Tabby and OS versions."
-msgstr "TabbyとOSのバージョンのみを調査しています。"
+msgstr "TabbyとOSのバージョン情報だけを調査しています。"
#: tabby-core/src/components/welcomeTab.component.ts:24
msgid "Welcome"
@@ -2068,7 +2068,7 @@ msgstr "最新情報"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
msgid "When enabled, links are only clickable while holding this key"
-msgstr "有効な場合、指定されたキーを押している間のみリンクをクリック可能です"
+msgstr "有効な場合、指定されたキーを押しながらクリックしたときだけ、リンクを開けるようにします。"
#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:18
msgid "When WinSCP is detected, you can launch an SCP session from the context menu."
@@ -2076,7 +2076,7 @@ msgstr "WinSCPが検出されると、コンテキストメニューからSCPセ
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:48
msgid "Whether a custom window or an OS native window should be used"
-msgstr "カスタムウィンドウまたはOSネイティブウィンドウを使用するかどうか"
+msgstr "カスタムウィンドウを使用するか、OS標準のウィンドウを使用するかを選択することができます。"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:2
#: tabby-settings/src/settings.ts:30
@@ -2085,11 +2085,11 @@ msgstr "ウィンドウ"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:117
msgid "Window dimension along the edge"
-msgstr "画面端のウィンドウの幅"
+msgstr "画面の端から平行方向の幅"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:110
msgid "Window dimension away from the edge"
-msgstr "画面端から離れたウィンドウの幅"
+msgstr "画面の端から垂直方向の幅"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:47
msgid "Window frame"
@@ -2097,7 +2097,7 @@ msgstr "ウィンドウのフレーム"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Windows"
-msgstr ""
+msgstr "ウィンドウ"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:11
msgid "Windows 10 build 18309 or above is recommended for ConPTY"
diff --git a/locale/pl-PL.po b/locale/pl-PL.po
index ddb54217..011219af 100644
--- a/locale/pl-PL.po
+++ b/locale/pl-PL.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Polish\n"
"Language: pl_PL\n"
-"PO-Revision-Date: 2022-02-22 22:26\n"
+"PO-Revision-Date: 2022-02-28 08:08\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
@@ -847,7 +847,7 @@ msgstr "Ikona"
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154
msgid "id.tab-width.dynamic"
-msgstr "id.tab-width.dynamic"
+msgstr ""
#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64
msgid "If disabled, only custom profiles will show up in the profile selector"
@@ -2155,5 +2155,5 @@ msgstr "Pomniejsz"
#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55
msgctxt "[Dynamic] port forwarding"
msgid "id.port-forwarding.dynamic"
-msgstr "id.port-forwarding.dynamic"
+msgstr ""
diff --git a/locale/pt-PT.po b/locale/pt-PT.po
new file mode 100644
index 00000000..29ee7b1d
--- /dev/null
+++ b/locale/pt-PT.po
@@ -0,0 +1,2159 @@
+msgid ""
+msgstr ""
+"Content-Type: text/plain; charset=UTF-8\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Crowdin-Project: tabby\n"
+"X-Crowdin-Project-ID: 493349\n"
+"X-Crowdin-Language: pt-PT\n"
+"X-Crowdin-File: /locale/app.pot\n"
+"X-Crowdin-File-ID: 75\n"
+"Project-Id-Version: tabby\n"
+"Language-Team: Portuguese\n"
+"Language: pt_PT\n"
+"PO-Revision-Date: 2022-03-06 13:35\n"
+
+#: tabby-local/src/components/terminalTab.component.ts:113
+msgid "\"{command}\" is still running. Close?"
+msgstr "\"{command}\" ainda está em execução. Fechar?"
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:77
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:84
+msgid "{name} copy"
+msgstr "{name} cópia"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:64
+msgid "A second font family used to display characters missing in the main font"
+msgstr ""
+
+#: tabby-core/src/components/transfersMenu.component.ts:49
+msgid "Abort all"
+msgstr "Abortar tudo"
+
+#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:24
+msgid "Accept and remember key"
+msgstr "Aceitar e lembrar a chave"
+
+#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:25
+msgid "Accept just this once"
+msgstr "Aceitar apenas desta vez"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:20
+msgid "Acrylic background"
+msgstr ""
+
+#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:28
+#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:15
+msgid "Add"
+msgstr "Adicionar"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:16
+msgid "Add a port forward"
+msgstr "Adicionar uma porta de encaminhamento"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:115
+msgid "Add a private key"
+msgstr "Adicionar uma chave privada"
+
+#: locale/tmp-html/tabby-settings/src/components/multiHotkeyInput.component.html:8
+msgid "Add..."
+msgstr "Adicionar..."
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:71
+msgid "Additional space between lines"
+msgstr "Espaço adicional entre linhas"
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:22
+#: 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-ssh/src/components/sshProfileSettings.component.html:124
+msgid "Advanced"
+msgstr "Avançado"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:90
+msgid "Agent"
+msgstr "Agente"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:134
+msgid "Agent forwarding"
+msgstr "Agente de encaminhamento"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:35
+msgid "Agent pipe path"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:24
+msgid "Agent type"
+msgstr "Tipo de agente"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:151
+msgid "Allows opening .bat files in tabs, but breaks some shells"
+msgstr "Permite abrir ficheiros .bat em separadores, mas parte algumas linhas de comando"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:60
+msgid "Allows quickly opening a terminal in the selected folder"
+msgstr "Permite abrir um terminal rapidamente na pasta selecionada"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:2
+#: tabby-terminal/src/settings.ts:14
+msgid "Appearance"
+msgstr "Aparência"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:4
+msgid "Application"
+msgstr "Aplicação"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:47
+msgid "Application settings"
+msgstr "Definições da aplicação"
+
+#: tabby-web/src/services/hostWindow.service.ts:19
+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."
+
+#: tabby-core/src/services/config.service.ts:380
+msgid "Are you sure?"
+msgstr "Tens a certeza?"
+
+#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:20
+msgid "Arguments"
+msgstr "Argumentos"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:26
+msgid "Ask a question"
+msgstr "Faça uma pergunta"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:13
+msgid "Ask before closing the browser tab"
+msgstr "Perguntar antes de fechar o separador do browser"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:122
+msgid "Audible"
+msgstr "Audível"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:74
+msgid "Authentication method"
+msgstr "Método de autenticação"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:77
+msgid "Author"
+msgstr "Autor"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:78
+msgid "Auto"
+msgstr "Automático"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:135
+msgid "Auto-open a terminal on app start"
+msgstr "Abrir automaticamente um terminal no início da aplicação"
+
+#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:13
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:53
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:28
+msgid "Automatic"
+msgstr "Automático"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:73
+msgid "Automatic Updates"
+msgstr "Atualizações automáticas"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:57
+msgid "Automatically upload changes and check for updates every minute"
+msgstr "Enviar alterações automaticamente e procurar por atualizações a cada minuto"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:10
+msgid "Available"
+msgstr "Disponível"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:28
+msgid "Background type"
+msgstr "Tipo de fundo"
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:14
+#: tabby-serial/src/components/serialTab.component.ts:118
+#: tabby-serial/src/profiles.ts:85
+msgid "Baud rate"
+msgstr "Taxa de transmissão"
+
+#: tabby-terminal/src/hotkeys.ts:18
+msgid "Beginning of the line"
+msgstr "Início de linha"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:57
+msgid "Blink cursor"
+msgstr ""
+
+#: tabby-core/src/utils.ts:61
+msgid "Blue"
+msgstr "Azul"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:32
+msgid "Blur"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:138
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:82
+msgid "Bottom"
+msgstr "Baixo"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:95
+msgid "Bracketed paste (requires shell support)"
+msgstr ""
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:164
+msgid "Built-in"
+msgstr "Embutido"
+
+#: locale/tmp-html/tabby-core/src/components/renameTabModal.component.html:7
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:53
+#: locale/tmp-html/tabby-settings/src/components/hotkeyInputModal.component.html:14
+#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:14
+#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:7
+#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:30
+#: tabby-electron/src/services/updater.service.ts:139
+#: tabby-local/src/components/terminalTab.component.ts:118
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:79
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:99
+#: tabby-ssh/src/sftpContextMenu.ts:34
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:448
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: locale/tmp-html/tabby-serial/src/components/serialTab.component.html:4
+msgid "Change baud rate"
+msgstr "Alterar taxa de transmissão"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
+msgid "Change the master passphrase"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:13
+msgid "Check for updates"
+msgstr "Verificar atualizações"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:172
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:176
+msgid "Ciphers"
+msgstr "Cifras"
+
+#: tabby-core/src/services/profiles.service.ts:124
+msgid "Clear recent profiles"
+msgstr "Limpar perfis recentes"
+
+#: tabby-terminal/src/hotkeys.ts:42
+msgid "Clear terminal"
+msgstr "Limpar terminal"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:86
+msgid "Clipboard"
+msgstr "Área de Transferência"
+
+#: locale/tmp-html/tabby-core/src/components/safeModeModal.component.html:7
+#: tabby-core/src/tabContextMenu.ts:34
+msgid "Close"
+msgstr "Fechar"
+
+#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:32
+msgid "Close and never show again"
+msgstr "Fechar e não mostrar novamente"
+
+#: tabby-core/src/hotkeys.ts:197
+msgid "Close focused pane"
+msgstr "Fechar o painel ativo"
+
+#: tabby-core/src/tabContextMenu.ts:48
+msgid "Close other tabs"
+msgstr "Fechar os outros separadores"
+
+#: tabby-core/src/hotkeys.ts:25
+msgid "Close tab"
+msgstr "Fechar separador"
+
+#: tabby-core/src/tabContextMenu.ts:64
+msgid "Close tabs to the left"
+msgstr "Fechar os separadores à esquerda"
+
+#: tabby-core/src/tabContextMenu.ts:56
+msgid "Close tabs to the right"
+msgstr "Fechar os separadores à direita"
+
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:33
+#: tabby-core/src/tabContextMenu.ts:124
+msgid "Color"
+msgstr "Cor"
+
+#: tabby-terminal/src/settings.ts:29
+msgid "Color scheme"
+msgstr "Esquema de cores"
+
+#: tabby-core/src/hotkeys.ts:65
+msgid "Combine all tabs into the current tab"
+msgstr ""
+
+#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:4
+msgid "Command line"
+msgstr "Linha de comandos"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:13
+msgid "Command's stdin/stdout is used instead of a network connection"
+msgstr ""
+
+#: tabby-core/src/theme.ts:20
+msgid "Compact"
+msgstr "Compacto"
+
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:108
+msgid "Config downloaded"
+msgstr "Configuração transferida"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:102
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:107
+msgid "Config file"
+msgstr "Ficheiro de configuração"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:2
+#: tabby-settings/src/settings.ts:73
+msgid "Config sync"
+msgstr "Configurar sincronização"
+
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:90
+msgid "Config uploaded"
+msgstr "Configuração enviada"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:35
+msgid "Configs"
+msgstr "Configuração"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:21
+msgid "Connect through a proxy server"
+msgstr "Conectar através de um servidor proxy"
+
+#: tabby-core/src/index.ts:211
+#: tabby-core/src/services/profiles.service.ts:166
+msgid "Connect to \"%s\"..."
+msgstr "A ligar a %s..."
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:17
+msgid "Connect to a different host first and use it as a proxy"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:10
+#: tabby-serial/src/components/serialTab.component.ts:72
+#: tabby-ssh/src/components/sshTab.component.ts:144
+#: tabby-telnet/src/components/telnetTab.component.ts:81
+msgid "Connecting"
+msgstr "A ligar"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:7
+msgid "Connection"
+msgstr "Ligação"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:30
+msgid "Connection failed: {error}"
+msgstr "A ligação falhou: {error}"
+
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:40
+msgid "Connection name will be used instead"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:51
+msgid "Context menu"
+msgstr "Menu de contexto"
+
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:198
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:206
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:539
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:743
+#: tabby-terminal/src/tabContextMenu.ts:29
+msgid "Copied"
+msgstr "Copiado"
+
+#: tabby-linkifier/src/decorator.ts:52
+#: tabby-terminal/src/tabContextMenu.ts:25
+msgid "Copy"
+msgstr "Copiar"
+
+#: tabby-terminal/src/hotkeys.ts:62
+#: tabby-terminal/src/tabContextMenu.ts:53
+msgid "Copy current path"
+msgstr "Copiar o caminho atual"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:89
+msgid "Copy on select"
+msgstr "Copiar ao selecionar"
+
+#: tabby-terminal/src/hotkeys.ts:10
+msgid "Copy to clipboard"
+msgstr "Copiar para área de transferência"
+
+#: tabby-core/src/services/config.service.ts:365
+msgid "Could not decrypt config"
+msgstr "Não foi possível desencriptar a configuração"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:93
+msgid "Current"
+msgstr "Atual"
+
+#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:3
+msgid "Current color scheme"
+msgstr "Esquema de cores atual"
+
+#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:17
+msgid "Current host key fingerprint"
+msgstr ""
+
+#: tabby-core/src/tabContextMenu.ts:175
+msgid "Current process: {name}"
+msgstr "Processo atual: {name}"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:41
+msgid "Cursor shape"
+msgstr "Formato do cursor"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:77
+msgid "Custom CSS"
+msgstr "CSS Personalizado"
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:26
+msgid "Data bits"
+msgstr "Bits de dados"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:80
+msgid "Debugging"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:8
+msgid "Default profile for new tabs"
+msgstr "Perfil padrão para novas abas"
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:70
+msgid "Default profile settings"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:111
+msgid "Defaults"
+msgstr "Predefinições"
+
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:6
+msgid "Defaults for {type}"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:28
+#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:9
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:129
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:191
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:204
+#: tabby-settings/src/components/vaultSettingsTab.component.ts:49
+#: tabby-ssh/src/sftpContextMenu.ts:33
+#: tabby-ssh/src/sftpContextMenu.ts:41
+#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:86
+#: tabby-terminal/src/components/loginScriptsSettings.component.ts:32
+msgid "Delete"
+msgstr "Apagar"
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:127
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:189
+#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:84
+msgid "Delete \"{name}\"?"
+msgstr "Apagar \"{name}\"?"
+
+#: tabby-ssh/src/sftpContextMenu.ts:29
+msgid "Delete {fullPath}?"
+msgstr "Apagar {fullPath}?"
+
+#: tabby-terminal/src/hotkeys.ts:38
+msgid "Delete next word"
+msgstr "Apagar palavra seguinte"
+
+#: tabby-terminal/src/hotkeys.ts:34
+msgid "Delete previous word"
+msgstr "Apagar palavra anterior"
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:201
+msgid "Delete the group's profiles?"
+msgstr "Eliminar os perfis do grupo?"
+
+#: tabby-terminal/src/components/loginScriptsSettings.component.ts:29
+msgid "Delete this script?"
+msgstr "Eliminar este script?"
+
+#: tabby-settings/src/components/vaultSettingsTab.component.ts:47
+msgid "Delete vault contents?"
+msgstr "Apagar conteúdo do cofre?"
+
+#: locale/tmp-html/tabby-ssh/src/components/sftpDeleteModal.component.html:3
+msgid "Deleting"
+msgstr "A apagar"
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:8
+msgid "Device"
+msgstr "Dispositivo"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:10
+msgid "Direct"
+msgstr "Direto"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:55
+msgid "Disable"
+msgstr "Desativar"
+
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:39
+msgid "Disable dynamic tab title"
+msgstr "Desativar titulo dinâmico do separador"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:182
+msgid "Disable GPU acceleration"
+msgstr "Desativar acelerador GPU"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:48
+msgid "Disabled"
+msgstr "Inativo"
+
+#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:26
+#: tabby-ssh/src/components/sshTab.component.ts:245
+#: tabby-telnet/src/components/telnetTab.component.ts:124
+msgid "Disconnect"
+msgstr "Desligar"
+
+#: tabby-ssh/src/components/sshTab.component.ts:243
+#: tabby-telnet/src/components/telnetTab.component.ts:122
+msgid "Disconnect from {host}?"
+msgstr "Desligar {host}?"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:88
+msgid "Display on"
+msgstr "Ecrã ligado"
+
+#: tabby-core/src/components/transfersMenu.component.ts:50
+msgid "Do not abort"
+msgstr "Não abortar"
+
+#: tabby-ssh/src/components/sshTab.component.ts:246
+#: tabby-telnet/src/components/telnetTab.component.ts:125
+msgid "Do not close"
+msgstr "Não fechar"
+
+#: locale/tmp-html/tabby-core/src/components/unlockVaultModal.component.html:6
+#: locale/tmp-html/tabby-core/src/components/unlockVaultModal.component.html:8
+msgid "Do not remember"
+msgstr "Não lembrar"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:102
+msgid "Dock always on top"
+msgstr "Ancorar sempre no topo"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:65
+msgid "Dock the terminal"
+msgstr "Ancorar o terminal"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:109
+msgid "Docked terminal size"
+msgstr "Tamanho do terminal ancorado"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:116
+msgid "Docked terminal space"
+msgstr "Espaço do terminal ancorado"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:62
+msgid "Docking"
+msgstr "A ancorar"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:67
+msgid "Double-click selection will stop at these characters"
+msgstr "A seleção com clique duplo irá parar nesses caracteres"
+
+#: tabby-core/src/tabContextMenu.ts:80
+msgid "Down"
+msgstr "Baixo"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:47
+msgid "Download"
+msgstr "Descarregar"
+
+#: tabby-core/src/tabContextMenu.ts:120
+msgid "Duplicate"
+msgstr "Duplicar"
+
+#: tabby-local/src/tabContextMenu.ts:121
+msgid "Duplicate as administrator"
+msgstr "Duplicar como administrador"
+
+#: tabby-core/src/hotkeys.ts:57
+msgid "Duplicate tab"
+msgstr "Duplicar separador"
+
+#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:7
+msgid "Edit"
+msgstr "Editar"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:56
+msgid "Enable"
+msgstr "Ativar"
+
+#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:19
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:66
+msgid "Enable analytics"
+msgstr "Ativar recolha de dados"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:74
+msgid "Enable automatic installation of updates when they become available."
+msgstr "Ativar instalação automática de atualizações quando estiverem disponíveis."
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:16
+msgid "Enable font ligatures"
+msgstr "Ativar ligaduras de fonte tipográfica"
+
+#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:26
+msgid "Enable global hotkey (Ctrl-Space)"
+msgstr "Ativar atalho global (Ctrl + Espaço)"
+
+#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:6
+msgid "Enables the experimental Windows ConPTY API"
+msgstr "Ativar a API ConPTY experimental do Windows"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:36
+msgid "Encrypt config file"
+msgstr "Encriptar ficheiro de configuração"
+
+#: tabby-terminal/src/hotkeys.ts:22
+msgid "End of the line"
+msgstr "Fim de linha"
+
+#: locale/tmp-html/tabby-local/src/components/localProfileSettings.component.html:19
+msgid "Environment"
+msgstr "Ambiente"
+
+#: tabby-core/src/services/config.service.ts:369
+#: tabby-core/src/services/config.service.ts:383
+msgid "Erase config"
+msgstr "Apagar configuração"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:12
+msgid "Erase the Vault"
+msgstr "Eliminar o cofre"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:6
+msgid "Error in {plugin}:"
+msgstr "Erro em {plugin}:"
+
+#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:9
+msgid "Exact match"
+msgstr "Correspondência exata"
+
+#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:19
+msgid "Example:"
+msgstr "Exemplo:"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:27
+msgid "Export"
+msgstr "Exportar"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:63
+msgid "Fallback font"
+msgstr ""
+
+#: locale/tmp-html/tabby-core/src/components/transfersMenu.component.html:3
+msgid "File transfers"
+msgstr "Transferências de ficheiros"
+
+#: tabby-settings/src/components/vaultSettingsTab.component.ts:91
+msgid "File: {description}"
+msgstr "Ficheiro: {description}"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:157
+msgid "Fixed"
+msgstr "Fixado"
+
+#: tabby-local/src/tabContextMenu.ts:136
+msgid "Focus all panes"
+msgstr "Focar todos os painéis"
+
+#: tabby-terminal/src/hotkeys.ts:70
+msgid "Focus all panes at once (broadcast)"
+msgstr "Focar todos os painéis de uma vez (broadcast)"
+
+#: tabby-core/src/hotkeys.ts:189
+msgid "Focus next pane"
+msgstr "Focar no painel seguinte"
+
+#: tabby-core/src/hotkeys.ts:185
+msgid "Focus previous pane"
+msgstr "Focar no painel anterior"
+
+#: tabby-core/src/hotkeys.ts:169
+msgid "Focus the pane above"
+msgstr "Focar o painel acima"
+
+#: tabby-core/src/hotkeys.ts:173
+msgid "Focus the pane below"
+msgstr "Focar o painel abaixo"
+
+#: tabby-core/src/hotkeys.ts:177
+msgid "Focus the pane on the left"
+msgstr "Focar o painel à esquerda"
+
+#: tabby-core/src/hotkeys.ts:181
+msgid "Focus the pane on the right"
+msgstr "Focar o painel à direita"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:7
+msgid "Font"
+msgstr "Fonte"
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:51
+msgid "Force CR"
+msgstr "Forçar CR"
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:53
+msgid "Force CRLF"
+msgstr "Forçar CRLF"
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:52
+msgid "Force LF"
+msgstr "Forçar LF"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:25
+msgid "Forces a specific SSH agent connection type."
+msgstr "Forçar um agente específico para a ligação SSH."
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:105
+msgid "Forget"
+msgstr "Esquecer"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:58
+msgid "Forward port"
+msgstr "Encaminhar porta"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingModal.component.html:3
+msgid "Forwarded ports"
+msgstr "Portas encaminhadas"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:35
+msgid "From color scheme"
+msgstr "A partir do esquema de cores"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:32
+msgid "From theme"
+msgstr "A partir do tema"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:6
+msgid "Frontend"
+msgstr "Frontend"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:58
+msgid "Full"
+msgstr "Completo"
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:3
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:3
+#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:3
+msgid "General"
+msgstr "Geral"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:21
+msgid "Generate a pre-filled GitHub issue"
+msgstr "Gerar uma issue pré-preenchida no GitHub"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:27
+msgid "Get"
+msgstr "Obter"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:20
+msgid "Get it from the Tabby Web settings window"
+msgstr "Obtenha-o da janela de configurações da Tabby Web"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:22
+msgid "Gives the window a blurred transparent background"
+msgstr "Dá à janela um fundo transparente desfocado"
+
+#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:15
+msgid "Go up"
+msgstr "Subir"
+
+#: tabby-core/src/utils.ts:62
+msgid "Green"
+msgstr "Verde"
+
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:16
+msgid "Group"
+msgstr "Grupo"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:179
+msgid "Hacks"
+msgstr ""
+
+#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:20
+msgid "Help track the number of Tabby installs across the world!"
+msgstr "Ajude a seguir o número de instalações do Tabby pelo mundo!"
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:32
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:44
+msgid "Hexadecimal"
+msgstr "Hexadecimal"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:175
+msgid "Hide tab close button"
+msgstr "Esconder o botão para fechar o separador"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:163
+msgid "Hide tab index"
+msgstr "Ocultar índice do separador"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:123
+msgid "Hide window on focus loss"
+msgstr "Ocultar janela quando perde o foco"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:124
+msgid "Hides the docked terminal when you click away."
+msgstr ""
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:28
+msgid "Homepage"
+msgstr "Página inicial"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:34
+#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:6
+msgid "Host"
+msgstr "Servidor"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:206
+msgid "Host key"
+msgstr "Chave do servidor"
+
+#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:3
+msgid "Host key verification"
+msgstr "Verificação da chave do servidor"
+
+#: locale/tmp-html/tabby-settings/src/components/hotkeySettingsTab.component.html:2
+#: tabby-settings/src/settings.ts:15
+msgid "Hotkeys"
+msgstr "Teclas de atalho"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
+msgid "HTTP proxy"
+msgstr "Proxy HTTP"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:61
+msgid "HTTP proxy host"
+msgstr "Proxy HTTP - Servidor"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:65
+msgid "HTTP proxy port"
+msgstr "Proxy HTTP - Porta"
+
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:20
+msgid "Icon"
+msgstr "Ícone"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:154
+msgid "id.tab-width.dynamic"
+msgstr "id.tab-width.dynamic"
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:64
+msgid "If disabled, only custom profiles will show up in the profile selector"
+msgstr ""
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:23
+msgid "Immediately echoes your input locally"
+msgstr ""
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:18
+msgid "Input is sent as you type"
+msgstr "O texto é enviado enquanto digitas"
+
+#: locale/tmp-html/tabby-terminal/src/components/streamProcessingSettings.component.html:4
+msgid "Input mode"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/streamProcessingSettings.component.html:15
+msgid "Input newlines"
+msgstr ""
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:41
+msgid "Installed"
+msgstr "Instalado"
+
+#: tabby-electron/src/services/updater.service.ts:136
+msgid "Installing the update will close all tabs and restart Tabby."
+msgstr "Ao instalar a atualização, todos os separadores serão fechadas e o Tabby reiniciará."
+
+#: tabby-terminal/src/hotkeys.ts:58
+msgid "Intelligent Ctrl-C (copy/abort)"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:94
+msgid "Interactive"
+msgstr "Interactivo"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:117
+msgid "Invalid syntax"
+msgstr "Sintaxe inválida"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:16
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:43
+msgid "Jump host"
+msgstr ""
+
+#: tabby-terminal/src/hotkeys.ts:30
+msgid "Jump to next word"
+msgstr "Saltar para a palavra seguinte"
+
+#: tabby-terminal/src/hotkeys.ts:26
+msgid "Jump to previous word"
+msgstr "Saltar para a palavra anterior"
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:130
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:192
+#: tabby-settings/src/components/vaultSettingsTab.component.ts:50
+#: tabby-terminal/src/components/colorSchemeSettingsTab.component.ts:87
+#: tabby-terminal/src/components/loginScriptsSettings.component.ts:33
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:49
+msgid "Keep"
+msgstr "Manter"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:154
+msgid "Keep Alive Interval (Milliseconds)"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:103
+msgid "Keep docked terminal always on top"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:86
+msgid "Key"
+msgstr "Chave"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:186
+msgid "Key exchange"
+msgstr "Troca de chaves"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
+msgid "Keyboard"
+msgstr "Teclado"
+
+#: locale/tmp-html/tabby-ssh/src/components/keyboardInteractiveAuthPanel.component.html:2
+msgid "Keyboard-interactive auth"
+msgstr ""
+
+#: tabby-local/src/components/terminalTab.component.ts:117
+msgid "Kill"
+msgstr "Terminar"
+
+#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:10
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:50
+msgid "Language"
+msgstr "Idioma"
+
+#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:11
+msgid "Last known host key fingerprint"
+msgstr ""
+
+#: tabby-ssh/src/tabContextMenu.ts:32
+msgid "Launch WinSCP"
+msgstr "Abrir WinSCP"
+
+#: tabby-ssh/src/hotkeys.ts:14
+msgid "Launch WinSCP for current SSH session"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:7
+msgid "Learn how to allow Tabby to detect remote shell's working directory."
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:141
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:76
+#: tabby-core/src/tabContextMenu.ts:81
+msgid "Left"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:27
+msgid "Lets the shell handle Meta key instead of OS"
+msgstr ""
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:27
+msgid "Line by line"
+msgstr ""
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:28
+msgid "Line editor, input is sent after you press Enter"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:70
+msgid "Line padding"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:12
+msgid "Loading"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:38
+msgid "Loading configs..."
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:49
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:5
+msgid "Local"
+msgstr ""
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:22
+msgid "Local echo"
+msgstr ""
+
+#: tabby-local/src/profiles.ts:11
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:238
+msgid "Local terminal"
+msgstr ""
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:81
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:216
+#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:16
+msgid "Login scripts"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:44
+msgid "Long-click for context menu"
+msgstr ""
+
+#: tabby-core/src/services/profiles.service.ts:151
+msgid "Manage profiles"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:160
+msgid "Max Keep Alive Count"
+msgstr ""
+
+#: tabby-core/src/hotkeys.ts:165
+msgid "Maximize the active pane"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:43
+msgid "Modified on {date}"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
+msgid "Mouse"
+msgstr "Rato"
+
+#: tabby-core/src/hotkeys.ts:45
+msgid "Move tab to the left"
+msgstr "Mover separador para a esquerda"
+
+#: tabby-core/src/hotkeys.ts:49
+msgid "Move tab to the right"
+msgstr "Mover separador para a direita"
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:203
+msgid "Move to \"Ungrouped\""
+msgstr "Mover para \"Desagrupado\""
+
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:12
+#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:14
+msgid "Name"
+msgstr "Nome"
+
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:60
+msgid "Name for the new config"
+msgstr "Nome para a nova configuração"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:52
+msgid "Native"
+msgstr "Nativo"
+
+#: tabby-local/src/tabContextMenu.ts:103
+msgid "New admin tab"
+msgstr "Novo separador de administração"
+
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:58
+msgid "New config on {platform}"
+msgstr "Nova configuração em {platform}"
+
+#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:15
+msgid "New item"
+msgstr "Novo item"
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:173
+#: tabby-settings/src/components/vaultSettingsTab.component.ts:118
+msgid "New name"
+msgstr "Novo nome"
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:22
+msgid "New profile"
+msgstr "Novo perfil"
+
+#: tabby-local/src/tabContextMenu.ts:30
+msgid "New profile name"
+msgstr "Nome do novo perfil"
+
+#: tabby-local/src/hotkeys.ts:10
+msgid "New tab"
+msgstr "Novo separador"
+
+#: tabby-core/src/hotkeys.ts:212
+msgid "New tab: {profile}"
+msgstr "Novo separador: {profile}"
+
+#: tabby-local/src/buttonProvider.ts:20
+#: tabby-local/src/tabContextMenu.ts:77
+msgid "New terminal"
+msgstr "Novo terminal"
+
+#: tabby-electron/src/hotkeys.ts:10
+msgid "New window"
+msgstr "Nova janela"
+
+#: tabby-local/src/tabContextMenu.ts:87
+msgid "New with profile"
+msgstr "Novo com perfil"
+
+#: tabby-core/src/hotkeys.ts:37
+msgid "Next tab"
+msgstr "Separador seguinte"
+
+#: tabby-core/src/utils.ts:60
+msgid "No color"
+msgstr "Sem cor"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:77
+msgid "No modifier"
+msgstr "Nenhum Modificador"
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:41
+msgid "None"
+msgstr "Nenhum"
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:17
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:39
+msgid "Normal"
+msgstr "Normal"
+
+#: tabby-terminal/src/components/searchPanel.component.ts:47
+#: tabby-terminal/src/components/searchPanel.component.ts:57
+msgid "Not found"
+msgstr "Não encontrado"
+
+#: tabby-core/src/tabContextMenu.ts:200
+msgid "Notify on activity"
+msgstr "Notificar quando houver atividade"
+
+#: tabby-core/src/tabContextMenu.ts:178
+msgid "Notify when done"
+msgstr "Notificar quando terminar"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:17
+msgid "Number of lines kept in the buffer"
+msgstr "Número de linhas mantidas no buffer"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:70
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:116
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:48
+msgid "Off"
+msgstr "Desligado"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:79
+msgid "Official"
+msgstr "Oficial"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:26
+msgid "On GitHub Discussions"
+msgstr "Nas discussões no GitHub"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:41
+msgid "Opacity"
+msgstr "Opacidade"
+
+#: tabby-linkifier/src/decorator.ts:46
+msgid "Open"
+msgstr "Abrir"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:82
+msgid "Open DevTools"
+msgstr "Abrir ferramentas de programador"
+
+#: tabby-settings/src/hotkeys.ts:11
+msgid "Open Settings"
+msgstr "Abrir Configurações"
+
+#: tabby-settings/src/hotkeys.ts:25
+msgid "Open settings tab: {tab}"
+msgstr "Abrir separador de configurações: {tab}"
+
+#: tabby-ssh/src/tabContextMenu.ts:25
+msgid "Open SFTP panel"
+msgstr "Abrir separador de SFTP"
+
+#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:9
+msgid "Optional"
+msgstr "Opcional"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:11
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:33
+msgid "Options"
+msgstr "Opções"
+
+#: tabby-core/src/utils.ts:63
+msgid "Orange"
+msgstr "Cor de laranja"
+
+#: tabby-local/src/shells/macDefault.ts:25
+msgid "OS default"
+msgstr "Padrão do SO"
+
+#: tabby-local/src/shells/winDefault.ts:43
+msgid "OS default ({name})"
+msgstr "Padrão do SO ({name})"
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:45
+msgid "Output is shown as a hexdump"
+msgstr "A visualização é mostrada em hexadecimal"
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:40
+msgid "Output is shown as it is received"
+msgstr "A visualização é mostrada tal como é recebida"
+
+#: locale/tmp-html/tabby-terminal/src/components/streamProcessingSettings.component.html:23
+msgid "Output mode"
+msgstr "Modo de saída"
+
+#: locale/tmp-html/tabby-terminal/src/components/streamProcessingSettings.component.html:34
+msgid "Output newlines"
+msgstr "Novas linhas da visualização"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:42
+msgid "Override X11 display"
+msgstr "Sobrepor o ecrã X11"
+
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:98
+msgid "Overwrite local and sync"
+msgstr "Sobrescrever local e sincronizar"
+
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:78
+msgid "Overwrite remote and sync"
+msgstr "Sobrescrever remoto e sincronizar"
+
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:76
+msgid "Overwrite the config on the remote side and start syncing?"
+msgstr "Rescrever as configurações do lado remoto e começar a sincronizar?"
+
+#: tabby-settings/src/components/configSyncSettingsTab.component.ts:96
+msgid "Overwrite the local config and start syncing?"
+msgstr "Rescrever as configurações locais e começar a sincronizar?"
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:38
+msgid "Parity"
+msgstr "Paridade"
+
+#: 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."
+msgstr "Sincronização parcial de configuração não é possível quando a configuração é criptografada pelo Cofre."
+
+#: tabby-settings/src/components/vaultSettingsTab.component.ts:87
+msgid "Passphrase for a private key with hash {hash}..."
+msgstr "Palavra-passe para uma chave privada com hash {hash}..."
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:100
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:82
+msgid "Password"
+msgstr "Palavra-Passe"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:54
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:447
+#: tabby-terminal/src/tabContextMenu.ts:34
+msgid "Paste"
+msgstr "Colar"
+
+#: tabby-terminal/src/hotkeys.ts:14
+msgid "Paste from clipboard"
+msgstr "Colar da área de transferência"
+
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:454
+msgid "Paste multiple lines?"
+msgstr "Colar várias linhas?"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:60
+msgid "Paste on middle-click"
+msgstr "Colar com botão do meio do rato"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:43
+msgid "Path or address of the local X11 socket"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalToolbar.component.html:4
+msgid "Pin"
+msgstr "Afixar"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:3
+msgid "Plugins"
+msgstr "Extensões"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:4
+msgid "Plugins folder"
+msgstr "Pasta de extensões"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:38
+#: locale/tmp-html/tabby-telnet/src/components/telnetProfileSettings.component.html:10
+msgid "Port"
+msgstr "Porto"
+
+#: tabby-serial/src/components/serialTab.component.ts:77
+msgid "Port opened"
+msgstr "Porto aberto"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:119
+#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:12
+msgid "Ports"
+msgstr "Portos"
+
+#: tabby-serial/src/components/serialTab.component.ts:92
+#: tabby-ssh/src/components/sshTab.component.ts:176
+#: tabby-telnet/src/components/telnetTab.component.ts:58
+msgid "Press any key to reconnect"
+msgstr "Pressione qualquer tecla para reconectar"
+
+#: locale/tmp-html/tabby-settings/src/components/hotkeyInputModal.component.html:3
+msgid "Press the key now"
+msgstr "Pressione a tecla agora"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:14
+msgid "Prevents accidental closing"
+msgstr "Impede o fecho acidental"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:96
+msgid "Prevents accidental execution of pasted commands"
+msgstr "Impede a execução acidental de comandos colados"
+
+#: tabby-core/src/hotkeys.ts:41
+msgid "Previous tab"
+msgstr "Separador anterior"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:108
+msgid "Private keys"
+msgstr "Chaves privadas"
+
+#: tabby-core/src/tabContextMenu.ts:186
+msgid "Process completed"
+msgstr "Processo concluído"
+
+#: tabby-core/src/tabContextMenu.ts:142
+msgid "Profile name"
+msgstr "Nome do perfil"
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:2
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:4
+#: tabby-local/src/services/dockMenu.service.ts:25
+msgid "Profiles"
+msgstr "Perfis"
+
+#: tabby-core/src/buttonProvider.ts:40
+#: tabby-settings/src/settings.ts:58
+msgid "Profiles & connections"
+msgstr "Perfis e ligações"
+
+#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:13
+msgid "Program"
+msgstr "Programa"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:30
+msgid "Proxy command"
+msgstr "Comando do proxy"
+
+#: tabby-core/src/utils.ts:64
+msgid "Purple"
+msgstr "Roxo"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:37
+msgid "Puts all of Tabby's configuration into the vault"
+msgstr "Colocar todas as configurações do Tabby no cofre"
+
+#: tabby-core/src/index.ts:210
+#: tabby-core/src/services/profiles.service.ts:165
+msgid "Quick connect"
+msgstr "Ligação rápida"
+
+#: tabby-core/src/services/config.service.ts:370
+#: tabby-core/src/services/config.service.ts:384
+msgid "Quit"
+msgstr "Sair"
+
+#: tabby-telnet/src/profiles.ts:48
+msgid "Raw socket connection"
+msgstr "Ligação por socket"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:166
+msgid "Ready Timeout (Milliseconds)"
+msgstr "Tempo limite (milissegundos)"
+
+#: tabby-core/src/services/profiles.service.ts:112
+#: tabby-core/src/services/profiles.service.ts:125
+msgid "Recent"
+msgstr "Recente"
+
+#: locale/tmp-html/tabby-serial/src/components/serialTab.component.html:5
+#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:10
+#: locale/tmp-html/tabby-telnet/src/components/telnetTab.component.html:3
+msgid "Reconnect"
+msgstr "Voltar a ligar"
+
+#: tabby-core/src/utils.ts:65
+msgid "Red"
+msgstr "Vermelho"
+
+#: locale/tmp-html/tabby-terminal/src/components/loginScriptsSettings.component.html:9
+msgid "Regex"
+msgstr "Expressão Regular"
+
+#: tabby-settings/src/components/releaseNotesTab.component.ts:27
+msgid "Release notes"
+msgstr "Notas de lançamento"
+
+#: locale/tmp-html/tabby-core/src/components/unlockVaultModal.component.html:6
+msgid "Remember for {time}"
+msgstr "Lembrar durante {time}"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:5
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:52
+msgid "Remote"
+msgstr "Remoto"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:25
+#: tabby-core/src/tabContextMenu.ts:116
+msgid "Rename"
+msgstr ""
+
+#: tabby-core/src/hotkeys.ts:21
+msgid "Rename Tab"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:3
+msgid "Rendering"
+msgstr ""
+
+#: tabby-core/src/hotkeys.ts:29
+msgid "Reopen last tab"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:26
+msgid "Replace"
+msgstr ""
+
+#: locale/tmp-html/tabby-core/src/components/startPage.component.html:11
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:21
+msgid "Report a problem"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:73
+msgid "Require a key to click links"
+msgstr ""
+
+#: tabby-terminal/src/hotkeys.ts:54
+msgid "Reset zoom"
+msgstr ""
+
+#: tabby-serial/src/hotkeys.ts:14
+msgid "Restart current serial session"
+msgstr ""
+
+#: tabby-ssh/src/hotkeys.ts:10
+msgid "Restart current SSH session"
+msgstr ""
+
+#: tabby-telnet/src/hotkeys.ts:10
+msgid "Restart current Telnet session"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:127
+msgid "Restart the app to apply changes"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:141
+msgid "Restore terminal tabs on app start"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:147
+msgid "Reuse session for multiple tabs"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:144
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:79
+#: tabby-core/src/tabContextMenu.ts:79
+msgid "Right"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:43
+msgid "Right click"
+msgstr ""
+
+#: locale/tmp-html/tabby-local/src/components/localProfileSettings.component.html:5
+msgid "Run as administrator"
+msgstr ""
+
+#: locale/tmp-html/tabby-core/src/components/renameTabModal.component.html:6
+#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:52
+#: locale/tmp-html/tabby-terminal/src/components/colorSchemeSettingsTab.component.html:28
+msgid "Save"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:101
+msgid "Save a password in the keychain"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:116
+msgid "Save and apply"
+msgstr "Guardar e aplicar"
+
+#: tabby-local/src/tabContextMenu.ts:27
+msgid "Save as profile"
+msgstr "Guardar como perfil"
+
+#: tabby-core/src/tabContextMenu.ts:139
+msgid "Save layout as profile"
+msgstr ""
+
+#: tabby-local/src/tabContextMenu.ts:48
+msgid "Saved"
+msgstr "Salvo"
+
+#: tabby-core/src/profiles.ts:19
+msgid "Saved layout"
+msgstr "Layout salvo"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:33
+msgid "Scroll on input"
+msgstr ""
+
+#: tabby-terminal/src/hotkeys.ts:74
+msgid "Scroll terminal to bottom"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:16
+msgid "Scrollback"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:34
+msgid "Scrolls the terminal to the bottom on user input"
+msgstr ""
+
+#: tabby-terminal/src/hotkeys.ts:66
+msgid "Search"
+msgstr "Procurar"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:19
+msgid "Secret sync token"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:45
+#: tabby-electron/src/services/platform.service.ts:208
+msgid "Select"
+msgstr "Selecionar"
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:63
+msgid "Select a base profile to use as a template"
+msgstr ""
+
+#: tabby-core/src/services/fileProviders.service.ts:46
+msgid "Select file storage"
+msgstr "Selecionar armazenamento"
+
+#: tabby-core/src/index.ts:222
+msgid "Select profile"
+msgstr "Selecionar perfil"
+
+#: tabby-core/src/services/profiles.service.ts:174
+msgid "Select profile or enter an address"
+msgstr "Selecionar perfil ou introduza um endereço"
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:33
+msgid "Send bytes by typing in hex values"
+msgstr ""
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:75
+msgid "Sends data one byte at a time"
+msgstr "Envia um byte de dados de cada vez"
+
+#: tabby-serial/src/profiles.ts:13
+#: tabby-serial/src/profiles.ts:71
+msgid "Serial"
+msgstr "Serial"
+
+#: tabby-serial/src/profiles.ts:50
+#: tabby-serial/src/profiles.ts:61
+msgid "Serial connection"
+msgstr "Conexão Serial"
+
+#: tabby-serial/src/profiles.ts:70
+msgid "Serial: {description}"
+msgstr "Serial: {description}"
+
+#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:2
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:5
+msgid "Set master passphrase"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:13
+msgid "Set passphrase"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:104
+msgid "Set password"
+msgstr "Definir palavra-passe"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:150
+msgid "Set Tabby as %COMSPEC%"
+msgstr "Definir Tabby como %COMSPEC%"
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:57
+msgid "Set to 0 to disable recent profiles"
+msgstr "Defina o valor 0 para desativar perfis recentes"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:36
+msgid "Sets the SSH agent's named pipe path."
+msgstr ""
+
+#: tabby-settings/src/buttonProvider.ts:28
+#: tabby-settings/src/components/settingsTab.component.ts:57
+msgid "Settings"
+msgstr "Configurações"
+
+#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:2
+msgid "Shell"
+msgstr "Linha de Comando"
+
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:541
+msgid "Shell does not support current path detection"
+msgstr "A linha de comandos não suporta a deteção do caminho atual"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:59
+msgid "Shell integration"
+msgstr "Integração da linha de comandos"
+
+#: tabby-core/src/hotkeys.ts:216
+msgid "Show {type} profile selector"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:103
+msgid "Show a confirmation box when pasting multiple lines"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:63
+msgid "Show built-in profiles in selector"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:119
+msgid "Show config file"
+msgstr "Mostra o ficheiro de configuração"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:118
+msgid "Show defaults"
+msgstr "Mostrar valores por defeito"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:128
+msgid "Show Mixer"
+msgstr "Mostrar Mixer"
+
+#: tabby-core/src/hotkeys.ts:53
+msgid "Show pane labels (for rearranging)"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:169
+msgid "Show profile icon on tab"
+msgstr "Mostrar ícone do perfil no separador"
+
+#: tabby-core/src/hotkeys.ts:13
+msgid "Show profile selector"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:56
+msgid "Show recent profiles in selector"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:36
+msgid "Show release notes"
+msgstr ""
+
+#: tabby-serial/src/hotkeys.ts:10
+msgid "Show Serial connections"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:44
+msgid "Show vault contents"
+msgstr "Mostrar conteúdo do cofre"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:140
+msgid "Skip MoTD/banner"
+msgstr ""
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:74
+msgid "Slow feed"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:66
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:89
+msgid "Snaps the window to a side of the screen"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:26
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:9
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:20
+msgid "SOCKS proxy"
+msgstr "Proxy SOCKS"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:51
+msgid "SOCKS proxy host"
+msgstr "Proxy SOCKS - Servidor"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:55
+msgid "SOCKS proxy port"
+msgstr "Proxy SOCKS - Porto"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
+msgid "Sound"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:31
+msgid "Source code"
+msgstr ""
+
+#: tabby-core/src/tabContextMenu.ts:76
+msgid "Split"
+msgstr ""
+
+#: tabby-core/src/hotkeys.ts:153
+msgid "Split to the bottom"
+msgstr ""
+
+#: tabby-core/src/hotkeys.ts:157
+msgid "Split to the left"
+msgstr ""
+
+#: tabby-core/src/hotkeys.ts:149
+msgid "Split to the right"
+msgstr ""
+
+#: tabby-core/src/hotkeys.ts:161
+msgid "Split to the top"
+msgstr ""
+
+#: tabby-ssh/src/profiles.ts:80
+msgid "SSH connection"
+msgstr ""
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:47
+msgid "SSH connection management is now done through the \"Profiles & connections\" tab"
+msgstr ""
+
+#: tabby-settings/src/components/vaultSettingsTab.component.ts:84
+msgid "SSH password for {user}@{host}:{port}"
+msgstr ""
+
+#: tabby-core/src/theme.ts:8
+msgid "Standard"
+msgstr "Padrão"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:132
+msgid "Startup"
+msgstr "Iniciar"
+
+#: locale/tmp-html/tabby-serial/src/components/serialProfileSettings.component.html:32
+msgid "Stop bits"
+msgstr ""
+
+#: tabby-terminal/src/components/streamProcessingSettings.component.ts:50
+msgid "Strip"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:41
+msgid "Subscribe to updates"
+msgstr ""
+
+#: locale/tmp-html/tabby-local/src/components/environmentEditor.component.html:17
+msgid "Substitutions allowed."
+msgstr "Substituições permitidas."
+
+#: tabby-core/src/tabContextMenu.ts:279
+msgid "Switch profile"
+msgstr "Mudar de perfil"
+
+#: tabby-core/src/hotkeys.ts:193
+msgid "Switch profile in the active pane"
+msgstr ""
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:7
+msgid "Switches terminal frontend implementation (experimental)"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:4
+msgid "Sync"
+msgstr "Sincronizar"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:56
+msgid "Sync automatically"
+msgstr "Sincronizar automaticamente"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:8
+msgid "Sync host"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:71
+msgid "Sync hotkeys"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:83
+msgid "Sync Vault"
+msgstr "Sincronizar Cofre"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:77
+msgid "Sync window settings"
+msgstr "Sincronizar configurações da janela"
+
+#: tabby-core/src/hotkeys.ts:101
+#: tabby-core/src/hotkeys.ts:105
+#: tabby-core/src/hotkeys.ts:109
+#: tabby-core/src/hotkeys.ts:113
+#: tabby-core/src/hotkeys.ts:117
+#: tabby-core/src/hotkeys.ts:121
+#: tabby-core/src/hotkeys.ts:125
+#: tabby-core/src/hotkeys.ts:129
+#: tabby-core/src/hotkeys.ts:133
+#: tabby-core/src/hotkeys.ts:137
+#: tabby-core/src/hotkeys.ts:141
+#: tabby-core/src/hotkeys.ts:145
+#: tabby-core/src/hotkeys.ts:69
+#: tabby-core/src/hotkeys.ts:73
+#: tabby-core/src/hotkeys.ts:77
+#: tabby-core/src/hotkeys.ts:81
+#: tabby-core/src/hotkeys.ts:85
+#: tabby-core/src/hotkeys.ts:89
+#: tabby-core/src/hotkeys.ts:93
+#: tabby-core/src/hotkeys.ts:97
+msgid "Tab {number}"
+msgstr "Separador {number}"
+
+#: tabby-core/src/tabContextMenu.ts:212
+msgid "Tab activity"
+msgstr "Atividade do separador"
+
+#: locale/tmp-html/tabby-core/src/components/safeModeModal.component.html:3
+msgid "Tabby could not start with your plugins, so all third party plugins have been disabled in this session. The error was:"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:41
+msgid "Tabby news and updates on Twitter"
+msgstr ""
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:128
+msgid "Tabs"
+msgstr "Separadores"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:131
+msgid "Tabs location"
+msgstr "Localização do separador"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:150
+msgid "Tabs width"
+msgstr "Largura do separador"
+
+#: tabby-telnet/src/profiles.ts:32
+msgid "Telnet session"
+msgstr "Sessão telnet"
+
+#: tabby-terminal/src/api/baseTerminalTab.component.ts:187
+#: tabby-terminal/src/settings.ts:43
+msgid "Terminal"
+msgstr "Terminal"
+
+#: locale/tmp-html/tabby-terminal/src/components/appearanceSettingsTab.component.html:28
+msgid "Terminal background"
+msgstr "Fundo do terminal"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:112
+msgid "Terminal bell"
+msgstr "Campainha do terminal"
+
+#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:7
+msgid "Thank you for downloading Tabby!"
+msgstr "Obrigado por descarregar o Tabby!"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:5
+msgid "Theme"
+msgstr "Tema"
+
+#: tabby-core/src/components/transfersMenu.component.ts:47
+msgid "There are active file transfers"
+msgstr "Existem transferências de ficheiros ativas"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:102
+msgid "There is a saved password for this connection"
+msgstr "Existe uma senha guardada para esta conexão"
+
+#: locale/tmp-html/tabby-settings/src/components/profilesSettingsTab.component.html:71
+msgid "These apply to all profiles of a given type"
+msgstr "Estas aplicam-se a todos os perfis de um determinado tipo"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:55
+msgid "Thin"
+msgstr "Fino"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:183
+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"
+
+#: tabby-core/src/hotkeys.ts:17
+msgid "Toggle fullscreen mode"
+msgstr "Ativar/desativar o modo ecrã inteiro"
+
+#: tabby-core/src/hotkeys.ts:33
+msgid "Toggle last tab"
+msgstr "Ativar/desativar o último separador"
+
+#: tabby-electron/src/hotkeys.ts:14
+msgid "Toggle terminal window"
+msgstr "Ativar/desativar a janela"
+
+#: locale/tmp-html/tabby-core/src/components/welcomeTab.component.html:27
+msgid "Toggles the Tabby window visibility"
+msgstr "Ativa/desativa a visibilidade da janela"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:135
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:73
+msgid "Top"
+msgstr "Topo"
+
+#: tabby-core/src/services/config.service.ts:368
+msgid "Try again"
+msgstr "Tente novamente"
+
+#: tabby-ssh/src/session/ssh.ts:473
+msgid "Trying saved password"
+msgstr "Tentando senha guardada"
+
+#: tabby-core/src/hotkeys.ts:61
+msgid "Turn current tab's panes into separate tabs"
+msgstr ""
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
+msgid "Ungrouped"
+msgstr "Desagrupado"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:57
+msgid "Uninstall"
+msgstr "Desinstalar"
+
+#: tabby-settings/src/components/profilesSettingsTab.component.ts:241
+msgid "Unknown"
+msgstr "Desconhecido"
+
+#: tabby-settings/src/components/vaultSettingsTab.component.ts:93
+msgid "Unknown secret of type {type} for {key}"
+msgstr "Segredo desconhecido do tipo {type} para {key}"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalToolbar.component.html:4
+msgid "Unpin"
+msgstr "Desafixar"
+
+#: tabby-core/src/tabContextMenu.ts:82
+msgid "Up"
+msgstr "Cima"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:14
+#: tabby-electron/src/services/updater.service.ts:138
+msgid "Update"
+msgstr "Atualizar"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:50
+msgid "Upgrade to {version}"
+msgstr "Atualizar para {version}"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:46
+#: locale/tmp-html/tabby-ssh/src/components/sftpPanel.component.html:5
+msgid "Upload"
+msgstr "Carregar (upload)"
+
+#: locale/tmp-html/tabby-settings/src/components/configSyncSettingsTab.component.html:49
+msgid "Upload as a new config"
+msgstr "Fazer upload como uma nova configuração"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:26
+msgid "Use {altKeyName} as the Meta key"
+msgstr "Use {altKeyName} como chave Meta"
+
+#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:5
+msgid "Use ConPTY"
+msgstr "Usar ConPTY"
+
+#: tabby-local/src/shells/linuxDefault.ts:31
+#: tabby-local/src/shells/linuxDefault.ts:38
+msgid "User default"
+msgstr "Utilizador Padrão"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:70
+msgid "Username"
+msgstr "Nome de utilizador"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:25
+msgid "Using CONNECT method"
+msgstr "A usar o método CONNECT"
+
+#: tabby-ssh/src/session/ssh.ts:462
+msgid "Using preset password"
+msgstr "Usando a senha predefinida"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:9
+msgid "Vault"
+msgstr "Cofre"
+
+#: 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."
+msgstr "O Cofre é um contentor sempre encriptado para segredos como senhas de SSH e frases de chave privada."
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:17
+msgid "Vault is empty"
+msgstr "O cofre está vazio"
+
+#: locale/tmp-html/tabby-core/src/components/unlockVaultModal.component.html:4
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:43
+msgid "Vault is locked"
+msgstr "O cofre está trancado"
+
+#: locale/tmp-html/tabby-settings/src/components/vaultSettingsTab.component.html:3
+msgid "Vault is not configured"
+msgstr "O cofre não está configurado"
+
+#: tabby-core/src/services/fileProviders.service.ts:39
+msgid "Vault master passphrase needs to be set to allow storing secrets"
+msgstr "A senha mestra do cofre precisa de ser definida para permitir o armazenamento de segredos"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:11
+msgid "Verify host keys when connecting"
+msgstr "Verificar as chaves do host ao conectar"
+
+#: locale/tmp-html/tabby-plugin-manager/src/components/pluginsSettingsTab.component.html:73
+msgid "Version"
+msgstr "Versão"
+
+#: locale/tmp-html/tabby-core/src/components/startPage.component.html:13
+msgid "Version: {version}"
+msgstr "Versão: {version}"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:21
+msgid "Vibrancy"
+msgstr "Cores vibrantes"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:119
+msgid "Visual"
+msgstr "Visual"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:102
+msgid "Warn on multi-line paste"
+msgstr "Avisar ao colar várias linhas"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:5
+msgid "Warn when closing active connections"
+msgstr "Avisar ao fechar conexões ativas"
+
+#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:6
+msgid "Warning: remote host's key has suddenly changed!"
+msgstr "Aviso: a chave do host remoto mudou repentinamente!"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:67
+msgid "We're only tracking your Tabby and OS versions."
+msgstr "Estamos rastreando apenas as suas versões de Tabby e de sistema operativo."
+
+#: tabby-core/src/components/welcomeTab.component.ts:24
+msgid "Welcome"
+msgstr "Bem-vindo"
+
+#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:36
+msgid "What's new"
+msgstr "Novidades"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:74
+msgid "When enabled, links are only clickable while holding this key"
+msgstr "Quando ativado, as ligações só são clicáveis enquanto prime esta tecla"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:18
+msgid "When WinSCP is detected, you can launch an SCP session from the context menu."
+msgstr "Quando o WinSCP é detectado, você pode iniciar uma sessão SCP no menu de contexto."
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:48
+msgid "Whether a custom window or an OS native window should be used"
+msgstr "Se uma janela personalizada ou uma janela nativa do sistema operativo deve ser usada"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:2
+#: tabby-settings/src/settings.ts:30
+msgid "Window"
+msgstr "Janela"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:117
+msgid "Window dimension along the edge"
+msgstr "Dimensão da janela ao longo da borda"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:110
+msgid "Window dimension away from the edge"
+msgstr "Dimensão da janela fora da borda"
+
+#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:47
+msgid "Window frame"
+msgstr "Quadro da janela"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
+msgid "Windows"
+msgstr "Windows"
+
+#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:11
+msgid "Windows 10 build 18309 or above is recommended for ConPTY"
+msgstr "Versão 18309 ou superior do Windows 10 é recomendada para ConPTY"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshSettingsTab.component.html:17
+msgid "WinSCP path"
+msgstr "Caminho WinSCP"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:66
+msgid "Word separators"
+msgstr "Separadores de palavras"
+
+#: locale/tmp-html/tabby-local/src/components/localProfileSettings.component.html:10
+msgid "Working directory"
+msgstr "Diretório atual"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshTab.component.html:6
+msgid "Working directory detection"
+msgstr "Detecção do diretório atual"
+
+#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:127
+msgid "WSL terminal bell can only be muted via Volume Mixer"
+msgstr "O terminal WSL só pode ser silenciado pelo misturador de volume"
+
+#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:14
+msgid "WSL terminal only supports TrueColor with ConPTY"
+msgstr "O terminal WSL só suporta TrueColor com ConPTY"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:128
+msgid "X11 forwarding"
+msgstr "Encaminhamento X11"
+
+#: tabby-core/src/utils.ts:66
+msgid "Yellow"
+msgstr "Amarelo"
+
+#: locale/tmp-html/tabby-settings/src/components/setVaultPassphraseModal.component.html:4
+msgid "You can change it later, but it's unrecoverable if forgotten."
+msgstr "Você poderá mudá-lo mais tarde, mas é irrecuperável se esquecido."
+
+#: locale/tmp-html/tabby-ssh/src/components/hostKeyPromptModal.component.html:7
+msgid "You could be under a man-in-the-middle attack right now, or the host key could have just been changed."
+msgstr "Você pode estar sob um ataque man-in-the-middle agora mesmo, ou a chave do anfitrião pode ter sido alterada."
+
+#: tabby-terminal/src/hotkeys.ts:46
+msgid "Zoom in"
+msgstr "Aumentar zoom"
+
+#: tabby-terminal/src/hotkeys.ts:50
+msgid "Zoom out"
+msgstr "Diminuir zoom"
+
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:5
+#: locale/tmp-html/tabby-ssh/src/components/sshPortForwardingConfig.component.html:55
+msgctxt "[Dynamic] port forwarding"
+msgid "id.port-forwarding.dynamic"
+msgstr "id.port-forwarding.dynamic"
+
diff --git a/locale/zh-CN.po b/locale/zh-CN.po
index cc212339..9a0d373d 100644
--- a/locale/zh-CN.po
+++ b/locale/zh-CN.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: tabby\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
-"PO-Revision-Date: 2022-02-22 22:26\n"
+"PO-Revision-Date: 2022-03-06 13:35\n"
#: tabby-local/src/components/terminalTab.component.ts:113
msgid "\"{command}\" is still running. Close?"
@@ -104,7 +104,7 @@ msgstr "应用"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:47
msgid "Application settings"
-msgstr "应用设置"
+msgstr "应用程序设置"
#: tabby-web/src/services/hostWindow.service.ts:19
msgid "Are you sure you want to close Tabby? You can disable this prompt in Settings -> Window."
@@ -288,7 +288,7 @@ msgstr "配色方案"
#: tabby-core/src/hotkeys.ts:65
msgid "Combine all tabs into the current tab"
-msgstr ""
+msgstr "将所有标签页合并到当前页"
#: locale/tmp-html/tabby-local/src/components/commandLineEditor.component.html:4
msgid "Command line"
@@ -831,15 +831,15 @@ msgstr "快捷键"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:24
msgid "HTTP proxy"
-msgstr ""
+msgstr "HTTP 代理"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:61
msgid "HTTP proxy host"
-msgstr ""
+msgstr "HTTP 代理主机"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:65
msgid "HTTP proxy port"
-msgstr ""
+msgstr "HTTP 代理端口"
#: locale/tmp-html/tabby-settings/src/components/editProfileModal.component.html:20
msgid "Icon"
@@ -929,7 +929,7 @@ msgstr "密钥交换"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:23
msgid "Keyboard"
-msgstr ""
+msgstr "键盘"
#: locale/tmp-html/tabby-ssh/src/components/keyboardInteractiveAuthPanel.component.html:2
msgid "Keyboard-interactive auth"
@@ -1032,7 +1032,7 @@ msgstr "修改于 {date}"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:40
msgid "Mouse"
-msgstr ""
+msgstr "鼠标"
#: tabby-core/src/hotkeys.ts:45
msgid "Move tab to the left"
@@ -1707,7 +1707,7 @@ msgstr "SOCKS 代理端口"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:109
msgid "Sound"
-msgstr ""
+msgstr "声音"
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:31
msgid "Source code"
@@ -1928,7 +1928,7 @@ msgstr "尝试已保存的密码"
#: tabby-core/src/hotkeys.ts:61
msgid "Turn current tab's panes into separate tabs"
-msgstr ""
+msgstr "将当前标签所在的窗格更改为单独的标签页"
#: tabby-settings/src/components/profilesSettingsTab.component.ts:17
msgid "Ungrouped"
@@ -1991,7 +1991,7 @@ msgstr "用户名"
#: locale/tmp-html/tabby-ssh/src/components/sshProfileSettings.component.html:25
msgid "Using CONNECT method"
-msgstr ""
+msgstr "使用 CONNECT 方法"
#: tabby-ssh/src/session/ssh.ts:462
msgid "Using preset password"
@@ -2097,7 +2097,7 @@ msgstr "窗口框架样式"
#: locale/tmp-html/tabby-terminal/src/components/terminalSettingsTab.component.html:147
msgid "Windows"
-msgstr ""
+msgstr "窗口"
#: locale/tmp-html/tabby-local/src/components/shellSettingsTab.component.html:11
msgid "Windows 10 build 18309 or above is recommended for ConPTY"
diff --git a/package.json b/package.json
index 6a93abd6..12a251bc 100644
--- a/package.json
+++ b/package.json
@@ -29,11 +29,12 @@
"browserify-sign": "^4.2.1",
"clone-deep": "^4.0.1",
"compare-versions": "^4",
- "core-js": "^3.20.3",
+ "core-js": "^3.21.1",
+ "core-js-pure": "^3.21.1",
"cross-env": "7.0.3",
- "css-loader": "^6.5.1",
+ "css-loader": "^6.7.1",
"deep-equal": "2.0.5",
- "electron": "17.1.0",
+ "electron": "17.1.1",
"electron-builder": "^22.14.13",
"electron-download": "^4.1.1",
"electron-installer-snap": "^5.1.0",
@@ -43,7 +44,7 @@
"file-loader": "^6.2.0",
"gettext-extractor": "^3.5.4",
"graceful-fs": "^4.2.9",
- "html-loader": "2.1.2",
+ "html-loader": "3.1.0",
"json-loader": "^0.5.7",
"lru-cache": "^6.0.0",
"macos-release": "^3.0.1",
@@ -62,7 +63,7 @@
"pug-loader": "^2.4.0",
"pug-static-loader": "2.0.0",
"raw-loader": "4.0.2",
- "sass-loader": "^12.4.0",
+ "sass-loader": "^12.6.0",
"shell-quote": "^1.7.3",
"shelljs": "0.8.5",
"slugify": "^1.6.5",
@@ -70,8 +71,8 @@
"source-code-pro": "^2.38.0",
"source-map-loader": "^3.0.1",
"source-sans-pro": "3.6.0",
- "ssh2": "^1.6.0",
- "style-loader": "^3.2.1",
+ "ssh2": "^1.7.0",
+ "style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.2.7",
"tslib": "^2.3.1",
@@ -79,7 +80,7 @@
"typescript": "^4.3.5",
"utils-decorators": "^1.10.4",
"val-loader": "4.0.0",
- "webpack": "^5.69.1",
+ "webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"yaml-loader": "0.6.0",
diff --git a/patches/ssh2+1.6.0.patch b/patches/ssh2+1.7.0.patch
similarity index 100%
rename from patches/ssh2+1.6.0.patch
rename to patches/ssh2+1.7.0.patch
diff --git a/tabby-core/src/configDefaults.yaml b/tabby-core/src/configDefaults.yaml
index 6d83d41b..a9b6ce96 100644
--- a/tabby-core/src/configDefaults.yaml
+++ b/tabby-core/src/configDefaults.yaml
@@ -38,4 +38,5 @@ enableExperimentalFeatures: false
pluginBlacklist: []
hacks:
disableGPU: false
+ disableVibrancyWhileDragging: false
language: null
diff --git a/tabby-core/src/services/locale.service.ts b/tabby-core/src/services/locale.service.ts
index 0b9b08c4..87061375 100644
--- a/tabby-core/src/services/locale.service.ts
+++ b/tabby-core/src/services/locale.service.ts
@@ -12,6 +12,7 @@ import localeHR from '@angular/common/locales/hr'
import localeIT from '@angular/common/locales/it'
import localeJA from '@angular/common/locales/ja'
import localePL from '@angular/common/locales/pl'
+import localePT from '@angular/common/locales/pt'
import localeRU from '@angular/common/locales/ru'
import localeZH from '@angular/common/locales/zh'
import { Observable, Subject } from 'rxjs'
@@ -29,6 +30,7 @@ registerLocaleData(localeHR)
registerLocaleData(localeIT)
registerLocaleData(localeJA)
registerLocaleData(localePL)
+registerLocaleData(localePT)
registerLocaleData(localeRU)
registerLocaleData(localeZH)
@@ -96,6 +98,10 @@ export class LocaleService {
code: 'pl-PL',
name: 'Polski',
},
+ {
+ code: 'pt-PT',
+ name: 'Português',
+ },
{
code: 'bg-BG',
name: 'Български',
diff --git a/tabby-electron/src/sshImporters.ts b/tabby-electron/src/sshImporters.ts
index 457bd727..eca1c384 100644
--- a/tabby-electron/src/sshImporters.ts
+++ b/tabby-electron/src/sshImporters.ts
@@ -1,3 +1,4 @@
+import at from 'core-js-pure/actual/array/at'
import * as fs from 'fs/promises'
import * as fsSync from 'fs'
import * as path from 'path'
@@ -76,8 +77,8 @@ export class OpenSSHImporter extends SSHProfileImporter {
target.forwardedPorts.push({
type: PortForwardType.Local,
description: value,
- host: bind.split(':')[0] ?? '127.0.0.1',
- port: parseInt(bind.split(':')[1] ?? bind),
+ host: bind.includes(':') ? bind.split(':')[0] : '127.0.0.1',
+ port: parseInt(at(bind.split(':'), -1)),
targetAddress: tgt.split(':')[0],
targetPort: parseInt(tgt.split(':')[1]),
})
@@ -87,8 +88,8 @@ export class OpenSSHImporter extends SSHProfileImporter {
target.forwardedPorts.push({
type: PortForwardType.Dynamic,
description: value,
- host: bind.split(':')[0] ?? '127.0.0.1',
- port: parseInt(bind.split(':')[1] ?? bind),
+ host: bind.includes(':') ? bind.split(':')[0] : '127.0.0.1',
+ port: parseInt(at(bind.split(':'), -1)),
targetAddress: '',
targetPort: 22,
})
diff --git a/tabby-settings/src/components/windowSettingsTab.component.pug b/tabby-settings/src/components/windowSettingsTab.component.pug
index 850ff9e1..77040985 100644
--- a/tabby-settings/src/components/windowSettingsTab.component.pug
+++ b/tabby-settings/src/components/windowSettingsTab.component.pug
@@ -315,3 +315,13 @@ h3.mt-4(translate) Hacks
[(ngModel)]='config.store.hacks.disableGPU',
(ngModelChange)='config.save(); config.requestRestart()'
)
+
+.form-line(*ngIf='hostApp.platform === Platform.Windows')
+ .header
+ .title Disable fluent background while dragging
+ .description Fluent background sometimes causes drag lag
+
+ toggle(
+ [(ngModel)]='config.store.hacks.disableVibrancyWhileDragging',
+ (ngModelChange)='config.save(); config.requestRestart()'
+ )
diff --git a/tabby-ssh/src/components/sshTab.component.ts b/tabby-ssh/src/components/sshTab.component.ts
index 8bc0eaba..36e4d911 100644
--- a/tabby-ssh/src/components/sshTab.component.ts
+++ b/tabby-ssh/src/components/sshTab.component.ts
@@ -124,6 +124,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
}
this.attachSessionHandler(session.serviceMessage$, msg => {
+ msg = msg.replace(/\n/g, '\r\n ')
this.write(`\r${colors.black.bgWhite(' SSH ')} ${msg}\r\n`)
})
@@ -202,6 +203,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
const session = new SSHShellSession(this.injector, this.sshSession)
this.setSession(session)
this.attachSessionHandler(session.serviceMessage$, msg => {
+ msg = msg.replace(/\n/g, '\r\n ')
this.write(`\r${colors.black.bgWhite(' SSH ')} ${msg}\r\n`)
session.resize(this.size.columns, this.size.rows)
})
diff --git a/yarn.lock b/yarn.lock
index 6f7a9932..833845a4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -892,6 +892,11 @@ acorn@^8.0.4, acorn@^8.4.1:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
+acorn@^8.5.0:
+ version "8.7.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
+ integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
+
agent-base@4, agent-base@^4.0.1, agent-base@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
@@ -1654,7 +1659,7 @@ callsites@^3.0.0:
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
-camel-case@^4.1.1:
+camel-case@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a"
integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
@@ -1799,10 +1804,10 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
inherits "^2.0.1"
safe-buffer "^5.0.1"
-clean-css@^4.2.3:
- version "4.2.3"
- resolved "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz"
- integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==
+clean-css@^5.2.2:
+ version "5.2.4"
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4"
+ integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==
dependencies:
source-map "~0.6.0"
@@ -1978,11 +1983,6 @@ commander@^2.20.0, commander@^2.8.1, commander@^2.9.0:
resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
-commander@^4.1.1:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
- integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
-
commander@^5.0.0:
version "5.1.0"
resolved "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz"
@@ -1993,6 +1993,11 @@ commander@^7.0.0, commander@^7.2.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
+commander@^8.3.0:
+ version "8.3.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
+ integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
+
compare-version@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/compare-version/-/compare-version-0.1.2.tgz#0162ec2d9351f5ddd59a9202cba935366a725080"
@@ -2123,15 +2128,20 @@ copy-concurrently@^1.0.0:
rimraf "^2.5.4"
run-queue "^1.0.0"
+core-js-pure@^3.21.1:
+ version "3.21.1"
+ resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.21.1.tgz#8c4d1e78839f5f46208de7230cebfb72bc3bdb51"
+ integrity sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ==
+
core-js@^2.4.0:
version "2.6.12"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
-core-js@^3.20.3:
- version "3.20.3"
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.3.tgz#c710d0a676e684522f3db4ee84e5e18a9d11d69a"
- integrity sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==
+core-js@^3.21.1:
+ version "3.21.1"
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.1.tgz#f2e0ddc1fc43da6f904706e8e955bc19d06a0d94"
+ integrity sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==
core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
@@ -2243,18 +2253,18 @@ crypto-random-string@^2.0.0:
resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz"
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
-css-loader@^6.5.1:
- version "6.5.1"
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.5.1.tgz#0c43d4fbe0d97f699c91e9818cb585759091d1b1"
- integrity sha512-gEy2w9AnJNnD9Kuo4XAP9VflW/ujKoS9c/syO+uWMlm5igc7LysKzPXaDoR2vroROkSwsTS2tGr1yGGEbZOYZQ==
+css-loader@^6.7.1:
+ version "6.7.1"
+ resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.7.1.tgz#e98106f154f6e1baf3fc3bc455cb9981c1d5fd2e"
+ integrity sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==
dependencies:
icss-utils "^5.1.0"
- postcss "^8.2.15"
+ postcss "^8.4.7"
postcss-modules-extract-imports "^3.0.0"
postcss-modules-local-by-default "^4.0.0"
postcss-modules-scope "^3.0.0"
postcss-modules-values "^4.0.0"
- postcss-value-parser "^4.1.0"
+ postcss-value-parser "^4.2.0"
semver "^7.3.5"
css-selector-parser@^1.1.0, css-selector-parser@^1.3:
@@ -2733,10 +2743,10 @@ electron-to-chromium@^1.3.723:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.736.tgz#f632d900a1f788dab22fec9c62ec5c9c8f0c4052"
integrity sha512-DY8dA7gR51MSo66DqitEQoUMQ0Z+A2DSXFi7tK304bdTVqczCAfUuyQw6Wdg8hIoo5zIxkU1L24RQtUce1Ioig==
-electron@17.1.0:
- version "17.1.0"
- resolved "https://registry.yarnpkg.com/electron/-/electron-17.1.0.tgz#7539937d294413af8efba69dc370cf7d2b0cdc72"
- integrity sha512-X/qdldmQ8lA15NmeraubWCTtMeTO8K9Ser0wtSCgOXVh53Sr1Ea0VQQ7Q9LuGgWRVz4qtr40cntuEdM8icdmTw==
+electron@17.1.1:
+ version "17.1.1"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-17.1.1.tgz#a936907faf68a0a4ae24e8f79c8b22995661c54b"
+ integrity sha512-S+PIsCOfxB+9DkPsbnWpbLQx6+3P5FGedCeVQ/vhZEX8zD4Wj2F118HGFX6ShEfsaTYE623ESK/f+b2ueHpEpQ==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"
@@ -2808,7 +2818,7 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:
dependencies:
once "^1.4.0"
-enhanced-resolve@^5.0.0, enhanced-resolve@^5.8.3:
+enhanced-resolve@^5.0.0:
version "5.8.3"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz#6d552d465cce0423f5b3d718511ea53826a7b2f0"
integrity sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==
@@ -2816,6 +2826,14 @@ enhanced-resolve@^5.0.0, enhanced-resolve@^5.8.3:
graceful-fs "^4.2.4"
tapable "^2.2.0"
+enhanced-resolve@^5.9.2:
+ version "5.9.2"
+ resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz#0224dcd6a43389ebfb2d55efee517e5466772dd9"
+ integrity sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==
+ dependencies:
+ graceful-fs "^4.2.4"
+ tapable "^2.2.0"
+
enquirer@^2.3.5:
version "2.3.6"
resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz"
@@ -3944,26 +3962,26 @@ hosted-git-info@^4.0.2:
dependencies:
lru-cache "^6.0.0"
-html-loader@2.1.2:
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/html-loader/-/html-loader-2.1.2.tgz#17eb111441e863a9308071ed876b4ba861f143df"
- integrity sha512-XB4O1+6mpLp4qy/3qg5+1QPZ/uXvWtO64hNAX87sKHwcHkp1LJGU7V3sJ9iVmRACElAZXQ4YOO/Lbkx5kYfl9A==
+html-loader@3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/html-loader/-/html-loader-3.1.0.tgz#e5b9c1cf81b043786b15145eb30181575a22d9c8"
+ integrity sha512-ycMYFRiCF7YANcLDNP72kh3Po5pTcH+bROzdDwh00iVOAY/BwvpuZ1BKPziQ35Dk9D+UD84VGX1Lu/H4HpO4fw==
dependencies:
- html-minifier-terser "^5.1.1"
+ html-minifier-terser "^6.0.2"
parse5 "^6.0.1"
-html-minifier-terser@^5.1.1:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#922e96f1f3bb60832c2634b79884096389b1f054"
- integrity sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==
+html-minifier-terser@^6.0.2:
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab"
+ integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==
dependencies:
- camel-case "^4.1.1"
- clean-css "^4.2.3"
- commander "^4.1.1"
+ camel-case "^4.1.2"
+ clean-css "^5.2.2"
+ commander "^8.3.0"
he "^1.2.0"
- param-case "^3.0.3"
+ param-case "^3.0.4"
relateurl "^0.2.7"
- terser "^4.6.3"
+ terser "^5.10.0"
http-cache-semantics@^3.7.3:
version "3.7.3"
@@ -5432,10 +5450,10 @@ nan@^2.13.2, nan@^2.14.1, nan@^2.15.0:
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
-nanoid@^3.1.23:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
- integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
+nanoid@^3.3.1:
+ version "3.3.1"
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
+ integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
natural-compare@^1.4.0:
version "1.4.0"
@@ -6155,7 +6173,7 @@ parallel-transform@^1.1.0:
inherits "^2.0.3"
readable-stream "^2.1.5"
-param-case@^3.0.3:
+param-case@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==
@@ -6329,6 +6347,11 @@ performance-now@^2.1.0:
resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
+picocolors@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
+ integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
+
picomatch@^2.2.3:
version "2.3.0"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -6431,14 +6454,19 @@ postcss-value-parser@^4.1.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
-postcss@^8.2.15:
- version "8.3.6"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
- integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
+postcss-value-parser@^4.2.0:
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
+ integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
+
+postcss@^8.4.7:
+ version "8.4.8"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.8.tgz#dad963a76e82c081a0657d3a2f3602ce10c2e032"
+ integrity sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==
dependencies:
- colorette "^1.2.2"
- nanoid "^3.1.23"
- source-map-js "^0.6.2"
+ nanoid "^3.3.1"
+ picocolors "^1.0.0"
+ source-map-js "^1.0.2"
prelude-ls@^1.2.1:
version "1.2.1"
@@ -7295,10 +7323,10 @@ sass-graph@4.0.0:
scss-tokenizer "^0.3.0"
yargs "^17.2.1"
-sass-loader@^12.4.0:
- version "12.4.0"
- resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.4.0.tgz#260b0d51a8a373bb8e88efc11f6ba5583fea0bcf"
- integrity sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg==
+sass-loader@^12.6.0:
+ version "12.6.0"
+ resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb"
+ integrity sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==
dependencies:
klona "^2.0.4"
neo-async "^2.6.2"
@@ -7604,16 +7632,16 @@ source-code-pro@^2.38.0:
resolved "https://registry.yarnpkg.com/source-code-pro/-/source-code-pro-2.38.0.tgz#85c57689f7386bb9d0515fb00ba4845bfb7b485b"
integrity sha512-JMXu7l3XrLREG17eEwY66ANG9716WTu6OeNvZfRKQKANEvbSERDZjk5AYTHeV6owQNPQTeiiW3ri2Ou93XFGvg==
-source-map-js@^0.6.2:
- version "0.6.2"
- resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
- integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
-
source-map-js@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
+source-map-js@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
+ integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
+
source-map-loader@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d"
@@ -7623,7 +7651,7 @@ source-map-loader@^3.0.1:
iconv-lite "^0.6.3"
source-map-js "^1.0.1"
-source-map-support@^0.5.19, source-map-support@~0.5.12, source-map-support@~0.5.19:
+source-map-support@^0.5.19, source-map-support@~0.5.19:
version "0.5.19"
resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz"
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
@@ -7631,7 +7659,15 @@ source-map-support@^0.5.19, source-map-support@~0.5.12, source-map-support@~0.5.
buffer-from "^1.0.0"
source-map "^0.6.0"
-source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
+source-map-support@~0.5.20:
+ version "0.5.21"
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
+ integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
+ dependencies:
+ buffer-from "^1.0.0"
+ source-map "^0.6.0"
+
+source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0:
version "0.6.1"
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
@@ -7687,10 +7723,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
-ssh2@^1.6.0:
- version "1.6.0"
- resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-1.6.0.tgz#61aebc3a6910fe488f9c85cd8355bdf8d4724e05"
- integrity sha512-lxc+uvXqOxyQ99N2M7k5o4pkYDO5GptOTYduWw7hIM41icxvoBcCNHcj+LTKrjkL0vFcAl+qfZekthoSFRJn2Q==
+ssh2@^1.7.0:
+ version "1.7.0"
+ resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-1.7.0.tgz#7aa30f2a5266f0ffd93944621b4eb1f403330fd4"
+ integrity sha512-u1gdFfqKV1PTGR2szS5FImhFii40o+8FOUpg1M//iimNaS4BkTyUVfVdoydXS93M1SquOU02Z4KFhYDBNqQO+g==
dependencies:
asn1 "^0.2.4"
bcrypt-pbkdf "^1.0.2"
@@ -7929,10 +7965,10 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
-style-loader@^3.2.1:
- version "3.2.1"
- resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.2.1.tgz#63cb920ec145c8669e9a50e92961452a1ef5dcde"
- integrity sha512-1k9ZosJCRFaRbY6hH49JFlRB0fVSbmnyq1iTPjNxUmGVjBNEmwrrHPenhlp+Lgo51BojHSf6pl2FcqYaN3PfVg==
+style-loader@^3.3.1:
+ version "3.3.1"
+ resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.1.tgz#057dfa6b3d4d7c7064462830f9113ed417d38575"
+ integrity sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==
sumchecker@^2.0.2:
version "2.0.2"
@@ -8083,14 +8119,15 @@ terser-webpack-plugin@^5.1.3:
source-map "^0.6.1"
terser "^5.7.0"
-terser@^4.6.3:
- version "4.8.0"
- resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
- integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
+terser@^5.10.0:
+ version "5.12.0"
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.12.0.tgz#728c6bff05f7d1dcb687d8eace0644802a9dae8a"
+ integrity sha512-R3AUhNBGWiFc77HXag+1fXpAxTAFRQTJemlJKjAgD9r8xXTpjNKqIXwHM/o7Rh+O0kUJtS3WQVdBeMKFk5sw9A==
dependencies:
+ acorn "^8.5.0"
commander "^2.20.0"
- source-map "~0.6.1"
- source-map-support "~0.5.12"
+ source-map "~0.7.2"
+ source-map-support "~0.5.20"
terser@^5.7.0:
version "5.7.0"
@@ -8667,10 +8704,10 @@ webpack-sources@^3.2.3:
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
-webpack@^5.69.1:
- version "5.69.1"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.69.1.tgz#8cfd92c192c6a52c99ab00529b5a0d33aa848dc5"
- integrity sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==
+webpack@^5.70.0:
+ version "5.70.0"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.70.0.tgz#3461e6287a72b5e6e2f4872700bc8de0d7500e6d"
+ integrity sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"
@@ -8681,7 +8718,7 @@ webpack@^5.69.1:
acorn-import-assertions "^1.7.6"
browserslist "^4.14.5"
chrome-trace-event "^1.0.2"
- enhanced-resolve "^5.8.3"
+ enhanced-resolve "^5.9.2"
es-module-lexer "^0.9.0"
eslint-scope "5.1.1"
events "^3.2.0"