mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
reviews processed and changes made
This commit is contained in:
parent
406ccf937a
commit
0d1ed1a876
@ -17,9 +17,9 @@
|
|||||||
"e_mail": "E-Mail",
|
"e_mail": "E-Mail",
|
||||||
"firstname": "Vorname",
|
"firstname": "Vorname",
|
||||||
"gradido_admin_footer": "Gradido Akademie Adminkonsole",
|
"gradido_admin_footer": "Gradido Akademie Adminkonsole",
|
||||||
"hide_details": "Details verbergen von ",
|
"hide_details": "Details verbergen von",
|
||||||
"lastname": "Nachname",
|
"lastname": "Nachname",
|
||||||
"mail": "Mail",
|
"confirmed": "bestätigt",
|
||||||
"multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.",
|
"multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.",
|
||||||
"navbar": {
|
"navbar": {
|
||||||
"logout": "Abmelden",
|
"logout": "Abmelden",
|
||||||
|
|||||||
@ -17,9 +17,9 @@
|
|||||||
"e_mail": "E-Mail",
|
"e_mail": "E-Mail",
|
||||||
"firstname": "Firstname",
|
"firstname": "Firstname",
|
||||||
"gradido_admin_footer": "Gradido Academy Admin Console",
|
"gradido_admin_footer": "Gradido Academy Admin Console",
|
||||||
"hide_details": "Hide details from ",
|
"hide_details": "Hide details from",
|
||||||
"lastname": "Lastname",
|
"lastname": "Lastname",
|
||||||
"mail": "Mail",
|
"confirmed": "confirmed",
|
||||||
"multiple_creation_text": "Please select one or more members you would like to scoop for.",
|
"multiple_creation_text": "Please select one or more members you would like to scoop for.",
|
||||||
"navbar": {
|
"navbar": {
|
||||||
"logout": "Logout",
|
"logout": "Logout",
|
||||||
|
|||||||
@ -66,7 +66,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ key: 'show_details', label: this.$t('details') },
|
{ key: 'show_details', label: this.$t('details') },
|
||||||
{ key: 'confirm_mail', label: this.$t('mail') },
|
{ key: 'confirm_mail', label: this.$t('confirmed') },
|
||||||
{ key: 'transactions_list', label: this.$t('transaction') },
|
{ key: 'transactions_list', label: this.$t('transaction') },
|
||||||
],
|
],
|
||||||
searchResult: [],
|
searchResult: [],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user