Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pub/file_picker-6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall authored Mar 16, 2024
2 parents 90a813e + 70fb8a5 commit 3304917
Show file tree
Hide file tree
Showing 6 changed files with 442 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
version: 2
updates:
- package-ecosystem: "pub"
target-branch: develop
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
target-branch: develop
directory: "/.github/workflows/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

build:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[skip-build]') }}
if: ${{ !contains(github.event.head_commit.message, '[skip build]') }}
needs: [check]

steps:
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/pt-BR/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
App não oficial do Firefly III, um gerente de finanças pessoais de código aberto
App não oficial do Firefly III, um gerente de finanças pessoais de código aberto.
10 changes: 5 additions & 5 deletions fastlane/metadata/android/sl-SI/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Waterfly III je neuradna aplikacija vaše namestitve Firefly III, brezplačnega in odprtokodnega upravitelja financ.
Waterfly III je neuradna aplikacija za vašo namestitev Firefly III, brezplačnega in odprtokodnega upravitelja financ.

Ta aplikacija zahteva namestitev Firefly III, ki jo gostite sami na vašem strežniku. Za več informacij o programski opremi obiščite https://www.firefly-iii.org/. Je le spremljevalna aplikacija in ne more delovati samostojno!
Ta aplikacija zahteva namestitev Firefly III, ki ga sami gostite, na vašem strežniku. Za več informacij o programski opremi obiščite https://www.firefly-iii.org/. Je le spremljevalna aplikacija in ne more delovati samostojno!

Funkcije:

- Nadzorna plošča z grafikoni in pregledom proračuna
- Seznam transakcij s filtri
- Dodajanje in urejanje transakcij s samodokončanjem, vključno s prilogami, razdeljenimi transakcijami in podporo za več valut
- Podpora za hranilnike (ogled in dodajanje denarja)
- Storitev poslušanja obvestil za enostavno ustvarjanje novih transakcij na podlagi dohodnih obvestil (npr. iz Google Pay ali vaše bančne aplikacije)
- Storitev poslušanja obvestil za preprosto ustvarjanje novih transakcij na podlagi dohodnih obvestil (npr. iz Google Pay ali vaše bančne aplikacije)
- Popolnoma odprtokoden: https://github.com/dreautall/waterfly-iii
- Brez oglasov ali sledenja uporabe
- Brez oglasov ali sledenja

Prispevanje:

