[#1492] Update missing translations in en-US

This commit is contained in:
Cassie Tarakajian 2020-07-13 17:16:14 -04:00
parent 9767a749cd
commit 2b67ea7575
2 changed files with 7 additions and 6 deletions

View File

@ -113,7 +113,7 @@
padding-right: #{20 / $base-font-size}rem;
& .nav__dropdown {
width: #{122 / $base-font-size}rem;
width: #{125 / $base-font-size}rem;
}
}

View File

@ -86,13 +86,13 @@
"Password": "Password",
"ConfirmPassword": "Confirm Password",
"OpenedNewSketch": "Opened new sketch.",
"Hello": "Hello",
"Hello": "Hello",
"MyAccount": "My Account",
"My":"My",
"Sketches": "My sketches",
"Collections": "My collections",
"MySketches": "My Sketches",
"MyCollections": "My Collections",
"Asset": "Asset",
"MyAssets": "My assets",
"MyAssets": "My Assets",
"TitleAbout": "p5.js Web Editor | About",
"CodeEditing": "Code Editing",
"Error": "Error",
@ -109,7 +109,8 @@
"FindPreviousTextMatch": "Find Previous Text Match",
"Code editing keyboard shortcuts follow": "Code editing keyboard shortcuts follow",
"Sublime Text shortcuts": "Sublime Text shortcuts",
"WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes."
"WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes.",
"LogOut": "Log Out"
}