diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-10-18 21:23:17 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2021-10-26 23:17:04 +0200 |
| commit | 1e0712625ae6151ec70ccb2ae2b8db1ef9f517ed (patch) | |
| tree | b54068c1dc5295bb866d2a857d197d9d29749bb0 /locales/da.json | |
| parent | 88752f32bdf683ab6586d1d81c469a5a3a860016 (diff) | |
| download | invidious-1e0712625ae6151ec70ccb2ae2b8db1ef9f517ed.tar.gz invidious-1e0712625ae6151ec70ccb2ae2b8db1ef9f517ed.tar.bz2 invidious-1e0712625ae6151ec70ccb2ae2b8db1ef9f517ed.zip | |
Normalize translation key for preferences categories
categories normalized:
- Miscellanous
- Player
- Visual
- Administrator
- Data
- Subscription
Diffstat (limited to 'locales/da.json')
| -rw-r--r-- | locales/da.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/locales/da.json b/locales/da.json index 54513db7..72e282bb 100644 --- a/locales/da.json +++ b/locales/da.json @@ -60,7 +60,7 @@ "E-mail": "E-mail", "Google verification code": "Google-verifikationskode", "Preferences": "Præferencer", - "Player preferences": "Afspillerindstillinger", + "preferences_category_player": "Afspillerindstillinger", "preferences_video_loop_label": "Altid gentag: ", "preferences_autoplay_label": "Auto afspil: ", "preferences_continue_label": "Afspil næste som standard: ", @@ -79,14 +79,14 @@ "preferences_annotations_label": "Vis annotationer som standard: ", "preferences_extend_desc_label": "Automatisk udvid videoens beskrivelse: ", "preferences_vr_mode_label": "Interaktiv 360 graders videoer: ", - "Visual preferences": "Visuelle præferencer", + "preferences_category_visual": "Visuelle præferencer", "preferences_player_style_label": "Afspiller stil: ", "Dark mode: ": "Mørk tilstand: ", "preferences_dark_mode_label": "Tema: ", "dark": "mørk", "light": "lys", "preferences_thin_mode_label": "Tynd tilstand: ", - "Subscription preferences": "Abonnements præferencer", + "preferences_category_subscription": "Abonnements præferencer", "preferences_annotations_subscribed_label": "Vis annotationer som standard for abonnerede kanaler: ", "Redirect homepage to feed: ": "Omdiriger startside til feed: ", "preferences_max_results_label": "Antal videoer vist i feed: ", @@ -104,7 +104,7 @@ "Enable web notifications": "Aktiver webnotifikationer", "`x` uploaded a video": "`x` uploadede en video", "`x` is live": "`x` er live", - "Data preferences": "Data præferencer", + "preferences_category_data": "Data præferencer", "Clear watch history": "Ryd afspilningshistorik", "Import/export data": "Importer/exporter data", "Change password": "Skift adgangskode", @@ -112,7 +112,7 @@ "Manage tokens": "Administrer tokens", "Watch history": "Afspilningshistorik", "Delete account": "Slet konto", - "Administrator preferences": "Administrator præferencer", + "preferences_category_admin": "Administrator præferencer", "preferences_default_home_label": "Standard startside: ", "preferences_feed_menu_label": "Feed menu: ", "Top enabled: ": "Top aktiveret: ", |
