From 152f780b508fc3d0ef75b489706095767b585675 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 16 Aug 2021 08:03:32 +0200 Subject: [PATCH 1/2] =?UTF-8?q?langfilter=20JA=20translation=20updated=20T?= =?UTF-8?q?HX=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 | 4 ++-- langfilter/lang/ja/strings.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/langfilter/lang/ja/messages.po b/langfilter/lang/ja/messages.po index 5d699d04..f52451be 100644 --- a/langfilter/lang/ja/messages.po +++ b/langfilter/lang/ja/messages.po @@ -10,7 +10,7 @@ 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" +"PO-Revision-Date: 2021-08-12 08:04+0000\n" "Last-Translator: XMPPはいいぞ\n" "Language-Team: Japanese (http://www.transifex.com/Friendica/friendica/language/ja/)\n" "MIME-Version: 1.0\n" @@ -36,7 +36,7 @@ msgstr "言語フィルタを使う" #: langfilter.php:53 msgid "Able to read" -msgstr "読めるもの" +msgstr "読める言語" #: langfilter.php:53 msgid "" diff --git a/langfilter/lang/ja/strings.php b/langfilter/lang/ja/strings.php index 93c02521..492fcdcf 100644 --- a/langfilter/lang/ja/strings.php +++ b/langfilter/lang/ja/strings.php @@ -9,7 +9,7 @@ function string_plural_select_ja($n){ $a->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["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までで指定します。言語検出の信頼度がこの百分率の値以下の場合、投稿はフィルタリングされません。"; From ab4f909443bf7d910abd1f3e49652f52d9ee2938 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 16 Aug 2021 08:05:01 +0200 Subject: [PATCH 2/2] =?UTF-8?q?nitter:=20JA=20translation=20added=20THX=20?= =?UTF-8?q?XMPP=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 --- nitter/lang/ja/messages.po | 46 ++++++++++++++++++++++++++++++++++++++ nitter/lang/ja/strings.php | 11 +++++++++ 2 files changed, 57 insertions(+) create mode 100644 nitter/lang/ja/messages.po create mode 100644 nitter/lang/ja/strings.php diff --git a/nitter/lang/ja/messages.po b/nitter/lang/ja/messages.po new file mode 100644 index 00000000..920c0963 --- /dev/null +++ b/nitter/lang/ja/messages.po @@ -0,0 +1,46 @@ +# ADDON nitter +# Copyright (C) +# This file is distributed under the same license as the Friendica nitter addon package. +# +# +# Translators: +# XMPPはいいぞ, 2021 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-03-08 07:44+0100\n" +"PO-Revision-Date: 2021-05-21 12:58+0000\n" +"Last-Translator: XMPPはいいぞ, 2021\n" +"Language-Team: Japanese (https://www.transifex.com/Friendica/teams/12172/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" + +#: nitter.php:51 +#, php-format +msgid "" +"Which nitter server shall be used for the replacements in the post bodies? " +"Use the URL with servername and protocol. See %s for a list of available " +"public Nitter servers." +msgstr "" +"投稿本文の置換には、どのnitterサーバーを使用しますか?サーバー名とプロトコルを記載したURLを使用します。公開されているNitterサーバーの一覧は%sをご覧ください。" + +#: nitter.php:52 +msgid "Nitter server" +msgstr "Nitterサーバー" + +#: nitter.php:53 +msgid "Save Settings" +msgstr "設定を保存" + +#: nitter.php:65 +#, php-format +msgid "" +"Links to Twitter in this posting were replaced by links to the Nitter " +"instance at %s" +msgstr "この投稿のTwitterへのリンクは、%sのNitterインスタンスへのリンクに置換されました" diff --git a/nitter/lang/ja/strings.php b/nitter/lang/ja/strings.php new file mode 100644 index 00000000..0a0794c2 --- /dev/null +++ b/nitter/lang/ja/strings.php @@ -0,0 +1,11 @@ +strings["Nitter server"] = "Nitterサーバー"; +$a->strings["Save Settings"] = "設定を保存"; +$a->strings["Links to Twitter in this posting were replaced by links to the Nitter instance at %s"] = "この投稿のTwitterへのリンクは、%sのNitterインスタンスへのリンクに置換されました";