-
-
Notifications
You must be signed in to change notification settings - Fork 590
Translations update from Hosted Weblate #4091
base: develop
Are you sure you want to change the base?
Changes from all commits
3379e73
3b0a2e9
fa6aa9c
60930f1
75bcc84
06cacf9
a8a7096
e3cf94c
023a777
d9d6ba3
0a00ef3
b83a8fe
ea75a65
5e989fa
b0b585b
c376483
604bc47
db72f93
ff0d129
4821d34
e4aa057
ffeb939
727b510
05a105d
a11238d
7ddb200
a430900
f6ef72b
d9001ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,8 +10,6 @@ | |||||
| "components.Login.loginerror": "Noget gik galt under log ind.", | ||||||
| "components.Login.forgotpassword": "Glemt Kodeord?", | ||||||
| "components.Login.email": "Email Adresse", | ||||||
| "components.Layout.VersionStatus.streamdevelop": "Overseerr Udviklingsudgave", | ||||||
| "components.Layout.VersionStatus.outofdate": "Forældet", | ||||||
| "components.Layout.UserDropdown.signout": "Log ud", | ||||||
| "components.Layout.UserDropdown.settings": "Indstillinger", | ||||||
| "components.Layout.UserDropdown.myprofile": "Profil", | ||||||
|
|
@@ -53,8 +51,6 @@ | |||||
| "components.Discover.StudioSlider.studios": "Studier", | ||||||
| "components.DownloadBlock.estimatedtime": "Estimeret {time}", | ||||||
| "components.MovieDetails.mark4kavailable": "Markér som Tilgængelig i 4K", | ||||||
| "components.Layout.VersionStatus.commitsbehind": "{commitsBehind} {commitsBehind, plural, one {ændring} other {ændringer}} bagud", | ||||||
| "components.Layout.VersionStatus.streamstable": "Overseerr stabil", | ||||||
| "components.MovieDetails.markavailable": "Markér som Tilgængelig", | ||||||
| "components.MovieDetails.originallanguage": "Originalsprog", | ||||||
| "components.Login.signinwithoverseerr": "Brug din {applicationTitle} konto", | ||||||
|
|
@@ -464,7 +460,6 @@ | |||||
| "components.Settings.RadarrModal.syncEnabled": "Aktivér Skanning", | ||||||
| "components.Settings.RadarrModal.validationMinimumAvailabilityRequired": "Du skal vælge minimum tilgængelighed", | ||||||
| "components.Settings.RadarrModal.validationRootFolderRequired": "Du skal vælge en rodmappe", | ||||||
| "components.Settings.SettingsAbout.betawarning": "Dette er BETA software. Funktioner kan være i stykker og/eller ustabile. Rapportér gerne eventuelle problemer på GitHub!", | ||||||
| "components.Settings.RadarrModal.validationNameRequired": "Du skal angive et servernavn", | ||||||
| "components.Settings.SettingsJobsCache.command": "Kommando", | ||||||
| "components.Settings.SettingsJobsCache.download-sync-reset": "Nulstil Downloadsynkronisering", | ||||||
|
|
@@ -1235,5 +1230,30 @@ | |||||
| "components.Settings.Notifications.NotificationsPushover.deviceDefault": "Enhedsstandard", | ||||||
| "components.Settings.Notifications.NotificationsPushover.sound": "Notifikationslyd", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.deviceDefault": "Enhedsstandard", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.sound": "Notifikationslyd" | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.sound": "Notifikationslyd", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.deletesubscription": "Slet Abbonement", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.unknown": "Ukendt", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.enablingwebpusherror": "Noget gik galt mens web push blev aktiveret.", | ||||||
| "i18n.completed": "Færdiggjort", | ||||||
| "i18n.deleted": "Slettet", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.created": "Oprettet", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.browser": "Browser", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.device": "Enhed", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.disablewebpush": "Slå web push fra", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.disablingwebpusherror": "Noget gik galt da web push skulle slåes fra.", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Grammar error: "slåes" should be "slås". The correct Danish passive infinitive form of "slå" is "slås", not "slåes". Proposed fix- "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.disablingwebpusherror": "Noget gik galt da web push skulle slåes fra.",
+ "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.disablingwebpusherror": "Noget gik galt da web push skulle slås fra.",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.enablewebpush": "Aktiver web push", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.engine": "Engine", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.managedevices": "Administrer enheder", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.nodevicestoshow": "Du har ingen web push abonnementer at vise.", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.operatingsystem": "Operativsystem", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.subscriptiondeleted": "Abonnement slettet.", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.subscriptiondeleteerror": "Nået gik galt da abonnementet skulle slettes.", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "Nået" should be "Noget". This appears to be a keyboard typo where "Noget" (something) was mistyped as "Nået". Proposed fix- "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.subscriptiondeleteerror": "Nået gik galt da abonnementet skulle slettes.",
+ "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.subscriptiondeleteerror": "Noget gik galt da abonnementet skulle slettes.",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.webpushhasbeenenabled": "Web push er aktiveret.", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.type": "type", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.webpushhasbeendisabled": "Web push er slået fra.", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.webpushsettingsfailed": "Web push notifikationer blev ikke gemt.", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.webpushsettingssaved": "Web push notifikationer blev gemt!", | ||||||
| "components.Settings.SettingsJobsCache.plex-refresh-token": "Plex Refresh Token", | ||||||
| "i18n.specials": "Specielle", | ||||||
| "components.UserProfile.UserSettings.UserNotificationSettings.UserNotificationsWebPush.activesubscription": "Aktivt abonnement" | ||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "Abbonement" should be "Abonnement".
In Danish, "abonnement" is spelled with a single 'b'.
Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents