mirror of
https://github.com/plankanban/planka.git
synced 2025-12-30 01:12:01 +03:00
13 lines
601 B
JSON
13 lines
601 B
JSON
{
|
|
"Card Created": "Card Created",
|
|
"Card Moved": "Card Moved",
|
|
"New Comment": "New Comment",
|
|
"Test Title": "Test Title",
|
|
"This is a test text message!": "This is a test text message!",
|
|
"This is a *test* **markdown** `message`!": "This is a *test* **markdown** `message`!",
|
|
"This is a <i>test</i> <b>html</b> <code>message</code>": "This is a <i>test</i> <b>html</b> <code>message</code>",
|
|
"%s created %s in %s on %s": "%s created %s in %s on %s",
|
|
"%s left a new comment to %s on %s": "%s left a new comment to %s on %s",
|
|
"%s moved %s from %s to %s on %s": "%s moved %s from %s to %s on %s"
|
|
}
|