Skip to content

Commit

Permalink
Merge branch 'develop' into feature/mu-plugin-support
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Feb 6, 2025
2 parents 83c17e5 + b957248 commit dd101d8
Show file tree
Hide file tree
Showing 10 changed files with 469 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WP_ENV_HOME=./wp-env-home

# automatically create wp-plugin localizations for the given languages
# (if not set or empty, no localizations will be created)
WP_CLI_I18N_LOCALES='en_US de_DE'
WP_CLI_I18N_LOCALES='en_US de_DE es_ES'

# used for docker image metadata generation
VENDOR='IONOS Group'
81 changes: 62 additions & 19 deletions packages/wp-plugin/essentials/languages/ionos-essentials-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,52 +57,52 @@ msgctxt "block description"
msgid "Show links to the Control Panel of your provider."
msgstr "Links zum Control Panel Ihres Providers anzeigen."

#: build/dashboard/blocks/deep-links/config/ionos.php:4
#: build/dashboard/blocks/deep-links/config/ionos.php:8
msgid "Contracts & Subscriptions"
msgstr "Verträge & Abonnements"

#: build/dashboard/blocks/deep-links/config/ionos.php:5
#: build/dashboard/blocks/deep-links/config/ionos.php:12
msgid "Login & Account security"
msgstr "Login & Kontosicherheit"

#: build/dashboard/blocks/deep-links/view.php:3
#: build/dashboard/blocks/deep-links/render.php:16
msgid "Deep-Links"
msgstr "Deep-Links"

#: build/dashboard/blocks/deep-links/view.php:4
#: build/dashboard/blocks/quick-links/view.php:4
#: build/dashboard/blocks/deep-links/render.php:17
#: build/dashboard/blocks/quick-links/render.php:11
msgid "Use these links to get to your control panel."
msgstr "Verwenden Sie diese Links, um zu Ihrem Bedienfeld zu gelangen."

#: build/dashboard/blocks/deep-links/config/ionos.php:6
#: build/dashboard/blocks/deep-links/config/ionos.php:16
msgid "Invoices & Payment Details"
msgstr "Rechnungen & Zahlungsdetails"

#: build/dashboard/blocks/deep-links/config/ionos.php:7
#: build/dashboard/blocks/deep-links/config/ionos.php:20
msgid "Data Protection & Privacy Notice"
msgstr "Hinweis zum Datenschutz und zur Privatsphäre"

#: build/dashboard/blocks/deep-links/config/ionos.php:8
#: build/dashboard/blocks/deep-links/config/ionos.php:24
msgid "Contact Details"
msgstr "Kontakt Details"

#: build/dashboard/blocks/deep-links/config/ionos.php:9
#: build/dashboard/blocks/deep-links/config/ionos.php:28
msgid "Profile Details"
msgstr "Profil-Details"

#: build/dashboard/blocks/deep-links/config/strato.php:4
#: build/dashboard/blocks/deep-links/config/strato.php:8
msgid "Package overview"
msgstr "Übersicht über das Paket"

#: build/dashboard/blocks/deep-links/config/strato.php:5
#: build/dashboard/blocks/deep-links/config/strato.php:12
msgid "Your invoices"
msgstr "Ihre Rechnungen"

#: build/dashboard/blocks/deep-links/config/strato.php:6
#: build/dashboard/blocks/deep-links/config/strato.php:16
msgid "Your contract"
msgstr "Ihr Vertrag"

#: build/dashboard/blocks/deep-links/config/strato.php:7
#: build/dashboard/blocks/deep-links/config/strato.php:20
msgid "Current offers"
msgstr "Aktuelle Angebote"

Expand All @@ -116,26 +116,69 @@ msgctxt "block description"
msgid "Show links to common tasks in the WordPress backend."
msgstr "Zeigen Sie Links zu allgemeinen Aufgaben im WordPress-Backend an."

#: build/dashboard/blocks/quick-links/view.php:3
#: build/dashboard/blocks/quick-links/render.php:10
msgid "Quick Links"
msgstr "Schnelle Links"

