From de1f57ca631f8c00175e3bda1186f0758d7aa72c Mon Sep 17 00:00:00 2001 From: Weblate Date: Mon, 23 Mar 2020 11:44:55 +0100 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 1.8% (22 of 1241 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/ --- www/common/translations/messages.ja.json | 27 +++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/www/common/translations/messages.ja.json b/www/common/translations/messages.ja.json index 0967ef424..4d71dcfc7 100644 --- a/www/common/translations/messages.ja.json +++ b/www/common/translations/messages.ja.json @@ -1 +1,26 @@ -{} +{ + "websocketError": "ウェブソケットサーバーとの接続ができません。", + "common_connectionLost": "サーバーとの接続が切断しました。\nサーバーと再接続するまで閲覧モードになります。", + "button_newsheet": "新規スプレッドシート", + "button_newkanban": "新規カンバン", + "button_newwhiteboard": "新規ホワイトボード", + "button_newslide": "新規プレゼンテーション", + "button_newpoll": "新規投票・アンケート", + "button_newcode": "新規コードファイル", + "button_newpad": "新規リッチテキスト", + "type": { + "teams": "チーム", + "contacts": "連絡先", + "todo": "やることリスト", + "media": "メディア", + "file": "ファイル", + "whiteboard": "ホワイトボード", + "drive": "ドライブ", + "slide": "プレゼン", + "kanban": "看板", + "poll": "投票・アンケート", + "code": "コード", + "pad": "リッチテキスト" + }, + "main_title": " CryptPad - それは直感的なリアルタイム同期編集エディター -" +}