forked from TryGhost/Ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌐 Translated newsletter.json to Norwegian (TryGhost#21595)
Complete translation of newsletter to Norwegian 🇳🇴
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"By {authors}": "", | ||
"Comment": "", | ||
"complimentary": "", | ||
"Email": "", | ||
"free": "", | ||
"Keep reading": "", | ||
"Less like this": "", | ||
"Manage subscription": "", | ||
"Member since": "", | ||
"More like this": "", | ||
"Name": "", | ||
"paid": "", | ||
"Subscription details": "", | ||
"trialing": "", | ||
"Unsubscribe": "", | ||
"View in browser": "", | ||
"You are receiving this because you are a <strong>%%{status}%% subscriber</strong> to {site}.": "", | ||
"Your free trial ends on {date}, at which time you will be charged the regular price. You can always cancel before then.": "", | ||
"Your subscription has been canceled and will expire on {date}. You can resume your subscription via your account settings.": "", | ||
"Your subscription has expired.": "", | ||
"Your subscription will expire on {date}.": "", | ||
"Your subscription will renew on {date}.": "" | ||
"By {authors}": "Av {authors}", | ||
"Comment": "Kommentar", | ||
"complimentary": "gratis", | ||
"Email": "E-post", | ||
"free": "gratis", | ||
"Keep reading": "Fortsett å lese", | ||
"Less like this": "Mindre som dette", | ||
"Manage subscription": "Administrer abonnement", | ||
"Member since": "Medlem siden", | ||
"More like this": "Mer som dette", | ||
"Name": "Navn", | ||
"paid": "betalt", | ||
"Subscription details": "Abonnementsdetaljer", | ||
"trialing": "prøveperiode", | ||
"Unsubscribe": "Avmeld", | ||
"View in browser": "Vis i nettleser", | ||
"You are receiving this because you are a <strong>%%{status}%% subscriber</strong> to {site}.": "Du mottar dette fordi du er en <strong>%%{status}%% abonnent</strong> på {site}.", | ||
"Your free trial ends on {date}, at which time you will be charged the regular price. You can always cancel before then.": "Din gratis prøveperiode avsluttes {date}, da blir du belastet normal pris. Du kan alltid kansellere før den tid.", | ||
"Your subscription has been canceled and will expire on {date}. You can resume your subscription via your account settings.": "Abonnementet ditt er kansellert og utløper den {date}. Du kan gjenoppta abonnementet via kontoinnstillingene dine.", | ||
"Your subscription has expired.": "Abonnementet ditt er utløpt.", | ||
"Your subscription will expire on {date}.": "Abonnementet ditt vil utløpe den {date}.", | ||
"Your subscription will renew on {date}.": "Abonnementet ditt vil fornyes den {date}." | ||
} |