mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 09:34:05 +00:00
* feat: Add toggle on mobile to show/hide checkboxes in transaction page
* fix: Add multi-select toggle also in activities page. Make JS controller compatible also in this view.
* feat: Add category in mobile view
* feat: Add mobile layout for transaction categories
* feat: Add margin for pagination on mobile
* fix: Ensure category exists when displaying the name
* fix: Adjust mobile paddings
* fix: Display "uncategorized" label if no category is set
* fix: Expand transaction name/subtitle
* feat: Add merchant name on desktop view
* feat: Move merchant name before account name
* fix: Add class to hide merchant on mobile
* feat: Add merchant logo on mobile
* fix: add pointer-events-none to merchant image on mobile view
* feat: toggle header checkbox in transaction page when button is clicked
* Remove unnecessary CSS class
* Remove duplicate CSS class
* Remove wrong Enable Banking logo URL
* Update app/views/transactions/_transaction.html.erb
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Alessio Cappa <104093777+alessiocappa@users.noreply.github.com>
* Revert "Update app/views/transactions/_transaction.html.erb"
This reverts commit 9766c50a1d.
* Add translation for Loan Payment/Transfer
* Apply review comments
* Add accessible name for toggle based on review comments
* Use border instead of border-1 class
* Apply review comments
* Missing l10n key
---------
Signed-off-by: Alessio Cappa <104093777+alessiocappa@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
85 lines
2.4 KiB
YAML
85 lines
2.4 KiB
YAML
---
|
|
de:
|
|
transactions:
|
|
form:
|
|
account: Konto
|
|
account_prompt: Konto auswählen
|
|
amount: Betrag
|
|
category: Kategorie
|
|
category_prompt: Kategorie auswählen
|
|
date: Datum
|
|
description: Beschreibung
|
|
description_placeholder: Transaktion beschreiben
|
|
expense: Ausgabe
|
|
income: Einnahme
|
|
none: (keine)
|
|
note_label: Notizen
|
|
note_placeholder: Notiz eingeben
|
|
submit: Transaktion hinzufügen
|
|
tags_label: Tags
|
|
transfer: Überweisung
|
|
new:
|
|
new_transaction: Neue Transaktion
|
|
show:
|
|
account_label: Konto
|
|
amount: Betrag
|
|
category_label: Kategorie
|
|
date_label: Datum
|
|
delete: Löschen
|
|
delete_subtitle: Diese Aktion löscht die Transaktion dauerhaft, beeinflusst deine bisherigen Kontostände und kann nicht rückgängig gemacht werden.
|
|
delete_title: Transaktion löschen
|
|
details: Details
|
|
merchant_label: Händler
|
|
name_label: Name
|
|
nature: Typ
|
|
none: (keine)
|
|
note_label: Notizen
|
|
note_placeholder: Notiz eingeben
|
|
overview: Übersicht
|
|
settings: Einstellungen
|
|
tags_label: Tags
|
|
uncategorized: (ohne Kategorie)
|
|
header:
|
|
edit_categories: Kategorien bearbeiten
|
|
edit_imports: Importe bearbeiten
|
|
edit_merchants: Händler bearbeiten
|
|
edit_tags: Tags bearbeiten
|
|
import: Importieren
|
|
index:
|
|
transaction: Transaktion
|
|
transactions: Transaktionen
|
|
searches:
|
|
filters:
|
|
amount_filter:
|
|
equal_to: Gleich
|
|
greater_than: Größer als
|
|
less_than: Kleiner als
|
|
placeholder: '0'
|
|
badge:
|
|
expense: Ausgabe
|
|
income: Einnahme
|
|
on_or_after: am oder nach %{date}
|
|
on_or_before: am oder vor %{date}
|
|
transfer: Überweisung
|
|
type_filter:
|
|
expense: Ausgabe
|
|
income: Einnahme
|
|
transfer: Überweisung
|
|
menu:
|
|
account_filter: Konto
|
|
amount_filter: Betrag
|
|
apply: Anwenden
|
|
cancel: Abbrechen
|
|
category_filter: Kategorie
|
|
clear_filters: Filter löschen
|
|
date_filter: Datum
|
|
merchant_filter: Händler
|
|
tag_filter: Tag
|
|
type_filter: Typ
|
|
search:
|
|
equal_to: gleich
|
|
greater_than: größer als
|
|
less_than: kleiner als
|
|
form:
|
|
toggle_selection_checkboxes: Alle Kontrollkästchen umschalten
|