feat(l10n): Add localization placeholders for various messages

This commit is contained in:
cogwheel0
2025-12-07 20:20:01 +05:30
parent 391bbc2b77
commit 790ed222c3
9 changed files with 432 additions and 9 deletions

View File

@@ -776,6 +776,13 @@
"failedToLoadNotes": "Impossibile caricare le note",
"deleteNoteTitle": "Elimina nota",
"deleteNoteMessage": "Eliminare \"{title}\"? Questa azione non può essere annullata.",
"@deleteNoteMessage": {
"placeholders": {
"title": {
"type": "String"
}
}
},
"noteTitle": "Titolo della nota",
"writeNote": "Scrivi qualcosa...",
"noteSaved": "Nota salvata",
@@ -806,10 +813,50 @@
"older": "Più vecchio",
"tapToExpand": "Tocca per espandere",
"byAuthor": "Di {name}",
"@byAuthor": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"wordCount": "{count} parole",
"@wordCount": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"charCount": "{count} caratteri",
"@charCount": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"promptVariablesTitle": "Compila i dettagli",
"promptVariablesDescription": "Compila i campi sottostanti per personalizzare questo prompt.",
"promptVariableNumberMin": "Il valore minimo è {min}",
"promptVariableNumberMax": "Il valore massimo è {max}"
"@promptVariableNumberMin": {
"placeholders": {
"min": {
"type": "double"
}
}
},
"promptVariableNumberMax": "Il valore massimo è {max}",
"@promptVariableNumberMax": {
"placeholders": {
"max": {
"type": "double"
}
}
},
"widgetAskConduit": "Chiedi a Conduit",
"widgetCamera": "Fotocamera",
"widgetPhotos": "Foto",
"widgetClipboard": "Appunti",
"widgetDescription": "Accesso rapido alla chat di Conduit con fotocamera, foto e scorciatoie degli appunti"
}