forked from mattermost/mattermost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathja.json
7033 lines (7033 loc) · 275 KB
/
ja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": "April",
"translation": "4月"
},
{
"id": "August",
"translation": "8月"
},
{
"id": "December",
"translation": "12月"
},
{
"id": "February",
"translation": "2月"
},
{
"id": "January",
"translation": "1月"
},
{
"id": "July",
"translation": "7月"
},
{
"id": "June",
"translation": "6月"
},
{
"id": "March",
"translation": "3月"
},
{
"id": "May",
"translation": "5月"
},
{
"id": "November",
"translation": "11月"
},
{
"id": "October",
"translation": "10月"
},
{
"id": "September",
"translation": "9月"
},
{
"id": "actiance.export.marshalToXml.appError",
"translation": "エクスポート情報をXMLへ変換できませんでした。"
},
{
"id": "api.admin.add_certificate.array.app_error",
"translation": "リクエストの 'certificate' 以下にファイルがありません"
},
{
"id": "api.admin.add_certificate.no_file.app_error",
"translation": "リクエストの'certificate'以下にファイルがありません"
},
{
"id": "api.admin.add_certificate.open.app_error",
"translation": "証明書ファイルを開くことができませんでした。"
},
{
"id": "api.admin.add_certificate.saving.app_error",
"translation": "証明書ファイルを保存できませんでした。"
},
{
"id": "api.admin.file_read_error",
"translation": "ログファイルの読み込み中にエラーが発生しました。"
},
{
"id": "api.admin.get_brand_image.storage.app_error",
"translation": "画像ストレージは設定されていません。"
},
{
"id": "api.admin.remove_certificate.delete.app_error",
"translation": "OAuth2アプリケーションを削除中にエラーが発生しました"
},
{
"id": "api.admin.saml.metadata.app_error",
"translation": "サービスプロバイダーのメタデータを構築中にエラーが発生しました。"
},
{
"id": "api.admin.saml.not_available.app_error",
"translation": "SAML 2.0 は、このサーバーでは設定されていないかサポートされていません。"
},
{
"id": "api.admin.test_email.body",
"translation": "あなたの電子メール設定が正しく行われました!"
},
{
"id": "api.admin.test_email.missing_server",
"translation": "SMTPサーバーが必要です"
},
{
"id": "api.admin.test_email.reenter_password",
"translation": "SMTPのサーバー名、ポート、ユーザー名のいずれかが変更されました。SMTPのパスワードを再度入力し、接続のテストをしてください。"
},
{
"id": "api.admin.test_email.subject",
"translation": "Mattermost - 電子メール設定のテスト"
},
{
"id": "api.admin.test_s3.missing_s3_bucket",
"translation": "S3バケット名が必要です"
},
{
"id": "api.admin.upload_brand_image.array.app_error",
"translation": "リクエストの'image'以下の配列が空です"
},
{
"id": "api.admin.upload_brand_image.no_file.app_error",
"translation": "リクエストの'image'以下にファイルがありません"
},
{
"id": "api.admin.upload_brand_image.parse.app_error",
"translation": "マルチパートフォームを解析できません"
},
{
"id": "api.admin.upload_brand_image.storage.app_error",
"translation": "画像ファイルをアップロードできません。画像ストレージが設定されていません。"
},
{
"id": "api.admin.upload_brand_image.too_large.app_error",
"translation": "画像ファイルをアップロードできません。ファイルが大き過ぎます。"
},
{
"id": "api.channel.add_member.added",
"translation": "%v は %v によってチャンネルに追加されました。"
},
{
"id": "api.channel.add_user.to.channel.failed.app_error",
"translation": "ユーザーをチャンネルに追加できませんでした"
},
{
"id": "api.channel.add_user.to.channel.failed.deleted.app_error",
"translation": "既にチームから削除されたユーザーのため、チャンネルに追加することはできません。"
},
{
"id": "api.channel.add_user_to_channel.type.app_error",
"translation": "この種類のチャンネルにはユーザーを追加することはできません"
},
{
"id": "api.channel.change_channel_privacy.private_to_public",
"translation": "このチャンネルは公開チャンネルに変更されたため、全てのチームメンバーが参加できるようになりました。"
},
{
"id": "api.channel.change_channel_privacy.public_to_private",
"translation": "このチャンネルは非公開チャンネルに変更されました。"
},
{
"id": "api.channel.convert_channel_to_private.default_channel_error",
"translation": "このデフォルトチャンネルは非公開チャンネルに変更できません。"
},
{
"id": "api.channel.convert_channel_to_private.private_channel_error",
"translation": "変更しようとしているチャンネルはすでに非公開チャンネルです。"
},
{
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "ダイレクトメッセージチャンネルを作成するにはcreateDirectChannel APIを使用してください"
},
{
"id": "api.channel.create_channel.invalid_character.app_error",
"translation": "ダイレクトチャンネル以外では文字列'__'をチャンネル名称に使うことはできません"
},
{
"id": "api.channel.create_channel.max_channel_limit.app_error",
"translation": "現在のチームには、{{.MaxChannelsPerTeam}}チャンネル以上作成できません"
},
{
"id": "api.channel.create_default_channels.off_topic",
"translation": "オフトピック"
},
{
"id": "api.channel.create_default_channels.town_square",
"translation": "タウンスクウェア"
},
{
"id": "api.channel.create_direct_channel.invalid_user.app_error",
"translation": "ダイレクトチャンネル作成のユーザーIDが不正です"
},
{
"id": "api.channel.create_group.bad_size.app_error",
"translation": "グループメッセージチャンネルは3〜8ユーザーでなければなりません"
},
{
"id": "api.channel.create_group.bad_user.app_error",
"translation": "指定されたユーザーの一人が存在しません"
},
{
"id": "api.channel.delete_channel.archived",
"translation": "%v がチャンネルをアーカイブしました。"
},
{
"id": "api.channel.delete_channel.cannot.app_error",
"translation": "デフォルトのチャンネルである{{.Channel}}は削除できません"
},
{
"id": "api.channel.delete_channel.deleted.app_error",
"translation": "チャンネルはアーカイブされているか削除されています"
},
{
"id": "api.channel.delete_channel.type.invalid",
"translation": "ダイレクトメッセージチャンネルもしくはグループメッセージチャンネルを削除できません"
},
{
"id": "api.channel.join_channel.permissions.app_error",
"translation": "あなたには必要な権限が付与されていません"
},
{
"id": "api.channel.join_channel.post_and_forget",
"translation": "%v がチャンネルに参加しました。"
},
{
"id": "api.channel.leave.default.app_error",
"translation": "デフォルトのチャンネル{{.Channel}}から脱退することはできません"
},
{
"id": "api.channel.leave.direct.app_error",
"translation": "ダイレクトメッセージチャンネルから脱退することはできません"
},
{
"id": "api.channel.leave.last_member.app_error",
"translation": "あなたが最後のメンバーです。脱退する代わりに非公開チャンネルを削除しましょう。"
},
{
"id": "api.channel.leave.left",
"translation": "%v がチャンネルから脱退しました。"
},
{
"id": "api.channel.patch_update_channel.forbidden.app_error",
"translation": "チャンネルを更新できませんでした"
},
{
"id": "api.channel.post_channel_privacy_message.error",
"translation": "チャンネル可視性更新メッセージを投稿できませんでした。"
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
"translation": "表示名更新メッセージを投稿できませんでした"
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.retrieve_user.error",
"translation": "チャンネル表示名を更新する際にユーザーを取得できませんでした"
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.updated_from",
"translation": "%sがチャンネル表示名を %s から %s に更新しました"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.post.error",
"translation": "チャンネルヘッダー更新メッセージを投稿できませんでした"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.removed",
"translation": "%sはチャンネルヘッダーを削除しました(これまでは%sでした)"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.retrieve_user.error",
"translation": "チャンネルヘッダーを更新する際にユーザーを取得できませんでした"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.updated_from",
"translation": "%sがチャンネルヘッダーを%sから%sに更新しました"
},
{
"id": "api.channel.post_update_channel_header_message_and_forget.updated_to",
"translation": "%sがチャンネルヘッダーを%sに更新しました"
},
{
"id": "api.channel.post_user_add_remove_message_and_forget.error",
"translation": "参加/脱退のメッセージを投稿できませんでした"
},
{
"id": "api.channel.remove.default.app_error",
"translation": "デフォルトのチャンネル{{.Channel}}からユーザーを削除することはできません"
},
{
"id": "api.channel.remove_channel_member.type.app_error",
"translation": "チャンネルからユーザーを削除できません。"
},
{
"id": "api.channel.remove_member.removed",
"translation": "%v はチャンネルから削除されました。"
},
{
"id": "api.channel.rename_channel.cant_rename_direct_messages.app_error",
"translation": "ダイレクトメッセージチャンネルの名前は変更できません"
},
{
"id": "api.channel.rename_channel.cant_rename_group_messages.app_error",
"translation": "グループメッセージチャンネルの名前は変更できません"
},
{
"id": "api.channel.update_channel.deleted.app_error",
"translation": "チャンネルはアーカイブされているか削除されています"
},
{
"id": "api.channel.update_channel.tried.app_error",
"translation": "デフォルトのチャンネル{{.Channel}}に不正な更新をしようとしました"
},
{
"id": "api.channel.update_channel_member_roles.scheme_role.app_error",
"translation": "与えられた役割はスキームによって管理されているため、チャンネルメンバーへ直接適用することはできません。"
},
{
"id": "api.channel.update_channel_scheme.license.error",
"translation": "現在のライセンスはチャンネルスキームの更新をサポートしていません"
},
{
"id": "api.channel.update_channel_scheme.scheme_scope.error",
"translation": "与えられたスキームがチャンネルスキームでないため、チャンネルへスキームを設定できません。"
},
{
"id": "api.channel.update_team_member_roles.scheme_role.app_error",
"translation": "与えられた役割はスキームによって管理されているため、チームメンバーへ直接適用することはできません。"
},
{
"id": "api.command.admin_only.app_error",
"translation": "統合機能は管理者のみ実行可能です。"
},
{
"id": "api.command.command_post.forbidden.app_error",
"translation": "指定されたユーザーは指定されたチャンネルに所属していません。"
},
{
"id": "api.command.disabled.app_error",
"translation": "コマンドがシステム管理者によって無効化されています。"
},
{
"id": "api.command.duplicate_trigger.app_error",
"translation": "このトリガーワードは既に使われています。他の単語を選んでください。"
},
{
"id": "api.command.execute_command.create_post_failed.app_error",
"translation": "コマンド '{{.Trigger}}' はレスポンスを投稿できませんでした。システム管理者に連絡してください。"
},
{
"id": "api.command.execute_command.debug",
"translation": "実行中 cmd=%v userId=%v"
},
{
"id": "api.command.execute_command.failed.app_error",
"translation": "トリガー'{{.Trigger}}'によるコマンドが失敗しました"
},
{
"id": "api.command.execute_command.failed_empty.app_error",
"translation": "トリガー'{{.Trigger}}'によるコマンドは空のレスポンスを返しました"
},
{
"id": "api.command.execute_command.failed_resp.app_error",
"translation": "トリガー'{{.Trigger}}'によるコマンドは{{.Status}}状態を返しました"
},
{
"id": "api.command.execute_command.not_found.app_error",
"translation": "'{{.Trigger}}'がトリガーのコマンドが見つかりませんでした。\"/\"で始まるメッセージを送信するには、メッセージの最初にスペースを加えてみてください。"
},
{
"id": "api.command.execute_command.start.app_error",
"translation": "コマンドのトリガーが見付かりません"
},
{
"id": "api.command.invite_people.desc",
"translation": "あなたのMattermostチームへ招待する電子メールを送る"
},
{
"id": "api.command.invite_people.email_invitations_off",
"translation": "招待メールが無効化されているため、招待メールは送信されませんでした。"
},
{
"id": "api.command.invite_people.email_off",
"translation": "電子メールが使えるように設定されていません。招待の電子メールは送信できませんでした。"
},
{
"id": "api.command.invite_people.fail",
"translation": "招待の電子メールを送信する際にエラーが発生しました"
},
{
"id": "api.command.invite_people.hint",
"translation": "[[email protected] ...]"
},
{
"id": "api.command.invite_people.invite_off",
"translation": "このサーバーではユーザー作成が無効化されており、招待は送信されません。"
},
{
"id": "api.command.invite_people.name",
"translation": "招待した人々"
},
{
"id": "api.command.invite_people.no_email",
"translation": "1つ以上の有効な電子メールアドレスを指定してください"
},
{
"id": "api.command.invite_people.sent",
"translation": "招待の電子メールを送信しました"
},
{
"id": "api.command.team_mismatch.app_error",
"translation": "他チームのコマンドは更新できません"
},
{
"id": "api.command_away.desc",
"translation": "離席状態に設定する"
},
{
"id": "api.command_away.name",
"translation": "離席中"
},
{
"id": "api.command_away.success",
"translation": "あなたは離席中です"
},
{
"id": "api.command_channel_header.channel.app_error",
"translation": "現在のチャンネルを取得する際にエラーが発生しました。"
},
{
"id": "api.command_channel_header.desc",
"translation": "チャンネルヘッダーを編集する"
},
{
"id": "api.command_channel_header.hint",
"translation": "[テキスト]"
},
{
"id": "api.command_channel_header.message.app_error",
"translation": "/headerコマンドはテキストを指定しなくてはいけません。"
},
{
"id": "api.command_channel_header.name",
"translation": "ヘッダー"
},
{
"id": "api.command_channel_header.permission.app_error",
"translation": "あなたにはチャンネルヘッダーを編集するのに必要な権限が付与されていません。"
},
{
"id": "api.command_channel_header.update_channel.app_error",
"translation": "現在のチャンネルを更新する際にエラーが発生しました。"
},
{
"id": "api.command_channel_purpose.channel.app_error",
"translation": "現在のチャンネルを取得する際にエラーが発生しました。"
},
{
"id": "api.command_channel_purpose.desc",
"translation": "チャンネルの目的を編集する"
},
{
"id": "api.command_channel_purpose.direct_group.app_error",
"translation": "ダイレクトメッセージチャンネルに目的を設定できません。代わりにヘッダーを設定する /header を使用してください。"
},
{
"id": "api.command_channel_purpose.hint",
"translation": "[テキスト]"
},
{
"id": "api.command_channel_purpose.message.app_error",
"translation": "/purpose コマンドはメッセージを指定しなくてはいけません。"
},
{
"id": "api.command_channel_purpose.name",
"translation": "目的"
},
{
"id": "api.command_channel_purpose.permission.app_error",
"translation": "あなたにはチャンネルの目的を編集するのに必要な権限が付与されていません。"
},
{
"id": "api.command_channel_purpose.update_channel.app_error",
"translation": "現在のチャンネルを更新する際にエラーが発生しました。"
},
{
"id": "api.command_channel_remove.channel.app_error",
"translation": "現在のチャンネルを取得する際にエラーが発生しました。"
},
{
"id": "api.command_channel_rename.channel.app_error",
"translation": "現在のチャンネルを取得する際にエラーが発生しました。"
},
{
"id": "api.command_channel_rename.desc",
"translation": "チャンネル名を変更する"
},
{
"id": "api.command_channel_rename.direct_group.app_error",
"translation": "ダイレクトメッセージチャンネル名を変更することはできません。"
},
{
"id": "api.command_channel_rename.hint",
"translation": "[テキスト]"
},
{
"id": "api.command_channel_rename.message.app_error",
"translation": "/rename コマンドはメッセージを指定しなくてはいけません。"
},
{
"id": "api.command_channel_rename.name",
"translation": "名称変更"
},
{
"id": "api.command_channel_rename.permission.app_error",
"translation": "あなたにはチャンネル名を変更するのに必要な権限が付与されていません。"
},
{
"id": "api.command_channel_rename.too_long.app_error",
"translation": "チャンネル名は {{.Length}} 文字以下でなくてはなりません"
},
{
"id": "api.command_channel_rename.too_short.app_error",
"translation": "チャンネル名は {{.Length}} 文字以上でなくてはなりません"
},
{
"id": "api.command_channel_rename.update_channel.app_error",
"translation": "現在のチャンネルを更新する際にエラーが発生しました。"
},
{
"id": "api.command_code.desc",
"translation": "テキストをコードブロックとして表示する"
},
{
"id": "api.command_code.hint",
"translation": "[テキスト]"
},
{
"id": "api.command_code.message.app_error",
"translation": "/echo コマンドはメッセージを指定しなくてはいけません。"
},
{
"id": "api.command_code.name",
"translation": "コード"
},
{
"id": "api.command_collapse.desc",
"translation": "画像プレビューの自動折りたたみをオンにする"
},
{
"id": "api.command_collapse.name",
"translation": "折りたたみ"
},
{
"id": "api.command_collapse.success",
"translation": "画像のリンクはデフォルトで折りたたまれます"
},
{
"id": "api.command_dnd.desc",
"translation": "取り込み中 はデスクトップ通知やモバイルプッシュ通知を無効にします。"
},
{
"id": "api.command_dnd.disabled",
"translation": "取り込み中 は無効です。"
},
{
"id": "api.command_dnd.error",
"translation": "ユーザーの状態を取得する際にエラーが発生しました。"
},
{
"id": "api.command_dnd.name",
"translation": "取り込み中"
},
{
"id": "api.command_dnd.success",
"translation": "取り込み中 が有効です。オフにするまでデスクトップ通知やモバイルプッシュ通知を受け取らなくなります。"
},
{
"id": "api.command_echo.delay.app_error",
"translation": "遅延時間は10000秒より短く設定してください"
},
{
"id": "api.command_echo.desc",
"translation": "あなたのアカウントからのエコーバックテキストです"
},
{
"id": "api.command_echo.high_volume.app_error",
"translation": "エコーのリクエストが多過ぎます。リクエストを処理できません"
},
{
"id": "api.command_echo.hint",
"translation": "'メッセージ' [遅延秒数]"
},
{
"id": "api.command_echo.message.app_error",
"translation": "/echo コマンドはメッセージを指定しなくてはいけません。"
},
{
"id": "api.command_echo.name",
"translation": "エコー"
},
{
"id": "api.command_expand.desc",
"translation": "画像プレビューの自動折りたたみをオフにする"
},
{
"id": "api.command_expand.name",
"translation": "展開"
},
{
"id": "api.command_expand.success",
"translation": "画像リンクはデフォルトで展開されます"
},
{
"id": "api.command_expand_collapse.fail.app_error",
"translation": "プレビューの展開中にエラーが発生しました"
},
{
"id": "api.command_groupmsg.desc",
"translation": "指定したユーザーへのグループメッセージを送信する"
},
{
"id": "api.command_groupmsg.fail.app_error",
"translation": "ユーザーにメッセージを送信中にエラーが発生しました。"
},
{
"id": "api.command_groupmsg.group_fail.app_error",
"translation": "グループメッセージを作成中にエラーが発生しました。"
},
{
"id": "api.command_groupmsg.hint",
"translation": "@[ユーザー名1],@[ユーザー名2] 'メッセージ'"
},
{
"id": "api.command_groupmsg.invalid_user.app_error",
"translation": {
"one": "ユーザーが見付かりませんでした: {{.Users}}",
"other": "ユーザーが見付かりませんでした: {{.Users}}"
}
},
{
"id": "api.command_groupmsg.max_users.app_error",
"translation": "グループメッセージは最大で{{.MaxUsers}}ユーザーに制限されています。"
},
{
"id": "api.command_groupmsg.min_users.app_error",
"translation": "グループメッセージは最小で{{.MinUsers}}ユーザーに制限されています。"
},
{
"id": "api.command_groupmsg.name",
"translation": "メッセージ"
},
{
"id": "api.command_groupmsg.permission.app_error",
"translation": "新しいグループメッセージを作成する権限がありません。"
},
{
"id": "api.command_help.desc",
"translation": "Mattermostヘルプページを開く"
},
{
"id": "api.command_help.name",
"translation": "ヘルプ"
},
{
"id": "api.command_invite.channel.app_error",
"translation": "現在のチャンネルを取得する際にエラーが発生しました。"
},
{
"id": "api.command_invite.channel.error",
"translation": "チャンネル {{.Channel}} が見つかりませんでした。チャンネルの指定には[チャンネルのハンドル名](https://about.mattermost.com/default-channel-handle-documentation)を使用してください"
},
{
"id": "api.command_invite.desc",
"translation": "ユーザーをチャンネルに招待する"
},
{
"id": "api.command_invite.directchannel.app_error",
"translation": "ダイレクトメッセージチャンネルにメンバーを追加できません。"
},
{
"id": "api.command_invite.fail.app_error",
"translation": "チャンネルに参加する際にエラーが発生しました。"
},
{
"id": "api.command_invite.hint",
"translation": "@[ユーザー名] ~[チャンネル]"
},
{
"id": "api.command_invite.missing_message.app_error",
"translation": "ユーザー名とチャンネルが存在しません。"
},
{
"id": "api.command_invite.missing_user.app_error",
"translation": "ユーザーが見付かりませんでした。システム管理者によって無効化されている可能性があります。"
},
{
"id": "api.command_invite.name",
"translation": "招待"
},
{
"id": "api.command_invite.permission.app_error",
"translation": "{{.User}} を {{.Channel}} に追加する権限がありません。"
},
{
"id": "api.command_invite.private_channel.app_error",
"translation": "チャンネル {{.Channel}} が見つかりませんでした。チャンネルの指定にはチャンネルのハンドル名を使用してください。"
},
{
"id": "api.command_invite.success",
"translation": "{{.User}} がチャンネル {{.Channel}} に追加されました。"
},
{
"id": "api.command_invite.user_already_in_channel.app_error",
"translation": "{{.User}} は既にチャンネルに追加されています。"
},
{
"id": "api.command_invite_people.permission.app_error",
"translation": "新しいユーザーをこのサーバーに招待する権限がありません。"
},
{
"id": "api.command_join.desc",
"translation": "公開されているチャンネルに参加する"
},
{
"id": "api.command_join.fail.app_error",
"translation": "チャンネルに参加する際にエラーが発生しました。"
},
{
"id": "api.command_join.hint",
"translation": "~[チャンネル]"
},
{
"id": "api.command_join.list.app_error",
"translation": "チャンネル一覧を作成中にエラーが発生しました。"
},
{
"id": "api.command_join.missing.app_error",
"translation": "チャンネルが見付かりませんでした"
},
{
"id": "api.command_join.name",
"translation": "参加する"
},
{
"id": "api.command_kick.name",
"translation": "退出"
},
{
"id": "api.command_leave.desc",
"translation": "現在のチャンネルを脱退する"
},
{
"id": "api.command_leave.fail.app_error",
"translation": "チャンネルを脱退する際にエラーが発生しました。"
},
{
"id": "api.command_leave.name",
"translation": "脱退"
},
{
"id": "api.command_logout.desc",
"translation": "Mattermostからログアウトする"
},
{
"id": "api.command_logout.fail_message",
"translation": "ログアウトに失敗しました"
},
{
"id": "api.command_logout.name",
"translation": "ログアウト"
},
{
"id": "api.command_me.desc",
"translation": "アクションを実行する"
},
{
"id": "api.command_me.hint",
"translation": "[メッセージ]"
},
{
"id": "api.command_me.name",
"translation": "自分"
},
{
"id": "api.command_msg.desc",
"translation": "ユーザーにダイレクトメッセージを送る"
},
{
"id": "api.command_msg.dm_fail.app_error",
"translation": "ダイレクトメッセージを作成中にエラーが発生しました。"
},
{
"id": "api.command_msg.fail.app_error",
"translation": "ユーザーにメッセージを送信中にエラーが発生しました。"
},
{
"id": "api.command_msg.hint",
"translation": "@[ユーザー名] 'メッセージ'"
},
{
"id": "api.command_msg.missing.app_error",
"translation": "ユーザーが見付かりませんでした"
},
{
"id": "api.command_msg.name",
"translation": "メッセージ"
},
{
"id": "api.command_msg.permission.app_error",
"translation": "このユーザーへのダイレクトメッセージを送信する権限がありません。"
},
{
"id": "api.command_mute.desc",
"translation": "現在のチャンネル、もしくは指定された [チャンネル] のデスクトップ、電子メール、プッシュ通知をオフにする。"
},
{
"id": "api.command_mute.error",
"translation": "チャンネル {{.Channel}} が見つかりませんでした。チャンネルの指定には[チャンネルのハンドル名](https://about.mattermost.com/default-channel-handle-documentation)を使用してください"
},
{
"id": "api.command_mute.hint",
"translation": "~[チャンネル]"
},
{
"id": "api.command_mute.name",
"translation": "ミュート"
},
{
"id": "api.command_mute.no_channel.error",
"translation": "指定したチャンネルが見つかりませんでした。チャンネルの指定には[チャンネルのハンドル名](https://about.mattermost.com/default-channel-handle-documentation)を使用してください"
},
{
"id": "api.command_mute.not_member.error",
"translation": "あなたはメンバーではないため、チャンネル {{.Channel}} をミュートできません。"
},
{
"id": "api.command_mute.success_mute",
"translation": "チャンネルミュートがオフになるまで {{.Channel}} の通知を受け取らなくなります。"
},
{
"id": "api.command_mute.success_mute_direct_msg",
"translation": "チャンネルミュートがオフになるまで、このチャンネルの通知を受け取らなくなります。"
},
{
"id": "api.command_mute.success_unmute",
"translation": "{{.Channel}} はミュートされていません。"
},
{
"id": "api.command_mute.success_unmute_direct_msg",
"translation": "このチャンネルはミュートされていません。"
},
{
"id": "api.command_offline.desc",
"translation": "オフライン状態に設定する"
},
{
"id": "api.command_offline.name",
"translation": "オフライン"
},
{
"id": "api.command_offline.success",
"translation": "あなたはオフライン状態です"
},
{
"id": "api.command_online.desc",
"translation": "オンライン状態に設定する"
},
{
"id": "api.command_online.name",
"translation": "オンライン"
},
{
"id": "api.command_online.success",
"translation": "あなたはオンライン状態です"
},
{
"id": "api.command_open.name",
"translation": "開く"
},
{
"id": "api.command_remove.desc",
"translation": "チャンネルからメンバーを削除する"
},
{
"id": "api.command_remove.direct_group.app_error",
"translation": "ダイレクトメッセージチャンネルからメンバーを削除することはできません。"
},
{
"id": "api.command_remove.hint",
"translation": "@[ユーザー名]"
},
{
"id": "api.command_remove.message.app_error",
"translation": "/remove もしくは /kick コマンドはメッセージを指定しなくてはいけません。"
},
{
"id": "api.command_remove.missing.app_error",
"translation": "ユーザーが見つかりませんでした。システム管理者によって無効化されている可能性があります。"
},
{
"id": "api.command_remove.name",
"translation": "削除"
},
{
"id": "api.command_remove.permission.app_error",
"translation": "あなたにはメンバーを削除するのに必要な権限が付与されていません。"
},
{
"id": "api.command_remove.user_not_in_channel",
"translation": "{{.Username}} はこのチャンネルのメンバーではありません。"
},
{
"id": "api.command_search.desc",
"translation": "メッセージ内のテキストを検索する"
},
{
"id": "api.command_search.hint",
"translation": "[テキスト]"
},
{
"id": "api.command_search.name",
"translation": "検索"
},
{
"id": "api.command_search.unsupported.app_error",
"translation": "このデバイスでは検索コマンドはサポートされていません"
},
{
"id": "api.command_settings.desc",
"translation": "アカウント設定ダイアログを開く"
},
{
"id": "api.command_settings.name",
"translation": "設定"
},
{
"id": "api.command_settings.unsupported.app_error",
"translation": "このデバイスでは設定コマンドはサポートされていません"
},
{
"id": "api.command_shortcuts.desc",
"translation": "キーボードショートカットのリストを表示する"
},
{
"id": "api.command_shortcuts.name",
"translation": "ショートカット"
},
{
"id": "api.command_shortcuts.unsupported.app_error",
"translation": "このデバイスではショートカットコマンドはサポートされていません"
},
{
"id": "api.command_shrug.desc",
"translation": "¯\\_(ツ)_/¯をあなたのメッセージに追加します"
},
{
"id": "api.command_shrug.hint",
"translation": "[メッセージ]"
},
{
"id": "api.command_shrug.name",
"translation": "shrug"
},
{
"id": "api.config.client.old_format.app_error",
"translation": "クライアントの設定で新しい形式がまだサポートされていません。クエリー文字列に format=old を指定してください。"
},
{
"id": "api.context.404.app_error",
"translation": "申し訳ありません。ページが見付かりません。"
},
{
"id": "api.context.invalid_body_param.app_error",
"translation": "リクエストボディの{{.Name}}が存在しないか不正です"
},
{
"id": "api.context.invalid_param.app_error",
"translation": "不正な{{.Name}}パラメーターです"
},
{
"id": "api.context.invalid_token.error",
"translation": "無効なセッショントークン={{.Token}}, err={{.Error}}"
},
{
"id": "api.context.invalid_url_param.app_error",
"translation": "リクエストURLの{{.Name}}が存在しないか不正です"
},
{
"id": "api.context.mfa_required.app_error",
"translation": "このサーバーでは多要素認証が必要です。"
},
{
"id": "api.context.permissions.app_error",
"translation": "あなたには必要な権限が付与されていません"
},
{
"id": "api.context.session_expired.app_error",
"translation": "不正または期限切れのセッションです。ログインし直してください。"
},
{
"id": "api.context.token_provided.app_error",
"translation": "セッションはOAuthではありませんがクエリー文字列でトークンが渡されました"
},
{
"id": "api.create_terms_of_service.custom_terms_of_service_disabled.app_error",
"translation": "カスタム利用規約機能は無効化されています"
},