From 4eccb9b2a9f375617cac59b9b00b4647802d2334 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 9 Aug 2021 18:21:05 +0200 Subject: [PATCH 1/2] =?UTF-8?q?langfilter=20JA=20translation=20added=20THX?= =?UTF-8?q?=20XMPP=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 --- langfilter/lang/ja/messages.po | 76 ++++++++++++++++++++++++++++++++++ langfilter/lang/ja/strings.php | 18 ++++++++ 2 files changed, 94 insertions(+) create mode 100644 langfilter/lang/ja/messages.po create mode 100644 langfilter/lang/ja/strings.php diff --git a/langfilter/lang/ja/messages.po b/langfilter/lang/ja/messages.po new file mode 100644 index 00000000..5d699d04 --- /dev/null +++ b/langfilter/lang/ja/messages.po @@ -0,0 +1,76 @@ +# ADDON langfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica langfilter 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:49+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" + +#: langfilter.php:50 +msgid "Language Filter" +msgstr "言語フィルタ" + +#: langfilter.php:51 +msgid "" +"This addon tries to identify the language posts are written in. If it does " +"not match any language specified below, posts will be hidden by collapsing " +"them." +msgstr "このアドオンは、投稿が書かれている言語の特定を試みます。以下に指定されたどの言語にも一致しない場合、投稿は折り畳まれて隠されます。" + +#: langfilter.php:52 +msgid "Use the language filter" +msgstr "言語フィルタを使う" + +#: langfilter.php:53 +msgid "Able to read" +msgstr "読めるもの" + +#: langfilter.php:53 +msgid "" +"List of abbreviations (ISO 639-1 codes) for languages you speak, comma " +"separated. For example \"de,it\"." +msgstr "あなたが話す言語の略語(ISO 639-1コード)の一覧をカンマで区切ってください。例えば、\"de,it\"。" + +#: langfilter.php:54 +msgid "Minimum confidence in language detection" +msgstr "言語検出の最低信頼度" + +#: langfilter.php:54 +msgid "" +"Minimum confidence in language detection being correct, from 0 to 100. Posts" +" will not be filtered when the confidence of language detection is below " +"this percent value." +msgstr "言語検出が正しいことを示す最小の信頼度を0から100までで指定します。言語検出の信頼度がこの百分率の値以下の場合、投稿はフィルタリングされません。" + +#: langfilter.php:55 +msgid "Minimum length of message body" +msgstr "メッセージ本文の最低の長さ" + +#: langfilter.php:55 +msgid "" +"Minimum number of characters in message body for filter to be used. Posts " +"shorter than this will not be filtered. Note: Language detection is " +"unreliable for short content (<200 characters)." +msgstr "フィルタを使用するためのメッセージ本文の最小文字数。これより短い投稿はフィルタリングされません。注:短いコンテンツ(200文字未満)の場合、言語検出は信頼できません。" + +#: langfilter.php:56 +msgid "Save Settings" +msgstr "設定を保存" + +#: langfilter.php:187 +#, php-format +msgid "Filtered language: %s" +msgstr "" diff --git a/langfilter/lang/ja/strings.php b/langfilter/lang/ja/strings.php new file mode 100644 index 00000000..93c02521 --- /dev/null +++ b/langfilter/lang/ja/strings.php @@ -0,0 +1,18 @@ +strings["Language Filter"] = "言語フィルタ"; +$a->strings["This addon tries to identify the language posts are written in. If it does not match any language specified below, posts will be hidden by collapsing them."] = "このアドオンは、投稿が書かれている言語の特定を試みます。以下に指定されたどの言語にも一致しない場合、投稿は折り畳まれて隠されます。"; +$a->strings["Use the language filter"] = "言語フィルタを使う"; +$a->strings["Able to read"] = "読めるもの"; +$a->strings["List of abbreviations (ISO 639-1 codes) for languages you speak, comma separated. For example \"de,it\"."] = "あなたが話す言語の略語(ISO 639-1コード)の一覧をカンマで区切ってください。例えば、\"de,it\"。"; +$a->strings["Minimum confidence in language detection"] = "言語検出の最低信頼度"; +$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "言語検出が正しいことを示す最小の信頼度を0から100までで指定します。言語検出の信頼度がこの百分率の値以下の場合、投稿はフィルタリングされません。"; +$a->strings["Minimum length of message body"] = "メッセージ本文の最低の長さ"; +$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "フィルタを使用するためのメッセージ本文の最小文字数。これより短い投稿はフィルタリングされません。注:短いコンテンツ(200文字未満)の場合、言語検出は信頼できません。"; +$a->strings["Save Settings"] = "設定を保存"; From 4bd8071988b428aebade37730e4bb4e4f390b53b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 9 Aug 2021 18:22:12 +0200 Subject: [PATCH 2/2] =?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."] = "アプリ起動時に自動接続されるチャンネルの一覧。";