Skip to content

Commit

Permalink
Merge branch 'dev' into FAU-414
Browse files Browse the repository at this point in the history
  • Loading branch information
amiut committed May 24, 2024
2 parents aa05eeb + 9766620 commit 18fdeb6
Show file tree
Hide file tree
Showing 35 changed files with 1,010 additions and 184 deletions.
3 changes: 3 additions & 0 deletions .psalm.stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ public static function add_command(string $name, callable|object $command, array
*/
function wp_parse_args(array $args, array $defaultArgs): array
{}

function did_filter(string $hook_name): int
{}
}
2 changes: 2 additions & 0 deletions fau-degree-program-output.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
use Fau\DegreeProgram\Output\Infrastructure\Query\QueryModule;
use Fau\DegreeProgram\Output\Infrastructure\QueueModule;
use Fau\DegreeProgram\Output\Infrastructure\Repository\RepositoryModule;
use Fau\DegreeProgram\Output\Infrastructure\RestApi\RestApiModule;
use Fau\DegreeProgram\Output\Infrastructure\Rewrite\RewriteModule;
use Fau\DegreeProgram\Output\Infrastructure\Search\SearchModule;
use Fau\DegreeProgram\Output\Infrastructure\Shortcode\ShortcodeModule;
Expand Down Expand Up @@ -155,6 +156,7 @@ function initialize(): void
->addModule(new StructuredDataModule())
->addModule(new EditorModule())
->addModule(new BlockModule(__DIR__ . '/resources/ts/blocks'))
->addModule(new RestApiModule())
->boot();
} catch (Throwable $throwable) {
handleException($throwable);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"translation-revision-date":"2024-05-20 20:12+0300","generator":"WP-CLI\/2.9.0","source":"assets\/ts\/gutenberg.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE","plural-forms":"nplurals=2; plural=(n != 1);"},"backoffice: block editor\u0004Select degree program":["Studiengang"],"backend: block editor\u0004Could not load suggestion list":["Vorschlagsliste konnte nicht geladen werden"]}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"translation-revision-date":"2024-05-20 20:12+0300","generator":"WP-CLI\/2.9.0","source":"assets\/ts\/frontend.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE","plural-forms":"nplurals=2; plural=(n != 1);"},"frontoffice: degree-programs-overview\u0004Type":["Typ"],"frontoffice: degree-programs-overview\u0004Start":["Start"],"frontoffice: degree-programs-overview\u0004Location":["Ort"],"frontoffice: degree-programs-overview\u0004NC":["NC"],"frontoffice: degree-programs-overview\u0004Language certificates":["Sprachnachweise"],"frontoffice: Search results\u0004No degree programs found":["Keine Studieng\u00e4nge gefunden."],"frontoffice: degree-programs-overview\u0004Keyword":["Schlagwort"]}}}
Binary file modified languages/fau-degree-program-output-de_DE.mo
Binary file not shown.
90 changes: 26 additions & 64 deletions languages/fau-degree-program-output-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,35 @@ msgid ""
msgstr ""
"Project-Id-Version: FAU Degree Program Output 0.0.4\n"
"Report-Msgid-Bugs-To: https://github.com/RRZE-Webteam/FAU-Studium-Embed\n"
"POT-Creation-Date: 2024-05-08T12:29:17+00:00\n"
"PO-Revision-Date: 2024-05-08 14:32+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-05-20T16:55:19+00:00\n"
"PO-Revision-Date: 2024-05-20 20:12+0300\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4.2\n"
"X-Domain: fau-degree-program-output\n"

#. Plugin Name of the plugin
#: fau-degree-program-output.php
msgid "FAU Degree Program Output"
msgstr "FAU Studiengangsanzeige"

#. Plugin URI of the plugin
#: fau-degree-program-output.php
msgid "https://github.com/RRZE-Webteam/FAU-Studium-Embed"
msgstr "https://github.com/RRZE-Webteam/FAU-Studium-Embed"

#. Description of the plugin
#: fau-degree-program-output.php
msgid "Fetch degree programs via the REST API and display them."
msgstr "Abrufen von Studiengängen über die REST-API und deren Anzeige."

#. Author of the plugin
#: fau-degree-program-output.php
msgid "Syde GmbH"
msgstr "Syde GmbH"

#. Author URI of the plugin
#: fau-degree-program-output.php
msgid "https://syde.com/"
msgstr "https://syde.com/"

