Skip to content

Commit

Permalink
Merge pull request #66 from allthepies/master
Browse files Browse the repository at this point in the history
Fixed spelling mistakes
  • Loading branch information
vitotai committed Mar 17, 2020
2 parents 909a154 + 4e32b61 commit 05c73cd
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.pio
.clang_complete
.gcc-flags.json
10 changes: 5 additions & 5 deletions html.src/src/index.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
<script type="text/javascript" src="js/bm-recipe.js" ignore></script>
-->
<link rel="stylesheet" href="css/dygraph.css">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<link rel="stylesheet" href="css/lib.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/recipe.css">
<script type="text/javascript" src="js/resource.js"></script>
<script type="text/javascript" src="js/settings.js"></script>

<script>

$(function() {
$(".fn").hide();
var mySlidebars = new $.slidebars();
Expand Down Expand Up @@ -108,7 +108,7 @@
$("#dialog-confirm").hide();
$("#dialog-alert").hide();

// test
// test
// $("#soundid").selectmenu();
$("#playsound").button().click(function(event) {
event.preventDefault();
Expand Down Expand Up @@ -1114,7 +1114,7 @@ <h3>
</div>
<div id="recipe-view-panel">
<h3>
<%= reicpe %>
<%= recipe %>
</h3>
<div>
<button id="recipe-del"><%= delete_recipe %></button>
Expand Down Expand Up @@ -1801,4 +1801,4 @@ <h2>

</body>

</html>
</html>
4 changes: 2 additions & 2 deletions html.src/src/locales/chinese.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"import_beerxml": "Import BeerXML",
"save_as": "Save As",
"brew_xml": "Brew",
"reicpe": "Recipe",
"recipe": "Recipe",
"delete_recipe": "Delete",
"brew_recipe": "Brew",
"recipe_name": "Name",
Expand Down Expand Up @@ -414,4 +414,4 @@
"whirlpool_cold": "Cold",

"__end__": "end of file"
}
}
14 changes: 7 additions & 7 deletions html.src/src/locales/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"chart_title": "Temperature Chart",

"button_up": "Up",
"button_down": "Dowwn",
"button_down": "Down",
"button_start": "Start",
"button_enter": "Enter",

Expand Down Expand Up @@ -200,7 +200,7 @@

"sparge_water_heating_control": "Sparge Water Heating Control",
"control_sparge_heating": "Control Sparge Heating",
"sparge_temperature_control": "Tempearature Control",
"sparge_temperature_control": "Temperature Control",
"sensor_index": "Sensor Index",
"target_temperature": "Target Temperature",
"Temperature_difference": "Temp. Difference",
Expand Down Expand Up @@ -274,7 +274,7 @@
"import_beerxml": "Import BeerXML",
"save_as": "Save As",
"brew_xml": "Brew",
"reicpe": "Recipe",
"recipe": "Recipe",
"delete_recipe": "Delete",
"brew_recipe": "Brew",
"recipe_name": "Name",
Expand Down Expand Up @@ -314,15 +314,15 @@
"days": "days",
"recipe_note": "Note:",

"__network_settings__": "Netork setting tab",
"__network_settings__": "Network setting tab",
"network_settings": "Network Settings",
"connected_network": "Connected Network",
"host_network_name": "Host/Network Name",
"always_need_password": "Always Need Password",
"new_user_name": "New User Name",
"new_password": "New Password",
"retype_new_password": "Retype New Password",
"new_password_dont_match": "New Passwords don't mathch!!",
"new_password_dont_match": "New Passwords don't match!!",
"user_name": "User Name",
"password": "Password",
"new_setting_will_be_effective": "New setting will be effective after restart.",
Expand Down Expand Up @@ -378,7 +378,7 @@
"play": "Play",

"__dialogs__": "dialogs",
"dlg_connection_down": "The connection to BrewManiac is down. It might be wireless issue or ESP8266 issue. Check your Brew ASAP.",
"dlg_connection_down": "The connection to BrewManiac is down. It might be a wireless issue or ESP8266 issue. Check your Brew ASAP.",
"dlg_warning_1": "Never leave your brew unattended!",
"dlg_warning_2": "Wireless connection may be unstable, and the status may be out of sync.",
"dlg_warning_3": "Use at your own risk.",
Expand Down Expand Up @@ -416,4 +416,4 @@
"whirlpool_cold": "Cold",

"__end__": "end of file"
}
}
4 changes: 2 additions & 2 deletions html.src/src/locales/italiano.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"import_beerxml": "Importa BeerXML",
"save_as": "Salva con nome",
"brew_xml": "Brew",
"reicpe": "Ricetta",
"recipe": "Ricetta",
"delete_recipe": "Elimina",
"brew_recipe": "Brew",
"recipe_name": "Nome",
Expand Down Expand Up @@ -416,4 +416,4 @@
"whirlpool_cold": "Cold",

"__end__": "fine del file"
}
}
4 changes: 2 additions & 2 deletions html.src/src/locales/portuguese-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"import_beerxml": "Importar BeerXML",
"save_as": "Salvar como",
"brew_xml": "Brassar",
"reicpe": "Receita",
"recipe": "Receita",
"delete_recipe": "Deletar",
"brew_recipe": "Brassar",
"recipe_name": "Nome",
Expand Down Expand Up @@ -416,4 +416,4 @@
"whirlpool_cold": "Frio",

"__end__": "end of file"
}
}
4 changes: 2 additions & 2 deletions html.src/src/locales/russian.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"import_beerxml": "Импорт BeerXML",
"save_as": "Сохранить как",
"brew_xml": "Сварить по этому рецепту",
"reicpe": "Рецепт",
"recipe": "Рецепт",
"delete_recipe": "Удалить",
"brew_recipe": "Сварить по этому рецепту",
"recipe_name": "Название",
Expand Down Expand Up @@ -418,4 +418,4 @@


"__end__": "end of file"
}
}
4 changes: 2 additions & 2 deletions html.src/src/locales/spanish.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"import_beerxml": "Importar BeerXML",
"save_as": "Guardar como",
"brew_xml": "Cocinar",
"reicpe": "Receta",
"recipe": "Receta",
"delete_recipe": "Borrar",
"brew_recipe": "Cocinar",
"recipe_name": "Nombre",
Expand Down Expand Up @@ -417,4 +417,4 @@
"whirlpool_cold": "Frio",

"__end__": "Fin del archivo"
}
}

0 comments on commit 05c73cd

Please sign in to comment.