habitrack/learning/demo-app/lib/l10n/app_en.arb

27 lines
736 B
Text
Raw Normal View History

2024-08-26 00:34:20 +02:00
{
"@@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."
}