From 13a8e142848b1e8b1dca29946e87cfc855572576 Mon Sep 17 00:00:00 2001 From: xenticore Date: Sat, 29 Mar 2025 00:03:43 -0400 Subject: [PATCH] l10n: update italian strings --- src/strings/it.js | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/strings/it.js b/src/strings/it.js index d4a3463..961fa57 100644 --- a/src/strings/it.js +++ b/src/strings/it.js @@ -1,16 +1,26 @@ module.exports = { + // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "Voir les offres sur %@", + + // Itembox header "Community Pricing": "Community Pricing", - "Updated %@": "Updated %@", - "From %@": "From %@", - "Data unavailable": "Data unavailable", + // Itembox footer + "Updated %@": "Updated %@.", + "Trade prices sourced from %@. Currency conversions are approximate.": "Trade prices sourced from %@. Currency conversions are approximate.", // %@ is always a URL, (eg. prices.tf) + + // Price strings + "Data unavailable": "Data unavailable", // sourced from AppleGlot + "%@ ref": "%@ ref", "%@ key": "%@ key", "%@ keys": "%@ keys", + + // Item quality names, all sourced from TF2 wiki "Normal": "Normale", "Genuine": "Autentico", "Vintage": "Vintage", "Unique": "Unico", "Strange": "Strano", "Collector's": "Da collezione", - "Haunted": "Stregato" + "Haunted": "Stregato", + "Australium": "Australium" } \ No newline at end of file