Expand All @@ -44,62 +39,62 @@ msgctxt "backoffice: block editor category"
msgid "FAU"
msgstr "FAU"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:58
#: src/Infrastructure/Component/DegreeProgramsCollection.php:54
msgctxt "backoffice: Sort by options"
msgid "Sort by title"
msgstr "Nach Titel sortieren"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:63
#: src/Infrastructure/Component/DegreeProgramsCollection.php:59
msgctxt "backoffice: Sort by options"
msgid "Sort by title Z-A"
msgstr "Nach Titel sortieren Z-A"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:70
#: src/Infrastructure/Component/DegreeProgramsCollection.php:66
msgctxt "backoffice: Sort by options"
msgid "Sort by degree"
msgstr "Nach Abschluss sortieren"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:75
#: src/Infrastructure/Component/DegreeProgramsCollection.php:71
msgctxt "backoffice: Sort by options"
msgid "Sort by degree Z-A"
msgstr "Nach Abschluss sortieren Z-A"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:82
#: src/Infrastructure/Component/DegreeProgramsCollection.php:78
msgctxt "backoffice: Sort by options"
msgid "Sort by semester"
msgstr "Nach Semester sortieren"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:87
#: src/Infrastructure/Component/DegreeProgramsCollection.php:83
msgctxt "backoffice: Sort by options"
msgid "Sort by semester Z-A"
msgstr "Nach Semester sortieren Z-A"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:94
#: src/Infrastructure/Component/DegreeProgramsCollection.php:90
msgctxt "backoffice: Sort by options"
msgid "Sort by study location"
msgstr "Nach Studienort sortieren"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:99
#: src/Infrastructure/Component/DegreeProgramsCollection.php:95
msgctxt "backoffice: Sort by options"
msgid "Sort by study location Z-A"
msgstr "Nach Studienort sortieren Z-A"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:106
#: src/Infrastructure/Component/DegreeProgramsCollection.php:102
msgctxt "backoffice: Sort by options"
msgid "Sort by admission requirement"
msgstr "Nach Zugangsvoraussetzung sortieren"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:111
#: src/Infrastructure/Component/DegreeProgramsCollection.php:107
msgctxt "backoffice: Sort by options"
msgid "Sort by admission requirement Z-A"
msgstr "Nach Zugangsvoraussetzung sortieren Z-A"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:118
#: src/Infrastructure/Component/DegreeProgramsCollection.php:114
msgctxt "backoffice: Sort by options"
msgid "Sort by language certificates"
msgstr "Nach Sprachnachweise sortieren"

#: src/Infrastructure/Component/DegreeProgramsCollection.php:123
#: src/Infrastructure/Component/DegreeProgramsCollection.php:119
msgctxt "backoffice: Sort by options"
msgid "Sort by language certificates Z-A"
msgstr "Nach Sprachnachweise sortieren Z-A"
Expand Down Expand Up @@ -301,18 +296,12 @@ msgid "Language skills"
msgstr "Sprachkenntnisse"

#: src/Infrastructure/Component/SingleDegreeProgram.php:268
msgid ""
"Language skills for Faculty of Humanities, Social Sciences, and Theology only"
msgstr ""
"Sprachkenntnisse nur für die Philosophische Fakultät und Fachbereich "
"Theologie"
msgid "Language skills for Faculty of Humanities, Social Sciences, and Theology only"
msgstr "Sprachkenntnisse nur für die Philosophische Fakultät und Fachbereich Theologie"

#: src/Infrastructure/Component/SingleDegreeProgram.php:272
msgid ""
"Language certificates/German language skills for international applicants"
msgstr ""
"Sprachnachweise/Deutschkenntnisse für internationale Bewerberinnen und "
"Bewerber"
msgid "Language certificates/German language skills for international applicants"
msgstr "Sprachnachweise/Deutschkenntnisse für internationale Bewerberinnen und Bewerber"

#: src/Infrastructure/Component/SingleDegreeProgram.php:276
msgid "Degree Program Fees"
Expand Down Expand Up @@ -508,12 +497,9 @@ msgstr "Typ"

#. translators: %s is the orderby value
#: templates/search/degree-programs-list.php:38
#, fuzzy
#| msgctxt "frontoffice: degree programs search result list"
#| msgid "Sort by"
msgctxt "frontoffice: degree programs search result list"
msgid "Sort by %s"
msgstr "Sortieren nach"
msgstr "Sortieren nach %s"

#: templates/search/degree-programs-search-filters.php:48
#: templates/search/filter/search-filters.php:99
Expand Down Expand Up @@ -543,7 +529,7 @@ msgctxt "frontoffice: degree programs search form"
msgid "Search"
msgstr "Suchen"

#: templates/search/filter/active-filters.php:55
#: templates/search/filter/active-filters.php:57
msgctxt "backoffice: Degree program search filters"
msgid "Clear all filters"
msgstr "Alle Filter zurücksetzen"
Expand Down Expand Up @@ -575,12 +561,8 @@ msgstr "Keine Studiengänge gefunden."

