diff options
-rw-r--r-- | config/logoh.json | 1 | ||||
-rw-r--r-- | config/translations.json | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/config/logoh.json b/config/logoh.json index a644c0a..7dbf37d 100644 --- a/config/logoh.json +++ b/config/logoh.json @@ -11,6 +11,7 @@ "HEADER_PREV_ROUNDS": 81, "FOOTER_GENERATED": 11, "FOOTER_OPTIMIZED": 15, + "FOOTER_AT": 5, "ROUND": 18, "SEGMENT": 8, "HEADER_TABLE": 39, diff --git a/config/translations.json b/config/translations.json index 2c63c08..6a30f7b 100644 --- a/config/translations.json +++ b/config/translations.json @@ -1,2 +1,8 @@ { + "BUTLER": {"pl": "BUTLER ZNORMALIZOWANY", "en": "NORMALIZED BUTLER"}, + "BUTLER_ROUND": {"pl": "BUTLER ZNORMALIZOWANY, RUNDA#", "en": "NORMALIZED BUTLER, ROUND#"}, + "NORMALIZED_CLASSIFICATION": {"pl": "INDYWIDUALNA KLASYFIKACJA BUTLERA ZNORMALIZOWANEGO", + "en": "INDIVIDUAL NORMALIZED BUTLER CLASSIFICATION"}, + "HEADER_OPPS": {"pl": "śr. przec.", "en": "opp. ave."}, + "HEADER_NORMALIZED": {"pl": "znormalizowany", "en": "normalized"} } |