Added Cyr2Lat compression by replacing 2-byte cyrillic chars by 1-byte latin

This commit is contained in:
HDDen
2026-04-22 03:59:43 +03:00
parent 6b6a881c7a
commit 609d0c8dbc
47 changed files with 1350 additions and 12 deletions
+15
View File
@@ -580,6 +580,21 @@
}
},
"channels_smazCompression": "SMAZ compression",
"channels_cyr2latCompression": "Cyr2Lat compression",
"channels_cyr2latCompressionDscr": "Replaces some Cyrillic characters with Latin characters when sending.",
"channels_cyr2latSettingsHeading": "Cyr2Lat Setup",
"channels_cyr2latSettingsSubheading": "List of replacements",
"channels_cyr2latSettingsDscr": "Edit the JSON configuration of character replacement",
"channels_cyr2latSettingsDialogHint": "JSON replacement map",
"channels_cyr2latSettingsDialogSuccess": "The list of replacements has been updated",
"channels_cyr2latSettingsDialogWrongJSON": "Invalid JSON: {error}",
"@channels_cyr2latSettingsDialogWrongJSON": {
"placeholders": {
"error": {}
}
},
"channels_cyr2latSettingsDialogReset": "Reset to default",
"channels_cyr2latSettingsDialogResetted": "Cyr2Lat replacement settings reset to default",
"channels_channelUpdated": "Channel \"{name}\" updated",
"@channels_channelUpdated": {
"placeholders": {