From 1d6d3208c643f113926dc5f40e318de834bc9bcb Mon Sep 17 00:00:00 2001 From: Ella Date: Sat, 23 Oct 2021 23:05:10 +0300 Subject: [PATCH] Add swedish translation --- .../resources/assets/asbestos/lang/en_us.json | 4 ++-- .../resources/assets/asbestos/lang/sv_se.json | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/assets/asbestos/lang/sv_se.json diff --git a/src/main/resources/assets/asbestos/lang/en_us.json b/src/main/resources/assets/asbestos/lang/en_us.json index 9d7f17a..ef1555e 100644 --- a/src/main/resources/assets/asbestos/lang/en_us.json +++ b/src/main/resources/assets/asbestos/lang/en_us.json @@ -4,7 +4,7 @@ "block.asbestos.popcorn_ceiling_block": "Popcorn Ceiling", "block.asbestos.asbestos_tile_block": "Asbestos Tiles", "block.asbestos.asbestos_roof_block": "Asbestos Roof Tiles", - "item.asbestos.asbestos_fibers": "Asbests Fibers", + "item.asbestos.asbestos_fibers": "Asbestos Fibers", "item.asbestos.iron_scraper": "Asbestos Scraper", "item.asbestos.ppe_helmet": "Asbestos Removal PPE Helmet", "item.asbestos.ppe_chestplate": "Asbestos Removal PPE Chestplate", @@ -21,4 +21,4 @@ "text.autoconfig.asbestos.option.mesothelioma.period.@Tooltip[1]": "each check for asbestos around the player", "text.autoconfig.asbestos.option.mesothelioma.threshold": "Mesothelioma threshold", "text.autoconfig.asbestos.option.mesothelioma.threshold.@Tooltip": "How many mesothelioma points must the player have to die" -} \ No newline at end of file +} diff --git a/src/main/resources/assets/asbestos/lang/sv_se.json b/src/main/resources/assets/asbestos/lang/sv_se.json new file mode 100644 index 0000000..4ffd6cd --- /dev/null +++ b/src/main/resources/assets/asbestos/lang/sv_se.json @@ -0,0 +1,24 @@ +{ + "block.asbestos.asbestos_block": "Asbestblock", + "block.asbestos.serpentinite_block": "Serpentinit", + "block.asbestos.popcorn_ceiling_block": "Popcorntak", + "block.asbestos.asbestos_tile_block": "Asbestrutor", + "block.asbestos.asbestos_roof_block": "Asbesttakrutor", + "item.asbestos.asbestos_fibers": "Asbestfiber", + "item.asbestos.iron_scraper": "Asbestskrapa", + "item.asbestos.ppe_helmet": "Asbestborttagningsskyddshj\u00e4lm", + "item.asbestos.ppe_chestplate": "Asbestborttagningsskyddsv\u00e4st", + "item.asbestos.ppe_leggings": "Asbestborttagningsskyddsbyxor", + "item.asbestos.ppe_boots": "Asbestborttagningsskyddsst\u00f6vlar", + "effect.asbestos.mesothelioma": "Mesoteliom", + "death.attack.mesotheliomaDamage": "%1$s fick r\u00e4tt till finansiell kompensation", + "text.autoconfig.asbestos.title": "Asbestborttagning", + "text.autoconfig.asbestos.option.mesothelioma": "Mesoteliominst\u00e4llningar", + "text.autoconfig.asbestos.option.mesothelioma.offset": "Avst\u00e5nd (block)", + "text.autoconfig.asbestos.option.mesothelioma.offset.@Tooltip": "Hur m\u00e5nga block runt spelaren som kollas", + "text.autoconfig.asbestos.option.mesothelioma.period": "Period (sekunder)", + "text.autoconfig.asbestos.option.mesothelioma.period.@Tooltip[0]": "Hur m\u00e5nga sekunder som ska g\u00e5 mellan", + "text.autoconfig.asbestos.option.mesothelioma.period.@Tooltip[1]": "varje koll efter asbest runt spelaren", + "text.autoconfig.asbestos.option.mesothelioma.threshold": "Mesoteliomtr\u00f6skelv\u00e4rde", + "text.autoconfig.asbestos.option.mesothelioma.threshold.@Tooltip": "Hur m\u00e5nga mesoteliom-\"po\u00e4ng\" spelaren beh\u00f6ver f\u00e6r att d\u00e6" +} \ No newline at end of file