Initial (redacted) commit.

This commit is contained in:
mustard 2024-08-26 00:34:20 +02:00
commit 655f8a036a
368 changed files with 20949 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"@@locale": "de",
"appTitle": "Demo-App mit Riverpod und go_router",
"ok": "Ok",
"cancel": "Abbrechen",
"yes": "Ja",
"no": "Nein",
"add": "Hinzufügen",
"save": "Speichern",
"error": "Sorry, da ist etwas schief gegangen...",
"loading": "Lade ...",
"select": "Auswahl",
"selected": "Ausgewählt",
"search": "Suche",
"counterLabel": "Du hast den Button sooft gedrückt:",
"fabMainTooltip": "erhöhen",
"placeholder": "placeholder",
"home": "Start",
"counter": "Zähler"
}

View file

@ -0,0 +1,27 @@
{
"@@locale": "en",
"appTitle": "Demo app with riverpod and go_router",
"ok": "Ok",
"cancel": "Cancel",
"yes": "Yes",
"no": "No",
"add": "Add",
"save": "Save",
"error": "We apologize for the inconvenience. This should not have happened...",
"loading": "Loading",
"select": "Select",
"selected": "Selected",
"deselect": "Deselect",
"search": "Search",
"counterLabel": "You have pushed the button this many times:",
"fabMainTooltip": "Increment",
"placeholder": "placeholder",
"requiredField": "This field is required",
"labelName": "Name",
"labelImageUrl": "Url of an image",
"delete": "Delete",
"home": "Home",
"counter": "Counter",
"details": "Details",
"noItems": "Sorry, no items."
}