Če naletite na napako ali pogrešate dodatne funkcije, lahko posredujete povratne informacije v trgovini Play, mi pošljete e-pošto ali odprete težavo na GitHubu.
Če naletite na napako ali zamudite funkcijo, lahko posredujete povratne informacije v trgovini Play, ali mi pošljete e-pošto ali odprete težavo na GitHubu.
214 changes: 213 additions & 1 deletion lib/l10n/app_sl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,194 @@
}
}
},
"billsAddNewBill": "Dodaj novo transakcijo",
"@billsAddNewBill": {
"description": "Text for add new bill flows"
},
"billsAmountAndFrequency": "Račun se ujema s transakcijami med {minValue} in {maxvalue}. Ponavlja se {frequency, select, weekly{tedensko} monthly{mesečno} quarterly{četrtletno} halfyear{polletno} yearly{letno} other{neznano}}{skip, plural, =0{} other{, preskoči čez {skip}}}.",
"@billsAmountAndFrequency": {
"description": "Bill match for min and max amounts, and frequency",
"placeholders": {
"minValue": {
"type": "String",
"example": "$50.12"
},
"maxvalue": {
"type": "String",
"example": "$60.50"
},
"frequency": {
"type": "String",
"example": "yearly"
},
"skip": {
"type": "num",
"example": "1"
}
}
},
"billsChangeLayoutTooltip": "Spremeni postavitev",
"@billsChangeLayoutTooltip": {
"description": "Text for layout change button tooltip"
},
"billsChangeSortOrderTooltip": "Spremeni vrstni red",
"@billsChangeSortOrderTooltip": {
"description": "Text for sort order change button tooltip"
},
"billsDialogLayoutTitle": "Postavitev pogleda transakcij",
"@billsDialogLayoutTitle": {
"description": "Text for bills layout dialog title"
},
"billsDialogSortTitle": "Razvrsti seznam po",
"@billsDialogSortTitle": {
"description": "Text for bills sort dialog title"
},
"billsEditBill": "Uredi transakcijo",
"@billsEditBill": {
"description": "Text for edit bill flows"
},
"billsErrorLoading": "Napaka pri nalaganju transakcij.",
"@billsErrorLoading": {
"description": "Generic error message when bills can't be loaded (shouldn't occur)"
},
"billsExactAmountAndFrequency": "Račun se ujema s transakcijami v vrednosti {value}. Ponavlja se {frequency, select, weekly{tedensko} monthly{mesečno} quarterly{četrtletno} halfyear{polletno} yearly{letno} other{neznano}}{skip, plural, =0{} other{, preskoči čez {skip}}}.",
"@billsExactAmountAndFrequency": {
"description": "Bill match for exact amount and frequency",
"placeholders": {
"value": {
"type": "String",
"example": "$50.12"
},
"frequency": {
"type": "String",
"example": "yearly"
},
"skip": {
"type": "num",
"example": "1"
}
}
},
"billsExpectedOn": "Predvideno {date}",
"@billsExpectedOn": {
"description": "Describes what date the bill is expected",
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMMMMd",
"example": "January 5, 2024"
}
}
},
"billsFrequency": "{frequency, select, weekly{Tedensko} monthly{Mesečno} quarterly{Četrtletno} halfyear{Polletno} yearly{Letno} other{Neznano}}",
"@billsFrequency": {
"description": "Bill frequency",
"placeholders": {
"frequency": {
"type": "String",
"example": "yearly"
}
}
},
"billsFrequencySkip": "{frequency, select, weekly{Tedensko} monthly{Mesečno} quarterly{Četrtletno} halfyear{Polletno} yearly{Letno} other{Neznano}}{skip, plural, =0{} other{, preskoči čez {skip}}}",
"@billsFrequencySkip": {
"description": "Bill frequency",
"placeholders": {
"frequency": {
"type": "String",
"example": "yearly"
},
"skip": {
"type": "num",
"example": "1"
}
}
},
"billsInactive": "Neaktiven",
"@billsInactive": {
"description": "Text: when the bill is inactive"
},
"billsIsActive": "Transakcija je aktivna",
"@billsIsActive": {
"description": "Text: the bill is active"
},
"billsLayoutGroupSubtitle": "Transakcije, prikazane v dodeljenih skupinah.",
"@billsLayoutGroupSubtitle": {
"description": "Subtitle text for group layout option"
},
"billsLayoutGroupTitle": "Skupina",
"@billsLayoutGroupTitle": {
"description": "Title text for group layout option"
},
"billsLayoutListSubtitle": "Transakcije prikazane na seznamu, razvrščenem po določenih kriterijih.",
"@billsLayoutListSubtitle": {
"description": "Subtitle text for list layout option"
},
"billsLayoutListTitle": "Seznam",
"@billsLayoutListTitle": {
"description": "Title text for list layout option"
},
"billsListEmpty": "Seznam je trenutno prazen.",
"@billsListEmpty": {
"description": "Describes that the list is empty"
},
"billsNextExpectedMatch": "Naslednje pričakovano ujemanje",
"@billsNextExpectedMatch": {
"description": "Text: next expected match for bill"
},
"billsNotActive": "Transakcija ni aktivna",
"@billsNotActive": {
"description": "Text: the bill is inactive"
},
"billsNotExpected": "Ni pričakovano v tem obdobju",
"@billsNotExpected": {
"description": "Describes that the bill is not expected this period"
},
"billsNoTransactions": "Ni najdenih transakcij.",
"@billsNoTransactions": {
"description": "Describes that there are no transactions connected to the bill"
},
"billsPaidOn": "Plačano dne {date}",
"@billsPaidOn": {
"description": "Describes what date the bill was paid",
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMMMMd",
"example": "January 5, 2024"
}
}
},
"billsSortAlphabetical": "Po abecedi",
"@billsSortAlphabetical": {
"description": "Text for alphabetical sort types"
},
"billsSortByTimePeriod": "Po časovnem obdobju",
"@billsSortByTimePeriod": {
"description": "Text for frequency sort type"
},
"billsSortDirection": "{sortDirection, select, ascending{Naraščajoče} descending{Padajoče} other{Neznano}}",
"@billsSortDirection": {
"description": "Bill sort direction",
"placeholders": {
"sortDirection": {
"type": "String",
"example": "Ascending"
}
}
},
"billsSortFrequency": "Pogostost",
"@billsSortFrequency": {
"description": "Text for sort by frequency"
},
"billsSortName": "Naziv",
"@billsSortName": {
"description": "Text for sort by name"
},
"billsUngrouped": "Nezdruženo",
"@billsUngrouped": {
"description": "Title for ungrouped bills"
},
"categoryDeleteConfirm": "Ali ste prepričani, da želite izbrisati to kategorijo? Transakcije ne bodo izbrisane, vendar ne bodo imele več kategorije.",
"@categoryDeleteConfirm": {
"description": "Confirmation text to delete category"
Expand All @@ -59,6 +247,14 @@
"@categoryErrorLoading": {
"description": "Generic error message when categories can't be loaded (shouldn't occur)"
},
"categoryFormLabelIncludeInSum": "Vključi v mesečni znesek",
"@categoryFormLabelIncludeInSum": {
"description": "Category Add/Edit Form: Label for toggle field to include value in monthly sum"
},
"categoryFormLabelName": "Ime kategorije",
"@categoryFormLabelName": {
"description": "Category Add/Edit Form: Label for name field"
},
"categoryMonthNext": "Naslednji mesec",
"@categoryMonthNext": {
"description": "Button title to view overview for next month"
Expand All @@ -67,6 +263,10 @@
"@categoryMonthPrev": {
"description": "Button title to view overview for previous month"
},
"categorySumExcluded": "izvzeto",
"@categorySumExcluded": {
"description": "Label that the category is excluded from the monthly sum. The label will be shown in the place where usually the monthly percentage share is shown. Should be a single word if possible."
},
"categoryTitleAdd": "Dodaj kategorijo",
"@categoryTitleAdd": {
"description": "Title for Dialog: Add Category"
Expand All @@ -79,7 +279,7 @@
"@categoryTitleEdit": {
"description": "Title for Dialog: Edit Category"
},
"catNone": "<no category>",
"catNone": "<brez kategorije>",
"@catNone": {
"description": "Placeholder when no category has been set."
},
Expand Down Expand Up @@ -555,6 +755,10 @@
"@navigationAccounts": {
"description": "Navigation Label: Accounts Page"
},
"navigationBills": "Transakcije",
"@navigationBills": {
"description": "Navigation Label: Bills"
},
"navigationCategories": "Kategorije",
"@navigationCategories": {
"description": "Navigation Label: Categories"
Expand All @@ -567,6 +771,10 @@
"@navigationSettings": {
"description": "Navigation Label: Settings"
},
"no": "Ne",
"@no": {
"description": "The word no"
},
"numPercent": "{num}",
"@numPercent": {
"description": "Number formatted as percentage",
Expand Down Expand Up @@ -906,5 +1114,9 @@
"transactionTypeWithdrawal": "Odliv",
"@transactionTypeWithdrawal": {
"description": "Withdrawal transaction type"
},
"yes": "Da",
"@yes": {
"description": "The word yes"
}
}
Loading

0 comments on commit 3304917

Please sign in to comment.