mcms-node-framework
Version:
the mcms-node framwork
40 lines (39 loc) • 1.08 kB
JSON
{
"Hello": "Hello 11",
"Hello %s, how are you today?": "Hello %s, how are you today?",
"weekend": "weekend this is not %(name)s %(surname)s",
"Hello %s, how are you today? How was your %s.": "Hello %s, how are you today? How was your %s.",
"Hi": "Hi",
"Howdy": "Howdy",
"cat": {
"one": "%s cat",
"other": "%s cats for %s"
},
"There is one monkey in the %%s": {
"one": "There is one monkey in the %%s",
"other": "There are %d monkeys in the %%s"
},
"tree": "Baum %s is %s",
"There is one monkey in the %s": {
"one": "There is one monkey in the %s",
"other": "There are %d monkeys in the %s"
},
"Hello %s": "Hello %s",
"Hello {{name}}": "Hello {{name}}",
"Hello {{name}}, how was your %s?": "Hello {{name}}, how was your %s?",
"format": {
"date": "MM/DD/YYYY",
"time": "h:mm:ss a"
},
"greeting": {
"formal": "Hello",
"informal": "Hi",
"placeholder": {
"formal": "Hello %s",
"informal": "Hi %s",
"loud": "greeting.placeholder.loud"
}
},
"cat.one": "cat.one",
"greeting.placeholder.informal": "greeting.placeholder.informal"
}