Revision b65a8b5c
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/Controller/Reconciliation.pm | ||
---|---|---|
639 | 639 |
action => [ t8('Account') ], |
640 | 640 |
|
641 | 641 |
link => [ |
642 |
t8('Import Bank Statement'),
|
|
642 |
t8('Import Account Statement'),
|
|
643 | 643 |
link => $self->url_for(controller => 'BankImport', action => 'upload_mt940'), |
644 | 644 |
], |
645 | 645 |
|
646 | 646 |
link => [ |
647 |
t8('Post Bank Statement'),
|
|
647 |
t8('Post Account Statement'),
|
|
648 | 648 |
link => $self->url_for(controller => 'BankTransaction', action => 'search'), |
649 | 649 |
], |
650 | 650 |
|
... | ... | |
674 | 674 |
action => [ t8('Account') ], |
675 | 675 |
|
676 | 676 |
link => [ |
677 |
t8('Import Bank Statement'),
|
|
677 |
t8('Import Account Statement'),
|
|
678 | 678 |
link => $self->url_for(controller => 'BankImport', action => 'upload_mt940'), |
679 | 679 |
], |
680 | 680 |
|
681 | 681 |
link => [ |
682 |
t8('Post Bank Statement'),
|
|
682 |
t8('Post Account Statement'),
|
|
683 | 683 |
link => $self->url_for(controller => 'BankTransaction', action => 'search'), |
684 | 684 |
], |
685 | 685 |
|
Auch abrufbar als: Unified diff
Übersetzungen: mehrere deutsche Begriffe rund um Kontobewegungen ersetzt
Deutsch:
• Bankbewegung → Kontobewegung (letzteres ist deutlich geläufiger)
Englisch:
• Bank transaction → account movement (letzteres ist die von Leo
angebotene Übersetzung für »Kontobewegung«, und ersteres kennt Leo
gar nicht)
• Bank transaction MT940 → bank statement (denn letzteres ist die
tatsächliche und für Anwender*innen sinnvolle Übersetzung von dem,
was auf Deutsch angezeigt werden soll: Kontoauszug)
• Bank statement → account statement (ersteres ist britisches
Englisch, letzteres amerikanisches Englisch)
Nicht modifiziert wurden die Rechte in der Datenbank sowie Identifier
im Code (sprich der Controller ist immer noch
»SL::Controller::BankTransaction«, und der Typ des CSV-Profils für den
MT940-Import istßt weiterhin »bank_transaction«).