From f1c5c36a442a0f4140b7ff2426cd441480c8808a Mon Sep 17 00:00:00 2001 From: spot88 Date: Wed, 27 Jul 2016 21:32:19 +0200 Subject: [PATCH] Update Translating - Norwegian Adding missing lines. --- .../Config/Translations/translation.no.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/PoGo.NecroBot.CLI/Config/Translations/translation.no.json b/PoGo.NecroBot.CLI/Config/Translations/translation.no.json index f70bd1e59..0b2e4378c 100644 --- a/PoGo.NecroBot.CLI/Config/Translations/translation.no.json +++ b/PoGo.NecroBot.CLI/Config/Translations/translation.no.json @@ -82,5 +82,45 @@ "Key": "candies", "Value": "Candies: {0}" } + { + "Key": "unhandledGpxData", + "Value": "Ubehandlet data i GPX fila, forsøker å hoppe over." + }, + { + "Key": "displayHighestsHeader", + "Value": "Pokemons" + }, + { + "Key": "commonWordPerfect", + "Value": "perfect" + }, + { + "Key": "commonWordName", + "Value": "name" + }, + { + "Key": "displayHighestsCpHeader", + "Value": "DisplayHighestsCP" + }, + { + "Key": "displayHighestsPerfectHeader", + "Value": "DisplayHighestsPerfect" + }, + { + "Key": "displayHighestsLevelHeader", + "Value": "DisplayHighestsLevel" + }, + { + "Key": "welcomeWarning", + "Value": "Vær sikker på at Lat & Lng er korrekt. Exit programmet hvis ikke! Lat: {0} Lng: {1}" + }, + { + "Key": "incubatorPuttingEgg", + "Value": "Putter egg i incubator: {0:0.00}km igjen" + }, + { + "Key": "incubatorStatusUpdate", + "Value": "Incubator oppdatering: {0:0.00}km igjen" + } ] }