mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-01 02:10:56 +00:00
chore(core): resort translation JSONs by keys
Done by: ``` cd core/translations python ./cli.py merge ??.json ``` [no changelog]
This commit is contained in:
parent
82fe397bf0
commit
1d0769c32a
@ -1,15 +1,5 @@
|
||||
{
|
||||
"fonts": {
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_cs.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_cs.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_cs.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_cs.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_cs.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_cs.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_cs.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Bolt": {
|
||||
"1_FONT_NORMAL": "font_tthoves_regular_21_cs.json",
|
||||
"2_FONT_BOLD": null,
|
||||
@ -20,6 +10,16 @@
|
||||
"7_FONT_BOLD_UPPER": "font_tthoves_bold_17_upper_cs.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_cs.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_cs.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_cs.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_cs.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_cs.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_cs.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_cs.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Delizia": {
|
||||
"1_FONT_NORMAL": "font_ttsatoshi_demibold_21_cs.json",
|
||||
"2_FONT_BOLD": "font_ttsatoshi_demibold_21_cs.json",
|
||||
|
@ -1,15 +1,5 @@
|
||||
{
|
||||
"fonts": {
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_de.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_de.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_de.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_de.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_de.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_de.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_de.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Bolt": {
|
||||
"1_FONT_NORMAL": "font_tthoves_regular_21_de.json",
|
||||
"2_FONT_BOLD": null,
|
||||
@ -20,6 +10,16 @@
|
||||
"7_FONT_BOLD_UPPER": "font_tthoves_bold_17_upper_de.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_de.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_de.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_de.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_de.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_de.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_de.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_de.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Delizia": {
|
||||
"1_FONT_NORMAL": "font_ttsatoshi_demibold_21_de.json",
|
||||
"2_FONT_BOLD": "font_ttsatoshi_demibold_21_de.json",
|
||||
|
@ -1,15 +1,5 @@
|
||||
{
|
||||
"fonts": {
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_es.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_es.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_es.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_es.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_es.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_es.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_es.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Bolt": {
|
||||
"1_FONT_NORMAL": "font_tthoves_regular_21_es.json",
|
||||
"2_FONT_BOLD": null,
|
||||
@ -20,6 +10,16 @@
|
||||
"7_FONT_BOLD_UPPER": "font_tthoves_bold_17_upper_es.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_es.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_es.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_es.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_es.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_es.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_es.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_es.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Delizia": {
|
||||
"1_FONT_NORMAL": "font_ttsatoshi_demibold_21_es.json",
|
||||
"2_FONT_BOLD": "font_ttsatoshi_demibold_21_es.json",
|
||||
|
@ -1,15 +1,5 @@
|
||||
{
|
||||
"fonts": {
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_fr.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_fr.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_fr.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_fr.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_fr.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_fr.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_fr.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Bolt": {
|
||||
"1_FONT_NORMAL": "font_tthoves_regular_21_fr.json",
|
||||
"2_FONT_BOLD": null,
|
||||
@ -20,6 +10,16 @@
|
||||
"7_FONT_BOLD_UPPER": "font_tthoves_bold_17_upper_fr.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_fr.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_fr.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_fr.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_fr.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_fr.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_fr.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_fr.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Delizia": {
|
||||
"1_FONT_NORMAL": "font_ttsatoshi_demibold_21_fr.json",
|
||||
"2_FONT_BOLD": "font_ttsatoshi_demibold_21_fr.json",
|
||||
|
@ -1,15 +1,5 @@
|
||||
{
|
||||
"fonts": {
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_it.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_it.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_it.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_it.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_it.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_it.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_it.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Bolt": {
|
||||
"1_FONT_NORMAL": "font_tthoves_regular_21_it.json",
|
||||
"2_FONT_BOLD": null,
|
||||
@ -20,6 +10,16 @@
|
||||
"7_FONT_BOLD_UPPER": "font_tthoves_bold_17_upper_it.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_it.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_it.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_it.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_it.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_it.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_it.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_it.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Delizia": {
|
||||
"1_FONT_NORMAL": "font_ttsatoshi_demibold_21_it.json",
|
||||
"2_FONT_BOLD": "font_ttsatoshi_demibold_21_it.json",
|
||||
|
@ -1,15 +1,5 @@
|
||||
{
|
||||
"fonts": {
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_pt.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_pt.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_pt.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_pt.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_pt.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_pt.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_pt.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Bolt": {
|
||||
"1_FONT_NORMAL": "font_tthoves_regular_21_pt.json",
|
||||
"2_FONT_BOLD": null,
|
||||
@ -20,6 +10,16 @@
|
||||
"7_FONT_BOLD_UPPER": "font_tthoves_bold_17_upper_pt.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_pt.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_pt.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_pt.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_pt.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_pt.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_pt.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_pt.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Delizia": {
|
||||
"1_FONT_NORMAL": "font_ttsatoshi_demibold_21_pt.json",
|
||||
"2_FONT_BOLD": "font_ttsatoshi_demibold_21_pt.json",
|
||||
|
@ -1,15 +1,5 @@
|
||||
{
|
||||
"fonts": {
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_tr.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_tr.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_tr.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_tr.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_tr.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_tr.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_tr.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Bolt": {
|
||||
"1_FONT_NORMAL": "font_tthoves_regular_21_tr.json",
|
||||
"2_FONT_BOLD": null,
|
||||
@ -20,6 +10,16 @@
|
||||
"7_FONT_BOLD_UPPER": "font_tthoves_bold_17_upper_tr.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Caesar": {
|
||||
"1_FONT_NORMAL": "font_pixeloperator_regular_8_tr.json",
|
||||
"2_FONT_BOLD": "font_pixeloperator_bold_8_tr.json",
|
||||
"3_FONT_MONO": "font_pixeloperatormono_regular_8_tr.json",
|
||||
"4_FONT_BIG": "font_unifont_regular_16_tr.json",
|
||||
"5_FONT_DEMIBOLD": "font_unifont_bold_16_tr.json",
|
||||
"6_FONT_NORMAL_UPPER": "font_pixeloperator_regular_8_upper_tr.json",
|
||||
"7_FONT_BOLD_UPPER": "font_pixeloperator_bold_8_upper_tr.json",
|
||||
"8_FONT_SUB": null
|
||||
},
|
||||
"Delizia": {
|
||||
"1_FONT_NORMAL": "font_ttsatoshi_demibold_21_tr.json",
|
||||
"2_FONT_BOLD": "font_ttsatoshi_demibold_21_tr.json",
|
||||
|
Loading…
Reference in New Issue
Block a user