diff --git a/public/locales/da/analyzer.json b/public/locales/da/analyzer.json index 9a6c6e450..fb2552d3d 100644 --- a/public/locales/da/analyzer.json +++ b/public/locales/da/analyzer.json @@ -20,7 +20,8 @@ "stat.specialLostSplattedByRP": "Specialopladning tabt, når man bliver uskadeliggjort af en RP-bruger", "stat.whiteInk": "Efter brug af våbnet genoptages genopfyldning af blæktank først efter", "stat.subWeaponInkConsumptionPercentage": "Blæktanksforbrug", - "stat.squidFormInkRecoverySeconds": "Varighed af genopfyldning af en tom blæktank i blæksprutteform", + "stat.squidFormInkRecoverySeconds": "Påfyldningstid af blæktank i blæksprutteform", + "stat.humanoidFormInkRecoverySeconds": "Påfyldningstid af blæktank i menneskeform", "stat.quickRespawnTime": "Tilbagekomsttid med hurtig tilbagekomst (Quick respawn)", "stat.quickRespawnTimeSplattedByRP": "Tilbagekomsttid når man bliver uskadeliggjort af en RP-bruger", "stat.superJumpTimeGround": "Superspringets sårbarbedstidsrum (i Billeder/Frames)", @@ -29,6 +30,7 @@ "stat.groundShotSpread": "Skudspredning, når spiller er på jorden. Målt i grader", "stat.squidSurgeChargeFrames": "Murspringsopladningstid (Squid Surge) i billeder (frames)", "stat.swimSpeed": "Swømmehastighed (Distanceenheder per billede)", + "stat.swimSpeedHoldingRainmaker": "Svømmehastighed imens man bærer Rainmakeren", "stat.runSpeed": "Løbehastighed (Distanceenheder per billede)", "stat.runSpeedInEnemyInk": "Løbehastighed i fjendtligt blæk", "stat.shootingRunSpeed": "Løbehastighed under skydning", diff --git a/public/locales/da/common.json b/public/locales/da/common.json index 92cb2b4cc..f9c2e3a16 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -90,17 +90,19 @@ "tag.name.LAN": "LAN", "tag.name.QUALIFIER": "Kvalifikationsturnering", - "weapon.category.SHOOTERS": "Shooters/Skydere", - "weapon.category.BLASTERS": "Blasters/Blastere", - "weapon.category.ROLLERS": "Rollers/Malerruller", - "weapon.category.BRUSHES": "Brushes/Pensler", - "weapon.category.CHARGERS": "Chargers/Opladere", - "weapon.category.SLOSHERS": "Sloshers/Plaskere", - "weapon.category.SPLATLINGS": "Splatlings/Splatninger", - "weapon.category.DUALIES": "Dualies/Dualier", - "weapon.category.BRELLAS": "Brellas/Paraplyer", - "weapon.category.STRINGERS": "Stringers/Buer", - "weapon.category.SPLATANAS": "Splatanas/Splatanaer", + "weapon.category.SHOOTERS": "Skydere", + "weapon.category.BLASTERS": "Blastere", + "weapon.category.ROLLERS": "Malerruller", + "weapon.category.BRUSHES": "Pensler", + "weapon.category.CHARGERS": "Opladere", + "weapon.category.SLOSHERS": "Plaskere", + "weapon.category.SPLATLINGS": "Splatninger", + "weapon.category.DUALIES": "Dualier", + "weapon.category.BRELLAS": "Paraplyer", + "weapon.category.STRINGERS": "Buer", + "weapon.category.SPLATANAS": "Splatanaer", + "weapon.category.subs": "Sekundære våben", + "weapon.category.specials": "Specialvåben", "theme.light": "Lyst", "theme.dark": "Mørkt", diff --git a/public/locales/da/team.json b/public/locales/da/team.json new file mode 100644 index 000000000..22f053740 --- /dev/null +++ b/public/locales/da/team.json @@ -0,0 +1,7 @@ +{ + "roles.CAPTAIN": "Kaptain", + "roles.FRONTLINE": "Fronlinje", + "roles.SUPPORT": "Støtte", + "roles.BACKLINE": "Backline", + "roles.COACH": "Træner" +} diff --git a/public/locales/da/user.json b/public/locales/da/user.json index e4eec9508..56d1a3840 100644 --- a/public/locales/da/user.json +++ b/public/locales/da/user.json @@ -9,6 +9,8 @@ "motion": "Bevægelse", "stick": "Styrepind", "sens": "Følsomhed", + "weaponPool": "Våbensortiment", + "discordExplanation": "Brugernavn, Profilbillede, Youtube-, Twitter- og Twitch-konter er hentet via din Discord-konto. Se <1>FAQ for yderligere information.", "results.title": "Resultater", "results.placing": "Placering", @@ -22,6 +24,7 @@ "results.highlights.choose": "Vælg højdepunkter", "results.highlights.explanation": "Vælg de resultater, som du vil fremhæve", + "forms.errors.maxWeapons": "Maks antal våben nået", "forms.errors.invalidCustomUrl.numbers": "Brugerdefineret URL må ikke kun indeholde numre", "forms.errors.invalidCustomUrl.strangeCharacter": "Brugerdefineret URL må ikke indeholde specialtegn (Gælder også æ, ø og å)", "forms.errors.invalidCustomUrl.duplicate": "Brugerdefineret URL er allerede i brug",