diff options
author | Koala Yeung <koalay@gmail.com> | 2017-05-09 20:01:45 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-09 14:01:45 +0200 |
commit | f5cdea512242abeb4e108d243bf6be317b35a864 (patch) | |
tree | ed2742da1d7ddac5cdb3d456bf9e938a22270cbe /app/javascript | |
parent | f36a7912271d947e09e67759e293bd95a0b29d2b (diff) |
Update Norwegian translations (#2937)
* Update Norwegian translations * Updated no.json * Updated activerecord.no.yml * Updated no.yml * Updated simple_form.no.yml * i18n: fix Unicode character error in no.yml * Javascript escaping code "\uD83D\uDC18" should be "\U0001f418" in Ruby / yml * i18n: remove unused keys in Norwegian translation * Remove unused keys in no.yml and activerecord.no.yml by running: `bundle exec i18n-tasks remove-unused no` * Add missing keys in activerecord.no.yml and no.yml by running: `bundle exec i18n-tasks add-missing no` * i18n: escape the key 'no' in activerecord.no.yml
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/no.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/mastodon/locales/no.json b/app/javascript/mastodon/locales/no.json index 7628d2100..a43ba2c4f 100644 --- a/app/javascript/mastodon/locales/no.json +++ b/app/javascript/mastodon/locales/no.json @@ -20,7 +20,7 @@ "column.favourites": "Likt", "column.follow_requests": "Følgeforespørsler", "column.home": "Hjem", - "column.mutes": "Muted users", + "column.mutes": "Dempede brukere", "column.notifications": "Varslinger", "column.public": "Felles tidslinje", "column_back_button.label": "Tilbake", @@ -83,7 +83,7 @@ "navigation_bar.follow_requests": "Følgeforespørsler", "navigation_bar.info": "Utvidet informasjon", "navigation_bar.logout": "Logg ut", - "navigation_bar.mutes": "Muted users", + "navigation_bar.mutes": "Dempede brukere", "navigation_bar.preferences": "Preferanser", "navigation_bar.public_timeline": "Felles tidslinje", "notification.favourite": "{name} likte din status", |