Add Italian translations

[skip ci]
This commit is contained in:
Aleksander
2026-01-10 21:40:38 +01:00
parent 6136fae885
commit e7fc7be950
4 changed files with 271 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ TEMPLATE="pl" bun main.ts
TEMPLATE="de" bun main.ts
TEMPLATE="ja" bun main.ts
TEMPLATE="es" bun main.ts
TEMPLATE="it" bun main.ts

View File

@@ -0,0 +1,20 @@
{
"full_name": "Italian",
"examples": [
{
"key": "BAR.OPACITY",
"en": "Opacity",
"translated": "Opacità"
},
{
"key": "PANEL.CLOSE",
"en": "Close panel",
"translated": "Chiudi pannello"
},
{
"key": "SETTINGS.LEFT_HANDED_MODE",
"en": "Left-handed mode",
"translated": "Modalità mancino"
}
]
}