#: build/dashboard/blocks/quick-links/config.php:5
#: build/dashboard/blocks/quick-links/config.php:7
msgid "Add new page"
msgstr "Neue Seite hinzufügen"

#: build/dashboard/blocks/quick-links/config.php:6
#: build/dashboard/blocks/quick-links/config.php:8
msgid "Add new post"
msgstr "Neuen Beitrag hinzufügen"

#: build/dashboard/blocks/quick-links/config.php:7
#: build/dashboard/blocks/quick-links/config.php:9
msgid "Discover plugins"
msgstr "Plugins entdecken"

#: build/dashboard/blocks/quick-links/config.php:8
#: build/dashboard/blocks/quick-links/config.php:10
msgid "Edit template"
msgstr "Vorlage bearbeiten"

#: build/dashboard/blocks/quick-links/config.php:9
#: build/dashboard/blocks/quick-links/config.php:11
msgid "Edit navigation"
msgstr "Navigation bearbeiten"

#: build/dashboard/blocks/deep-links/config/arsys.php:8
#: build/dashboard/blocks/deep-links/config/piensa.php:8
msgid "My offers"
msgstr "Meine Angebote"

#: build/dashboard/blocks/deep-links/config/arsys.php:12
msgid "My data"
msgstr "Meine Daten"

#: build/dashboard/blocks/deep-links/config/arsys.php:16
msgid "My products"
msgstr "Meine Produkte"

#: build/dashboard/blocks/deep-links/config/arsys.php:20
msgid "My invoices"
msgstr "Meine Rechnungen"

#: build/dashboard/blocks/deep-links/config/arsys.php:24
#: build/dashboard/blocks/deep-links/config/fasthosts.php:8
#: build/dashboard/blocks/deep-links/config/piensa.php:24
msgid "Control Panel"
msgstr "Bedienfeld"

#: build/dashboard/blocks/deep-links/config/fasthosts.php:12
msgid "My User"
msgstr "Mein Benutzer"

#: build/dashboard/blocks/deep-links/config/fasthosts.php:16
msgid "WordPress Websites"
msgstr "WordPress-Websites"

#: build/dashboard/blocks/deep-links/config/piensa.php:12
msgid "Data of customer"
msgstr ""

#: build/dashboard/blocks/deep-links/config/piensa.php:16
msgid "Services"
msgstr ""

#: build/dashboard/blocks/deep-links/config/piensa.php:20
msgid "Invoices"
msgstr ""
81 changes: 62 additions & 19 deletions packages/wp-plugin/essentials/languages/ionos-essentials-en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,52 +57,52 @@ msgctxt "block description"
msgid "Show links to the Control Panel of your provider."
msgstr "Show links to the Control Panel of your provider."

#: build/dashboard/blocks/deep-links/config/ionos.php:4
#: build/dashboard/blocks/deep-links/config/ionos.php:8
msgid "Contracts & Subscriptions"
msgstr "Contracts & Subscriptions"

#: build/dashboard/blocks/deep-links/config/ionos.php:5
#: build/dashboard/blocks/deep-links/config/ionos.php:12
msgid "Login & Account security"
msgstr "Login & Account security"

#: build/dashboard/blocks/deep-links/view.php:3
#: build/dashboard/blocks/deep-links/render.php:16
msgid "Deep-Links"
msgstr "Deep-Links"

#: build/dashboard/blocks/deep-links/view.php:4
#: build/dashboard/blocks/quick-links/view.php:4
#: build/dashboard/blocks/deep-links/render.php:17
#: build/dashboard/blocks/quick-links/render.php:11
msgid "Use these links to get to your control panel."
msgstr "Use these links to get to your control panel."

#: build/dashboard/blocks/deep-links/config/ionos.php:6
#: build/dashboard/blocks/deep-links/config/ionos.php:16
msgid "Invoices & Payment Details"
msgstr "Invoices & Payment Details"

