feat(i18n): localise the quick-button tooltips

The three quick-button tooltips were hard-coded English while the rest of the
UI goes through HellionStrings. All 25 resource files now carry them, machine
translated on Flo's go-ahead.

Verified: every file still parses as XML, and the base file stays English so a
missing language falls back to what was there before.
This commit is contained in:
2026-08-18 10:09:23 +02:00
parent 30c495849d
commit 2686a8f74b
27 changed files with 238 additions and 6 deletions
@@ -1146,4 +1146,13 @@
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
<value>이 메시지에는 다른 플레이어에게 빈 박스로 보일 수 있는 플러그인 전용 기호가 포함되어 있습니다. Enter를 다시 눌러 전송합니다.</value>
</data>
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
<value>기호 삽입</value>
</data>
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
<value>설정</value>
</data>
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
<value>채팅 숨기기 (Enter로 다시 표시)</value>
</data>
</root>