Norwegian localization fixes (#482)
* Fix trending tag localization * Translate new strings
This commit is contained in:
parent
03c9a2157e
commit
7f39b1f230
|
@ -231,7 +231,7 @@
|
|||
"explore.section.tags" = "Tagger";
|
||||
"explore.section.trending.links" = "Trendende lenker";
|
||||
"explore.section.trending.posts" = "Trendende innlegg";
|
||||
"explore.section.trending.tags" = "Trendende lenker";
|
||||
"explore.section.trending.tags" = "Trendende tagger";
|
||||
"explore.section.users" = "Brukere";
|
||||
|
||||
// MARK: Package: Env
|
||||
|
@ -370,10 +370,10 @@
|
|||
"filter.edit.contexts" = "Filtrer kontekster";
|
||||
"filter.edit.action" = "Filterhandling";
|
||||
"account.action.edit-filters" = "Rediger filtre";
|
||||
"filter.contexts.home" = "Home and lists";
|
||||
"filter.contexts.notifications" = "Notifications";
|
||||
"filter.contexts.public" = "Public timelines";
|
||||
"filter.contexts.conversations" = "Conversations";
|
||||
"filter.contexts.profiles" = "Profiles";
|
||||
"filter.action.warning" = "Hide with a warning";
|
||||
"filter.action.hide" = "Hide completely";
|
||||
"filter.contexts.home" = "Hjem og lister";
|
||||
"filter.contexts.notifications" = "Varsler";
|
||||
"filter.contexts.public" = "Offentlige tidslinjer";
|
||||
"filter.contexts.conversations" = "Samtaler";
|
||||
"filter.contexts.profiles" = "Profiler";
|
||||
"filter.action.warning" = "Skjul med advarsel";
|
||||
"filter.action.hide" = "Skjul helt";
|
||||
|
|
Loading…
Reference in New Issue