From 77d5825ea239b7942332c5937b99367c5450d3cf Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 7 Jun 2022 11:19:31 +0200 Subject: [PATCH] rename from AutomaticCobtribution to ContributionLink, add locales --- .../src/components/AutomaticCreationForm.vue | 213 ------------------ ...maticCreation.vue => ContributionLink.vue} | 28 +-- admin/src/components/ContributionLinkForm.vue | 206 +++++++++++++++++ ...ationList.vue => ContributionLinkList.vue} | 25 +- ...cCreation.js => createContributionLink.js} | 4 +- admin/src/graphql/deleteAutomaticCreation.js | 7 - admin/src/graphql/deleteContributionLink.js | 7 + ...cCreations.js => listContributionLinks.js} | 4 +- ...ticCreation.js => showContributionLink.js} | 4 +- admin/src/locales/de.json | 32 +++ admin/src/locales/en.json | 28 +++ admin/src/pages/Overview.vue | 22 +- 12 files changed, 314 insertions(+), 266 deletions(-) delete mode 100644 admin/src/components/AutomaticCreationForm.vue rename admin/src/components/{AutomaticCreation.vue => ContributionLink.vue} (59%) create mode 100644 admin/src/components/ContributionLinkForm.vue rename admin/src/components/{AutomaticCreationList.vue => ContributionLinkList.vue} (80%) rename admin/src/graphql/{createAutomaticCreation.js => createContributionLink.js} (85%) delete mode 100644 admin/src/graphql/deleteAutomaticCreation.js create mode 100644 admin/src/graphql/deleteContributionLink.js rename admin/src/graphql/{listAutomaticCreations.js => listContributionLinks.js} (71%) rename admin/src/graphql/{showAutomaticCreation.js => showContributionLink.js} (73%) diff --git a/admin/src/components/AutomaticCreationForm.vue b/admin/src/components/AutomaticCreationForm.vue deleted file mode 100644 index 23ec651d9..000000000 --- a/admin/src/components/AutomaticCreationForm.vue +++ /dev/null @@ -1,213 +0,0 @@ - - diff --git a/admin/src/components/AutomaticCreation.vue b/admin/src/components/ContributionLink.vue similarity index 59% rename from admin/src/components/AutomaticCreation.vue rename to admin/src/components/ContributionLink.vue index 04ec752c6..935f7d44c 100644 --- a/admin/src/components/AutomaticCreation.vue +++ b/admin/src/components/ContributionLink.vue @@ -2,28 +2,28 @@
- + New Automatic Creations + + New Contribution Link -

Automatic Creations

- +

Contribution Links

+
-
Es sind keine automatischen Schöpfungen angelegt.
@@ -31,14 +31,14 @@
diff --git a/admin/src/components/AutomaticCreationList.vue b/admin/src/components/ContributionLinkList.vue similarity index 80% rename from admin/src/components/AutomaticCreationList.vue rename to admin/src/components/ContributionLinkList.vue index 1d83beb17..200968e4e 100644 --- a/admin/src/components/AutomaticCreationList.vue +++ b/admin/src/components/ContributionLinkList.vue @@ -2,22 +2,17 @@
@@ -40,11 +35,11 @@