Skip to content

Commit

Permalink
Merge pull request #65 from systopia/update-translation
Browse files Browse the repository at this point in the history
Update translation
  • Loading branch information
dontub authored Sep 10, 2024
2 parents 153f0f8 + eb05964 commit ab68ae2
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getInfo(): array {
// Array mapping status to \Drupal\civiremote_funding\Api\DTO\Option.
// Instance of \Drupal\civiremote_funding\Api\DTO\Option.
'#status_option' => NULL,
'#title' => 'Status: @status',
'#title' => $this->t('Status: @status'),
'#status_label' => NULL,
'#source_contact_title' => $this->t('Performed by'),
'#pre_render' => [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getInfo(): array {
// Array mapping status to \Drupal\civiremote_funding\Api\DTO\Option.
// Instance of \Drupal\civiremote_funding\Api\DTO\Option.
'#status_option' => NULL,
'#title' => 'Clearing Status: @status',
'#title' => $this->t('Clearing Status: @status'),
'#status_label' => NULL,
'#source_contact_title' => $this->t('Performed by'),
'#pre_render' => [
Expand Down
71 changes: 44 additions & 27 deletions translations/civiremote_funding.pot
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ msgid "Open clearing"
msgstr ""

#: config/optional/views.view.civiremote_funding_application_list.yml
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:42
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:83
msgid "Funding Applications"
msgstr ""

Expand Down Expand Up @@ -125,6 +125,13 @@ msgstr ""
msgid "Drupal frontend for funding applications of CiviCRM Funding Manager."
msgstr ""

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
#: config/optional/views.view.civiremote_funding_combined_case_list.yml
#: config/optional/views.view.civiremote_funding_transfer_contract_list.yml
msgid "Current path"
msgstr ""

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
#: config/optional/views.view.civiremote_funding_combined_case_list.yml
Expand Down Expand Up @@ -274,7 +281,7 @@ msgstr ""
#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_transfer_contract.yml
#: config/optional/views.view.civiremote_funding_transfer_contract_list.yml
#: src/Form/ChooseFundingProgramForm.php:68
#: src/Form/ChooseFundingProgramForm.php:59
msgid "Funding Program"
msgstr ""

Expand Down Expand Up @@ -318,6 +325,20 @@ msgstr ""
msgid "Application History"
msgstr ""

#: src/Controller/ChooseFundingProgramController.php:52
msgid "Failed to load available funding programs: @error"
msgstr ""

#: src/Controller/ChooseFundingProgramController.php:67
#: src/Form/ChooseFundingProgramForm.php:83
msgid "Failed to load funding case types: @error"
msgstr ""

#: src/Controller/ChooseFundingProgramController.php:74
#: src/Form/ChooseFundingProgramForm.php:90
msgid "No funding case type available in the selected funding program."
msgstr ""

#: src/Controller/DashboardController.php:34
msgid "Dashboard"
msgstr ""
Expand All @@ -326,11 +347,11 @@ msgstr ""
msgid "CiviRemote Funding"
msgstr ""

#: src/Controller/FundingCaseController.php:69
#: src/Controller/FundingCaseController.php:70
msgid "Please do not forget to apply the combined application if everything is recorded or after additions."
msgstr ""

#: src/Controller/FundingCaseController.php:79
#: src/Controller/FundingCaseController.php:82
msgid "Add @type"
msgstr ""

Expand Down Expand Up @@ -375,10 +396,18 @@ msgstr ""
msgid "Created"
msgstr ""

#: src/Element/CiviremoteFundingApplicationHistoryStatusChange.php:42
msgid "Status: @status"
msgstr ""

#: src/Element/CiviremoteFundingClearingHistoryCreate.php:39
msgid "Clearing Started"
msgstr ""

#: src/Element/CiviremoteFundingClearingHistoryStatusChange.php:42
msgid "Clearing Status: @status"
msgstr ""

#: src/Entity/FundingFile.php:54
msgid "Referenced file"
msgstr ""
Expand All @@ -399,34 +428,22 @@ msgstr ""
msgid "The time that the entity was last edited."
msgstr ""

#: src/Form/AbstractFundingJsonFormsForm.php:67
#: src/Form/AbstractFundingJsonFormsForm.php:69
msgid "Loading form failed: @error"
msgstr ""

#: src/Form/AbstractFundingJsonFormsForm.php:105
#: src/Form/AbstractFundingJsonFormsForm.php:107
msgid "Error validating form: @error"
msgstr ""

#: src/Form/AbstractFundingJsonFormsForm.php:129
#: src/Form/AbstractFundingJsonFormsForm.php:131
msgid "Submitting form failed: @error"
msgstr ""

#: src/Form/ChooseFundingProgramForm.php:59
msgid "Failed to load available funding programs: @error"
msgstr ""

#: src/Form/ChooseFundingProgramForm.php:75
#: src/Form/ChooseFundingProgramForm.php:66
msgid "Next"
msgstr ""

#: src/Form/ChooseFundingProgramForm.php:92
msgid "Failed to load funding case types: @error"
msgstr ""

#: src/Form/ChooseFundingProgramForm.php:99
msgid "No funding case type available in the selected funding program."
msgstr ""

#: src/Form/NewDrawdownForm.php:80
msgid "API request failed: @error"
msgstr ""
Expand All @@ -451,27 +468,27 @@ msgstr ""
msgid "Validation failed."
msgstr ""

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:47
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:88
msgid "My Applications"
msgstr ""

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:50
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:91
msgid "Manage current funding processes"
msgstr ""

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:55
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:96
msgid "My Combined Applications"
msgstr ""

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:58
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:99
msgid "Manage current combined applications"
msgstr ""

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:63
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:105
msgid "New Application"
msgstr ""

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:66
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:108
msgid "Place a new application"
msgstr ""

Expand Down Expand Up @@ -503,6 +520,6 @@ msgstr ""
msgid "3-letter ISO 4217 currency code. (Replacement patterns are allowed.)"
msgstr ""

#: src/Views/ApplicationProcessDropButton.php:89
#: src/Views/ApplicationProcessDropButton.php:93
msgid "Create: @label"
msgstr ""
71 changes: 44 additions & 27 deletions translations/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ msgid "Open clearing"
msgstr "Verwendungsnachweis öffnen"

#: config/optional/views.view.civiremote_funding_application_list.yml
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:42
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:83
msgid "Funding Applications"
msgstr "Förderanträge"

Expand Down Expand Up @@ -127,6 +127,13 @@ msgstr "CiviCRM Förderantragsliste (kein Sammelantrag)"
msgid "Drupal frontend for funding applications of CiviCRM Funding Manager."
msgstr ""

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
#: config/optional/views.view.civiremote_funding_combined_case_list.yml
#: config/optional/views.view.civiremote_funding_transfer_contract_list.yml
msgid "Current path"
msgstr ""

#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_combined_application_process_list.yml
#: config/optional/views.view.civiremote_funding_combined_case_list.yml
Expand Down Expand Up @@ -278,7 +285,7 @@ msgstr "Währung"
#: config/optional/views.view.civiremote_funding_application_list.yml
#: config/optional/views.view.civiremote_funding_transfer_contract.yml
#: config/optional/views.view.civiremote_funding_transfer_contract_list.yml
#: src/Form/ChooseFundingProgramForm.php:68
#: src/Form/ChooseFundingProgramForm.php:59
msgid "Funding Program"
msgstr "Förderprogramm"

Expand Down Expand Up @@ -322,6 +329,20 @@ msgstr ""
msgid "Application History"
msgstr "Antragsverlauf"

#: src/Controller/ChooseFundingProgramController.php:52
msgid "Failed to load available funding programs: @error"
msgstr "Laden der verfügbaren Förderprogramme fehlgeschlagen: @error"

#: src/Controller/ChooseFundingProgramController.php:67
#: src/Form/ChooseFundingProgramForm.php:83
msgid "Failed to load funding case types: @error"
msgstr "Laden der Förderfalltypen fehlgeschlagen: @error"

#: src/Controller/ChooseFundingProgramController.php:74
#: src/Form/ChooseFundingProgramForm.php:90
msgid "No funding case type available in the selected funding program."
msgstr "Kein Förderfalltyp im gewählten Förderprogramm verfügbar."

#: src/Controller/DashboardController.php:34
msgid "Dashboard"
msgstr "Übersicht"
Expand All @@ -330,15 +351,15 @@ msgstr "Übersicht"
msgid "CiviRemote Funding"
msgstr ""

#: src/Controller/FundingCaseController.php:69
#: src/Controller/FundingCaseController.php:70
msgid ""
"Please do not forget to apply the combined application if everything is "
"recorded or after additions."
msgstr ""
"Bitte nicht vergessen, den Sammelantrag zu beantragen, wenn alles erfasst "
"wurde oder nach Ergänzungen."

#: src/Controller/FundingCaseController.php:79
#: src/Controller/FundingCaseController.php:82
msgid "Add @type"
msgstr "@type hinzufügen"

Expand Down Expand Up @@ -383,10 +404,18 @@ msgstr "Durchgeführt von"
msgid "Created"
msgstr "Erstellt"

#: src/Element/CiviremoteFundingApplicationHistoryStatusChange.php:42
msgid "Status: @status"
msgstr "Status: @status"

#: src/Element/CiviremoteFundingClearingHistoryCreate.php:39
msgid "Clearing Started"
msgstr "Verwendungsnachweis gestartet"

#: src/Element/CiviremoteFundingClearingHistoryStatusChange.php:42
msgid "Clearing Status: @status"
msgstr "Verwendungsnachweisstatus: @status"

#: src/Entity/FundingFile.php:54
msgid "Referenced file"
msgstr ""
Expand All @@ -407,34 +436,22 @@ msgstr ""
msgid "The time that the entity was last edited."
msgstr ""

#: src/Form/AbstractFundingJsonFormsForm.php:67
#: src/Form/AbstractFundingJsonFormsForm.php:69
msgid "Loading form failed: @error"
msgstr "Laden des Formulars fehlgeschlagen: @error"

#: src/Form/AbstractFundingJsonFormsForm.php:105
#: src/Form/AbstractFundingJsonFormsForm.php:107
msgid "Error validating form: @error"
msgstr "Fehler bei der Formularvalidierung: @error"

#: src/Form/AbstractFundingJsonFormsForm.php:129
#: src/Form/AbstractFundingJsonFormsForm.php:131
msgid "Submitting form failed: @error"
msgstr "Senden des Formulars fehlgeschlagen: @error"

#: src/Form/ChooseFundingProgramForm.php:59
msgid "Failed to load available funding programs: @error"
msgstr "Laden der verfügbaren Förderprogramme fehlgeschlagen: @error"

#: src/Form/ChooseFundingProgramForm.php:75
#: src/Form/ChooseFundingProgramForm.php:66
msgid "Next"
msgstr "Weiter"

#: src/Form/ChooseFundingProgramForm.php:92
msgid "Failed to load funding case types: @error"
msgstr "Laden der Förderfalltypen fehlgeschlagen: @error"

#: src/Form/ChooseFundingProgramForm.php:99
msgid "No funding case type available in the selected funding program."
msgstr "Kein Förderfalltyp im gewählten Förderprogramm verfügbar."

#: src/Form/NewDrawdownForm.php:80
msgid "API request failed: @error"
msgstr "API-Anfrage fehlgeschlagen: @error"
Expand All @@ -459,27 +476,27 @@ msgstr "Erstellung des Mittelabrufs fehlgeschlagen: @error"
msgid "Validation failed."
msgstr "Validierung fehlgeschlagen."

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:47
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:88
msgid "My Applications"
msgstr "Meine Förderanträge"

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:50
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:91
msgid "Manage current funding processes"
msgstr "Laufende Antragsverfahren verwalten"

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:55
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:96
msgid "My Combined Applications"
msgstr "Meine Sammelanträge"

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:58
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:99
msgid "Manage current combined applications"
msgstr "Laufende Sammelanträge verwalten"

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:63
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:105
msgid "New Application"
msgstr "Neuer Antrag"

#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:66
#: src/Plugin/Block/CiviremoteFundingDashboardGroupApplications.php:108
msgid "Place a new application"
msgstr "Neuen Antrag stellen"

Expand Down Expand Up @@ -511,6 +528,6 @@ msgstr ""
msgid "3-letter ISO 4217 currency code. (Replacement patterns are allowed.)"
msgstr ""

#: src/Views/ApplicationProcessDropButton.php:89
#: src/Views/ApplicationProcessDropButton.php:93
msgid "Create: @label"
msgstr "Erstellen: @label"

0 comments on commit ab68ae2

Please sign in to comment.