#: templates/search/search.php:97
msgctxt "frontoffice: degree programs search form"
msgid ""
"The degree program data is being processed. Please try again in a few "
"minutes."
msgstr ""
"Die Studiengangsdaten werden gerade verarbeitet. Bitte versuche es in ein "
"paar Minuten erneut."
msgid "The degree program data is being processed. Please try again in a few minutes."
msgstr "Die Studiengangsdaten werden gerade verarbeitet. Bitte versuche es in ein paar Minuten erneut."

#: templates/single-degree-program-short.php:37
#: templates/single-degree-program/details.php:25
Expand All @@ -602,9 +584,7 @@ msgstr "Mehr lesen"
#: templates/single-degree-program/accordion.php:75
msgctxt "frontoffice: single view"
msgid "Degree program combinations & limited degree program combinations"
msgstr ""
"Mögliche Studiengangskombinationen und eingeschränkt mögliche "
"Studiengangskombinationen"
msgstr "Mögliche Studiengangskombinationen und eingeschränkt mögliche Studiengangskombinationen"

#: templates/single-degree-program/accordion.php:85
msgctxt "frontoffice: single view"
Expand Down Expand Up @@ -674,7 +654,6 @@ msgstr "Sprachkenntnisse"

#: templates/single-degree-program/back.php:34
#, fuzzy
#| msgid "Start of degree program"
msgctxt "frontoffice: single view"
msgid "Back to degree programs"
msgstr "Studienbeginn"
Expand Down Expand Up @@ -761,31 +740,14 @@ msgstr "Benötigst du Hilfe oder weitere Informationen?"

#: templates/single-degree-program/more-information.php:34
msgctxt "frontoffice: single view"
msgid ""
"Our Student Advice and Career Service (IBZ) is the central point of contact "
"for all questions about studying and starting a degree programme. Our "
"Student Service Centres and subject advisors support you in planning your "
"studies."
msgstr ""
"Unsere Studienberatung ist die zentrale Anlaufstelle für alle Fragen rund "
"ums Studium und den Studieneinstieg. Unsere Studien-Service-Center und "
"Studienfachberaterinnen unterstützen dich bei der Planung deines Studiums."
msgid "Our Student Advice and Career Service (IBZ) is the central point of contact for all questions about studying and starting a degree programme. Our Student Service Centres and subject advisors support you in planning your studies."
msgstr "Unsere Studienberatung ist die zentrale Anlaufstelle für alle Fragen rund ums Studium und den Studieneinstieg. Unsere Studien-Service-Center und Studienfachberaterinnen unterstützen dich bei der Planung deines Studiums."

#: templates/single-degree-program/more-information.php:53
msgctxt "frontoffice: single view"
msgid "Specific Student Advice"
msgstr "Spezifische Studienberatung"

#: assets/ts/gutenberg.js:235
msgctxt "backoffice: block editor"
msgid "Select degree program"
msgstr "Studiengang wählen"

#: assets/ts/gutenberg.js:247
msgctxt "backend: block editor"
msgid "Could not load suggestion list"
msgstr "Vorschlagsliste konnte nicht geladen werden"

#: resources/ts/blocks/degree-program/block.json
msgctxt "block title"
msgid "Degree program"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"translation-revision-date":"2024-05-20 20:12+0300","generator":"WP-CLI\/2.9.0","source":"assets\/ts\/gutenberg.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE","plural-forms":"nplurals=2; plural=(n != 1);"},"backoffice: block editor\u0004Select degree program":["Studiengang"],"backend: block editor\u0004Could not load suggestion list":["Vorschlagsliste konnte nicht geladen werden"]}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"translation-revision-date":"2024-05-20 20:12+0300","generator":"WP-CLI\/2.9.0","source":"assets\/ts\/frontend.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE","plural-forms":"nplurals=2; plural=(n != 1);"},"frontoffice: degree-programs-overview\u0004Type":["Typ"],"frontoffice: degree-programs-overview\u0004Start":["Start"],"frontoffice: degree-programs-overview\u0004Location":["Ort"],"frontoffice: degree-programs-overview\u0004NC":["NC"],"frontoffice: degree-programs-overview\u0004Language certificates":["Sprachkenntnisse"],"frontoffice: Search results\u0004No degree programs found":["Keine Studieng\u00e4nge gefunden."],"frontoffice: degree-programs-overview\u0004Keyword":["Schlagwort"]}}}
Binary file modified languages/fau-degree-program-output-de_DE_formal.mo
Binary file not shown.
Loading

0 comments on commit 18fdeb6

Please sign in to comment.