Skip to content

Commit

Permalink
New translations en-us.json (English)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Nov 19, 2024
1 parent e8953ff commit 23b5957
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/locales/messages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,13 @@
"cocktail-removed": "Cocktail removed from menu category",
"menu-not-found": "Menu not found",
"description": "Here you can set up a simple web menu for your bar. You can update your bar link when adding or editing a bar. Use the URL or QR code to share your bar menu with the guests.",
"no-cocktails-added": "Menu needs to have at least one cocktail"
"no-cocktails-added": "Menu needs to have at least one cocktail",
"calculate-price": "Calculate price",
"clear-category-confirm": "This will remove all cocktails from category \"{name}\"",
"category-cleared": "Category cleared",
"clear-category": "Clear category",
"add-shelf-cocktails": "Add missing cocktails from bar shelf",
"export": "Export as csv"
},
"bar": {
"url": "Custom bar URL",
Expand Down Expand Up @@ -596,7 +602,8 @@
"currency": "Currency",
"currency-format-notice": "Currency must be in ISO 4271 (Alpha3) format",
"price-categories-empty": "There is no price categories",
"no-matching-units": "No matching unit pricing found"
"no-matching-units": "No matching unit pricing found",
"select": "Select price"
},
"prices": {
"add": "Add price",
Expand All @@ -611,5 +618,7 @@
"bar_shelf": {
"cocktails": "Bar shelf cocktails"
},
"bar-shelf-ingredients": "Bar shelf ingredients"
"bar-shelf-ingredients": "Bar shelf ingredients",
"target-pour-cost": "Target pour cost",
"target-pour-cost-help": "Percentage of the cocktail's selling price that comes from the cost of the ingredients."
}

0 comments on commit 23b5957

Please sign in to comment.