mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-17 05:48:42 +00:00
bug fixes
This commit is contained in:
parent
e3989ffb21
commit
8e11bd8c57
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
|
|
@ -9,5 +9,5 @@ jobs:
|
||||||
- uses: actions/first-interaction@v1
|
- uses: actions/first-interaction@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: 'Thank you for createing this issue. We will check it as soon as possible.'
|
issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
|
||||||
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
|
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
'Analysis' => 'Analyse',
|
'Analysis' => 'Auswertung',
|
||||||
'Clients' => 'Kunden',
|
'Clients' => 'Kunden',
|
||||||
'Create' => 'Erstellen',
|
'Create' => 'Erstellen',
|
||||||
'Finance' => 'Finanzen',
|
'Finance' => 'Finanzen',
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@ return ['Finance' => [
|
||||||
'Address' => 'Adresse',
|
'Address' => 'Adresse',
|
||||||
'All' => 'Alle',
|
'All' => 'Alle',
|
||||||
'Amount' => 'Höhe',
|
'Amount' => 'Höhe',
|
||||||
'Analysis' => 'Analyse',
|
'Analysis' => 'Auswertung',
|
||||||
'Analyze' => 'Analyse',
|
'Analyze' => 'Auswerten',
|
||||||
'Area' => 'Bereich',
|
'Area' => 'Bereich',
|
||||||
'Available' => 'Erhältlich',
|
'Available' => 'Erhältlich',
|
||||||
'Calculate' => 'Berechnung',
|
'Calculate' => 'Berechnung',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user