Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Review strings
Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat committed Feb 10, 2020
commit ae0004f4ef978936d25383d3d10b18f6079c0a6e
16 changes: 8 additions & 8 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,44 +20,44 @@
},
"stepper":
{
"fs": {
"FS": {
"heading": "Help with choosing a license",
"question": "Do you know which license you need?",
"selected": "I know the license I need",
"not-selected": "I need help selecting the license"
},
"by": {
"BY": {
"heading": "Attribution",
"question": "Do you want to require attribution for your work?",
"selected": "Anyone using my work must give me appropriate credit.",
"not-selected": "Anyone can use my work even without attribution."
},
"nc": {
"NC": {
"heading": "Commercial Use",
"question": "Do you want to prohibit others commercial use of your work?",
"selected": "Others cannot use my work for commercial purposes.",
"not-selected": "Others can use my work for commercial purposes."
},
"nd": {
"ND": {
"heading": "Derivative Works",
"question": "Do you want to prohibit others distributing your work if they remix, transform or build upon it?",
"selected": "Others can use and share my work only as is, without modifications.",
"not-selected": "Others may share modified version of your work."
},
"sa": {
"SA": {
"heading": "Share on the Same Terms",
"question": "Do you want to prohibit sharing your work under other terms?",
"selected": "Anyone who changes your work must share their contributions under the same license as the original.",
"not-selected": "Anyone who changes your work can distribute their contributions under a different license."
},
"cw": {
"CW": {
"heading": "Waive your Copyright"
},
"dd": {
"DD": {
"heading": "Creative Commons License",
"question": "Which license do you need?"
},
"ad": {
"AD": {
"heading": "Attribution Details",
"instructions": "Filling out this form is optional, but helps others attribute your work to you, and fills in machine-readable code"
},
Expand Down