#: build/dashboard/blocks/deep-links/config/ionos.php:7
#: build/dashboard/blocks/deep-links/config/ionos.php:20
msgid "Data Protection & Privacy Notice"
msgstr "Data Protection & Privacy Notice"

#: build/dashboard/blocks/deep-links/config/ionos.php:8
#: build/dashboard/blocks/deep-links/config/ionos.php:24
msgid "Contact Details"
msgstr "Contact Details"

#: build/dashboard/blocks/deep-links/config/ionos.php:9
#: build/dashboard/blocks/deep-links/config/ionos.php:28
msgid "Profile Details"
msgstr "Profile Details"

#: build/dashboard/blocks/deep-links/config/strato.php:4
#: build/dashboard/blocks/deep-links/config/strato.php:8
msgid "Package overview"
msgstr "Package overview"

#: build/dashboard/blocks/deep-links/config/strato.php:5
#: build/dashboard/blocks/deep-links/config/strato.php:12
msgid "Your invoices"
msgstr "Your invoices"

#: build/dashboard/blocks/deep-links/config/strato.php:6
#: build/dashboard/blocks/deep-links/config/strato.php:16
msgid "Your contract"
msgstr "Your contract"

#: build/dashboard/blocks/deep-links/config/strato.php:7
#: build/dashboard/blocks/deep-links/config/strato.php:20
msgid "Current offers"
msgstr "Current offers"

Expand All @@ -116,26 +116,69 @@ msgctxt "block description"
msgid "Show links to common tasks in the WordPress backend."
msgstr "Show links to common tasks in the WordPress backend."

#: build/dashboard/blocks/quick-links/view.php:3
#: build/dashboard/blocks/quick-links/render.php:10
msgid "Quick Links"
msgstr "Quick Links"

#: build/dashboard/blocks/quick-links/config.php:5
#: build/dashboard/blocks/quick-links/config.php:7
msgid "Add new page"
msgstr "Add new page"

#: build/dashboard/blocks/quick-links/config.php:6
#: build/dashboard/blocks/quick-links/config.php:8
msgid "Add new post"
msgstr "Add new post"

#: build/dashboard/blocks/quick-links/config.php:7
#: build/dashboard/blocks/quick-links/config.php:9
msgid "Discover plugins"
msgstr "Discover plugins"

#: build/dashboard/blocks/quick-links/config.php:8
#: build/dashboard/blocks/quick-links/config.php:10
msgid "Edit template"
msgstr "Edit template"

#: build/dashboard/blocks/quick-links/config.php:9
#: build/dashboard/blocks/quick-links/config.php:11
msgid "Edit navigation"
msgstr "Edit navigation"

#: build/dashboard/blocks/deep-links/config/arsys.php:8
#: build/dashboard/blocks/deep-links/config/piensa.php:8
msgid "My offers"
msgstr "My offers"

#: build/dashboard/blocks/deep-links/config/arsys.php:12
msgid "My data"
msgstr "My data"

#: build/dashboard/blocks/deep-links/config/arsys.php:16
msgid "My products"
msgstr "My products"

#: build/dashboard/blocks/deep-links/config/arsys.php:20
msgid "My invoices"
msgstr "My invoices"

#: build/dashboard/blocks/deep-links/config/arsys.php:24
#: build/dashboard/blocks/deep-links/config/fasthosts.php:8
#: build/dashboard/blocks/deep-links/config/piensa.php:24
msgid "Control Panel"
msgstr "Control Panel"

#: build/dashboard/blocks/deep-links/config/fasthosts.php:12
msgid "My User"
msgstr "My User"

#: build/dashboard/blocks/deep-links/config/fasthosts.php:16
msgid "WordPress Websites"
msgstr "WordPress Websites"

#: build/dashboard/blocks/deep-links/config/piensa.php:12
msgid "Data of customer"
msgstr ""

#: build/dashboard/blocks/deep-links/config/piensa.php:16
msgid "Services"
msgstr ""

#: build/dashboard/blocks/deep-links/config/piensa.php:20
msgid "Invoices"
msgstr ""
Loading

0 comments on commit dd101d8

Please sign in to comment.