-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[da-DK] Improve grammar #1201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[da-DK] Improve grammar #1201
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
ff1d7ea
[da-DK] Improve grammar, use correct article
olleolleolle ab915ea
[da-DK] Review comments on grammar
olleolleolle 3705df3
typo
olleolleolle ea2c653
[da-DK] avoid mentioning Password field label
olleolleolle 3df96ae
[da-DK] More conventional grammar
olleolleolle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
|
@@ -2,11 +2,11 @@ da-DK: | |
devise_token_auth: | ||
sessions: | ||
not_confirmed: "Der er sendt en bekræftelsesemail til din konto på '%{email}'. Følg venligst instruktionerne i emailen for at aktivere din konto." | ||
bad_credentials: "Ugyldigt kombination af brugernavn og kodeord. Prøv venligst igen." | ||
bad_credentials: "Ugyldig kombination af brugernavn og kodeord. Prøv venligst igen." | ||
not_supported: "Brug POST /sign_in for at logge ind. GET er ikke supporteret." | ||
user_not_found: "Brugeren er ikke fundet eller er ikke logget ind." | ||
token_validations: | ||
invalid: "Ugyldig legitimationsoplysninger." | ||
invalid: "Ugyldige legitimationsoplysninger." | ||
registrations: | ||
missing_confirm_success_url: "Der mangler et 'confirm_success_url' parameter." | ||
redirect_url_not_allowed: "Omdirigering til '%{redirect_url}' er ikke tilladt." | ||
|
@@ -21,7 +21,7 @@ da-DK: | |
sended: "En email er blevet sendt til '%{email}' med instruktioner for at nulstille dit kodeord." | ||
user_not_found: "Kan ikke finde en bruger med '%{email}'." | ||
password_not_required: "Denne bruger kræver ikke et kodeord. Log ind med '%{provider}' konto i stedet." | ||
missing_passwords: "Du skal fylde alle felter ud som indeholder 'Password' og 'Password confirmation'." | ||
missing_passwords: "Du skal udfylde alle felter som indeholder 'Password' og 'Password confirmation'." | ||
successfully_updated: "Dit kodeord er opdateret." | ||
unlocks: | ||
missing_email: "Du skal udfylde en email." | ||
|
@@ -35,13 +35,13 @@ da-DK: | |
devise: | ||
mailer: | ||
confirmation_instructions: | ||
confirm_link_msg: "Du kan bekræfte din konto email for linket herunder:" | ||
confirm_link_msg: "Du kan bekræfte din kontos email gennem linket herunder:" | ||
confirm_account_link: "Bekræft min konto" | ||
reset_password_instructions: | ||
request_reset_link_msg: "Der er nogle der har anmodet om et link til at ændre dit kodeord. Det kan du gøre gennem linket nedenfor." | ||
password_change_link: "Ændre mit kodeord." | ||
ignore_mail_msg: "Hvis du ikke anmodede om dette, ignorer venligst denne email." | ||
no_changes_msg: "Din kodeord vil ikke ændres indtil du går ind på linket ovenfor og laver et nyt et." | ||
no_changes_msg: "Dit kodeord vil ikke ændres indtil du går ind på linket ovenfor og opretter et nyt et." | ||
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. "Dit kodeord vil ikke ændres indtil du går ind på linket ovenfor og opretter et nyt |
||
unlock_instructions: | ||
account_lock_msg: "Din konto er blevet låst fordi der er for mange forkerte log ind-forsøg." | ||
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. I would use "ugyldige" over "forkerte" |
||
unlock_link_msg: "Klik linket nedenfor, for at låse din konto op:" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Perhaps use "Kodeord" here as well, for consistency. Don't know what "Password confirmation" is translated to in danish.
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.
This is a harder problem, which a trickier wording could work around, so that we never mentioned the expected labels of those fields.