-
Notifications
You must be signed in to change notification settings - Fork 1
Brage/web 165 mdb frontend features (rerouting, removal of page, profile text) #2143
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
base: master
Are you sure you want to change the base?
Changes from all commits
d37f267
c484d4f
f9e167c
a4803e0
4a0f606
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 |
|---|---|---|
|
|
@@ -227,6 +227,7 @@ export const nb = prepareTranslations({ | |
|
|
||
| // MDB | ||
| [KEY.common_member_database]: 'Medlemsdatabase', | ||
| [KEY.common_the_member_database]: 'medlemsdatabasen', | ||
|
|
||
| // ==================== // | ||
| // Others // | ||
|
|
@@ -330,7 +331,7 @@ export const nb = prepareTranslations({ | |
| [KEY.adminpage_gangs_title]: 'Administrer gjenger', | ||
| [KEY.adminpage_gangs_create]: 'Opprett gjeng', | ||
|
|
||
| //MDB Connect AdminPage | ||
| //MDB | ||
| [KEY.adminpage_connect_mdb]: 'Koble til medlemsdatabasen', | ||
| [KEY.adminpage_connect_mdb_succesful_toast]: 'Vellyket tilkobling til medlemsdatabasen', | ||
| [KEY.adminpage_connect_mdb_invalid_email]: 'ugyldig e-post', | ||
|
|
@@ -339,6 +340,8 @@ export const nb = prepareTranslations({ | |
| 'Kunne ikke koble til medlemsdatabasen. Vennligst sjekk at alle felter er skrevet riktig', | ||
| [KEY.adminpage_connect_mdb_password_notice_1]: 'Passordet ditt til ', | ||
| [KEY.adminpage_connect_mdb_password_notice_2]: 'medlemsdatabasen', | ||
| [KEY.adminpage_profile_connected_to_mdb]: 'du er koblet til', | ||
| [KEY.adminpage_profile_not_connected_to_mdb]: 'du er ikke koblet til', | ||
|
|
||
| // SaksdokumentPage: | ||
| [KEY.saksdokumentpage_publication_date]: 'Publiseringsdato', | ||
|
|
@@ -936,6 +939,7 @@ export const en = prepareTranslations({ | |
|
|
||
| // MDB | ||
| [KEY.common_member_database]: 'Membership database', | ||
| [KEY.common_the_member_database]: 'the membership database', | ||
| // ==================== // | ||
| // Others // | ||
| // ==================== // | ||
|
|
@@ -1354,7 +1358,7 @@ export const en = prepareTranslations({ | |
| [KEY.feedback_your_feedback]: 'Your feedback', | ||
| [KEY.feedback_thank_you_for_feedback]: 'Thank you for your feedback', | ||
|
|
||
| //MDB Connect AdminPage | ||
| //MDB | ||
| [KEY.adminpage_connect_mdb]: 'Connect to the membership database', | ||
| [KEY.adminpage_connect_mdb_succesful_toast]: 'Succesfully connected to the membership database', | ||
| [KEY.adminpage_connect_mdb_invalid_email]: 'Invalid email', | ||
|
|
@@ -1363,6 +1367,8 @@ export const en = prepareTranslations({ | |
| "Couldn't connect to the membership database. Please check that all fields are correct", | ||
| [KEY.adminpage_connect_mdb_password_notice_1]: 'Your password to the', | ||
| [KEY.adminpage_connect_mdb_password_notice_2]: 'membership database', | ||
| [KEY.adminpage_profile_connected_to_mdb]: "you're connected to", | ||
| [KEY.adminpage_profile_not_connected_to_mdb]: "you're not connected to", | ||
|
Contributor
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. The translation does not fit the key. Should be
Contributor
Author
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 disagree, as the key doesn't necessarily need to perfectly fit the translation, but rather tell us what the translation is used for. For example the key-value pair above (adminpage_connect_mdb_password_notice_2 : membership database). Removing the mdb part from the key would no longer tell us what the translation is supposed to be used for, and it doesn't really fit anywhere else like common |
||
|
|
||
| // No category: | ||
| [KEY.owner]: 'Owner', | ||
|
|
||
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.
Same here
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.
Answered above