mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
* update DE lang pack extension strings from previous refresh * bump lang pack versions for DE * update for spanish langpack * update for french langpack * update for italian pack * update for japanese pack * update for korean pack * update for Brazilian Portuguese pack * update for Russian pack * Update for Simplified Chinese pack * update for Traditional Chinese pack * added updated language packs for german and spanish * changed vscode version * added french and italian packs * changes made to main * japanese language pack added * added korean pack * Added Portuguese pack * added russian pack, also small change to pt pack * simplified chinese pack * added traditional chinese pack * deleted old language packs * restore sql.i18n.json files * Main.i18n.json reverted * Revert sql json files * main.i18n.json file for German updated * updates to language packs 1 * main json for italian updated. * update to japanese main * finished translations for vs and sql in main. * added ADS exclusive extensions to package.json * fixed markdown and seti translation ids * German language pack fixed * Removed make from ads-language-pack-de and fixed es language pack * french language pack fixed * fixed italian language pack and restored typescript-basics * removed unnecessary readme strings and nsions. * fixed japanese pack * Korean language pack fixed * Portuguese language pack fixed * fixed russian language pack * Simplified Chinese pack fixed * traditional chinese fixed * restored sqlservernotebook
2.9 KiB
2.9 KiB
Benvenuti al Language Pack italiano
Contenuto della cartella
package.json- il file manifest, che contiene il nome e la descrizione dell'estensione di localizzazione. Contiene anchelocalizationsche definisce l'id della lingua:
"contributes": {
"localizations": [{
"languageId": "it",
"languageName": "Italian",
"localizedLanguageName": "Italiano"
}]
}
translations- la cartella che contiene le stringhe tradotte.
Per aggiungere o aggiornare la cartella translations con le ultime stringhe derivanti da transifex:
- Controllare la branch
masterdel repository di VS Code.- Preferibilmente, porre il repository di VS Code con l'estensione del language pack (in questo modo la cartella padre sarà la stessa)
cd vscodeed eseguireyarnper inizializzare il repository di VS Code.
- Ottenere un token API da https://www.transifex.com/user/settings/api.
- Valorizzare la variabile di ambiente
TRANSIFEX_API_TOKENcon il token API. cdsul repository di VS Code- Se l'estensione del language pack è posizionata correttamente (con il repository di VS Code) eseguire
npm run update-localization-extension it - altrimenti,
npm run update-localization-extension {percorso_estensione_language_pack}.
- Se l'estensione del language pack è posizionata correttamente (con il repository di VS Code) eseguire
- Questo consentirà il download dei file di traduzione nella cartella
translationsed, allo stesso tempo, modificherà la proprietàtranslationsnella partelocalizationsdel json.
Welcome to the Italian language pack
What's in the folder
package.json- the manifest file, defining the name and description of the localization extension. It also contains thelocalizationscontribution point that defines the language id:
"contributes": {
"localizations": [{
"languageId": "it",
"languageName": "Italian",
"localizedLanguageName": "Italiano"
}]
}
translations- the folder containing the translation strings
To populate or update the translations folder as with the latest strings from transifex:
- Check out the
masterbranch of the VS Code repository.- Preferably, place the VSCode repo next to the language pack extension (so both have the same parent folder).
cd vscodeand runyarnto initialize the VS Code repo.
- Get an API token from https://www.transifex.com/user/settings/api.
- Set the API token to the environment variable
TRANSIFEX_API_TOKEN. cdto the VS Code repo- If the language pack extension is placed next to the VS Code repository:
npm run update-localization-extension it - Otherwise:
npm run update-localization-extension {path_to_lang_pack_ext}
- If the language pack extension is placed next to the VS Code repository:
- This will download translation files to the folder
translations, as well as populate atranslationsproperty in thelocalizationscontribution point.