fix: Complete missing server translations

This commit is contained in:
Maksim Eltyshev
2025-10-30 19:10:33 +01:00
parent 232a760a3d
commit 3a84fb2d52
22 changed files with 357 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"Card Created": "カードが作成されました",
"Card Moved": "カードが移動されました",
"New Comment": "新しいコメント",
"Test Title": "テストタイトル",
"This is a test text message!": "これはテストテキストメッセージです!",
"This is a *test* **markdown** `message`!": "これは*テスト***markdown**`メッセージ`です!",
"This is a <i>test</i> <b>html</b> <code>message</code>!": "これは<i>テスト</i><b>html</b><code>メッセージ</code>です!",
"You Were Added to Card": "カードに追加されました",
"You Were Mentioned in Comment": "コメントでメンションされました",
"%s added you to %s on %s": "%sが%sの%sにあなたを追加しました",
"%s created %s in %s on %s": "%sが%sの%sに%sを作成しました",
"%s left a new comment to %s on %s": "%sが%sの%sに新しいコメントを残しました",
"%s mentioned you in %s on %s": "%sが%sの%sであなたをメンションしました",
"%s moved %s from %s to %s on %s": "%sが%sの%sを%sから%sに移動しました"
}