Initial (redacted) commit.
This commit is contained in:
commit
655f8a036a
368 changed files with 20949 additions and 0 deletions
20
learning/demo-app/lib/l10n/app_de.arb
Normal file
20
learning/demo-app/lib/l10n/app_de.arb
Normal 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"
|
||||
}
|
27
learning/demo-app/lib/l10n/app_en.arb
Normal file
27
learning/demo-app/lib/l10n/app_en.arb
Normal 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."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue