From b3c0ec73ca7c939b7cd308ff8cc6e52a68246d9c Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Wed, 19 Aug 2026 00:24:28 +0200 Subject: [PATCH] i18n(settings): keep the game's own vocabulary, and stop duplicating a key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A review pass found the translation commit had introduced a split rather than closed one. Every existing string in this plugin leaves "tell" untranslated -- it is what the game calls the thing, in twenty values across the German file alone. My new keys translated it, so the channels tab showed "Auto-Tell- Tabs" and, two rows below, "Flüstern automatisch öffnen". Thirteen of fourteen sampled languages had the same break. The four affected keys now use the established word, which also fixes a German line that had tells "aufgehen" like a door. Turkish said the opposite of what the control does: saydamlık is transparency, the slider is opacity, and 1.0 means fully opaque. Every other language uses the opacity word. Corrected, along with the inactive one beside it. Compact density had grown a second key for a field that already had one. Appearance_UseCompactDensity_Name and _Description were sitting there with no caller -- which is precisely what this cycle exists to fix -- so the chat tab uses those and my duplicate is gone again. The German wizard label for the same field said "Kompakter Density-Modus"; it says the same thing as the other two now. Also: Hungarian called a pop-out window "kiemelt" (highlighted), the project's word is "kiugró"; German called it "ausgeklappt", which is what a menu does; Italian and Polish had a clumsy inactive-opacity label. 435 keys, all 25 files, no gaps, no orphans in either direction. One claim in the previous commit was wrong and is worth stating plainly: it said only log lines, thread names, developer tools and brand strings remained English. The appearance tab is still English throughout -- the theme picker, the colour editor, the font section, the live preview -- and so are parts of the database viewer, which is a documented user command, not a developer tool. That is a separate block, not a footnote. --- .../Resources/HellionStrings.Designer.cs | 2 -- HellionChat/Resources/HellionStrings.ca.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.cs.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.da.resx | 12 +++--------- HellionChat/Resources/HellionStrings.de.resx | 18 ++++++------------ HellionChat/Resources/HellionStrings.el.resx | 8 +------- HellionChat/Resources/HellionStrings.es.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.fi.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.fr.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.hu.resx | 16 +++++----------- HellionChat/Resources/HellionStrings.it.resx | 16 +++++----------- HellionChat/Resources/HellionStrings.ja.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.ko.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.nb.resx | 10 ++-------- HellionChat/Resources/HellionStrings.nl.resx | 8 +------- HellionChat/Resources/HellionStrings.pl.resx | 16 +++++----------- .../Resources/HellionStrings.pt-BR.resx | 14 ++++---------- .../Resources/HellionStrings.pt-PT.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.resx | 6 ------ HellionChat/Resources/HellionStrings.ro.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.ru.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.sv.resx | 14 ++++---------- HellionChat/Resources/HellionStrings.tr.resx | 18 ++++++------------ HellionChat/Resources/HellionStrings.uk.resx | 14 ++++---------- .../Resources/HellionStrings.zh-Hans.resx | 14 ++++---------- .../Resources/HellionStrings.zh-Hant.resx | 14 ++++---------- .../Ui/Components/Settings/Tabs/ChatTab.cs | 4 ++-- 27 files changed, 96 insertions(+), 248 deletions(-) diff --git a/HellionChat/Resources/HellionStrings.Designer.cs b/HellionChat/Resources/HellionStrings.Designer.cs index 92b9bbb..8f1e99e 100644 --- a/HellionChat/Resources/HellionStrings.Designer.cs +++ b/HellionChat/Resources/HellionStrings.Designer.cs @@ -404,8 +404,6 @@ internal class HellionStrings internal static string Settings_Keybinds_CycleNext => Get(nameof(Settings_Keybinds_CycleNext)); internal static string Settings_Keybinds_CyclePrevious => Get(nameof(Settings_Keybinds_CyclePrevious)); internal static string Settings_General_Language_Description => Get(nameof(Settings_General_Language_Description)); - internal static string Settings_Chat_CompactDensity_Name => Get(nameof(Settings_Chat_CompactDensity_Name)); - internal static string Settings_Chat_CompactDensity_Description => Get(nameof(Settings_Chat_CompactDensity_Description)); internal static string Settings_Chat_Clock24_Name => Get(nameof(Settings_Chat_Clock24_Name)); internal static string Settings_Chat_PreviousSessions_Name => Get(nameof(Settings_Chat_PreviousSessions_Name)); internal static string Settings_Chat_PreviousSessions_Description => Get(nameof(Settings_Chat_PreviousSessions_Description)); diff --git a/HellionChat/Resources/HellionStrings.ca.resx b/HellionChat/Resources/HellionStrings.ca.resx index 1bc978d..3435bf6 100644 --- a/HellionChat/Resources/HellionStrings.ca.resx +++ b/HellionChat/Resources/HellionStrings.ca.resx @@ -1248,7 +1248,7 @@ Comportament de mida - Obertura automàtica de xiuxiueigs + Obertura automàtica de tell Barra lateral @@ -1283,12 +1283,6 @@ Canviar-ho reconstrueix l'atles de fonts, així que el xat queda en blanc un moment. - - Densitat compacta - - - Canvia la disposició de targetes per una línia per missatge. - Rellotge de 24 hores @@ -1305,13 +1299,13 @@ A quin costat apareix la llista de suggeriments mentre escrius. - Mode d'obertura automàtica + Mode d'obertura automàtica de tell - On s'obre un xiuxiueig quan arriba. + On s'obre un tell quan arriba. - Canvia a la pestanya a cada xiuxiueig + Canvia a la pestanya a cada tell Altrament la pestanya s'obre en segon pla després de la primera. diff --git a/HellionChat/Resources/HellionStrings.cs.resx b/HellionChat/Resources/HellionStrings.cs.resx index 0d06a6b..2ecfee8 100644 --- a/HellionChat/Resources/HellionStrings.cs.resx +++ b/HellionChat/Resources/HellionStrings.cs.resx @@ -1247,7 +1247,7 @@ Chování při změně velikosti - Automatické otevření šeptání + Automatické otevření tell Postranní panel @@ -1282,12 +1282,6 @@ Přepnutí přestaví atlas písem, takže chat na okamžik zmizí. - - Kompaktní hustota - - - Vymění rozvržení karet za jeden řádek na zprávu. - 24hodinový formát @@ -1304,13 +1298,13 @@ Na které straně se během psaní zobrazuje seznam nápověd. - Režim automatického otevření + Režim automatického otevření tell - Kde se šeptání otevře, když dorazí. + Kde se tell otevře, když dorazí. - Přepnout na záložku při každém šeptání + Přepnout na kartu při každém tell Jinak se záložka po první zprávě otevře na pozadí. diff --git a/HellionChat/Resources/HellionStrings.da.resx b/HellionChat/Resources/HellionStrings.da.resx index 524aaa9..94c9aa4 100644 --- a/HellionChat/Resources/HellionStrings.da.resx +++ b/HellionChat/Resources/HellionStrings.da.resx @@ -1247,7 +1247,7 @@ Størrelsesændring - Automatisk åbning af tells + Automatisk åbning af tell Sidepanel @@ -1282,12 +1282,6 @@ Skift genopbygger fontatlasset, så chatten er tom et øjeblik. - - Kompakt tæthed - - - Bytter kortlayoutet ud med én linje pr. besked. - 24-timers ur @@ -1304,13 +1298,13 @@ Hvilken side listen med kommandotips vises på, mens du skriver. - Tilstand for automatisk åbning + Tilstand for automatisk åbning af tell Hvor en tell åbnes, når den ankommer. - Skift til fanebladet ved hver tell + Skift til fanen ved hver tell Ellers åbnes fanebladet i baggrunden efter den første. diff --git a/HellionChat/Resources/HellionStrings.de.resx b/HellionChat/Resources/HellionStrings.de.resx index bf9e99a..e988b28 100644 --- a/HellionChat/Resources/HellionStrings.de.resx +++ b/HellionChat/Resources/HellionStrings.de.resx @@ -283,7 +283,7 @@ N Tell-Messages beim Öffnen eines Auto-Tabs vorladen - Kompakter Density-Modus + Kompakte Dichte Schönere Timestamps (relative Zeit) @@ -1242,7 +1242,7 @@ Größenverhalten - Flüstern automatisch öffnen + Tell automatisch öffnen Seitenleiste @@ -1277,12 +1277,6 @@ Ein Wechsel baut den Schrift-Atlas neu auf, deshalb ist der Chat kurz leer. - - Kompakte Dichte - - - Tauscht das Karten-Layout gegen eine Zeile pro Nachricht. - 24-Stunden-Uhr @@ -1299,13 +1293,13 @@ Auf welcher Seite die Befehlsliste beim Tippen erscheint. - Modus für automatisches Öffnen + Modus für automatisches Tell-Öffnen - Wo ein Flüstern aufgeht, wenn es ankommt. + Wo ein Tell geöffnet wird, wenn er ankommt. - Bei jedem Flüstern zum Tab wechseln + Bei jedem Tell zum Tab wechseln Sonst öffnet der Tab nach dem ersten im Hintergrund. @@ -1326,7 +1320,7 @@ Titelleiste anzeigen - Titelleiste für ausgeklappte Fenster anzeigen + Titelleiste für Pop-out-Fenster anzeigen Deckkraft im Hintergrund diff --git a/HellionChat/Resources/HellionStrings.el.resx b/HellionChat/Resources/HellionStrings.el.resx index 0c22869..e7b9d30 100644 --- a/HellionChat/Resources/HellionStrings.el.resx +++ b/HellionChat/Resources/HellionStrings.el.resx @@ -1282,12 +1282,6 @@ Η αλλαγή ξαναχτίζει τον άτλαντα γραμματοσειρών, οπότε η συνομιλία αδειάζει στιγμιαία. - - Συμπαγής πυκνότητα - - - Αντικαθιστά τη διάταξη καρτών με μία γραμμή ανά μήνυμα. - 24ωρο ρολόι @@ -1304,7 +1298,7 @@ Σε ποια πλευρά εμφανίζεται η λίστα υποδείξεων ενώ πληκτρολογείτε. - Λειτουργία αυτόματου ανοίγματος + Λειτουργία αυτόματου ανοίγματος tell Πού ανοίγει ένα tell όταν φτάνει. diff --git a/HellionChat/Resources/HellionStrings.es.resx b/HellionChat/Resources/HellionStrings.es.resx index ef9dbd8..a067c51 100644 --- a/HellionChat/Resources/HellionStrings.es.resx +++ b/HellionChat/Resources/HellionStrings.es.resx @@ -1248,7 +1248,7 @@ Comportamiento de tamaño - Apertura automática de susurros + Apertura automática de tell Barra lateral @@ -1283,12 +1283,6 @@ Cambiarlo reconstruye el atlas de fuentes, así que el chat queda en blanco un momento. - - Densidad compacta - - - Cambia la disposición de tarjetas por una línea por mensaje. - Reloj de 24 horas @@ -1305,13 +1299,13 @@ En qué lado aparece la lista de sugerencias mientras escribes. - Modo de apertura automática + Modo de apertura automática de tell - Dónde se abre un susurro cuando llega. + Dónde se abre un tell cuando llega. - Cambiar a la pestaña con cada susurro + Cambiar a la pestaña con cada tell Si no, la pestaña se abre en segundo plano tras el primero. diff --git a/HellionChat/Resources/HellionStrings.fi.resx b/HellionChat/Resources/HellionStrings.fi.resx index 2a70e80..d5dd40b 100644 --- a/HellionChat/Resources/HellionStrings.fi.resx +++ b/HellionChat/Resources/HellionStrings.fi.resx @@ -1247,7 +1247,7 @@ Koon muuttaminen - Kuiskausten automaattinen avaus + Tellin automaattinen avaus Sivupalkki @@ -1282,12 +1282,6 @@ Vaihto rakentaa fonttiatlaksen uudelleen, joten chat on hetken tyhjä. - - Tiivis tiheys - - - Vaihtaa korttiasettelun yhteen riviin per viesti. - 24 tunnin kello @@ -1304,13 +1298,13 @@ Kummalla puolella komentovihjeluettelo näkyy kirjoitettaessa. - Automaattisen avauksen tila + Tellin automaattisen avauksen tila - Missä kuiskaus avautuu saapuessaan. + Missä tell avautuu saapuessaan. - Vaihda välilehteen jokaisella kuiskauksella + Vaihda välilehteen jokaisella tellillä Muuten välilehti avautuu taustalle ensimmäisen jälkeen. diff --git a/HellionChat/Resources/HellionStrings.fr.resx b/HellionChat/Resources/HellionStrings.fr.resx index 8d4748f..0ee9d7f 100644 --- a/HellionChat/Resources/HellionStrings.fr.resx +++ b/HellionChat/Resources/HellionStrings.fr.resx @@ -1248,7 +1248,7 @@ Comportement de redimensionnement - Ouverture automatique des messages privés + Ouverture automatique des tell Barre latérale @@ -1283,12 +1283,6 @@ Changer reconstruit l'atlas de polices, le chat est donc vide un instant. - - Densité compacte - - - Remplace la disposition en cartes par une ligne par message. - Horloge 24 heures @@ -1305,13 +1299,13 @@ De quel côté la liste de suggestions apparaît pendant la saisie. - Mode d'ouverture automatique + Mode d'ouverture automatique des tell - Où s'ouvre un message privé à son arrivée. + Où s'ouvre un tell à son arrivée. - Basculer vers l'onglet à chaque message privé + Basculer vers l'onglet à chaque tell Sinon l'onglet s'ouvre en arrière-plan après le premier. diff --git a/HellionChat/Resources/HellionStrings.hu.resx b/HellionChat/Resources/HellionStrings.hu.resx index 074ac37..548753d 100644 --- a/HellionChat/Resources/HellionStrings.hu.resx +++ b/HellionChat/Resources/HellionStrings.hu.resx @@ -1247,7 +1247,7 @@ Átméretezés - Suttogás automatikus megnyitása + Tell automatikus megnyitása Oldalsáv @@ -1282,12 +1282,6 @@ A váltás újraépíti a betűatlaszt, ezért a csevegés egy pillanatra kiürül. - - Kompakt sűrűség - - - A kártyás elrendezést üzenetenként egy sorra cseréli. - 24 órás óra @@ -1304,13 +1298,13 @@ Melyik oldalon jelenik meg a parancslista gépelés közben. - Automatikus megnyitás módja + Tell automatikus megnyitásának módja - Hol nyílik meg egy suttogás, amikor megérkezik. + Hol nyílik meg egy tell, amikor megérkezik. - Váltás a fülre minden suttogásnál + Váltás a fülre minden tellnél Egyébként a fül az első után a háttérben nyílik meg. @@ -1331,7 +1325,7 @@ Címsor megjelenítése - Címsor megjelenítése a kiemelt ablakoknál + Címsor megjelenítése a kiugró ablakoknál Átlátszatlanság inaktívan diff --git a/HellionChat/Resources/HellionStrings.it.resx b/HellionChat/Resources/HellionStrings.it.resx index f9b843c..6536d2e 100644 --- a/HellionChat/Resources/HellionStrings.it.resx +++ b/HellionChat/Resources/HellionStrings.it.resx @@ -1248,7 +1248,7 @@ Ridimensionamento - Apertura automatica dei sussurri + Apertura automatica dei tell Barra laterale @@ -1283,12 +1283,6 @@ Il cambio ricostruisce l'atlante dei caratteri, quindi la chat resta vuota per un attimo. - - Densità compatta - - - Sostituisce il layout a schede con una riga per messaggio. - Orologio 24 ore @@ -1305,13 +1299,13 @@ Su quale lato compare l'elenco dei suggerimenti mentre scrivi. - Modalità di apertura automatica + Modalità di apertura automatica dei tell - Dove si apre un sussurro quando arriva. + Dove si apre un tell quando arriva. - Passa alla scheda a ogni sussurro + Passa alla scheda a ogni tell Altrimenti la scheda si apre in secondo piano dopo il primo. @@ -1335,7 +1329,7 @@ Mostra la barra del titolo per le finestre staccate - Opacità da inattiva + Opacità finestra inattiva Si applica mentre un'altra finestra ha il focus. diff --git a/HellionChat/Resources/HellionStrings.ja.resx b/HellionChat/Resources/HellionStrings.ja.resx index d95574f..eeaa7a7 100644 --- a/HellionChat/Resources/HellionStrings.ja.resx +++ b/HellionChat/Resources/HellionStrings.ja.resx @@ -1248,7 +1248,7 @@ サイズ変更の動作 - テルの自動オープン + Tellの自動オープン サイドバー @@ -1283,12 +1283,6 @@ 切り替えるとフォントアトラスが再構築されるため、チャットが一瞬空になります。 - - コンパクト表示 - - - カード表示を 1 メッセージ 1 行に切り替えます。 - 24時間表示 @@ -1305,13 +1299,13 @@ 入力中にコマンド候補をどちら側に表示するか。 - 自動オープンの方式 + Tell自動オープンの方式 - テルが届いたときにどこで開くか。 + Tellが届いたときにどこで開くか。 - テルのたびにタブへ切り替える + Tellのたびにタブへ切り替える そうでない場合、最初の 1 通のあとタブは背面で開きます。 diff --git a/HellionChat/Resources/HellionStrings.ko.resx b/HellionChat/Resources/HellionStrings.ko.resx index e69da4f..85b06a8 100644 --- a/HellionChat/Resources/HellionStrings.ko.resx +++ b/HellionChat/Resources/HellionStrings.ko.resx @@ -1248,7 +1248,7 @@ 크기 조절 동작 - 귓속말 자동 열기 + 텔 자동 열기 사이드바 @@ -1283,12 +1283,6 @@ 전환하면 폰트 아틀라스를 다시 만들기 때문에 채팅이 잠시 비워집니다. - - 좁게 표시 - - - 카드 배치를 메시지당 한 줄로 바꿉니다. - 24시간제 @@ -1305,13 +1299,13 @@ 입력 중에 명령어 힌트 목록을 어느 쪽에 표시할지. - 자동 열기 방식 + 텔 자동 열기 방식 - 귓속말이 도착했을 때 어디에서 열릴지. + 텔이 도착했을 때 어디에서 열릴지. - 귓속말마다 탭으로 전환 + 텔마다 탭으로 전환 그렇지 않으면 첫 통 이후 탭이 배경에서 열립니다. diff --git a/HellionChat/Resources/HellionStrings.nb.resx b/HellionChat/Resources/HellionStrings.nb.resx index 80aee5f..cf08cd1 100644 --- a/HellionChat/Resources/HellionStrings.nb.resx +++ b/HellionChat/Resources/HellionStrings.nb.resx @@ -1247,7 +1247,7 @@ Størrelsesendring - Automatisk åpning av tells + Automatisk åpning av tell Sidepanel @@ -1282,12 +1282,6 @@ Bytte bygger fontatlaset på nytt, så chatten er tom et øyeblikk. - - Kompakt tetthet - - - Bytter kortoppsettet med én linje per melding. - 24-timers klokke @@ -1304,7 +1298,7 @@ Hvilken side listen med kommandotips vises på mens du skriver. - Modus for automatisk åpning + Modus for automatisk åpning av tell Hvor en tell åpnes når den kommer. diff --git a/HellionChat/Resources/HellionStrings.nl.resx b/HellionChat/Resources/HellionStrings.nl.resx index 7f99de1..53925b7 100644 --- a/HellionChat/Resources/HellionStrings.nl.resx +++ b/HellionChat/Resources/HellionStrings.nl.resx @@ -1283,12 +1283,6 @@ Wisselen bouwt de lettertype-atlas opnieuw op, dus de chat is even leeg. - - Compacte dichtheid - - - Vervangt de kaartweergave door één regel per bericht. - 24-uursklok @@ -1305,7 +1299,7 @@ Aan welke kant de lijst met commandotips verschijnt tijdens het typen. - Modus voor automatisch openen + Modus voor automatisch openen van tells Waar een tell opent wanneer die binnenkomt. diff --git a/HellionChat/Resources/HellionStrings.pl.resx b/HellionChat/Resources/HellionStrings.pl.resx index ae1f725..1d05f0d 100644 --- a/HellionChat/Resources/HellionStrings.pl.resx +++ b/HellionChat/Resources/HellionStrings.pl.resx @@ -1247,7 +1247,7 @@ Zmiana rozmiaru - Automatyczne otwieranie szeptów + Automatyczne otwieranie tell Panel boczny @@ -1282,12 +1282,6 @@ Zmiana przebudowuje atlas czcionek, więc czat na chwilę pustoszeje. - - Kompaktowa gęstość - - - Zamienia układ kart na jedną linię na wiadomość. - Zegar 24-godzinny @@ -1304,13 +1298,13 @@ Po której stronie pojawia się lista podpowiedzi podczas pisania. - Tryb automatycznego otwierania + Tryb automatycznego otwierania tell - Gdzie otwiera się szept, gdy nadejdzie. + Gdzie otwiera się tell, gdy nadejdzie. - Przełączaj na kartę przy każdym szepcie + Przełączaj na kartę przy każdym tell W przeciwnym razie karta po pierwszym otwiera się w tle. @@ -1334,7 +1328,7 @@ Pokaż pasek tytułu w oknach odłączonych - Nieprzezroczystość gdy nieaktywne + Nieprzezroczystość, gdy nieaktywne Obowiązuje, gdy inne okno ma fokus. diff --git a/HellionChat/Resources/HellionStrings.pt-BR.resx b/HellionChat/Resources/HellionStrings.pt-BR.resx index 3c3c5e6..7819581 100644 --- a/HellionChat/Resources/HellionStrings.pt-BR.resx +++ b/HellionChat/Resources/HellionStrings.pt-BR.resx @@ -1248,7 +1248,7 @@ Comportamento de redimensionamento - Abertura automática de sussurros + Abertura automática de tell Barra lateral @@ -1283,12 +1283,6 @@ Trocar reconstrói o atlas de fontes, então o chat fica vazio por um instante. - - Densidade compacta - - - Troca o layout de cartões por uma linha por mensagem. - Relógio de 24 horas @@ -1305,13 +1299,13 @@ De que lado a lista de sugestões aparece enquanto você digita. - Modo de abertura automática + Modo de abertura automática de tell - Onde um sussurro abre quando chega. + Onde um tell abre quando chega. - Mudar para a aba a cada sussurro + Mudar para a aba a cada tell Caso contrário, a aba abre em segundo plano após o primeiro. diff --git a/HellionChat/Resources/HellionStrings.pt-PT.resx b/HellionChat/Resources/HellionStrings.pt-PT.resx index 9e3512a..28dc7bb 100644 --- a/HellionChat/Resources/HellionStrings.pt-PT.resx +++ b/HellionChat/Resources/HellionStrings.pt-PT.resx @@ -1247,7 +1247,7 @@ Comportamento de redimensionamento - Abertura automática de sussurros + Abertura automática de tell Barra lateral @@ -1282,12 +1282,6 @@ Mudar reconstrói o atlas de tipos de letra, por isso o chat fica vazio por um instante. - - Densidade compacta - - - Troca a disposição em cartões por uma linha por mensagem. - Relógio de 24 horas @@ -1304,13 +1298,13 @@ De que lado a lista de sugestões aparece enquanto escreve. - Modo de abertura automática + Modo de abertura automática de tell - Onde um sussurro abre quando chega. + Onde um tell abre quando chega. - Mudar para o separador a cada sussurro + Mudar para o separador a cada tell Caso contrário, o separador abre em segundo plano após o primeiro. diff --git a/HellionChat/Resources/HellionStrings.resx b/HellionChat/Resources/HellionStrings.resx index 481500c..874af81 100644 --- a/HellionChat/Resources/HellionStrings.resx +++ b/HellionChat/Resources/HellionStrings.resx @@ -1294,12 +1294,6 @@ Switching rebuilds the font atlas, so the chat goes blank for a moment. - - Compact density - - - Trades the card layout for one line per message. - 24-hour clock diff --git a/HellionChat/Resources/HellionStrings.ro.resx b/HellionChat/Resources/HellionStrings.ro.resx index 2674711..32fdd50 100644 --- a/HellionChat/Resources/HellionStrings.ro.resx +++ b/HellionChat/Resources/HellionStrings.ro.resx @@ -1248,7 +1248,7 @@ Comportament la redimensionare - Deschidere automată a mesajelor private + Deschidere automată a tell Bară laterală @@ -1283,12 +1283,6 @@ Schimbarea reconstruiește atlasul de fonturi, deci chatul rămâne gol o clipă. - - Densitate compactă - - - Înlocuiește aranjarea în carduri cu o linie per mesaj. - Ceas de 24 de ore @@ -1305,13 +1299,13 @@ În ce parte apare lista de sugestii în timp ce scrii. - Mod de deschidere automată + Mod de deschidere automată a tell - Unde se deschide un mesaj privat când sosește. + Unde se deschide un tell când sosește. - Comută pe filă la fiecare mesaj privat + Comută pe filă la fiecare tell Altfel fila se deschide în fundal după primul. diff --git a/HellionChat/Resources/HellionStrings.ru.resx b/HellionChat/Resources/HellionStrings.ru.resx index f3ad66c..1194d94 100644 --- a/HellionChat/Resources/HellionStrings.ru.resx +++ b/HellionChat/Resources/HellionStrings.ru.resx @@ -1248,7 +1248,7 @@ Изменение размера - Автооткрытие шёпота + Автооткрытие tell Боковая панель @@ -1283,12 +1283,6 @@ Переключение перестраивает атлас шрифтов, поэтому чат ненадолго пустеет. - - Компактная плотность - - - Меняет карточную раскладку на одну строку на сообщение. - 24-часовой формат @@ -1305,13 +1299,13 @@ С какой стороны появляется список подсказок при вводе. - Режим автооткрытия + Режим автооткрытия tell - Где открывается шёпот при получении. + Где открывается tell при получении. - Переключаться на вкладку при каждом шёпоте + Переключаться на вкладку при каждом tell Иначе вкладка после первого открывается в фоне. diff --git a/HellionChat/Resources/HellionStrings.sv.resx b/HellionChat/Resources/HellionStrings.sv.resx index 68f0bb8..ca3966a 100644 --- a/HellionChat/Resources/HellionStrings.sv.resx +++ b/HellionChat/Resources/HellionStrings.sv.resx @@ -1248,7 +1248,7 @@ Storleksändring - Automatisk öppning av viskningar + Automatisk öppning av tell Sidofält @@ -1283,12 +1283,6 @@ Byte bygger om typsnittsatlasen, så chatten är tom ett ögonblick. - - Kompakt täthet - - - Byter kortlayouten mot en rad per meddelande. - 24-timmarsklocka @@ -1305,13 +1299,13 @@ Vilken sida listan med kommandotips visas på medan du skriver. - Läge för automatisk öppning + Läge för automatisk öppning av tell - Var en viskning öppnas när den kommer. + Var en tell öppnas när den kommer. - Byt till fliken vid varje viskning + Byt till fliken vid varje tell Annars öppnas fliken i bakgrunden efter den första. diff --git a/HellionChat/Resources/HellionStrings.tr.resx b/HellionChat/Resources/HellionStrings.tr.resx index aca3983..e0a78e9 100644 --- a/HellionChat/Resources/HellionStrings.tr.resx +++ b/HellionChat/Resources/HellionStrings.tr.resx @@ -1241,13 +1241,13 @@ Yerleşim modu - Saydamlık + Opaklık Boyutlandırma davranışı - Fısıltıları otomatik açma + Tell'leri otomatik açma Kenar çubuğu @@ -1282,12 +1282,6 @@ Değiştirmek yazı tipi atlasını yeniden oluşturur, bu yüzden sohbet bir an boşalır. - - Sıkışık yoğunluk - - - Kart düzenini ileti başına tek satırla değiştirir. - 24 saat biçimi @@ -1304,13 +1298,13 @@ Yazarken komut ipucu listesinin hangi tarafta görüneceği. - Otomatik açma modu + Tell otomatik açma modu - Bir fısıltı geldiğinde nerede açılacağı. + Bir tell geldiğinde nerede açılacağı. - Her fısıltıda sekmeye geç + Her tell'de sekmeye geç Aksi hâlde sekme ilkinden sonra arka planda açılır. @@ -1334,7 +1328,7 @@ Ayrık pencereler için başlık çubuğunu göster - Etkin değilken saydamlık + Etkin değilken opaklık Başka bir pencere odaktayken geçerlidir. diff --git a/HellionChat/Resources/HellionStrings.uk.resx b/HellionChat/Resources/HellionStrings.uk.resx index b92bf4b..b2ff516 100644 --- a/HellionChat/Resources/HellionStrings.uk.resx +++ b/HellionChat/Resources/HellionStrings.uk.resx @@ -1247,7 +1247,7 @@ Зміна розміру - Автовідкриття шепоту + Автовідкриття tell Бічна панель @@ -1282,12 +1282,6 @@ Перемикання перебудовує атлас шрифтів, тому чат на мить порожніє. - - Компактна щільність - - - Замінює карткове компонування одним рядком на повідомлення. - 24-годинний формат @@ -1304,13 +1298,13 @@ З якого боку з'являється список підказок під час введення. - Режим автовідкриття + Режим автовідкриття tell - Де відкривається шепіт, коли надходить. + Де відкривається tell, коли надходить. - Перемикатися на вкладку за кожного шепоту + Перемикатися на вкладку за кожного tell Інакше вкладка після першого відкривається у фоні. diff --git a/HellionChat/Resources/HellionStrings.zh-Hans.resx b/HellionChat/Resources/HellionStrings.zh-Hans.resx index 895e2da..768f6a4 100644 --- a/HellionChat/Resources/HellionStrings.zh-Hans.resx +++ b/HellionChat/Resources/HellionStrings.zh-Hans.resx @@ -1248,7 +1248,7 @@ 调整大小行为 - 自动打开密语 + 自动打开Tell 侧边栏 @@ -1283,12 +1283,6 @@ 切换会重建字体图集,因此聊天会短暂空白。 - - 紧凑密度 - - - 将卡片布局换成每条消息一行。 - 24 小时制 @@ -1305,13 +1299,13 @@ 输入时命令提示列表出现在哪一侧。 - 自动打开方式 + Tell自动打开方式 - 密语到达时在何处打开。 + Tell到达时在何处打开。 - 每条密语都切换到标签 + 每条Tell都切换到标签 否则标签会在第一条之后于后台打开。 diff --git a/HellionChat/Resources/HellionStrings.zh-Hant.resx b/HellionChat/Resources/HellionStrings.zh-Hant.resx index 1409b26..25d888c 100644 --- a/HellionChat/Resources/HellionStrings.zh-Hant.resx +++ b/HellionChat/Resources/HellionStrings.zh-Hant.resx @@ -1248,7 +1248,7 @@ 調整大小行為 - 自動開啟密語 + 自動開啟Tell 側邊欄 @@ -1283,12 +1283,6 @@ 切換會重建字型圖集,因此聊天會短暫空白。 - - 緊湊密度 - - - 將卡片版面換成每則訊息一行。 - 24 小時制 @@ -1305,13 +1299,13 @@ 輸入時指令提示清單出現在哪一側。 - 自動開啟方式 + Tell自動開啟方式 - 密語到達時在何處開啟。 + Tell到達時在何處開啟。 - 每則密語都切換到分頁 + 每則Tell都切換到分頁 否則分頁會在第一則之後於背景開啟。 diff --git a/HellionChat/Ui/Components/Settings/Tabs/ChatTab.cs b/HellionChat/Ui/Components/Settings/Tabs/ChatTab.cs index a259b47..46a47fc 100644 --- a/HellionChat/Ui/Components/Settings/Tabs/ChatTab.cs +++ b/HellionChat/Ui/Components/Settings/Tabs/ChatTab.cs @@ -27,8 +27,8 @@ internal sealed class ChatTab { _w.ToggleRow( ImGui.GetID("chat.display.density"u8), - HellionStrings.Settings_Chat_CompactDensity_Name, - HellionStrings.Settings_Chat_CompactDensity_Description, + HellionStrings.Appearance_UseCompactDensity_Name, + HellionStrings.Appearance_UseCompactDensity_Description, () => Plugin.Config.UseCompactDensity, v => Plugin.Config.UseCompactDensity = v );