i18n(settings): keep the game's own vocabulary, and stop duplicating a key
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.
This commit is contained in:
@@ -1247,7 +1247,7 @@
|
||||
<value>Átméretezés</value>
|
||||
</data>
|
||||
<data name="Settings_Section_TellAutoOpen" xml:space="preserve">
|
||||
<value>Suttogás automatikus megnyitása</value>
|
||||
<value>Tell automatikus megnyitása</value>
|
||||
</data>
|
||||
<data name="Settings_Section_Sidebar" xml:space="preserve">
|
||||
<value>Oldalsáv</value>
|
||||
@@ -1282,12 +1282,6 @@
|
||||
<data name="Settings_General_Language_Description" xml:space="preserve">
|
||||
<value>A váltás újraépíti a betűatlaszt, ezért a csevegés egy pillanatra kiürül.</value>
|
||||
</data>
|
||||
<data name="Settings_Chat_CompactDensity_Name" xml:space="preserve">
|
||||
<value>Kompakt sűrűség</value>
|
||||
</data>
|
||||
<data name="Settings_Chat_CompactDensity_Description" xml:space="preserve">
|
||||
<value>A kártyás elrendezést üzenetenként egy sorra cseréli.</value>
|
||||
</data>
|
||||
<data name="Settings_Chat_Clock24_Name" xml:space="preserve">
|
||||
<value>24 órás óra</value>
|
||||
</data>
|
||||
@@ -1304,13 +1298,13 @@
|
||||
<value>Melyik oldalon jelenik meg a parancslista gépelés közben.</value>
|
||||
</data>
|
||||
<data name="Settings_Channels_TellAutoOpenMode_Name" xml:space="preserve">
|
||||
<value>Automatikus megnyitás módja</value>
|
||||
<value>Tell automatikus megnyitásának módja</value>
|
||||
</data>
|
||||
<data name="Settings_Channels_TellAutoOpenMode_Description" xml:space="preserve">
|
||||
<value>Hol nyílik meg egy suttogás, amikor megérkezik.</value>
|
||||
<value>Hol nyílik meg egy tell, amikor megérkezik.</value>
|
||||
</data>
|
||||
<data name="Settings_Channels_TellSwitchAlways_Name" xml:space="preserve">
|
||||
<value>Váltás a fülre minden suttogásnál</value>
|
||||
<value>Váltás a fülre minden tellnél</value>
|
||||
</data>
|
||||
<data name="Settings_Channels_TellSwitchAlways_Description" xml:space="preserve">
|
||||
<value>Egyébként a fül az első után a háttérben nyílik meg.</value>
|
||||
@@ -1331,7 +1325,7 @@
|
||||
<value>Címsor megjelenítése</value>
|
||||
</data>
|
||||
<data name="Settings_Window_PopoutTitleBar_Name" xml:space="preserve">
|
||||
<value>Címsor megjelenítése a kiemelt ablakoknál</value>
|
||||
<value>Címsor megjelenítése a kiugró ablakoknál</value>
|
||||
</data>
|
||||
<data name="Settings_Window_InactiveOpacity_Name" xml:space="preserve">
|
||||
<value>Átlátszatlanság inaktívan</value>
|
||||
|
||||
Reference in New Issue
Block a user