i18n: stringhe user-facing in inglese (finding 1.3) - #5
Open
adalseno wants to merge 1 commit into
Open
Conversation
Il plugin gira su un marketplace pubblico con README inglese, ma tutto l'output visibile all'utente era in italiano — e i test lo pinnavano, quindi era contratto, non svista. Tradotte IN PLACE tutte le stringhe che l'utente (o il modello) vede a runtime; commenti, docstring interne e messaggi di commit restano in italiano: sono la voce del progetto e non costano nulla a nessuno. Superficie toccata: - doctor: VERDETTO -> VERDICT e tutte le righe [ok]/[warn]/[ko] - manifest T2: intestazioni di sezione, ruoli (dipendenza -> dependency, importatore -> importer), [grafo generico] -> [generic graph], [freddo T5] -> [T5 cold], sufficienza/budget/T2b - marker T1: ELISION_MARK "elise" -> "elided", JSON_MARK "elisi" -> "dropped", footer "token, -N%" -> "tokens, -N%", INVARIATO/CAMBIATO/IDENTICO -> UNCHANGED/CHANGED/IDENTICAL, [copia ELISA] -> [ELIDED copy], [parcheggiato:] -> [parked:] - canary/auto-degrade/auto-heal, guardia carta (T3), advisor di compact, brief SessionStart, statusline - CLI: recall, ddmin, smoke, savings, revealed, ab_verify (incluso il PROMPT del giudice: VERDETTO: INVARIANTE -> VERDICT: INVARIANT), slice - descrizioni dei tool MCP (le legge il modello) e messaggi d'errore - bench/ e docs/ck_demo_gif.py, per non lasciare output misto Sincronizzati i punti dove una stringa e' contratto tra due file: i marker che revealed.py cerca nel transcript, la regex del footer in smoke.py, il match di sezione del manifest. Chiavi di stato su disco invariate (charter "vincolo"), cosi' le installazioni esistenti non perdono stato; rinominata solo "invariato" -> "unchanged" nell'output --json di revealed, che e' output, non stato. Suite 469 verde; verificati dal vivo doctor, repo_slice, compress+recall (round trip di page fault), statusline e gli --help. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Il plugin gira su un marketplace pubblico con README inglese, ma tutto l'output visibile all'utente era in italiano — e i test lo pinnavano, quindi era contratto, non svista.
Tradotte IN PLACE tutte le stringhe che l'utente (o il modello) vede a runtime; commenti, docstring interne e messaggi di commit restano in italiano: sono la voce del progetto e non costano nulla a nessuno.
Superficie toccata:
Sincronizzati i punti dove una stringa e' contratto tra due file: i marker che revealed.py cerca nel transcript, la regex del footer in smoke.py, il match di sezione del manifest. Chiavi di stato su disco invariate (charter "vincolo"), cosi' le installazioni esistenti non perdono stato; rinominata solo "invariato" -> "unchanged" nell'output --json di revealed, che e' output, non stato.
Suite 469 verde; verificati dal vivo doctor, repo_slice, compress+recall (round trip di page fault), statusline e gli --help.
Additional notes
README.mdis committed twice, byte for byte