From 4bd8071988b428aebade37730e4bb4e4f390b53b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 9 Aug 2021 18:22:12 +0200 Subject: [PATCH] =?UTF-8?q?irc=20JA=20translation=20added=20THX=20XMPP?= =?UTF-8?q?=E3=81=AF=E3=81=84=E3=81=84=E3=81=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- irc/lang/ja/messages.po | 63 +++++++++++++++++++++++++++++++++++++++++ irc/lang/ja/strings.php | 13 +++++++++ 2 files changed, 76 insertions(+) create mode 100644 irc/lang/ja/messages.po create mode 100644 irc/lang/ja/strings.php diff --git a/irc/lang/ja/messages.po b/irc/lang/ja/messages.po new file mode 100644 index 00000000..06d797d0 --- /dev/null +++ b/irc/lang/ja/messages.po @@ -0,0 +1,63 @@ +# ADDON irc +# Copyright (C) +# This file is distributed under the same license as the Friendica irc addon package. +# +# +# Translators: +# XMPPはいいぞ, 2021 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-08-06 05:52+0000\n" +"Last-Translator: XMPPはいいぞ\n" +"Language-Team: Japanese (http://www.transifex.com/Friendica/friendica/language/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: irc.php:34 +msgid "IRC Settings" +msgstr "IRC設定" + +#: irc.php:35 +msgid "" +"Here you can change the system wide settings for the channels to " +"automatically join and access via the side bar. Note the changes you do " +"here, only effect the channel selection if you are logged in." +msgstr "ここでは、システム全体の設定を変更して、自動的にチャンネルに参加したり、サイドバーからアクセスしたりすることができます。なお、ここで行った変更は、ログインしている場合にのみチャンネルの選択に影響します。" + +#: irc.php:36 irc.php:134 +msgid "Save Settings" +msgstr "設定を保存" + +#: irc.php:37 irc.php:135 +msgid "Channel(s) to auto connect (comma separated)" +msgstr "自動接続するチャンネル(カンマで区切る)" + +#: irc.php:37 irc.php:135 +msgid "" +"List of channels that shall automatically connected to when the app is " +"launched." +msgstr "アプリ起動時に自動接続されるチャンネルの一覧。" + +#: irc.php:38 irc.php:136 +msgid "Popular Channels (comma separated)" +msgstr "" + +#: irc.php:38 irc.php:136 +msgid "" +"List of popular channels, will be displayed at the side and hotlinked for " +"easy joining." +msgstr "" + +#: irc.php:62 +msgid "IRC Chatroom" +msgstr "" + +#: irc.php:90 +msgid "Popular Channels" +msgstr "" diff --git a/irc/lang/ja/strings.php b/irc/lang/ja/strings.php new file mode 100644 index 00000000..49476671 --- /dev/null +++ b/irc/lang/ja/strings.php @@ -0,0 +1,13 @@ +strings["IRC Settings"] = "IRC設定"; +$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "ここでは、システム全体の設定を変更して、自動的にチャンネルに参加したり、サイドバーからアクセスしたりすることができます。なお、ここで行った変更は、ログインしている場合にのみチャンネルの選択に影響します。"; +$a->strings["Save Settings"] = "設定を保存"; +$a->strings["Channel(s) to auto connect (comma separated)"] = "自動接続するチャンネル(カンマで区切る)"; +$a->strings["List of channels that shall automatically connected to when the app is launched."] = "アプリ起動時に自動接続されるチャンネルの一覧。";