Skip to content

Commit

Permalink
Add German translations for SPA prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
range-of-motion committed Sep 1, 2024
1 parent c88a339 commit 6f48012
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
59 changes: 59 additions & 0 deletions resources/assets/js/prototype/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"amount": "Betrag",
"create": "Erstellen",
"dailyBalanceGraphDescription": "Hier ist dein Kontostand im Laufe des Monats",
"dashboard": "Dashboard",
"date": "Datum",
"description": "Beschreibung",
"earning": "Einnahme",
"earningDescriptionPlaceholder": "Gehalt Februar",
"email": "E-mail",
"goodAfternoon": "Guten Nachmittag",
"goodEvening": "Guten Abend",
"goodMorning": "Guten Morgen",
"language": "Sprache",
"logIn": "Anmelden",
"password": "Passwort",
"recurringDescription": "Dies ist eine wiederkehrende Transaktion—erstelle sie auch in Zukunft für mich",
"spending": "Ausgabe",
"spendingDescriptionPlaceholder": "Geburtstagsgeschenk für Angela",
"tag": "Schlagwort",
"theme": "Thema",
"transactions": "Transaktionen",
"weeklyReport": "Wochenbericht",

"activities": {
"tag": {
"created": "hat das Schlagwort #{id} erstellt",
"deleted": "hat das Schlagwort #{id} gelöscht"
},

"transaction": {
"created": "hat die Transaktion #{id} erstellt",
"deleted": "hat die Transaktion #{id} gelöscht"
}
},

"intervals": {
"daily": "Täglich",
"weekly": "Wöchentlich",
"biweekly": "Zweiwöchentlich",
"monthly": "Monatlich",
"yearly": "Jährlich"
},

"months": {
"january": "Januar",
"february": "Februar",
"march": "März",
"april": "April",
"may": "Mai",
"june": "Juni",
"july": "Juli",
"august": "August",
"september": "September",
"october": "Oktober",
"november": "November",
"december": "Dezember"
}
}
2 changes: 2 additions & 0 deletions resources/assets/js/prototype/translations/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import * as en from './en.json';
import * as nl from './nl.json';
import * as de from './de.json';

export default {
en,
nl,
de,
};

0 comments on commit 6f48012

Please sign in to comment.