i18n: adopt the client's word for tell, and translate the appearance tab
Two decisions, both yours. Where Square Enix ships a client in a language, that client's word wins. German says Flüstern, French message privé, Japanese テル, Korean 귓속말, Simplified Chinese 密语. Everywhere else there is no official client and the loanword is what players actually say, so it stays. That meant rewriting the whole corpus in those languages rather than just the new keys, which is the reason the split existed in the first place: forty German values and thirty-seven French ones carried the old word. /tell is untouched, because that is a command and not a noun. The mechanical pass left French with three agreement errors -- "des message privé", "ce onglet", "messages de message privé" -- which is what happens when you substring-replace a language with gender and number. Fixed by hand. Traditional Chinese keeps 悄悄話, which the file already used nineteen times; it has no official client of its own. The appearance tab is translated as well. Thirty keys: the colour editor's groups and buttons, the theme categories, fork and import and export, the font labels and the preview's input placeholder. Theme token names stay English -- WindowBg and TextPrimary are JSON keys, not prose -- and so do the brand strings. 465 keys, 25 files, no gaps, no orphans, no placeholder drift. Still English and not in this commit: the database viewer behind /hellionView, which is a documented user command rather than a developer tool, and the symbol picker. Both are their own block.
This commit is contained in:
@@ -1358,4 +1358,94 @@
|
||||
<data name="Settings_About_CustomRepo" xml:space="preserve">
|
||||
<value>Manifiesto del repositorio personalizado</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ActiveTheme" xml:space="preserve">
|
||||
<value>Tema activo: {0}</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ForkAndEdit" xml:space="preserve">
|
||||
<value>Bifurcar y editar</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ForkTooltip" xml:space="preserve">
|
||||
<value>Los temas integrados no se pueden editar directamente. Bifurcar crea una copia personalizada que puedes editar y guardar.</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_EditTheme" xml:space="preserve">
|
||||
<value>Editar tema</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Editing" xml:space="preserve">
|
||||
<value>Editando: {0}</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Group_Surfaces" xml:space="preserve">
|
||||
<value>Superficies</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Group_Borders" xml:space="preserve">
|
||||
<value>Bordes</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Group_Text" xml:space="preserve">
|
||||
<value>Texto</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Group_Identity" xml:space="preserve">
|
||||
<value>Identidad</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Group_Status" xml:space="preserve">
|
||||
<value>Estado</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Save" xml:space="preserve">
|
||||
<value>Guardar</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Cancel" xml:space="preserve">
|
||||
<value>Cancelar</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ResetToSource" xml:space="preserve">
|
||||
<value>Restablecer al original</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ResetUnavailable" xml:space="preserve">
|
||||
<value>No se puede restablecer mientras editas una bifurcación. Guarda o cancela primero.</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_LockedTooltip" xml:space="preserve">
|
||||
<value>Guarda o descarta tus cambios primero</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Custom" xml:space="preserve">
|
||||
<value>Personalizados ({0})</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ForkActive" xml:space="preserve">
|
||||
<value>Bifurcar el tema activo</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ImportFile" xml:space="preserve">
|
||||
<value>Importar archivo de tema…</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ExportActive" xml:space="preserve">
|
||||
<value>Exportar el tema activo…</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ImportPathHint" xml:space="preserve">
|
||||
<value>Ruta al archivo JSON (o arrástralo a la carpeta)</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_ExportDialogTitle" xml:space="preserve">
|
||||
<value>Exportar tema</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Category_Cool" xml:space="preserve">
|
||||
<value>Fríos</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Category_Natural" xml:space="preserve">
|
||||
<value>Naturales</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Category_Classic" xml:space="preserve">
|
||||
<value>Clásicos</value>
|
||||
</data>
|
||||
<data name="Settings_Theme_Category_Retro" xml:space="preserve">
|
||||
<value>Retro</value>
|
||||
</data>
|
||||
<data name="Settings_Fonts_Bundled" xml:space="preserve">
|
||||
<value>Hellion Inter (incluida)</value>
|
||||
</data>
|
||||
<data name="Settings_Fonts_GameFont" xml:space="preserve">
|
||||
<value>Fuente del juego</value>
|
||||
</data>
|
||||
<data name="Settings_Fonts_Global" xml:space="preserve">
|
||||
<value>Global: {0}</value>
|
||||
</data>
|
||||
<data name="Settings_Fonts_Active" xml:space="preserve">
|
||||
<value>Activa: {0}</value>
|
||||
</data>
|
||||
<data name="Settings_Preview_TypeAMessage" xml:space="preserve">
|
||||
<value>Escribe un mensaje...</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user