Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Translating - Norwegian #999

Merged
merged 1 commit into from
Jul 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions PoGo.NecroBot.CLI/Config/Translations/translation.no.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}