mcms-node-localization
Version:
mcms node localization module
29 lines (28 loc) • 859 B
JSON
{
"Hello": "Hallo",
"Hello %s, how are you today?": "Hallo %s, wie geht es dir heute?",
"weekend": "weekend this is not {{name}} {{surname}}",
"Hello %s, how are you today? How was your %s.": "Hallo %s, wie geht es dir heute? Wie war dein %s.",
"Hi": "Hi",
"Howdy": "Hallöchen",
"cat": {
"one": "%s Katze",
"other": "%s Katzen"
},
"There is one monkey in the %%s": {
"one": "Im %%s sitzt ein Affe",
"other": "Im Baum sitzen %d Affen"
},
"tree": "Baum",
"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": "Hallo %s",
"Hello {{name}}": "Hallo {{name}}",
"Hello {{name}}, how was your %s?": "Hallo {{name}}, wie war dein %s?",
"format": {
"date": "DD.MM.YYYY",
"time": "hh:mm:ss"
}
}