Merge pull request #1495 from processing/missing-translations
[#1492] Update missing translations in en-US
This commit is contained in:
commit
6556997990
2 changed files with 7 additions and 6 deletions
|
@ -113,7 +113,7 @@
|
||||||
padding-right: #{20 / $base-font-size}rem;
|
padding-right: #{20 / $base-font-size}rem;
|
||||||
|
|
||||||
& .nav__dropdown {
|
& .nav__dropdown {
|
||||||
width: #{122 / $base-font-size}rem;
|
width: #{125 / $base-font-size}rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -86,13 +86,13 @@
|
||||||
"Password": "Password",
|
"Password": "Password",
|
||||||
"ConfirmPassword": "Confirm Password",
|
"ConfirmPassword": "Confirm Password",
|
||||||
"OpenedNewSketch": "Opened new sketch.",
|
"OpenedNewSketch": "Opened new sketch.",
|
||||||
"Hello": "Hello",
|
"Hello": "Hello",
|
||||||
"MyAccount": "My Account",
|
"MyAccount": "My Account",
|
||||||
"My":"My",
|
"My":"My",
|
||||||
"Sketches": "My sketches",
|
"MySketches": "My Sketches",
|
||||||
"Collections": "My collections",
|
"MyCollections": "My Collections",
|
||||||
"Asset": "Asset",
|
"Asset": "Asset",
|
||||||
"MyAssets": "My assets",
|
"MyAssets": "My Assets",
|
||||||
"TitleAbout": "p5.js Web Editor | About",
|
"TitleAbout": "p5.js Web Editor | About",
|
||||||
"CodeEditing": "Code Editing",
|
"CodeEditing": "Code Editing",
|
||||||
"Error": "Error",
|
"Error": "Error",
|
||||||
|
@ -109,7 +109,8 @@
|
||||||
"FindPreviousTextMatch": "Find Previous Text Match",
|
"FindPreviousTextMatch": "Find Previous Text Match",
|
||||||
"Code editing keyboard shortcuts follow": "Code editing keyboard shortcuts follow",
|
"Code editing keyboard shortcuts follow": "Code editing keyboard shortcuts follow",
|
||||||
"Sublime Text shortcuts": "Sublime Text shortcuts",
|
"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"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue