From 1ead565b314da97bbda6432b143acb830acf613a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:36:31 +0000 Subject: [PATCH 001/520] Translate locales/templates/babel.pot in ja 1% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 393 ++++++++++++++++++++++++++++++++ 1 file changed, 393 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/babel.po diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po new file mode 100644 index 000000000000..528a446dacfa --- /dev/null +++ b/locales/ja/LC_MESSAGES/babel.po @@ -0,0 +1,393 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/babel/settingui.py:41 +msgctxt "ui:locale_config|button:force|label" +msgid "Toggle Force" +msgstr "" + +#: src/babel/settingui.py:50 +msgctxt "ui:locale_config|embed|title" +msgid "Language Configuration Panel" +msgstr "言語設定パネル" + +#: src/babel/settingui.py:84 +msgctxt "dash:locale|title" +msgid "Server Language Configuration ({commands[config language]})" +msgstr "" + +#: src/babel/settingui.py:88 +msgctxt "dash:locale|dropdown|placeholder" +msgid "Server Language Panel" +msgstr "" + +#: src/babel/cog.py:99 +msgctxt "cmd:configure_language" +msgid "language" +msgstr "" + +#: src/babel/cog.py:101 +msgctxt "cmd:configure_language|desc" +msgid "Configure the default language I will use in this server." +msgstr "" + +#: src/babel/cog.py:145 +#, possible-python-brace-format +msgctxt "cmd:configure_language|error" +msgid "" +"You cannot enable `{force_setting}` without having a configured language!" +msgstr "" + +#: src/babel/cog.py:165 +msgctxt "cmd:configure_language|success" +msgid "Language settings updated!" +msgstr "" + +#: src/babel/cog.py:181 +msgctxt "cmd:userconfig_language" +msgid "language" +msgstr "" + +#: src/babel/cog.py:184 +msgctxt "cmd:userconfig_language|desc" +msgid "Set your preferred interaction language." +msgstr "" + +#: src/babel/cog.py:188 +msgctxt "cmd:userconfig_language|param:language" +msgid "language" +msgstr "" + +#: src/babel/cog.py:193 +msgctxt "cmd:userconfig_language|param:language|desc" +msgid "Which language do you want me to respond in?" +msgstr "" + +#: src/babel/cog.py:209 +msgctxt "cmd:userconfig_language|button:reset|label" +msgid "Reset" +msgstr "" + +#: src/babel/cog.py:250 +#, possible-python-brace-format +msgctxt "acmpl:language|no_match" +msgid "No supported languages matching {partial}" +msgstr "" + +#: src/babel/utils.py:9 +msgctxt "utils|months" +msgid "" +"January,February,March,April,May,June,July,August,September,October,November,December" +msgstr "" + +#: src/babel/utils.py:14 +msgctxt "utils|short_months" +msgid "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec" +msgstr "" + +#: src/babel/settings.py:25 +msgctxt "settype:locale|accepts" +msgid "Enter a supported language (e.g. 'en-GB')." +msgstr "" + +#: src/babel/settings.py:36 +msgctxt "settype:locale|summary_table|field:supported|key" +msgid "Supported" +msgstr "" + +#: src/babel/settings.py:46 +msgctxt "settype:locale|formatted:unset" +msgid "Unset" +msgstr "" + +#: src/babel/settings.py:62 +#, possible-python-brace-format +msgctxt "settype:locale|error" +msgid "Sorry, we do not support the language `{lang}` at this time!" +msgstr "" + +#: src/babel/settings.py:77 +msgctxt "userset:locale" +msgid "language" +msgstr "" + +#: src/babel/settings.py:78 +msgctxt "userset:locale|desc" +msgid "Your preferred language for interacting with me." +msgstr "" + +#: src/babel/settings.py:81 +msgctxt "userset:locale|long_desc" +msgid "" +"The language you would prefer me to respond to commands and interactions in." +" Servers may be configured to override this with their own language." +msgstr "" + +#: src/babel/settings.py:92 +msgctxt "userset:locale|response" +msgid "You have unset your language." +msgstr "" + +#: src/babel/settings.py:94 +#, possible-python-brace-format +msgctxt "userset:locale|response" +msgid "You have set your language to {lang}." +msgstr "" + +#: src/babel/settings.py:113 +msgctxt "guildset:force_locale" +msgid "force_language" +msgstr "" + +#: src/babel/settings.py:115 +msgctxt "guildset:force_locale|desc" +msgid "" +"Whether to force all members to use the configured guild language when " +"interacting with me." +msgstr "" + +#: src/babel/settings.py:118 +msgctxt "guildset:force_locale|long_desc" +msgid "" +"When enabled, commands in this guild will always use the configured guild " +"language, regardless of the member's personally configured language." +msgstr "" + +#: src/babel/settings.py:122 +msgctxt "guildset:force_locale|output" +msgid "Enabled (members will be forced to use the server language)" +msgstr "" + +#: src/babel/settings.py:123 +msgctxt "guildset:force_locale|output" +msgid "Disabled (members may set their own language)" +msgstr "" + +#: src/babel/settings.py:137 +msgctxt "guildset:force_locale|response" +msgid "I will always use the set language in this server." +msgstr "" + +#: src/babel/settings.py:142 +msgctxt "guildset:force_locale|response" +msgid "I will now allow the members to set their own language here." +msgstr "" + +#: src/babel/settings.py:160 +msgctxt "guildset:locale" +msgid "language" +msgstr "" + +#: src/babel/settings.py:161 +msgctxt "guildset:locale|desc" +msgid "Your preferred language for interacting with me." +msgstr "" + +#: src/babel/settings.py:164 +msgctxt "guildset:locale|long_desc" +msgid "" +"The default language to use for responses and interactions in this server. " +"Member's own configured language will override this for their commands " +"unless `force_language` is enabled." +msgstr "" + +#: src/babel/settings.py:176 +msgctxt "guildset:locale|response" +msgid "You have unset the guild language." +msgstr "" + +#: src/babel/settings.py:178 +#, possible-python-brace-format +msgctxt "guildset:locale|response" +msgid "You have set the guild language to {lang}." +msgstr "" + +#: src/babel/enums.py:43 +msgctxt "localenames|locale:id" +msgid "Indonesian" +msgstr "" + +#: src/babel/enums.py:44 +msgctxt "localenames|locale:da" +msgid "Danish" +msgstr "" + +#: src/babel/enums.py:45 +msgctxt "localenames|locale:de" +msgid "German" +msgstr "" + +#: src/babel/enums.py:46 +msgctxt "localenames|locale:en-GB" +msgid "English, UK" +msgstr "" + +#: src/babel/enums.py:47 +msgctxt "localenames|locale:en-US" +msgid "English, US" +msgstr "" + +#: src/babel/enums.py:48 +msgctxt "localenames|locale:es-ES" +msgid "Spanish" +msgstr "" + +#: src/babel/enums.py:49 +msgctxt "localenames|locale:fr" +msgid "French" +msgstr "" + +#: src/babel/enums.py:50 +msgctxt "localenames|locale:hr" +msgid "Croatian" +msgstr "" + +#: src/babel/enums.py:51 +msgctxt "localenames|locale:it" +msgid "Italian" +msgstr "" + +#: src/babel/enums.py:52 +msgctxt "localenames|locale:lt" +msgid "Lithuanian" +msgstr "" + +#: src/babel/enums.py:53 +msgctxt "localenames|locale:hu" +msgid "Hungarian" +msgstr "" + +#: src/babel/enums.py:54 +msgctxt "localenames|locale:nl" +msgid "Dutch" +msgstr "" + +#: src/babel/enums.py:55 +msgctxt "localenames|locale:no" +msgid "Norwegian" +msgstr "" + +#: src/babel/enums.py:56 +msgctxt "localenames|locale:pl" +msgid "Polish" +msgstr "" + +#: src/babel/enums.py:57 +msgctxt "localenames|locale:pt-BR" +msgid "Portuguese, Brazilian" +msgstr "" + +#: src/babel/enums.py:58 +msgctxt "localenames|locale:ro" +msgid "Romanian, Romania" +msgstr "" + +#: src/babel/enums.py:59 +msgctxt "localenames|locale:fi" +msgid "Finnish" +msgstr "" + +#: src/babel/enums.py:60 +msgctxt "localenames|locale:sv-SE" +msgid "Swedish" +msgstr "" + +#: src/babel/enums.py:61 +msgctxt "localenames|locale:vi" +msgid "Vietnamese" +msgstr "" + +#: src/babel/enums.py:62 +msgctxt "localenames|locale:tr" +msgid "Turkish" +msgstr "" + +#: src/babel/enums.py:63 +msgctxt "localenames|locale:cs" +msgid "Czech" +msgstr "" + +#: src/babel/enums.py:64 +msgctxt "localenames|locale:el" +msgid "Greek" +msgstr "" + +#: src/babel/enums.py:65 +msgctxt "localenames|locale:bg" +msgid "Bulgarian" +msgstr "" + +#: src/babel/enums.py:66 +msgctxt "localenames|locale:ru" +msgid "Russian" +msgstr "" + +#: src/babel/enums.py:67 +msgctxt "localenames|locale:uk" +msgid "Ukrainian" +msgstr "" + +#: src/babel/enums.py:68 +msgctxt "localenames|locale:hi" +msgid "Hindi" +msgstr "" + +#: src/babel/enums.py:69 +msgctxt "localenames|locale:th" +msgid "Thai" +msgstr "" + +#: src/babel/enums.py:70 +msgctxt "localenames|locale:zh-CN" +msgid "Chinese, China" +msgstr "" + +#: src/babel/enums.py:71 +msgctxt "localenames|locale:ja" +msgid "Japanese" +msgstr "" + +#: src/babel/enums.py:72 +msgctxt "localenames|locale:zh-TW" +msgid "Chinese, Taiwan" +msgstr "" + +#: src/babel/enums.py:73 +msgctxt "localenames|locale:ko" +msgid "Korean" +msgstr "" + +#: src/babel/enums.py:78 +msgctxt "localenames|locale:he" +msgid "Hebrew" +msgstr "" + +#: src/babel/enums.py:79 +msgctxt "localenames|locale:he-IL" +msgid "Hebrew" +msgstr "" + +#: src/babel/enums.py:80 +msgctxt "localenames|locale:test" +msgid "Test Language" +msgstr "" From 9fed0e0def4fe5a4098694e31a2bd22e4bf3c033 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:37:43 +0000 Subject: [PATCH 002/520] Translate locales/templates/babel.pot in ja 2% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 528a446dacfa..7e89c4844d71 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -39,7 +39,7 @@ msgstr "" #: src/babel/settingui.py:88 msgctxt "dash:locale|dropdown|placeholder" msgid "Server Language Panel" -msgstr "" +msgstr "サーバー言語パネル" #: src/babel/cog.py:99 msgctxt "cmd:configure_language" From aad9291475965c7fd756ac03ec181dbed38d4bc6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:38:36 +0000 Subject: [PATCH 003/520] Translate locales/templates/babel.pot in ja 4% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 7e89c4844d71..2ad8b6f55372 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -44,7 +44,7 @@ msgstr "サーバー言語パネル" #: src/babel/cog.py:99 msgctxt "cmd:configure_language" msgid "language" -msgstr "" +msgstr "言語" #: src/babel/cog.py:101 msgctxt "cmd:configure_language|desc" From 5a7f4c486bb7aeed1d6717c0f42c48ac8a620c77 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:40:38 +0000 Subject: [PATCH 004/520] Translate locales/templates/babel.pot in ja 5% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 2ad8b6f55372..17ebb1e395af 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -49,7 +49,7 @@ msgstr "言語" #: src/babel/cog.py:101 msgctxt "cmd:configure_language|desc" msgid "Configure the default language I will use in this server." -msgstr "" +msgstr "このサーバーで使用するディフォルト言語を設定" #: src/babel/cog.py:145 #, possible-python-brace-format From 5a05c883c0f14b880186a36072eca7799b446f22 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:42:37 +0000 Subject: [PATCH 005/520] Translate locales/templates/babel.pot in ja 7% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 17ebb1e395af..cf285890afac 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -56,7 +56,7 @@ msgstr "このサーバーで使用するディフォルト言語を設定" msgctxt "cmd:configure_language|error" msgid "" "You cannot enable `{force_setting}` without having a configured language!" -msgstr "" +msgstr "言語が設定されていない状態で、 `{force_setting}` を有効にすることはできません!" #: src/babel/cog.py:165 msgctxt "cmd:configure_language|success" From 7df6ca701ecc313d628c6edcec5f7a6ef4b37f74 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:43:39 +0000 Subject: [PATCH 006/520] Translate locales/templates/babel.pot in ja 8% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index cf285890afac..358132762bd8 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -61,7 +61,7 @@ msgstr "言語が設定されていない状態で、 `{force_setting}` を有 #: src/babel/cog.py:165 msgctxt "cmd:configure_language|success" msgid "Language settings updated!" -msgstr "" +msgstr "言語設定が更新されました!" #: src/babel/cog.py:181 msgctxt "cmd:userconfig_language" From 2c375ef931543f12dbee7bb7932d08e276f8fa94 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:44:06 +0000 Subject: [PATCH 007/520] Translate locales/templates/babel.pot in ja 9% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 358132762bd8..f654821c1e99 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -66,7 +66,7 @@ msgstr "言語設定が更新されました!" #: src/babel/cog.py:181 msgctxt "cmd:userconfig_language" msgid "language" -msgstr "" +msgstr "言語" #: src/babel/cog.py:184 msgctxt "cmd:userconfig_language|desc" From e84d53a1247adf5c6e3a69aa27929da4674a2b3a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:48:00 +0000 Subject: [PATCH 008/520] Translate locales/templates/babel.pot in ja 11% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index f654821c1e99..646de2f12bd2 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -71,7 +71,7 @@ msgstr "言語" #: src/babel/cog.py:184 msgctxt "cmd:userconfig_language|desc" msgid "Set your preferred interaction language." -msgstr "" +msgstr "お好みの言語を設定してください" #: src/babel/cog.py:188 msgctxt "cmd:userconfig_language|param:language" From f8c496609fb4d4fe047061bde662548ebaf0ca77 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:48:13 +0000 Subject: [PATCH 009/520] Translate locales/templates/babel.pot in ja 12% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 646de2f12bd2..c25df5f44dfb 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -76,7 +76,7 @@ msgstr "お好みの言語を設定してください" #: src/babel/cog.py:188 msgctxt "cmd:userconfig_language|param:language" msgid "language" -msgstr "" +msgstr "言語" #: src/babel/cog.py:193 msgctxt "cmd:userconfig_language|param:language|desc" From e3282602cf960578b9a67bac8962cd28525c1fe7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:52:57 +0000 Subject: [PATCH 010/520] Translate locales/templates/babel.pot in ja 14% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index c25df5f44dfb..e4c9f2cbf5fc 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -81,7 +81,7 @@ msgstr "言語" #: src/babel/cog.py:193 msgctxt "cmd:userconfig_language|param:language|desc" msgid "Which language do you want me to respond in?" -msgstr "" +msgstr "どの言語で返答すればよいですか?" #: src/babel/cog.py:209 msgctxt "cmd:userconfig_language|button:reset|label" From cb7caca930809ccd5ef2f0c7cd2159a00ea10343 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:53:18 +0000 Subject: [PATCH 011/520] Translate locales/templates/babel.pot in ja 14% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index e4c9f2cbf5fc..f0de16f99417 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -81,7 +81,7 @@ msgstr "言語" #: src/babel/cog.py:193 msgctxt "cmd:userconfig_language|param:language|desc" msgid "Which language do you want me to respond in?" -msgstr "どの言語で返答すればよいですか?" +msgstr "どの言語で返答すればいいですか?" #: src/babel/cog.py:209 msgctxt "cmd:userconfig_language|button:reset|label" From 39c0c3abfa242490936e0672bf9c2fda2b39bb53 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:53:36 +0000 Subject: [PATCH 012/520] Translate locales/templates/babel.pot in ja 15% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index f0de16f99417..431df7b4caeb 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -86,7 +86,7 @@ msgstr "どの言語で返答すればいいですか?" #: src/babel/cog.py:209 msgctxt "cmd:userconfig_language|button:reset|label" msgid "Reset" -msgstr "" +msgstr "リセット" #: src/babel/cog.py:250 #, possible-python-brace-format From 4ce1e2d33acd9af79944d8e5b09b840341b8f79e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 06:55:52 +0000 Subject: [PATCH 013/520] Translate locales/templates/babel.pot in ja 16% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 431df7b4caeb..c5d1168b80e7 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -92,7 +92,7 @@ msgstr "リセット" #, possible-python-brace-format msgctxt "acmpl:language|no_match" msgid "No supported languages matching {partial}" -msgstr "" +msgstr " {partial} に一致する言語はサポートされていません" #: src/babel/utils.py:9 msgctxt "utils|months" From cd4284fb686880656b91fb61300f3abcc01f6e45 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:02:16 +0000 Subject: [PATCH 014/520] Translate locales/templates/babel.pot in ja 18% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index c5d1168b80e7..8b23bbc12a62 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -98,7 +98,7 @@ msgstr " {partial} に一致する言語はサポートされていません" msgctxt "utils|months" msgid "" "January,February,March,April,May,June,July,August,September,October,November,December" -msgstr "" +msgstr "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月" #: src/babel/utils.py:14 msgctxt "utils|short_months" From d9d5c6a838d8c6ee2be5c58f9c0006d0388c1a21 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:03:06 +0000 Subject: [PATCH 015/520] Translate locales/templates/babel.pot in ja 19% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 8b23bbc12a62..a7da6d15c07b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -103,7 +103,7 @@ msgstr "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月" #: src/babel/utils.py:14 msgctxt "utils|short_months" msgid "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec" -msgstr "" +msgstr "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月" #: src/babel/settings.py:25 msgctxt "settype:locale|accepts" From f89641b2fe6d28041ec3ed2d1356962d71ed0ef2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:04:54 +0000 Subject: [PATCH 016/520] Translate locales/templates/babel.pot in ja 21% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index a7da6d15c07b..bc3cfe2c0663 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -108,7 +108,7 @@ msgstr "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月" #: src/babel/settings.py:25 msgctxt "settype:locale|accepts" msgid "Enter a supported language (e.g. 'en-GB')." -msgstr "" +msgstr "対応言語を入力してください (例: 'en-GB')." #: src/babel/settings.py:36 msgctxt "settype:locale|summary_table|field:supported|key" From 00ad4dab2de630e409d4aab2fc6c4f282b2a105b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:09:12 +0000 Subject: [PATCH 017/520] Translate locales/templates/babel.pot in ja 22% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index bc3cfe2c0663..ac4a80314cda 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -113,7 +113,7 @@ msgstr "対応言語を入力してください (例: 'en-GB')." #: src/babel/settings.py:36 msgctxt "settype:locale|summary_table|field:supported|key" msgid "Supported" -msgstr "" +msgstr "サポート済み" #: src/babel/settings.py:46 msgctxt "settype:locale|formatted:unset" From 456cc57c95a9d5b57c465c403a099e6b920d8cd0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:09:56 +0000 Subject: [PATCH 018/520] Translate locales/templates/babel.pot in ja 23% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index ac4a80314cda..ab63e12da77d 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -118,7 +118,7 @@ msgstr "サポート済み" #: src/babel/settings.py:46 msgctxt "settype:locale|formatted:unset" msgid "Unset" -msgstr "" +msgstr "セットを解除" #: src/babel/settings.py:62 #, possible-python-brace-format From be41d6b6a8a3f821f95e446ac2905e945475b5ef Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:11:57 +0000 Subject: [PATCH 019/520] Translate locales/templates/babel.pot in ja 25% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index ab63e12da77d..8257ef6e2af3 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -124,7 +124,7 @@ msgstr "セットを解除" #, possible-python-brace-format msgctxt "settype:locale|error" msgid "Sorry, we do not support the language `{lang}` at this time!" -msgstr "" +msgstr "申し訳ありませんが、現在 `{lang}` という言語はサポートしておりません!" #: src/babel/settings.py:77 msgctxt "userset:locale" From eed118ff1ead3cf3d4b38ede3fdbd66915640068 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:12:23 +0000 Subject: [PATCH 020/520] Translate locales/templates/babel.pot in ja 26% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 8257ef6e2af3..d8bf901e28c8 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -129,7 +129,7 @@ msgstr "申し訳ありませんが、現在 `{lang}` という言語はサポ #: src/babel/settings.py:77 msgctxt "userset:locale" msgid "language" -msgstr "" +msgstr "言語" #: src/babel/settings.py:78 msgctxt "userset:locale|desc" From e65735840bda7a5084e97227bc2d0c46157fba8b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:15:26 +0000 Subject: [PATCH 021/520] Translate locales/templates/babel.pot in ja 28% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index d8bf901e28c8..8f5f8b4ec14b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -134,7 +134,7 @@ msgstr "言語" #: src/babel/settings.py:78 msgctxt "userset:locale|desc" msgid "Your preferred language for interacting with me." -msgstr "" +msgstr "Leoとの会話に使う言語" #: src/babel/settings.py:81 msgctxt "userset:locale|long_desc" From bb17b2e14df06099ff09f7af241d63a17ddf49f2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:17:56 +0000 Subject: [PATCH 022/520] Translate locales/templates/babel.pot in ja 29% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 8f5f8b4ec14b..ad9001e0324d 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -141,7 +141,7 @@ msgctxt "userset:locale|long_desc" msgid "" "The language you would prefer me to respond to commands and interactions in." " Servers may be configured to override this with their own language." -msgstr "" +msgstr "コマンドや会話に応答する言語。 サーバーは、自分たちの言語でこれを上書きするように設定することができます。" #: src/babel/settings.py:92 msgctxt "userset:locale|response" From 14f42fa3d0156434c5f1a35b0d5d86cbac00ef9f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:18:50 +0000 Subject: [PATCH 023/520] Translate locales/templates/babel.pot in ja 30% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index ad9001e0324d..dc44cbf1297a 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -146,7 +146,7 @@ msgstr "コマンドや会話に応答する言語。 サーバーは、自分 #: src/babel/settings.py:92 msgctxt "userset:locale|response" msgid "You have unset your language." -msgstr "" +msgstr "言語設定を解除しました" #: src/babel/settings.py:94 #, possible-python-brace-format From 1e4941c26486859def078c5c8810b10caaaf5051 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:19:21 +0000 Subject: [PATCH 024/520] Translate locales/templates/babel.pot in ja 30% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index dc44cbf1297a..59ac30c9de46 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -118,7 +118,7 @@ msgstr "サポート済み" #: src/babel/settings.py:46 msgctxt "settype:locale|formatted:unset" msgid "Unset" -msgstr "セットを解除" +msgstr "設定を解除" #: src/babel/settings.py:62 #, possible-python-brace-format From 70da66b03aca857574c33888b39d5015f4f340d0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:20:09 +0000 Subject: [PATCH 025/520] Translate locales/templates/babel.pot in ja 32% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 59ac30c9de46..3e47f911a74d 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -152,7 +152,7 @@ msgstr "言語設定を解除しました" #, possible-python-brace-format msgctxt "userset:locale|response" msgid "You have set your language to {lang}." -msgstr "" +msgstr "言語を{lang}に設定しました。" #: src/babel/settings.py:113 msgctxt "guildset:force_locale" From 2bb075ec2c821fd45f77fff54329da28c46b407b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:20:25 +0000 Subject: [PATCH 026/520] Translate locales/templates/babel.pot in ja 32% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 3e47f911a74d..8e43c22bf5ed 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -146,7 +146,7 @@ msgstr "コマンドや会話に応答する言語。 サーバーは、自分 #: src/babel/settings.py:92 msgctxt "userset:locale|response" msgid "You have unset your language." -msgstr "言語設定を解除しました" +msgstr "言語設定を解除しました。" #: src/babel/settings.py:94 #, possible-python-brace-format From 4fa57ac32b777f53bdf8776ae7c553305a33dcd3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:22:07 +0000 Subject: [PATCH 027/520] Translate locales/templates/babel.pot in ja 33% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 8e43c22bf5ed..a2b8170a6e61 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -157,7 +157,7 @@ msgstr "言語を{lang}に設定しました。" #: src/babel/settings.py:113 msgctxt "guildset:force_locale" msgid "force_language" -msgstr "" +msgstr "強制言語" #: src/babel/settings.py:115 msgctxt "guildset:force_locale|desc" From af167da23e947f3b3326a8cb9b0d561880500b94 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:24:45 +0000 Subject: [PATCH 028/520] Translate locales/templates/babel.pot in ja 35% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index a2b8170a6e61..3355042be322 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -164,7 +164,7 @@ msgctxt "guildset:force_locale|desc" msgid "" "Whether to force all members to use the configured guild language when " "interacting with me." -msgstr "" +msgstr "全メンバーが私を利用する時に、設定されたサーバー言語を使うように強制するかどうか。" #: src/babel/settings.py:118 msgctxt "guildset:force_locale|long_desc" From 156679f85928af46185ab95a3a86ac80fbfdf077 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:25:58 +0000 Subject: [PATCH 029/520] Translate locales/templates/babel.pot in ja 36% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 3355042be322..ec72dfeb0d49 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -171,7 +171,7 @@ msgctxt "guildset:force_locale|long_desc" msgid "" "When enabled, commands in this guild will always use the configured guild " "language, regardless of the member's personally configured language." -msgstr "" +msgstr "有効にすると、このギルドのコマンドはメンバー個人の設定言語に関係なく、常に設定されたサーバー言語を使用することになります。" #: src/babel/settings.py:122 msgctxt "guildset:force_locale|output" From a55a9cd2578cf08e35b97b27d38f4e0d30ddb8c3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:26:31 +0000 Subject: [PATCH 030/520] Translate locales/templates/babel.pot in ja 36% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index ec72dfeb0d49..68cd03718292 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -171,7 +171,7 @@ msgctxt "guildset:force_locale|long_desc" msgid "" "When enabled, commands in this guild will always use the configured guild " "language, regardless of the member's personally configured language." -msgstr "有効にすると、このギルドのコマンドはメンバー個人の設定言語に関係なく、常に設定されたサーバー言語を使用することになります。" +msgstr "有効にすると、このサーバーのコマンドはメンバー個人の設定言語に関係なく、常に設定されたサーバー言語を使用することになります。" #: src/babel/settings.py:122 msgctxt "guildset:force_locale|output" From af208a56303695e4dd0c12c1f631aa7285664450 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:27:36 +0000 Subject: [PATCH 031/520] Translate locales/templates/babel.pot in ja 38% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 68cd03718292..37b18323e9e4 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -176,7 +176,7 @@ msgstr "有効にすると、このサーバーのコマンドはメンバー個 #: src/babel/settings.py:122 msgctxt "guildset:force_locale|output" msgid "Enabled (members will be forced to use the server language)" -msgstr "" +msgstr "有効 (メンバーは強制的にサーバー言語を使用します)" #: src/babel/settings.py:123 msgctxt "guildset:force_locale|output" From 7894d8647b6f9e2de3e6b34cd7045f7e48fff8bc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:28:45 +0000 Subject: [PATCH 032/520] Translate locales/templates/babel.pot in ja 39% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 37b18323e9e4..e8610312d9ab 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -181,7 +181,7 @@ msgstr "有効 (メンバーは強制的にサーバー言語を使用します) #: src/babel/settings.py:123 msgctxt "guildset:force_locale|output" msgid "Disabled (members may set their own language)" -msgstr "" +msgstr "無効(メンバーが個人で言語を設定可能)" #: src/babel/settings.py:137 msgctxt "guildset:force_locale|response" From b5ad1fd60e3c10d2bdfcd6bbefb9d8086d780ace Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:30:25 +0000 Subject: [PATCH 033/520] Translate locales/templates/babel.pot in ja 40% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index e8610312d9ab..8a89995562c0 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -186,7 +186,7 @@ msgstr "無効(メンバーが個人で言語を設定可能)" #: src/babel/settings.py:137 msgctxt "guildset:force_locale|response" msgid "I will always use the set language in this server." -msgstr "" +msgstr "このサーバーでは常に設定された言語を使います。" #: src/babel/settings.py:142 msgctxt "guildset:force_locale|response" From 4717ae588d28ad29a22f170fce791bb7f7a4d1fd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:31:39 +0000 Subject: [PATCH 034/520] Translate locales/templates/babel.pot in ja 42% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 8a89995562c0..1ff18f2dd959 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -191,7 +191,7 @@ msgstr "このサーバーでは常に設定された言語を使います。" #: src/babel/settings.py:142 msgctxt "guildset:force_locale|response" msgid "I will now allow the members to set their own language here." -msgstr "" +msgstr "ここで、メンバーが自分の言語を設定することを許可します。" #: src/babel/settings.py:160 msgctxt "guildset:locale" From dee69900461bb013b0678a65ae40d49f54505534 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:31:58 +0000 Subject: [PATCH 035/520] Translate locales/templates/babel.pot in ja 43% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 1ff18f2dd959..50e311051bc1 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -196,7 +196,7 @@ msgstr "ここで、メンバーが自分の言語を設定することを許可 #: src/babel/settings.py:160 msgctxt "guildset:locale" msgid "language" -msgstr "" +msgstr "言語" #: src/babel/settings.py:161 msgctxt "guildset:locale|desc" From 30d1c1cd0c117ad2a4096e83168c8443164b91a0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:33:52 +0000 Subject: [PATCH 036/520] Translate locales/templates/babel.pot in ja 45% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 50e311051bc1..33b2fa17700d 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -201,7 +201,7 @@ msgstr "言語" #: src/babel/settings.py:161 msgctxt "guildset:locale|desc" msgid "Your preferred language for interacting with me." -msgstr "" +msgstr "私との会話に使う言語。" #: src/babel/settings.py:164 msgctxt "guildset:locale|long_desc" From 0d4d42585c0bda6ac5ab2375133c44e77c06fce3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:35:17 +0000 Subject: [PATCH 037/520] Translate locales/templates/babel.pot in ja 46% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 33b2fa17700d..c33954dff06a 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -210,6 +210,8 @@ msgid "" "Member's own configured language will override this for their commands " "unless `force_language` is enabled." msgstr "" +"このサーバでの応答や対話に使用するデフォルトの言語。 `force_language` " +"が有効になっていない限り、メンバー自身が設定した言語がコマンドに優先されます。" #: src/babel/settings.py:176 msgctxt "guildset:locale|response" From 0d029f3e352f3a5af6ff0840653d580e25923af2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:40:19 +0000 Subject: [PATCH 038/520] Translate locales/templates/babel.pot in ja 47% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index c33954dff06a..598f41e09800 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -216,7 +216,7 @@ msgstr "" #: src/babel/settings.py:176 msgctxt "guildset:locale|response" msgid "You have unset the guild language." -msgstr "" +msgstr "サーバー言語が設定されていません。" #: src/babel/settings.py:178 #, possible-python-brace-format From acab86d5a9f8f9389579cbbbef6b5c22295533d1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:40:58 +0000 Subject: [PATCH 039/520] Translate locales/templates/babel.pot in ja 49% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 598f41e09800..09c7a098891d 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -222,7 +222,7 @@ msgstr "サーバー言語が設定されていません。" #, possible-python-brace-format msgctxt "guildset:locale|response" msgid "You have set the guild language to {lang}." -msgstr "" +msgstr "サーバー言語を{lang}に設定しました。" #: src/babel/enums.py:43 msgctxt "localenames|locale:id" From 2b4e34e090b532b639a4005791a8f5ab0d83c685 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:41:36 +0000 Subject: [PATCH 040/520] Translate locales/templates/babel.pot in ja 50% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 09c7a098891d..eae1de1d328d 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -227,7 +227,7 @@ msgstr "サーバー言語を{lang}に設定しました。" #: src/babel/enums.py:43 msgctxt "localenames|locale:id" msgid "Indonesian" -msgstr "" +msgstr "インドンネシア語" #: src/babel/enums.py:44 msgctxt "localenames|locale:da" From 965615e7d6eac84d93be3b95cb557c2f729c7b14 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:41:58 +0000 Subject: [PATCH 041/520] Translate locales/templates/babel.pot in ja 52% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index eae1de1d328d..67d6e759484b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -232,7 +232,7 @@ msgstr "インドンネシア語" #: src/babel/enums.py:44 msgctxt "localenames|locale:da" msgid "Danish" -msgstr "" +msgstr "デンマーク語" #: src/babel/enums.py:45 msgctxt "localenames|locale:de" From 96590cf7021cd411504181c7cb3e881fc6b658de Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:42:49 +0000 Subject: [PATCH 042/520] Translate locales/templates/babel.pot in ja 53% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 67d6e759484b..fc716bafecd1 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -237,7 +237,7 @@ msgstr "デンマーク語" #: src/babel/enums.py:45 msgctxt "localenames|locale:de" msgid "German" -msgstr "" +msgstr "ドイツ語" #: src/babel/enums.py:46 msgctxt "localenames|locale:en-GB" From 81d5d2c8ca1f9f1cd629887e16ec31b6d631efd6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:43:07 +0000 Subject: [PATCH 043/520] Translate locales/templates/babel.pot in ja 54% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index fc716bafecd1..dc0e02c6ae0b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -242,7 +242,7 @@ msgstr "ドイツ語" #: src/babel/enums.py:46 msgctxt "localenames|locale:en-GB" msgid "English, UK" -msgstr "" +msgstr "英語, 英" #: src/babel/enums.py:47 msgctxt "localenames|locale:en-US" From b5c77cbab4daa8bd28a9e04c06978a61ec1ba4fc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:43:33 +0000 Subject: [PATCH 044/520] Translate locales/templates/babel.pot in ja 56% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index dc0e02c6ae0b..28b96553723b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -247,7 +247,7 @@ msgstr "英語, 英" #: src/babel/enums.py:47 msgctxt "localenames|locale:en-US" msgid "English, US" -msgstr "" +msgstr "英語, 米" #: src/babel/enums.py:48 msgctxt "localenames|locale:es-ES" From cf2b6b3b05e452d08bb1c2c76b1cf85faf116dd1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:43:46 +0000 Subject: [PATCH 045/520] Translate locales/templates/babel.pot in ja 57% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 28b96553723b..1ed1140e201b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -252,7 +252,7 @@ msgstr "英語, 米" #: src/babel/enums.py:48 msgctxt "localenames|locale:es-ES" msgid "Spanish" -msgstr "" +msgstr "スペイン語" #: src/babel/enums.py:49 msgctxt "localenames|locale:fr" From 1e8512ac9a9c4746a754d5ecc17603086633e37c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:43:59 +0000 Subject: [PATCH 046/520] Translate locales/templates/babel.pot in ja 59% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 1ed1140e201b..3ab65085342a 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -257,7 +257,7 @@ msgstr "スペイン語" #: src/babel/enums.py:49 msgctxt "localenames|locale:fr" msgid "French" -msgstr "" +msgstr "フランス語" #: src/babel/enums.py:50 msgctxt "localenames|locale:hr" From 270f1ef81038eff9d0d83c0ce9815980a5b56d4c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:44:09 +0000 Subject: [PATCH 047/520] Translate locales/templates/babel.pot in ja 60% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 3ab65085342a..73dd92da1417 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -262,7 +262,7 @@ msgstr "フランス語" #: src/babel/enums.py:50 msgctxt "localenames|locale:hr" msgid "Croatian" -msgstr "" +msgstr "クロアチア語" #: src/babel/enums.py:51 msgctxt "localenames|locale:it" From 1d4afc641e815552aac477af49465c6fe89afb40 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:44:21 +0000 Subject: [PATCH 048/520] Translate locales/templates/babel.pot in ja 61% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 73dd92da1417..d52e4673d414 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -267,7 +267,7 @@ msgstr "クロアチア語" #: src/babel/enums.py:51 msgctxt "localenames|locale:it" msgid "Italian" -msgstr "" +msgstr "イタリア語" #: src/babel/enums.py:52 msgctxt "localenames|locale:lt" From 4b8b6393def95df0782c2e9b3e698e0ae62c931e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:44:31 +0000 Subject: [PATCH 049/520] Translate locales/templates/babel.pot in ja 63% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index d52e4673d414..27cb24137723 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -272,7 +272,7 @@ msgstr "イタリア語" #: src/babel/enums.py:52 msgctxt "localenames|locale:lt" msgid "Lithuanian" -msgstr "" +msgstr "リトアニア語" #: src/babel/enums.py:53 msgctxt "localenames|locale:hu" From 829ba29aa7a6b2ff31f65acfb501be89af41c74c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:44:43 +0000 Subject: [PATCH 050/520] Translate locales/templates/babel.pot in ja 64% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 27cb24137723..67f1a019589a 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -277,7 +277,7 @@ msgstr "リトアニア語" #: src/babel/enums.py:53 msgctxt "localenames|locale:hu" msgid "Hungarian" -msgstr "" +msgstr "ハンガリー語" #: src/babel/enums.py:54 msgctxt "localenames|locale:nl" From 47a8eab41315bcf45e9bb9b487469169b6b5d3f3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:45:11 +0000 Subject: [PATCH 051/520] Translate locales/templates/babel.pot in ja 66% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 67f1a019589a..4ecb2db2b452 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -282,7 +282,7 @@ msgstr "ハンガリー語" #: src/babel/enums.py:54 msgctxt "localenames|locale:nl" msgid "Dutch" -msgstr "" +msgstr "オランダ語" #: src/babel/enums.py:55 msgctxt "localenames|locale:no" From 84755a3f3bef6b9f8bfa802ffcee38cb54d02de6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:45:27 +0000 Subject: [PATCH 052/520] Translate locales/templates/babel.pot in ja 67% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 4ecb2db2b452..4895e3fdc4d7 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -287,7 +287,7 @@ msgstr "オランダ語" #: src/babel/enums.py:55 msgctxt "localenames|locale:no" msgid "Norwegian" -msgstr "" +msgstr "ノルウェー語" #: src/babel/enums.py:56 msgctxt "localenames|locale:pl" From 5e551252286684999dd953249bfc8842ecc72d2b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:45:48 +0000 Subject: [PATCH 053/520] Translate locales/templates/babel.pot in ja 69% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 4895e3fdc4d7..0332b176e623 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -292,7 +292,7 @@ msgstr "ノルウェー語" #: src/babel/enums.py:56 msgctxt "localenames|locale:pl" msgid "Polish" -msgstr "" +msgstr "ポーランド語" #: src/babel/enums.py:57 msgctxt "localenames|locale:pt-BR" From bd52f23c87515a66dbed895efde5278e086dbed8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:46:11 +0000 Subject: [PATCH 054/520] Translate locales/templates/babel.pot in ja 70% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 0332b176e623..072ae68e495b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -297,7 +297,7 @@ msgstr "ポーランド語" #: src/babel/enums.py:57 msgctxt "localenames|locale:pt-BR" msgid "Portuguese, Brazilian" -msgstr "" +msgstr "ポルトガル語, ブラジル" #: src/babel/enums.py:58 msgctxt "localenames|locale:ro" From e49f5f7ef13846067713539b886a70c2b0ddd1a9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:46:50 +0000 Subject: [PATCH 055/520] Translate locales/templates/babel.pot in ja 71% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 072ae68e495b..d202ec70c71f 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -302,7 +302,7 @@ msgstr "ポルトガル語, ブラジル" #: src/babel/enums.py:58 msgctxt "localenames|locale:ro" msgid "Romanian, Romania" -msgstr "" +msgstr "ルーマニア語, ルーマニア" #: src/babel/enums.py:59 msgctxt "localenames|locale:fi" From 8faf8efeffd1ebd69583593d83faf1acf582bd42 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:47:03 +0000 Subject: [PATCH 056/520] Translate locales/templates/babel.pot in ja 73% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index d202ec70c71f..523f17b04577 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -307,7 +307,7 @@ msgstr "ルーマニア語, ルーマニア" #: src/babel/enums.py:59 msgctxt "localenames|locale:fi" msgid "Finnish" -msgstr "" +msgstr "フィンランド語" #: src/babel/enums.py:60 msgctxt "localenames|locale:sv-SE" From 97893fd7c66508695ea82448dc2d8526e78eb300 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:47:18 +0000 Subject: [PATCH 057/520] Translate locales/templates/babel.pot in ja 74% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 523f17b04577..5e36dde8848b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -317,7 +317,7 @@ msgstr "" #: src/babel/enums.py:61 msgctxt "localenames|locale:vi" msgid "Vietnamese" -msgstr "" +msgstr "ベトナム語" #: src/babel/enums.py:62 msgctxt "localenames|locale:tr" From 17195faf8d0c855a60637b41fcc446cff9913c9d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:47:44 +0000 Subject: [PATCH 058/520] Translate locales/templates/babel.pot in ja 76% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 5e36dde8848b..decdcb1b7ac0 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -312,7 +312,7 @@ msgstr "フィンランド語" #: src/babel/enums.py:60 msgctxt "localenames|locale:sv-SE" msgid "Swedish" -msgstr "" +msgstr "スウェーデン語" #: src/babel/enums.py:61 msgctxt "localenames|locale:vi" From c694f2e0a9ac173dfd064f22becbc521ef471dc4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:48:06 +0000 Subject: [PATCH 059/520] Translate locales/templates/babel.pot in ja 77% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index decdcb1b7ac0..a05ae9a7d2a9 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -322,7 +322,7 @@ msgstr "ベトナム語" #: src/babel/enums.py:62 msgctxt "localenames|locale:tr" msgid "Turkish" -msgstr "" +msgstr "トルコ語" #: src/babel/enums.py:63 msgctxt "localenames|locale:cs" From 91c338ea7289a80ed72e829e70c8d6b1773ec9d6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:48:26 +0000 Subject: [PATCH 060/520] Translate locales/templates/babel.pot in ja 78% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index a05ae9a7d2a9..1c3ffd4e7d90 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -327,7 +327,7 @@ msgstr "トルコ語" #: src/babel/enums.py:63 msgctxt "localenames|locale:cs" msgid "Czech" -msgstr "" +msgstr "チェコ語" #: src/babel/enums.py:64 msgctxt "localenames|locale:el" From 617a4930a5872b9579e02ff49d44d8542e163896 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:48:39 +0000 Subject: [PATCH 061/520] Translate locales/templates/babel.pot in ja 80% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 1c3ffd4e7d90..c494f019ce67 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -332,7 +332,7 @@ msgstr "チェコ語" #: src/babel/enums.py:64 msgctxt "localenames|locale:el" msgid "Greek" -msgstr "" +msgstr "ギリシャ語" #: src/babel/enums.py:65 msgctxt "localenames|locale:bg" From 9dc71d5077ff124cf01dd43b2d1f86bfd26fc434 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:49:07 +0000 Subject: [PATCH 062/520] Translate locales/templates/babel.pot in ja 81% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index c494f019ce67..0312a46d68d0 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -337,7 +337,7 @@ msgstr "ギリシャ語" #: src/babel/enums.py:65 msgctxt "localenames|locale:bg" msgid "Bulgarian" -msgstr "" +msgstr "ブルガリア語" #: src/babel/enums.py:66 msgctxt "localenames|locale:ru" From 2fb19ce0f0d7504786358875880ec5a0303fd367 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:49:16 +0000 Subject: [PATCH 063/520] Translate locales/templates/babel.pot in ja 83% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 0312a46d68d0..204171348299 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -342,7 +342,7 @@ msgstr "ブルガリア語" #: src/babel/enums.py:66 msgctxt "localenames|locale:ru" msgid "Russian" -msgstr "" +msgstr "ロシア語" #: src/babel/enums.py:67 msgctxt "localenames|locale:uk" From 83fdbd9d4dfceaf59dbdfed53be76950dbea874a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:49:26 +0000 Subject: [PATCH 064/520] Translate locales/templates/babel.pot in ja 84% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 204171348299..69cf23b67de4 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -347,7 +347,7 @@ msgstr "ロシア語" #: src/babel/enums.py:67 msgctxt "localenames|locale:uk" msgid "Ukrainian" -msgstr "" +msgstr "ウクライナ語" #: src/babel/enums.py:68 msgctxt "localenames|locale:hi" From dc17efdf085ddbb504cee3f755f75119b9da5c13 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:50:28 +0000 Subject: [PATCH 065/520] Translate locales/templates/babel.pot in ja 85% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 69cf23b67de4..9e0e72b7871e 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -352,7 +352,7 @@ msgstr "ウクライナ語" #: src/babel/enums.py:68 msgctxt "localenames|locale:hi" msgid "Hindi" -msgstr "" +msgstr "ヒンディー語" #: src/babel/enums.py:69 msgctxt "localenames|locale:th" From 2aec42a85d804ba178540e0a1bfe95be7ae78795 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:50:46 +0000 Subject: [PATCH 066/520] Translate locales/templates/babel.pot in ja 87% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 9e0e72b7871e..d3add8f44451 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -357,7 +357,7 @@ msgstr "ヒンディー語" #: src/babel/enums.py:69 msgctxt "localenames|locale:th" msgid "Thai" -msgstr "" +msgstr "タイ語" #: src/babel/enums.py:70 msgctxt "localenames|locale:zh-CN" From 5c0eca4fa9b6c25ca822cb003b6b806241caa1c0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:51:03 +0000 Subject: [PATCH 067/520] Translate locales/templates/babel.pot in ja 88% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index d3add8f44451..b573eb070447 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -362,7 +362,7 @@ msgstr "タイ語" #: src/babel/enums.py:70 msgctxt "localenames|locale:zh-CN" msgid "Chinese, China" -msgstr "" +msgstr "中国語, 中国" #: src/babel/enums.py:71 msgctxt "localenames|locale:ja" From 044ca4bd9b14151ec38a75debf66189709eabed5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:51:28 +0000 Subject: [PATCH 068/520] Translate locales/templates/babel.pot in ja 90% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index b573eb070447..7bcedf676184 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -367,7 +367,7 @@ msgstr "中国語, 中国" #: src/babel/enums.py:71 msgctxt "localenames|locale:ja" msgid "Japanese" -msgstr "" +msgstr "日本語" #: src/babel/enums.py:72 msgctxt "localenames|locale:zh-TW" From fc135cd333863ecfc866baf4c430ff826a34e5a8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:52:53 +0000 Subject: [PATCH 069/520] Translate locales/templates/babel.pot in ja 91% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 7bcedf676184..810eb7c511a1 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -372,7 +372,7 @@ msgstr "日本語" #: src/babel/enums.py:72 msgctxt "localenames|locale:zh-TW" msgid "Chinese, Taiwan" -msgstr "" +msgstr "中国語, 台湾" #: src/babel/enums.py:73 msgctxt "localenames|locale:ko" From c357450719996716b57bc4e3dac9ef600676acae Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:53:06 +0000 Subject: [PATCH 070/520] Translate locales/templates/babel.pot in ja 92% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 810eb7c511a1..c94368cc05b9 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -377,7 +377,7 @@ msgstr "中国語, 台湾" #: src/babel/enums.py:73 msgctxt "localenames|locale:ko" msgid "Korean" -msgstr "" +msgstr "韓国語" #: src/babel/enums.py:78 msgctxt "localenames|locale:he" From f685e399b83e35f4a58405bd798932d256767f6a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:53:22 +0000 Subject: [PATCH 071/520] Translate locales/templates/babel.pot in ja 94% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index c94368cc05b9..7d738299b210 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -382,7 +382,7 @@ msgstr "韓国語" #: src/babel/enums.py:78 msgctxt "localenames|locale:he" msgid "Hebrew" -msgstr "" +msgstr "ヘブライ語" #: src/babel/enums.py:79 msgctxt "localenames|locale:he-IL" From 535df8533e4273e51b5bd1908bba9283b8c95529 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:53:34 +0000 Subject: [PATCH 072/520] Translate locales/templates/babel.pot in ja 95% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 7d738299b210..47145508488b 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -387,7 +387,7 @@ msgstr "ヘブライ語" #: src/babel/enums.py:79 msgctxt "localenames|locale:he-IL" msgid "Hebrew" -msgstr "" +msgstr "ヘブライ語" #: src/babel/enums.py:80 msgctxt "localenames|locale:test" From 283f2705225211e56456a27fe443dd89ae4533ac Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:54:09 +0000 Subject: [PATCH 073/520] Translate locales/templates/babel.pot in ja 97% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 47145508488b..60018752adb1 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -392,4 +392,4 @@ msgstr "ヘブライ語" #: src/babel/enums.py:80 msgctxt "localenames|locale:test" msgid "Test Language" -msgstr "" +msgstr "テスト用言語" From fd626bf77daa01d66bdbdc59f98a340451c0c094 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:00:18 +0000 Subject: [PATCH 074/520] Translate locales/templates/babel.pot in ja 98% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 60018752adb1..7542daf42506 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -24,7 +24,7 @@ msgstr "" #: src/babel/settingui.py:41 msgctxt "ui:locale_config|button:force|label" msgid "Toggle Force" -msgstr "" +msgstr "変更の力(?)" #: src/babel/settingui.py:50 msgctxt "ui:locale_config|embed|title" From b6872daf2ba2f43183d9bfbc465c60bda6375905 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:00:30 +0000 Subject: [PATCH 075/520] Translate locales/templates/babel.pot in ja 98% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 7542daf42506..557e47182781 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -24,7 +24,7 @@ msgstr "" #: src/babel/settingui.py:41 msgctxt "ui:locale_config|button:force|label" msgid "Toggle Force" -msgstr "変更の力(?)" +msgstr "変更の力" #: src/babel/settingui.py:50 msgctxt "ui:locale_config|embed|title" From 920560919d32e07a20117a164ae2c65ad39b01c4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:00:56 +0000 Subject: [PATCH 076/520] Translate locales/templates/babel.pot in ja 98% of minimum 1% translated source file: 'locales/templates/babel.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 557e47182781..dedad1fd2b82 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -24,7 +24,7 @@ msgstr "" #: src/babel/settingui.py:41 msgctxt "ui:locale_config|button:force|label" msgid "Toggle Force" -msgstr "変更の力" +msgstr "変更の強制" #: src/babel/settingui.py:50 msgctxt "ui:locale_config|embed|title" From aba344373265b3ecf568fb13c4a28449655e464d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:01:17 +0000 Subject: [PATCH 077/520] Translate locales/templates/babel.pot in ja 100% translated source file: 'locales/templates/babel.pot' on 'ja'. --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index dedad1fd2b82..062718e9a408 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -34,7 +34,7 @@ msgstr "言語設定パネル" #: src/babel/settingui.py:84 msgctxt "dash:locale|title" msgid "Server Language Configuration ({commands[config language]})" -msgstr "" +msgstr "サーバー言語設定 ({commands[config language]})" #: src/babel/settingui.py:88 msgctxt "dash:locale|dropdown|placeholder" From aae28f02b849a122908ae2cf538f3e3dcd8c997e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:10:36 +0000 Subject: [PATCH 078/520] Translate locales/templates/base.pot in ja 25% of minimum 1% translated source file: 'locales/templates/base.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/base.po | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/base.po diff --git a/locales/ja/LC_MESSAGES/base.po b/locales/ja/LC_MESSAGES/base.po new file mode 100644 index 000000000000..bd8f9d9902da --- /dev/null +++ b/locales/ja/LC_MESSAGES/base.po @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-22 13:17+0200\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: bot/modules/sysadmin/exec_cog.py:70 +msgid "You cannot use this interface!" +msgstr "このインターフェイスは使えません!" + +#: bot/modules/sysadmin/exec_cog.py:252 bot/modules/sysadmin/exec_cog.py:254 +msgid "async" +msgstr "" + +#: bot/modules/sysadmin/exec_cog.py:253 bot/modules/sysadmin/exec_cog.py:255 +msgid "Execute arbitrary code with Exec" +msgstr "" + +#: bot/modules/sysadmin/exec_cog.py:265 +msgid "eval" +msgstr "" From fdbf2c9273eb0235a744ebc2de7acec2e7393f85 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:10:48 +0000 Subject: [PATCH 079/520] Translate locales/templates/base.pot in ja 50% of minimum 1% translated source file: 'locales/templates/base.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/base.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/base.po b/locales/ja/LC_MESSAGES/base.po index bd8f9d9902da..00d22876ee30 100644 --- a/locales/ja/LC_MESSAGES/base.po +++ b/locales/ja/LC_MESSAGES/base.po @@ -27,7 +27,7 @@ msgstr "このインターフェイスは使えません!" #: bot/modules/sysadmin/exec_cog.py:252 bot/modules/sysadmin/exec_cog.py:254 msgid "async" -msgstr "" +msgstr "非同期" #: bot/modules/sysadmin/exec_cog.py:253 bot/modules/sysadmin/exec_cog.py:255 msgid "Execute arbitrary code with Exec" From 2f87042214f3d39022963596efeeaf9daf296295 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:11:09 +0000 Subject: [PATCH 080/520] Translate locales/templates/base.pot in ja 75% of minimum 1% translated source file: 'locales/templates/base.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/base.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/base.po b/locales/ja/LC_MESSAGES/base.po index 00d22876ee30..9f0eb9c1d43d 100644 --- a/locales/ja/LC_MESSAGES/base.po +++ b/locales/ja/LC_MESSAGES/base.po @@ -35,4 +35,4 @@ msgstr "" #: bot/modules/sysadmin/exec_cog.py:265 msgid "eval" -msgstr "" +msgstr "評価" From c84aef4d7337f28121dfddb419a817a0b04154fe Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:14:32 +0000 Subject: [PATCH 081/520] Translate locales/templates/base.pot in ja 100% translated source file: 'locales/templates/base.pot' on 'ja'. --- locales/ja/LC_MESSAGES/base.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/base.po b/locales/ja/LC_MESSAGES/base.po index 9f0eb9c1d43d..31a7986261fa 100644 --- a/locales/ja/LC_MESSAGES/base.po +++ b/locales/ja/LC_MESSAGES/base.po @@ -31,7 +31,7 @@ msgstr "非同期" #: bot/modules/sysadmin/exec_cog.py:253 bot/modules/sysadmin/exec_cog.py:255 msgid "Execute arbitrary code with Exec" -msgstr "" +msgstr "Execで任意のコードを実行" #: bot/modules/sysadmin/exec_cog.py:265 msgid "eval" From 152906050bcb89abfece6b61e25be6167828bbe8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:20:26 +0000 Subject: [PATCH 082/520] Translate locales/templates/config.pot in ja 4% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 149 +++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/config.po diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po new file mode 100644 index 000000000000..d08da013fd14 --- /dev/null +++ b/locales/ja/LC_MESSAGES/config.po @@ -0,0 +1,149 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/modules/config/settingui.py:56 +msgctxt "ui:general_config|menu:event_log|placeholder" +msgid "Select Event Log" +msgstr "イベントログを選択" + +#: src/modules/config/settingui.py:64 +msgctxt "ui:general_config|embed:title" +msgid "General Configuration" +msgstr "" + +#: src/modules/config/settingui.py:99 +msgctxt "dash:general|title" +msgid "General Configuration ({commands[config general]})" +msgstr "" + +#: src/modules/config/settingui.py:103 +msgctxt "dash:general|option|name" +msgid "General Configuration Panel" +msgstr "" + +#: src/modules/config/cog.py:56 src/modules/config/general.py:52 +msgctxt "cmd:configure_general" +msgid "general" +msgstr "" + +#: src/modules/config/cog.py:57 src/modules/config/general.py:53 +msgctxt "cmd:configure_general|desc" +msgid "General configuration panel" +msgstr "" + +#: src/modules/config/general.py:91 +msgctxt "cmd:configure_general|parse_failure:timezone" +msgid "Could not set the timezone!" +msgstr "" + +#: src/modules/config/general.py:112 +msgctxt "cmd:configure_general|success" +msgid "Settings Updated!" +msgstr "" + +#: src/modules/config/general.py:127 +msgctxt "cmd:configure_general|panel|title" +msgid "General Configuration Panel" +msgstr "" + +#: src/modules/config/dashboard.py:99 +#, possible-python-brace-format +msgctxt "ui:dashboard|title" +msgid "Guild Dashboard (Page {page}/{total})" +msgstr "" + +#: src/modules/config/dashboard.py:110 +msgctxt "ui:dashboard|footer" +msgid "Hover over setting names for a brief description" +msgstr "" + +#: src/modules/config/dashboard.py:173 +msgctxt "ui:dashboard|menu:config|placeholder" +msgid "Open Configuration Panel" +msgstr "" + +#: src/modules/config/settings.py:33 +msgctxt "guildset:timezone" +msgid "timezone" +msgstr "" + +#: src/modules/config/settings.py:36 +msgctxt "guildset:timezone|desc" +msgid "Guild timezone for statistics display." +msgstr "" + +#: src/modules/config/settings.py:40 +msgctxt "guildset:timezone|long_desc" +msgid "" +"Guild-wide timezone. Used to determine start of the day for the " +"leaderboards, and as the default statistics timezone for members who have " +"not set one." +msgstr "" + +#: src/modules/config/settings.py:54 +#, possible-python-brace-format +msgctxt "guildset:timezone|response" +msgid "The guild timezone has been set to `{timezone}`." +msgstr "" + +#: src/modules/config/settings.py:66 +msgctxt "guildset:eventlog" +msgid "event_log" +msgstr "" + +#: src/modules/config/settings.py:69 +msgctxt "guildset:eventlog|desc" +msgid "" +"My audit log channel where I send server actions and events (e.g. rankgs and" +" expiring roles)." +msgstr "" + +#: src/modules/config/settings.py:73 +msgctxt "guildset:eventlog|long_desc" +msgid "" +"If configured, I will log most significant actions taken or events which occur through my interface, into this channel. Logged events include, for example:\n" +"- Member voice activity\n" +"- Roles equipped and expiring from rolemenus\n" +"- Privated rooms rented and expiring\n" +"- Activity ranks earned\n" +"I must have the 'Manage Webhooks' permission in this channel." +msgstr "" + +#: src/modules/config/settings.py:95 +#, possible-python-brace-format +msgctxt "guildset:eventlog|check_value|error:perms|perm:manage_webhooks" +msgid "" +"Cannot set {channel} as an event log! I lack the 'Manage Webhooks' " +"permission there." +msgstr "" + +#: src/modules/config/settings.py:106 +#, possible-python-brace-format +msgctxt "guildset:eventlog|response|set" +msgid "Events will now be logged to {channel}" +msgstr "" + +#: src/modules/config/settings.py:111 +msgctxt "guildset:eventlog|response|unset" +msgid "Guild events will no longer be logged." +msgstr "" From b44e272a2bea896e5498536c5556604600c14098 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:20:58 +0000 Subject: [PATCH 083/520] Translate locales/templates/config.pot in ja 9% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index d08da013fd14..3cf6f5b95e45 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -29,7 +29,7 @@ msgstr "イベントログを選択" #: src/modules/config/settingui.py:64 msgctxt "ui:general_config|embed:title" msgid "General Configuration" -msgstr "" +msgstr "一般設定" #: src/modules/config/settingui.py:99 msgctxt "dash:general|title" From 70de1890def2e7e501a428161d333db8d244a9b2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:21:51 +0000 Subject: [PATCH 084/520] Translate locales/templates/config.pot in ja 13% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 3cf6f5b95e45..8dcf78ad7ed4 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -34,7 +34,7 @@ msgstr "一般設定" #: src/modules/config/settingui.py:99 msgctxt "dash:general|title" msgid "General Configuration ({commands[config general]})" -msgstr "" +msgstr "一般設定 ({commands[config general]})" #: src/modules/config/settingui.py:103 msgctxt "dash:general|option|name" From fa39eb97de1c5f5f4ec3ee9c54df60a425fc27ee Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:22:07 +0000 Subject: [PATCH 085/520] Translate locales/templates/config.pot in ja 18% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 8dcf78ad7ed4..a7ea0e0dc91f 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -39,7 +39,7 @@ msgstr "一般設定 ({commands[config general]})" #: src/modules/config/settingui.py:103 msgctxt "dash:general|option|name" msgid "General Configuration Panel" -msgstr "" +msgstr "一般設定パネル" #: src/modules/config/cog.py:56 src/modules/config/general.py:52 msgctxt "cmd:configure_general" From e99bda442802d4418eede69ed886ddfbb62c6df1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:22:20 +0000 Subject: [PATCH 086/520] Translate locales/templates/config.pot in ja 22% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index a7ea0e0dc91f..78c10802a897 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -44,7 +44,7 @@ msgstr "一般設定パネル" #: src/modules/config/cog.py:56 src/modules/config/general.py:52 msgctxt "cmd:configure_general" msgid "general" -msgstr "" +msgstr "一般" #: src/modules/config/cog.py:57 src/modules/config/general.py:53 msgctxt "cmd:configure_general|desc" From aa22ae583f817e222451549419bcd7efcc7fd522 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:22:37 +0000 Subject: [PATCH 087/520] Translate locales/templates/config.pot in ja 27% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 78c10802a897..907e98eea959 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -49,7 +49,7 @@ msgstr "一般" #: src/modules/config/cog.py:57 src/modules/config/general.py:53 msgctxt "cmd:configure_general|desc" msgid "General configuration panel" -msgstr "" +msgstr "一般設定パネル" #: src/modules/config/general.py:91 msgctxt "cmd:configure_general|parse_failure:timezone" From 3f17ee26998ceb19eaef3c90937f13b94364130e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:23:21 +0000 Subject: [PATCH 088/520] Translate locales/templates/config.pot in ja 31% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 907e98eea959..726281a11976 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -54,7 +54,7 @@ msgstr "一般設定パネル" #: src/modules/config/general.py:91 msgctxt "cmd:configure_general|parse_failure:timezone" msgid "Could not set the timezone!" -msgstr "" +msgstr "タイムゾーンが設定できませんでした!" #: src/modules/config/general.py:112 msgctxt "cmd:configure_general|success" From 2c3bb7dc63b65d966cb24c08d147b6c26736e4e7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:23:40 +0000 Subject: [PATCH 089/520] Translate locales/templates/config.pot in ja 36% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 726281a11976..8e792727ccdf 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -59,7 +59,7 @@ msgstr "タイムゾーンが設定できませんでした!" #: src/modules/config/general.py:112 msgctxt "cmd:configure_general|success" msgid "Settings Updated!" -msgstr "" +msgstr "設定が更新されました!" #: src/modules/config/general.py:127 msgctxt "cmd:configure_general|panel|title" From 4e5c4802aa04764741b691aadf38ca679f36e3af Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:23:55 +0000 Subject: [PATCH 090/520] Translate locales/templates/config.pot in ja 40% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 8e792727ccdf..58d087ceac64 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -64,7 +64,7 @@ msgstr "設定が更新されました!" #: src/modules/config/general.py:127 msgctxt "cmd:configure_general|panel|title" msgid "General Configuration Panel" -msgstr "" +msgstr "一般設定パネル" #: src/modules/config/dashboard.py:99 #, possible-python-brace-format From d263f99c3535f9e427f503b743b7539c0ac9fc7d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:24:26 +0000 Subject: [PATCH 091/520] Translate locales/templates/config.pot in ja 45% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 58d087ceac64..7c0159852ec7 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -70,7 +70,7 @@ msgstr "一般設定パネル" #, possible-python-brace-format msgctxt "ui:dashboard|title" msgid "Guild Dashboard (Page {page}/{total})" -msgstr "" +msgstr "サーバーダッシュボード (Page {page}/{total})" #: src/modules/config/dashboard.py:110 msgctxt "ui:dashboard|footer" From c280e7e2ce549d8fe2121a191fbf5542bdbbe90b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:26:06 +0000 Subject: [PATCH 092/520] Translate locales/templates/config.pot in ja 50% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 7c0159852ec7..8a92200b043d 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -75,7 +75,7 @@ msgstr "サーバーダッシュボード (Page {page}/{total})" #: src/modules/config/dashboard.py:110 msgctxt "ui:dashboard|footer" msgid "Hover over setting names for a brief description" -msgstr "" +msgstr "設定名の上にマウスを合わせると、簡単な説明が表示されます" #: src/modules/config/dashboard.py:173 msgctxt "ui:dashboard|menu:config|placeholder" From e4bec5a1d19e4f5cd48b4f33c332d2ef19400d79 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:26:33 +0000 Subject: [PATCH 093/520] Translate locales/templates/config.pot in ja 54% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 8a92200b043d..5e147bfdfe88 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -80,7 +80,7 @@ msgstr "設定名の上にマウスを合わせると、簡単な説明が表示 #: src/modules/config/dashboard.py:173 msgctxt "ui:dashboard|menu:config|placeholder" msgid "Open Configuration Panel" -msgstr "" +msgstr "設定パネルを開く" #: src/modules/config/settings.py:33 msgctxt "guildset:timezone" From 261e6e4ff45710afe56d606deed7018224d2c7c5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:26:53 +0000 Subject: [PATCH 094/520] Translate locales/templates/config.pot in ja 59% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 5e147bfdfe88..2afb4d734625 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -85,7 +85,7 @@ msgstr "設定パネルを開く" #: src/modules/config/settings.py:33 msgctxt "guildset:timezone" msgid "timezone" -msgstr "" +msgstr "タイムゾーン" #: src/modules/config/settings.py:36 msgctxt "guildset:timezone|desc" From 39dc5525405347863d6cad629637e36ca9fc1025 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:27:37 +0000 Subject: [PATCH 095/520] Translate locales/templates/config.pot in ja 63% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 2afb4d734625..c63c7ceb769b 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -90,7 +90,7 @@ msgstr "タイムゾーン" #: src/modules/config/settings.py:36 msgctxt "guildset:timezone|desc" msgid "Guild timezone for statistics display." -msgstr "" +msgstr "統計表示されるサーバータイムゾーン" #: src/modules/config/settings.py:40 msgctxt "guildset:timezone|long_desc" From f9b09924404032168c363965b02f8d168c0633dc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:32:36 +0000 Subject: [PATCH 096/520] Translate locales/templates/config.pot in ja 63% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index c63c7ceb769b..5995ddccc5af 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -90,7 +90,7 @@ msgstr "タイムゾーン" #: src/modules/config/settings.py:36 msgctxt "guildset:timezone|desc" msgid "Guild timezone for statistics display." -msgstr "統計表示されるサーバータイムゾーン" +msgstr "統計表示のためのサーバータイムゾーン" #: src/modules/config/settings.py:40 msgctxt "guildset:timezone|long_desc" From ae1dec3217a9fe7d2b869bd0baf898dc26c07bd6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:42:51 +0000 Subject: [PATCH 097/520] Translate locales/templates/config.pot in ja 68% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 5995ddccc5af..c80777acbe6f 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -104,7 +104,7 @@ msgstr "" #, possible-python-brace-format msgctxt "guildset:timezone|response" msgid "The guild timezone has been set to `{timezone}`." -msgstr "" +msgstr "サーバーのタイムゾーンは `{timezone}` に設定されました。" #: src/modules/config/settings.py:66 msgctxt "guildset:eventlog" From 9db6174208715b4670af1577f6456f68666e5008 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:43:01 +0000 Subject: [PATCH 098/520] Translate locales/templates/config.pot in ja 68% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index c80777acbe6f..32f91af9d30a 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -104,7 +104,7 @@ msgstr "" #, possible-python-brace-format msgctxt "guildset:timezone|response" msgid "The guild timezone has been set to `{timezone}`." -msgstr "サーバーのタイムゾーンは `{timezone}` に設定されました。" +msgstr "サーバーのタイムゾーンは、 `{timezone}` に設定されました。" #: src/modules/config/settings.py:66 msgctxt "guildset:eventlog" From dfa521c3640e9ab51bb6652e3d83e46c5798c900 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:43:17 +0000 Subject: [PATCH 099/520] Translate locales/templates/config.pot in ja 72% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 32f91af9d30a..6dda63747e42 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -109,7 +109,7 @@ msgstr "サーバーのタイムゾーンは、 `{timezone}` に設定されま #: src/modules/config/settings.py:66 msgctxt "guildset:eventlog" msgid "event_log" -msgstr "" +msgstr "イベントログ" #: src/modules/config/settings.py:69 msgctxt "guildset:eventlog|desc" From c747e23fa949ba3f5a90dba739de63f54e5f159d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:44:35 +0000 Subject: [PATCH 100/520] Translate locales/templates/config.pot in ja 77% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 6dda63747e42..e097522fdb37 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -116,7 +116,7 @@ msgctxt "guildset:eventlog|desc" msgid "" "My audit log channel where I send server actions and events (e.g. rankgs and" " expiring roles)." -msgstr "" +msgstr "サーバーのアクションとイベント (ランクや期限切れのロールなど) を送信する監査ログ チャンネル。" #: src/modules/config/settings.py:73 msgctxt "guildset:eventlog|long_desc" From dbc375381ac9be9cdacf276f1501c84f9e3897a1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:44:52 +0000 Subject: [PATCH 101/520] Translate locales/templates/config.pot in ja 72% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index e097522fdb37..92c1c4f27fe6 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -90,7 +90,7 @@ msgstr "タイムゾーン" #: src/modules/config/settings.py:36 msgctxt "guildset:timezone|desc" msgid "Guild timezone for statistics display." -msgstr "統計表示のためのサーバータイムゾーン" +msgstr "" #: src/modules/config/settings.py:40 msgctxt "guildset:timezone|long_desc" From 51f9ee5bcf3b9bf8b26c18aeab497c52e15a3700 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:48:14 +0000 Subject: [PATCH 102/520] Translate locales/templates/config.pot in ja 77% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 92c1c4f27fe6..5af2a22a4388 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -128,6 +128,12 @@ msgid "" "- Activity ranks earned\n" "I must have the 'Manage Webhooks' permission in this channel." msgstr "" +"設定されている場合、実行された最も重要なアクションまたはインターフェースを通じて発生したイベントが、このチャンネルに記録されます。ログに記録されるイベントには、たとえば次のようなものがあります。\n" +"- メンバーの発言活動\n" +"- ロールメニューから装備されたロールと期限切れになるロール\n" +"- プライベートルームをレンタルしていて有効期限が切れている\n" +"- 獲得したアクティビティランク\n" +"このチャンネルは「Webhook の管理」権限が必要です。" #: src/modules/config/settings.py:95 #, possible-python-brace-format From 5dd6e79e5844c27723f1d3a64e3cc674c909672a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:51:15 +0000 Subject: [PATCH 103/520] Translate locales/templates/config.pot in ja 81% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 5af2a22a4388..ac8e1221d538 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -141,7 +141,7 @@ msgctxt "guildset:eventlog|check_value|error:perms|perm:manage_webhooks" msgid "" "Cannot set {channel} as an event log! I lack the 'Manage Webhooks' " "permission there." -msgstr "" +msgstr "{channel} には「Webhookの管理」権限がないため、{channel} をイベントログチャンネルとして設定できません!" #: src/modules/config/settings.py:106 #, possible-python-brace-format From 61a756aca87741d6414764d84617a3b2964354c1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:52:40 +0000 Subject: [PATCH 104/520] Translate locales/templates/config.pot in ja 81% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index ac8e1221d538..ceb0103aad42 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -141,7 +141,7 @@ msgctxt "guildset:eventlog|check_value|error:perms|perm:manage_webhooks" msgid "" "Cannot set {channel} as an event log! I lack the 'Manage Webhooks' " "permission there." -msgstr "{channel} には「Webhookの管理」権限がないため、{channel} をイベントログチャンネルとして設定できません!" +msgstr "{channel} をイベントログチャンネルとして設定できません!「webhookの管理」権限がないみたい。" #: src/modules/config/settings.py:106 #, possible-python-brace-format From 11a8f0955a88041bb2e6c49a03268a4b2072cc35 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:54:43 +0000 Subject: [PATCH 105/520] Translate locales/templates/config.pot in ja 86% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index ceb0103aad42..b26dc2f2264c 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -147,7 +147,7 @@ msgstr "{channel} をイベントログチャンネルとして設定できま #, possible-python-brace-format msgctxt "guildset:eventlog|response|set" msgid "Events will now be logged to {channel}" -msgstr "" +msgstr "これからは、イベントは {channel} に記録されるようになります" #: src/modules/config/settings.py:111 msgctxt "guildset:eventlog|response|unset" From d9fb4d79b31387fd739bc112a0df058771851383 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:55:01 +0000 Subject: [PATCH 106/520] Translate locales/templates/config.pot in ja 86% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index b26dc2f2264c..0b090b06d8d5 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -147,7 +147,7 @@ msgstr "{channel} をイベントログチャンネルとして設定できま #, possible-python-brace-format msgctxt "guildset:eventlog|response|set" msgid "Events will now be logged to {channel}" -msgstr "これからは、イベントは {channel} に記録されるようになります" +msgstr "これからは、イベントログは {channel} に記録されるようになります" #: src/modules/config/settings.py:111 msgctxt "guildset:eventlog|response|unset" From 69929e21caf82849a3cc286555685cd5323f7d07 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:57:07 +0000 Subject: [PATCH 107/520] Translate locales/templates/config.pot in ja 90% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 0b090b06d8d5..a6411d72b846 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -152,4 +152,4 @@ msgstr "これからは、イベントログは {channel} に記録されるよ #: src/modules/config/settings.py:111 msgctxt "guildset:eventlog|response|unset" msgid "Guild events will no longer be logged." -msgstr "" +msgstr "サーバーでのイベント(出来事)は記録されなくなります。" From 7b16ee42451a52d6d6f65b16c823c89d26cfdf04 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:57:42 +0000 Subject: [PATCH 108/520] Translate locales/templates/config.pot in ja 90% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index a6411d72b846..033a4960ea7b 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -152,4 +152,4 @@ msgstr "これからは、イベントログは {channel} に記録されるよ #: src/modules/config/settings.py:111 msgctxt "guildset:eventlog|response|unset" msgid "Guild events will no longer be logged." -msgstr "サーバーでのイベント(出来事)は記録されなくなります。" +msgstr "サーバーでの活動は記録されなくなります。" From 9188544bc4cde802a5f2d4e20615c3e9381b41f0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:58:07 +0000 Subject: [PATCH 109/520] Translate locales/templates/config.pot in ja 90% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 033a4960ea7b..7a7c4891766c 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -147,7 +147,7 @@ msgstr "{channel} をイベントログチャンネルとして設定できま #, possible-python-brace-format msgctxt "guildset:eventlog|response|set" msgid "Events will now be logged to {channel}" -msgstr "これからは、イベントログは {channel} に記録されるようになります" +msgstr "これからは、活動ログは {channel} に記録されるようになります" #: src/modules/config/settings.py:111 msgctxt "guildset:eventlog|response|unset" From f83c13ad3c76eeb8e6359cd104f433e9dc6e8b47 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:58:22 +0000 Subject: [PATCH 110/520] Translate locales/templates/config.pot in ja 90% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 7a7c4891766c..58835aab3f05 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -141,7 +141,7 @@ msgctxt "guildset:eventlog|check_value|error:perms|perm:manage_webhooks" msgid "" "Cannot set {channel} as an event log! I lack the 'Manage Webhooks' " "permission there." -msgstr "{channel} をイベントログチャンネルとして設定できません!「webhookの管理」権限がないみたい。" +msgstr "{channel} を活動ログチャンネルとして設定できません!「webhookの管理」権限がないみたい。" #: src/modules/config/settings.py:106 #, possible-python-brace-format From 7e0f616d83deb04ae522f6b27aa9ec5469a42c1a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:58:53 +0000 Subject: [PATCH 111/520] Translate locales/templates/config.pot in ja 90% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 58835aab3f05..87348d88e0f9 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -128,7 +128,7 @@ msgid "" "- Activity ranks earned\n" "I must have the 'Manage Webhooks' permission in this channel." msgstr "" -"設定されている場合、実行された最も重要なアクションまたはインターフェースを通じて発生したイベントが、このチャンネルに記録されます。ログに記録されるイベントには、たとえば次のようなものがあります。\n" +"設定されている場合、実行された最も重要なアクションまたはインターフェースを通じて発生した活動が、このチャンネルに記録されます。ログに記録される活動には、たとえば次のようなものがあります。\n" "- メンバーの発言活動\n" "- ロールメニューから装備されたロールと期限切れになるロール\n" "- プライベートルームをレンタルしていて有効期限が切れている\n" From eeebed2df376db92a7388f9686e27e611c3d4f14 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:59:02 +0000 Subject: [PATCH 112/520] Translate locales/templates/config.pot in ja 90% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 87348d88e0f9..b7e0452e709f 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -24,7 +24,7 @@ msgstr "" #: src/modules/config/settingui.py:56 msgctxt "ui:general_config|menu:event_log|placeholder" msgid "Select Event Log" -msgstr "イベントログを選択" +msgstr "活動ログを選択" #: src/modules/config/settingui.py:64 msgctxt "ui:general_config|embed:title" From f56b266c8dd76b5b72beca0943fdc8d2338cfc60 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:59:31 +0000 Subject: [PATCH 113/520] Translate locales/templates/config.pot in ja 90% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index b7e0452e709f..868525075c51 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -109,7 +109,7 @@ msgstr "サーバーのタイムゾーンは、 `{timezone}` に設定されま #: src/modules/config/settings.py:66 msgctxt "guildset:eventlog" msgid "event_log" -msgstr "イベントログ" +msgstr "活動ログ" #: src/modules/config/settings.py:69 msgctxt "guildset:eventlog|desc" From 5fb24cd4d9870a1c350ed145bcf9e255bd8e9de0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:59:50 +0000 Subject: [PATCH 114/520] Translate locales/templates/config.pot in ja 90% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index 868525075c51..a748e0850ab6 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -116,7 +116,7 @@ msgctxt "guildset:eventlog|desc" msgid "" "My audit log channel where I send server actions and events (e.g. rankgs and" " expiring roles)." -msgstr "サーバーのアクションとイベント (ランクや期限切れのロールなど) を送信する監査ログ チャンネル。" +msgstr "サーバーのアクションと活動 (ランクや期限切れのロールなど) を送信する監査ログ チャンネル。" #: src/modules/config/settings.py:73 msgctxt "guildset:eventlog|long_desc" From 8878c5df6cfa72e497fe745c82dfe91c1f3ef5c0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:02:18 +0000 Subject: [PATCH 115/520] Translate locales/templates/config.pot in ja 95% of minimum 1% translated source file: 'locales/templates/config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index a748e0850ab6..a12aae369089 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -90,7 +90,7 @@ msgstr "タイムゾーン" #: src/modules/config/settings.py:36 msgctxt "guildset:timezone|desc" msgid "Guild timezone for statistics display." -msgstr "" +msgstr "統計表示のサーバータイムゾーン" #: src/modules/config/settings.py:40 msgctxt "guildset:timezone|long_desc" From c1df7003e96a00fc4faae9f13bebebb4905f0463 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:02:56 +0000 Subject: [PATCH 116/520] Translate locales/templates/config.pot in ja 100% translated source file: 'locales/templates/config.pot' on 'ja'. --- locales/ja/LC_MESSAGES/config.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/config.po b/locales/ja/LC_MESSAGES/config.po index a12aae369089..a542d09dfd5e 100644 --- a/locales/ja/LC_MESSAGES/config.po +++ b/locales/ja/LC_MESSAGES/config.po @@ -99,6 +99,8 @@ msgid "" "leaderboards, and as the default statistics timezone for members who have " "not set one." msgstr "" +"ギルド全体のタイムゾーン。リーダーボードの 1 " +"日の開始を決定するために使用され、タイムゾーンを設定していないメンバーのデフォルトのタイムゾーンとして使用されます。" #: src/modules/config/settings.py:54 #, possible-python-brace-format From af630118dacea7332ed263d51ad4a59cffdd92fd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:03:46 +0000 Subject: [PATCH 117/520] Translate locales/templates/core_config.pot in ja 16% of minimum 1% translated source file: 'locales/templates/core_config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/core_config.po | 52 +++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/core_config.po diff --git a/locales/ja/LC_MESSAGES/core_config.po b/locales/ja/LC_MESSAGES/core_config.po new file mode 100644 index 000000000000..66d09448df3f --- /dev/null +++ b/locales/ja/LC_MESSAGES/core_config.po @@ -0,0 +1,52 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/core/config.py:28 +msgctxt "group:config" +msgid "config" +msgstr "設定" + +#: src/core/config.py:29 +msgctxt "group:config|desc" +msgid "View and adjust moderation-level configuration." +msgstr "" + +#: src/core/config.py:40 +msgctxt "group:admin" +msgid "admin" +msgstr "" + +#: src/core/config.py:41 +msgctxt "group:admin|desc" +msgid "Administrative commands." +msgstr "" + +#: src/core/config.py:52 +msgctxt "group:admin_config" +msgid "config" +msgstr "" + +#: src/core/config.py:53 +msgctxt "group:admin_config|desc" +msgid "View and adjust admin-level configuration." +msgstr "" From 847c2cf474fbc6ea3f0b36d5d533de60e7a694fc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:04:30 +0000 Subject: [PATCH 118/520] Translate locales/templates/core_config.pot in ja 33% of minimum 1% translated source file: 'locales/templates/core_config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/core_config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/core_config.po b/locales/ja/LC_MESSAGES/core_config.po index 66d09448df3f..33f7241376f1 100644 --- a/locales/ja/LC_MESSAGES/core_config.po +++ b/locales/ja/LC_MESSAGES/core_config.po @@ -29,7 +29,7 @@ msgstr "設定" #: src/core/config.py:29 msgctxt "group:config|desc" msgid "View and adjust moderation-level configuration." -msgstr "" +msgstr "モデレーションレベルの設定を表示および変更します。" #: src/core/config.py:40 msgctxt "group:admin" From 27201a1233c4b4f6ae785abf2d0ddc18f5c67db6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:06:41 +0000 Subject: [PATCH 119/520] Translate locales/templates/core_config.pot in ja 50% of minimum 1% translated source file: 'locales/templates/core_config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/core_config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/core_config.po b/locales/ja/LC_MESSAGES/core_config.po index 33f7241376f1..f319436ce778 100644 --- a/locales/ja/LC_MESSAGES/core_config.po +++ b/locales/ja/LC_MESSAGES/core_config.po @@ -34,7 +34,7 @@ msgstr "モデレーションレベルの設定を表示および変更します #: src/core/config.py:40 msgctxt "group:admin" msgid "admin" -msgstr "" +msgstr "管理者" #: src/core/config.py:41 msgctxt "group:admin|desc" From 8a163583eefacd62f08bdde77b907bb0bc796d07 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:07:15 +0000 Subject: [PATCH 120/520] Translate locales/templates/core_config.pot in ja 66% of minimum 1% translated source file: 'locales/templates/core_config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/core_config.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ja/LC_MESSAGES/core_config.po b/locales/ja/LC_MESSAGES/core_config.po index f319436ce778..eeb7b497807f 100644 --- a/locales/ja/LC_MESSAGES/core_config.po +++ b/locales/ja/LC_MESSAGES/core_config.po @@ -39,12 +39,12 @@ msgstr "管理者" #: src/core/config.py:41 msgctxt "group:admin|desc" msgid "Administrative commands." -msgstr "" +msgstr "管理者コマンド。" #: src/core/config.py:52 msgctxt "group:admin_config" msgid "config" -msgstr "" +msgstr "設定" #: src/core/config.py:53 msgctxt "group:admin_config|desc" From c30df4619d33a3eba42d59997f576ba79220ce74 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:08:14 +0000 Subject: [PATCH 121/520] Translate locales/templates/core_config.pot in ja 83% of minimum 1% translated source file: 'locales/templates/core_config.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/core_config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/core_config.po b/locales/ja/LC_MESSAGES/core_config.po index eeb7b497807f..ea0750a052f3 100644 --- a/locales/ja/LC_MESSAGES/core_config.po +++ b/locales/ja/LC_MESSAGES/core_config.po @@ -29,7 +29,7 @@ msgstr "設定" #: src/core/config.py:29 msgctxt "group:config|desc" msgid "View and adjust moderation-level configuration." -msgstr "モデレーションレベルの設定を表示および変更します。" +msgstr "運営レベルの設定を表示および変更します。" #: src/core/config.py:40 msgctxt "group:admin" From 3b3b2030d3123698bcbde5fc7b59fbac90039614 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:08:41 +0000 Subject: [PATCH 122/520] Translate locales/templates/core_config.pot in ja 100% translated source file: 'locales/templates/core_config.pot' on 'ja'. --- locales/ja/LC_MESSAGES/core_config.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/core_config.po b/locales/ja/LC_MESSAGES/core_config.po index ea0750a052f3..b58e2c8062c6 100644 --- a/locales/ja/LC_MESSAGES/core_config.po +++ b/locales/ja/LC_MESSAGES/core_config.po @@ -49,4 +49,4 @@ msgstr "設定" #: src/core/config.py:53 msgctxt "group:admin_config|desc" msgid "View and adjust admin-level configuration." -msgstr "" +msgstr "管理者レベルの構成を表示および変更します。" From 1acd0664a73c39398293268401481ad379a10f76 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:09:22 +0000 Subject: [PATCH 123/520] Translate locales/templates/economy.pot in ja 1% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 591 ++++++++++++++++++++++++++++++ 1 file changed, 591 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/economy.po diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po new file mode 100644 index 000000000000..473f756d7890 --- /dev/null +++ b/locales/ja/LC_MESSAGES/economy.po @@ -0,0 +1,591 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/modules/economy/settingui.py:34 +msgctxt "ui:economy_config|embed|title" +msgid "Economy Configuration Panel" +msgstr "経済設定パネル" + +#: src/modules/economy/settingui.py:67 +msgctxt "dash:economy|title" +msgid "Economy Configuration ({commands[config economy]})" +msgstr "" + +#: src/modules/economy/settingui.py:71 +msgctxt "dash:economy|dropdown|placeholder" +msgid "Economy Panel" +msgstr "" + +#. ----- Economy group commands ----- +#: src/modules/economy/cog.py:87 +msgctxt "cmd:economy" +msgid "economy" +msgstr "" + +#: src/modules/economy/cog.py:93 +msgctxt "cmd:economy_balance" +msgid "balance" +msgstr "" + +#: src/modules/economy/cog.py:96 +msgctxt "cmd:economy_balance|desc" +msgid "Display or modify LionCoin balance for members and roles." +msgstr "" + +#: src/modules/economy/cog.py:100 +msgctxt "cmd:economy_balance|param:target" +msgid "target" +msgstr "" + +#: src/modules/economy/cog.py:101 +msgctxt "cmd:economy_balance|param:add" +msgid "add" +msgstr "" + +#: src/modules/economy/cog.py:102 +msgctxt "cmd:economy_balance|param:set" +msgid "set" +msgstr "" + +#: src/modules/economy/cog.py:107 +msgctxt "cmd:economy_balance|param:target|desc" +msgid "" +"Target user or role to view or update. Use @everyone to update the entire " +"guild." +msgstr "" + +#: src/modules/economy/cog.py:111 +msgctxt "cmd:economy_balance|param:add|desc" +msgid "" +"Number of LionCoins to add to the target member's balance. May be negative " +"to remove." +msgstr "" + +#: src/modules/economy/cog.py:115 +msgctxt "cmd:economy_balance|param:set|set" +msgid "New balance to set the target's balance to." +msgstr "" + +#: src/modules/economy/cog.py:153 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|error:no_target" +msgid "" +"There are no valid members in {role.mention}! It has a total of `0` LC." +msgstr "" + +#: src/modules/economy/cog.py:164 +msgctxt "cmd:economy_balance|error:target_is_bot" +msgid "Bots cannot have coin balances!" +msgstr "" + +#: src/modules/economy/cog.py:175 +msgctxt "cmd:economy_balance|error:args" +msgid "You cannot simultaneously `set` and `add` member balances!" +msgstr "" + +#: src/modules/economy/cog.py:224 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:success|affected" +msgid "One user was affected." +msgid_plural "**{count}** users were affected." +msgstr[0] "" + +#: src/modules/economy/cog.py:230 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|confirm|affected" +msgid "One user will be affected." +msgid_plural "**{count}** users will be affected." +msgstr[0] "" + +#: src/modules/economy/cog.py:237 +msgctxt "cmd:economy_balance|confirm|button:confirm" +msgid "Yes, adjust balances" +msgstr "" + +#: src/modules/economy/cog.py:241 +msgctxt "cmd:economy_balance|confirm|button:cancel" +msgid "No, cancel" +msgstr "" + +#: src/modules/economy/cog.py:248 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:success_set|desc" +msgid "" +"All members of **{guild_name}** have had their balance set to " +"{coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:257 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|confirm_set|desc" +msgid "" +"Are you sure you want to set everyone's balance to {coin_emoji}**{amount}**?" +msgstr "" + +#: src/modules/economy/cog.py:265 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:success_set|desc" +msgid "" +"All members of {role_mention} have had their balance set to " +"{coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:274 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|confirm_set|desc" +msgid "" +"Are you sure you want to set the balance of everyone with {role_mention} to " +"{coin_emoji}**{amount}**?" +msgstr "" + +#: src/modules/economy/cog.py:291 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:success_set|desc" +msgid "{user_mention} now has a balance of {coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:305 +msgctxt "eventlog|event:economy_set|title" +msgid "Moderator Set Economy Balance" +msgstr "" + +#: src/modules/economy/cog.py:309 +#, possible-python-brace-format +msgctxt "eventlog|event:economy_set|desc" +msgid "{moderator} set {target}'s balance to {amount}." +msgstr "" + +#: src/modules/economy/cog.py:321 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:success_add|desc" +msgid "" +"All members of **{guild_name}** have been given {coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:330 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|confirm_add|desc" +msgid "Are you sure you want to add **{amount}** to everyone's balance?" +msgstr "" + +#: src/modules/economy/cog.py:338 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:success_add|desc" +msgid "" +"All members of {role_mention} have been given {coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:347 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|confirm_add|desc" +msgid "" +"Are you sure you want to add {coin_emoji}**{amount}** to everyone in " +"{role_mention}?" +msgstr "" + +#: src/modules/economy/cog.py:369 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:success_add|desc" +msgid "" +"{user_mention} was given {coin_emoji}**{amount}**, and now has a balance of " +"{coin_emoji}**{new_amount}**." +msgstr "" + +#: src/modules/economy/cog.py:380 +msgctxt "eventlog|event:economy_add|title" +msgid "Moderator Modified Economy Balance" +msgstr "" + +#: src/modules/economy/cog.py:384 +#, possible-python-brace-format +msgctxt "eventlog|event:economy_set|desc" +msgid "{moderator} added {amount} to {target}'s balance." +msgstr "" + +#: src/modules/economy/cog.py:394 +msgctxt "cmd:economy_balance|embed:success|title" +msgid "Account successfully updated." +msgid_plural "Accounts successfully updated." +msgstr[0] "" + +#: src/modules/economy/cog.py:438 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:role_lb|author" +msgid "Balance sheet for {name}" +msgstr "" + +#: src/modules/economy/cog.py:444 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:role_lb|header" +msgid "This server has a total balance of {coin_emoji}**{total}**." +msgstr "" + +#: src/modules/economy/cog.py:452 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:role_lb|header" +msgid "" +"{role_mention} has `{count}` members with non-zero balance, with a total " +"balance of {coin_emoji}**{total}**." +msgstr "" + +#: src/modules/economy/cog.py:464 +msgctxt "cmd:economy_balance|embed:role_lb|row_format" +msgid "`[{pos:>{numwidth}}]` | `{coins:>{coinwidth}} LC` | {mention}" +msgstr "" + +#: src/modules/economy/cog.py:492 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:role_lb|footer" +msgid "Page {page}/{total}" +msgstr "" + +#: src/modules/economy/cog.py:502 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:role_lb|header" +msgid "This server has a total balance of {coin_emoji}**0**." +msgstr "" + +#: src/modules/economy/cog.py:509 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:role_lb|header" +msgid "The role {role_mention} has a total balance of {coin_emoji}**0**." +msgstr "" + +#: src/modules/economy/cog.py:529 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:single|desc" +msgid "{mention} currently owns {coin_emoji} {coins}." +msgstr "" + +#: src/modules/economy/cog.py:539 +#, possible-python-brace-format +msgctxt "cmd:economy_balance|embed:single|author" +msgid "Balance statement for {user}" +msgstr "" + +#: src/modules/economy/cog.py:548 +msgctxt "cmd:economy_reset" +msgid "reset" +msgstr "" + +#: src/modules/economy/cog.py:551 +msgctxt "cmd:economy_reset|desc" +msgid "" +"Reset the coin balance for a target user or role. (See also \"economy " +"balance\".)" +msgstr "" + +#: src/modules/economy/cog.py:555 +msgctxt "cmd:economy_reset|param:target" +msgid "target" +msgstr "" + +#: src/modules/economy/cog.py:560 +msgctxt "cmd:economy_reset|param:target|desc" +msgid "" +"Target user or role to view or update. Use @everyone to reset the entire " +"guild." +msgstr "" + +#: src/modules/economy/cog.py:587 +#, possible-python-brace-format +msgctxt "cmd:economy_reset|confirm:reset_guild|desc" +msgid "" +"Are you sure you want to reset the coin balance for everyone in **{guild_name}**?\n" +"*This is not reversible!*" +msgstr "" + +#: src/modules/economy/cog.py:595 +msgctxt "cmd:economy_reset|confirm:reset_guild|button:confirm" +msgid "Yes, reset the economy" +msgstr "" + +#: src/modules/economy/cog.py:599 +msgctxt "cmd:economy_reset|confirm:reset_guild|button:cancel" +msgid "Cancel reset" +msgstr "" + +#: src/modules/economy/cog.py:615 +#, possible-python-brace-format +msgctxt "cmd:economy_reset|embed:success_guild|desc" +msgid "" +"Everyone in **{guild_name}** has had their balance reset to " +"{coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:632 +#, possible-python-brace-format +msgctxt "cmd:economy_reset|error:no_target|desc" +msgid "The role {mention} has no members to reset!" +msgstr "" + +#: src/modules/economy/cog.py:642 +#, possible-python-brace-format +msgctxt "cmd:economy_reset|confirm:reset_role|desc" +msgid "" +"Are you sure you want to reset the balance for everyone in {mention}?\n" +"**{count}** members will be affected." +msgstr "" + +#: src/modules/economy/cog.py:651 +msgctxt "cmd:economy_reset|confirm:reset_role|button:confirm" +msgid "Yes, complete economy reset" +msgstr "" + +#: src/modules/economy/cog.py:655 +msgctxt "cmd:economy_reset|confirm:reset_role|button:cancel" +msgid "Cancel" +msgstr "" + +#: src/modules/economy/cog.py:672 +#, possible-python-brace-format +msgctxt "cmd:economy_reset|embed:success_role|desc" +msgid "" +"Everyone in {role_mention} has had their coin balance reset to " +"{coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:694 +#, possible-python-brace-format +msgctxt "cmd:economy_reset|embed:success_user|desc" +msgid "{mention}'s balance has been reset to {coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:704 +msgctxt "cmd:send" +msgid "send" +msgstr "" + +#: src/modules/economy/cog.py:707 +msgctxt "cmd:send|desc" +msgid "Gift the target user a certain number of LionCoins." +msgstr "" + +#: src/modules/economy/cog.py:711 +msgctxt "cmd:send|param:target" +msgid "target" +msgstr "" + +#: src/modules/economy/cog.py:712 +msgctxt "cmd:send|param:amount" +msgid "amount" +msgstr "" + +#: src/modules/economy/cog.py:713 +msgctxt "cmd:send|param:note" +msgid "note" +msgstr "" + +#: src/modules/economy/cog.py:716 +msgctxt "cmd:send|param:target|desc" +msgid "User to send the gift to" +msgstr "" + +#: src/modules/economy/cog.py:717 +msgctxt "cmd:send|param:amount|desc" +msgid "Number of coins to send" +msgstr "" + +#: src/modules/economy/cog.py:718 +msgctxt "cmd:send|param:note|desc" +msgid "Optional note to add to the gift." +msgstr "" + +#: src/modules/economy/cog.py:742 +msgctxt "cmd:send|error:not_allowed" +msgid "Sorry, this server has disabled LionCoin transfers!" +msgstr "" + +#: src/modules/economy/cog.py:751 +msgctxt "cmd:send|error:sending-to-self" +msgid "" +"What is this, tax evasion?\n" +"(You can not send coins to yourself.)" +msgstr "" + +#: src/modules/economy/cog.py:761 +msgctxt "cmd:send|error:sending-to-leo" +msgid "" +"I appreciate it, but you need it more than I do!\n" +"(You cannot send coins to bots.)" +msgstr "" + +#: src/modules/economy/cog.py:771 +#, possible-python-brace-format +msgctxt "cmd:send|error:sending-to-bot" +msgid "" +"{target} appreciates the gesture, but said they don't have any use for {coin}.\n" +"(You cannot send coins to bots.)" +msgstr "" + +#: src/modules/economy/cog.py:799 +#, possible-python-brace-format +msgctxt "cmd:send|error:insufficient" +msgid "" +"You do not have enough lioncoins to do this!\n" +"`Current Balance:` {coin_emoji}{balance}" +msgstr "" + +#: src/modules/economy/cog.py:816 +msgctxt "eventlog|event:send|title" +msgid "Coins Transferred" +msgstr "" + +#: src/modules/economy/cog.py:820 +#, possible-python-brace-format +msgctxt "eventlog|event:send|desc" +msgid "{source} gifted {amount} to {target}" +msgstr "" + +#: src/modules/economy/cog.py:833 +#, possible-python-brace-format +msgctxt "cmd:send|embed:gift|title" +msgid "{user} sent you a gift!" +msgstr "" + +#: src/modules/economy/cog.py:837 +#, possible-python-brace-format +msgctxt "cmd:send|embed:gift|desc" +msgid "{mention} sent you {coin_emoji}**{amount}**." +msgstr "" + +#: src/modules/economy/cog.py:862 +#, possible-python-brace-format +msgctxt "cmd:send|embed:ack|desc" +msgid "" +"**{coin_emoji}{amount}** has been deducted from your balance and sent to " +"{mention}!" +msgstr "" + +#: src/modules/economy/cog.py:872 +msgctxt "cmd:send|embed:ack|desc|error:unreachable" +msgid "" +"Unfortunately, I was not able to message the recipient. Perhaps they have me" +" blocked?" +msgstr "" + +#: src/modules/economy/cog.py:884 +msgctxt "cmd:configure_economy" +msgid "economy" +msgstr "" + +#: src/modules/economy/cog.py:887 +msgctxt "cmd:configure_economy|desc" +msgid "Configure LionCoin Economy" +msgstr "" + +#: src/modules/economy/settings.py:38 +msgctxt "guildset:coins_per_xp" +msgid "coins_per_100xp" +msgstr "" + +#: src/modules/economy/settings.py:41 +msgctxt "guildset:coins_per_xp|desc" +msgid "How many LionCoins to reward members per 100 XP they earn." +msgstr "" + +#: src/modules/economy/settings.py:45 +msgctxt "guildset:coins_per_xp|long_desc" +msgid "" +"Members will be rewarded with this many LionCoins for every 100 XP they " +"earn." +msgstr "" + +#: src/modules/economy/settings.py:49 +msgctxt "guildset:coins_per_xp|long_desc" +msgid "The number of coins to reward per 100 XP." +msgstr "" + +#: src/modules/economy/settings.py:62 +#, possible-python-brace-format +msgctxt "guildset:coins_per_xp|set_response" +msgid "" +"For every **100** XP they earn, members will now be given " +"{coin}**{amount}**." +msgstr "" + +#: src/modules/economy/settings.py:74 +msgctxt "guildset:allow_transfers" +msgid "allow_transfers" +msgstr "" + +#: src/modules/economy/settings.py:77 +msgctxt "guildset:allow_transfers|desc" +msgid "Whether to allow members to transfer LionCoins to each other." +msgstr "" + +#: src/modules/economy/settings.py:81 +msgctxt "guildset:allow_transfers|long_desc" +msgid "" +"If disabled, members will not be able to transfer LionCoins to each other." +msgstr "" + +#: src/modules/economy/settings.py:89 +msgctxt "guildset:allow_transfers|outputs:true" +msgid "Enabled (Coin transfers allowed.)" +msgstr "" + +#: src/modules/economy/settings.py:90 +msgctxt "guildset:allow_transfers|outputs:false" +msgid "Disabled (Coin transfers not allowed.)" +msgstr "" + +#: src/modules/economy/settings.py:106 +#, possible-python-brace-format +msgctxt "guildset:allow_transfers|set_response|set:true" +msgid "Members will now be able to use {send_cmd} to transfer {coin}" +msgstr "" + +#: src/modules/economy/settings.py:111 +#, possible-python-brace-format +msgctxt "guildset:allow_transfers|set_response|set:false" +msgid "Members will not be able to use {send_cmd} to transfer {coin}" +msgstr "" + +#: src/modules/economy/settings.py:123 +msgctxt "guildset:starting_funds" +msgid "starting_funds" +msgstr "" + +#: src/modules/economy/settings.py:126 +msgctxt "guildset:starting_funds|desc" +msgid "How many LionCoins should a member start with." +msgstr "" + +#: src/modules/economy/settings.py:130 +msgctxt "guildset:starting_funds|long_desc" +msgid "" +"Members will be given this number of coins when they first interact with me," +" or first join the server." +msgstr "" + +#: src/modules/economy/settings.py:134 +msgctxt "guildset:starting_funds|accepts" +msgid "Number of coins to give to new members." +msgstr "" + +#: src/modules/economy/settings.py:146 +#, possible-python-brace-format +msgctxt "guildset:starting_funds|set_response" +msgid "New members will now start with {amount}" +msgstr "" From 0ca9f4a272943ced71f8db5f55d5cba62555a2fe Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:09:56 +0000 Subject: [PATCH 124/520] Translate locales/templates/economy.pot in ja 2% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 473f756d7890..84669017fbad 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -29,7 +29,7 @@ msgstr "経済設定パネル" #: src/modules/economy/settingui.py:67 msgctxt "dash:economy|title" msgid "Economy Configuration ({commands[config economy]})" -msgstr "" +msgstr "経済設定 ({commands[config economy]})" #: src/modules/economy/settingui.py:71 msgctxt "dash:economy|dropdown|placeholder" From 3692acfd6f02061b2b83feef996cf7be152f1e6c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:10:20 +0000 Subject: [PATCH 125/520] Translate locales/templates/economy.pot in ja 3% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 84669017fbad..74a56b1aefdf 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -34,7 +34,7 @@ msgstr "経済設定 ({commands[config economy]})" #: src/modules/economy/settingui.py:71 msgctxt "dash:economy|dropdown|placeholder" msgid "Economy Panel" -msgstr "" +msgstr "経済パネル" #. ----- Economy group commands ----- #: src/modules/economy/cog.py:87 From c2d7c8ae2e3506cfb0e43d729d2f991f7035757a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:10:30 +0000 Subject: [PATCH 126/520] Translate locales/templates/economy.pot in ja 4% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 74a56b1aefdf..bfb564de0cbe 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -40,7 +40,7 @@ msgstr "経済パネル" #: src/modules/economy/cog.py:87 msgctxt "cmd:economy" msgid "economy" -msgstr "" +msgstr "経済" #: src/modules/economy/cog.py:93 msgctxt "cmd:economy_balance" From 857728f82eaacd8de353d51bb4269f1e73469a51 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:10:41 +0000 Subject: [PATCH 127/520] Translate locales/templates/economy.pot in ja 5% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index bfb564de0cbe..fce5bee5b4e3 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -45,7 +45,7 @@ msgstr "経済" #: src/modules/economy/cog.py:93 msgctxt "cmd:economy_balance" msgid "balance" -msgstr "" +msgstr "バランス" #: src/modules/economy/cog.py:96 msgctxt "cmd:economy_balance|desc" From 4c4e4e8d9525233982e7b5f16ffb92c0cfcaaa9d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:11:28 +0000 Subject: [PATCH 128/520] Translate locales/templates/economy.pot in ja 6% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index fce5bee5b4e3..5232c32c966a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -50,7 +50,7 @@ msgstr "バランス" #: src/modules/economy/cog.py:96 msgctxt "cmd:economy_balance|desc" msgid "Display or modify LionCoin balance for members and roles." -msgstr "" +msgstr "メンバーおよびロールの LionCoin 残高を表示または変更します。" #: src/modules/economy/cog.py:100 msgctxt "cmd:economy_balance|param:target" From 3ac0ff266ac746bf9f06a8de7b75692576edca16 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:12:06 +0000 Subject: [PATCH 129/520] Translate locales/templates/economy.pot in ja 7% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 5232c32c966a..b0c2378fa95a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -60,7 +60,7 @@ msgstr "" #: src/modules/economy/cog.py:101 msgctxt "cmd:economy_balance|param:add" msgid "add" -msgstr "" +msgstr "追加" #: src/modules/economy/cog.py:102 msgctxt "cmd:economy_balance|param:set" From 7ba2f313c0f7c127915b6d0a9fea0f15fce52770 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:12:21 +0000 Subject: [PATCH 130/520] Translate locales/templates/economy.pot in ja 8% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index b0c2378fa95a..967229e7d034 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -65,7 +65,7 @@ msgstr "追加" #: src/modules/economy/cog.py:102 msgctxt "cmd:economy_balance|param:set" msgid "set" -msgstr "" +msgstr "設定" #: src/modules/economy/cog.py:107 msgctxt "cmd:economy_balance|param:target|desc" From 86d0912b6f7e800378ece95a40ea6286f84005e6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:13:58 +0000 Subject: [PATCH 131/520] Translate locales/templates/economy.pot in ja 9% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 967229e7d034..27b656fb1e29 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -72,7 +72,7 @@ msgctxt "cmd:economy_balance|param:target|desc" msgid "" "Target user or role to view or update. Use @everyone to update the entire " "guild." -msgstr "" +msgstr "対象のユーザーまたはロールを、表示または更新します。 @everyone を使用してギルド全体を更新します。" #: src/modules/economy/cog.py:111 msgctxt "cmd:economy_balance|param:add|desc" From 65ed7d51f376b4e457d88972c68e0dd8636492d4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:16:22 +0000 Subject: [PATCH 132/520] Translate locales/templates/economy.pot in ja 10% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 27b656fb1e29..8752f2a6525a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -79,7 +79,7 @@ msgctxt "cmd:economy_balance|param:add|desc" msgid "" "Number of LionCoins to add to the target member's balance. May be negative " "to remove." -msgstr "" +msgstr "対象メンバーの残高に追加するLion Coins の数。削除にはマイナスにする必要があるよ。" #: src/modules/economy/cog.py:115 msgctxt "cmd:economy_balance|param:set|set" From 6de9ed67938a93cb30f082277d8bb09cc4771b79 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:16:38 +0000 Subject: [PATCH 133/520] Translate locales/templates/economy.pot in ja 10% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 8752f2a6525a..d10359059a69 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -45,7 +45,7 @@ msgstr "経済" #: src/modules/economy/cog.py:93 msgctxt "cmd:economy_balance" msgid "balance" -msgstr "バランス" +msgstr "残高" #: src/modules/economy/cog.py:96 msgctxt "cmd:economy_balance|desc" From 5af0fa52903fdef33b9756c891bb7ea5bd575a29 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:18:08 +0000 Subject: [PATCH 134/520] Translate locales/templates/economy.pot in ja 11% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index d10359059a69..9e483e622ce3 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -84,7 +84,7 @@ msgstr "対象メンバーの残高に追加するLion Coins の数。削除に #: src/modules/economy/cog.py:115 msgctxt "cmd:economy_balance|param:set|set" msgid "New balance to set the target's balance to." -msgstr "" +msgstr "対象メンバーの残高を更新します。" #: src/modules/economy/cog.py:153 #, possible-python-brace-format From 8e9155060b49183828f155da21be4b2d6401426a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:19:33 +0000 Subject: [PATCH 135/520] Translate locales/templates/economy.pot in ja 12% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 9e483e622ce3..876924cb4a3e 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -91,7 +91,7 @@ msgstr "対象メンバーの残高を更新します。" msgctxt "cmd:economy_balance|error:no_target" msgid "" "There are no valid members in {role.mention}! It has a total of `0` LC." -msgstr "" +msgstr "{role.mention} には有効なメンバーがいません!合計「0」LC があるよ。" #: src/modules/economy/cog.py:164 msgctxt "cmd:economy_balance|error:target_is_bot" From e0751f26d04eb11583923af38bf1244efebd0f5c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:22:47 +0000 Subject: [PATCH 136/520] Translate locales/templates/economy.pot in ja 12% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 876924cb4a3e..bf3d599bd9d2 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -91,7 +91,7 @@ msgstr "対象メンバーの残高を更新します。" msgctxt "cmd:economy_balance|error:no_target" msgid "" "There are no valid members in {role.mention}! It has a total of `0` LC." -msgstr "{role.mention} には有効なメンバーがいません!合計「0」LC があるよ。" +msgstr "{role.mention} には有効なメンバーがいません!合計「0」LC があるよ。つまりないってわけ" #: src/modules/economy/cog.py:164 msgctxt "cmd:economy_balance|error:target_is_bot" From 21305f992b31d50b278145026093a4db49aaf778 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:23:16 +0000 Subject: [PATCH 137/520] Translate locales/templates/economy.pot in ja 12% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index bf3d599bd9d2..ade1c5fbcbe1 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -91,7 +91,7 @@ msgstr "対象メンバーの残高を更新します。" msgctxt "cmd:economy_balance|error:no_target" msgid "" "There are no valid members in {role.mention}! It has a total of `0` LC." -msgstr "{role.mention} には有効なメンバーがいません!合計「0」LC があるよ。つまりないってわけ" +msgstr "{role.mention} には有効なメンバーがいません!合計「0」LC があるよ。つまりないってわけ。" #: src/modules/economy/cog.py:164 msgctxt "cmd:economy_balance|error:target_is_bot" From 0bfeda2216824c510fa7c89f701c4b3a4202d0f1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:23:33 +0000 Subject: [PATCH 138/520] Translate locales/templates/economy.pot in ja 13% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index ade1c5fbcbe1..3496131f20bd 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -55,7 +55,7 @@ msgstr "メンバーおよびロールの LionCoin 残高を表示または変 #: src/modules/economy/cog.py:100 msgctxt "cmd:economy_balance|param:target" msgid "target" -msgstr "" +msgstr "対象" #: src/modules/economy/cog.py:101 msgctxt "cmd:economy_balance|param:add" From 0e0444bc6f6b220e79efde2164af60ab63f9e396 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:24:56 +0000 Subject: [PATCH 139/520] Translate locales/templates/economy.pot in ja 14% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 3496131f20bd..1bc8068a7ac9 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -96,7 +96,7 @@ msgstr "{role.mention} には有効なメンバーがいません!合計「0 #: src/modules/economy/cog.py:164 msgctxt "cmd:economy_balance|error:target_is_bot" msgid "Bots cannot have coin balances!" -msgstr "" +msgstr "ボットにコインはあげないぞ!" #: src/modules/economy/cog.py:175 msgctxt "cmd:economy_balance|error:args" From a82753a8993d9d2d4dc90ba6cf84a109fe635b17 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:25:30 +0000 Subject: [PATCH 140/520] Translate locales/templates/economy.pot in ja 14% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 1bc8068a7ac9..d326b0325893 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -96,7 +96,7 @@ msgstr "{role.mention} には有効なメンバーがいません!合計「0 #: src/modules/economy/cog.py:164 msgctxt "cmd:economy_balance|error:target_is_bot" msgid "Bots cannot have coin balances!" -msgstr "ボットにコインはあげないぞ!" +msgstr "ボットにコインはあげません!" #: src/modules/economy/cog.py:175 msgctxt "cmd:economy_balance|error:args" From 881a8c2cc3e107599fd18cd4b001145cc1038c8c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:26:36 +0000 Subject: [PATCH 141/520] Translate locales/templates/economy.pot in ja 15% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index d326b0325893..ee3283bd120a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -101,7 +101,7 @@ msgstr "ボットにコインはあげません!" #: src/modules/economy/cog.py:175 msgctxt "cmd:economy_balance|error:args" msgid "You cannot simultaneously `set` and `add` member balances!" -msgstr "" +msgstr "メンバー残高の「設定」と「追加」を同時に行うことはできませんよ!" #: src/modules/economy/cog.py:224 #, possible-python-brace-format From f2fb0eb3cdd00bf229e8f0534a10f69b10f22bab Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:27:19 +0000 Subject: [PATCH 142/520] Translate locales/templates/economy.pot in ja 16% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index ee3283bd120a..1b021c1a094e 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -108,7 +108,7 @@ msgstr "メンバー残高の「設定」と「追加」を同時に行うこと msgctxt "cmd:economy_balance|embed:success|affected" msgid "One user was affected." msgid_plural "**{count}** users were affected." -msgstr[0] "" +msgstr[0] "**{count}** 人のユーザーが影響を受けました。" #: src/modules/economy/cog.py:230 #, possible-python-brace-format From 72d6f12f9a7bd5543bd5c62263fb52f3b5232e18 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:28:21 +0000 Subject: [PATCH 143/520] Translate locales/templates/economy.pot in ja 17% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 1b021c1a094e..c20a31e7907c 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -115,7 +115,7 @@ msgstr[0] "**{count}** 人のユーザーが影響を受けました。" msgctxt "cmd:economy_balance|confirm|affected" msgid "One user will be affected." msgid_plural "**{count}** users will be affected." -msgstr[0] "" +msgstr[0] "**{count}** 人のユーザーが影響を受けます。" #: src/modules/economy/cog.py:237 msgctxt "cmd:economy_balance|confirm|button:confirm" From 39772bb407c356d55503f9cea554bbf9d063113f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:29:03 +0000 Subject: [PATCH 144/520] Translate locales/templates/economy.pot in ja 18% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index c20a31e7907c..651579d5840d 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -120,7 +120,7 @@ msgstr[0] "**{count}** 人のユーザーが影響を受けます。" #: src/modules/economy/cog.py:237 msgctxt "cmd:economy_balance|confirm|button:confirm" msgid "Yes, adjust balances" -msgstr "" +msgstr "はい、残高を変更します" #: src/modules/economy/cog.py:241 msgctxt "cmd:economy_balance|confirm|button:cancel" From f9e9644dc21812667fa53bdf6822cde3aa53a71e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:29:35 +0000 Subject: [PATCH 145/520] Translate locales/templates/economy.pot in ja 20% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 651579d5840d..d6e71baa2e33 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -125,7 +125,7 @@ msgstr "はい、残高を変更します" #: src/modules/economy/cog.py:241 msgctxt "cmd:economy_balance|confirm|button:cancel" msgid "No, cancel" -msgstr "" +msgstr "キャンセル" #: src/modules/economy/cog.py:248 #, possible-python-brace-format From e715e8d9b202e46cac5bdfccde53e141f6189bea Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:29:53 +0000 Subject: [PATCH 146/520] Translate locales/templates/economy.pot in ja 20% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index d6e71baa2e33..263f1156f822 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -120,7 +120,7 @@ msgstr[0] "**{count}** 人のユーザーが影響を受けます。" #: src/modules/economy/cog.py:237 msgctxt "cmd:economy_balance|confirm|button:confirm" msgid "Yes, adjust balances" -msgstr "はい、残高を変更します" +msgstr "残高を変更" #: src/modules/economy/cog.py:241 msgctxt "cmd:economy_balance|confirm|button:cancel" From d99783850f6c293778ed42f73f5ff06b26cda10e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:30:38 +0000 Subject: [PATCH 147/520] Translate locales/templates/economy.pot in ja 21% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 263f1156f822..d7c1a6208c32 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -133,7 +133,7 @@ msgctxt "cmd:economy_balance|embed:success_set|desc" msgid "" "All members of **{guild_name}** have had their balance set to " "{coin_emoji}**{amount}**." -msgstr "" +msgstr "**{guild_name}** のメンバー全員の残高が {coin_emoji}**{amount}** に設定されています。" #: src/modules/economy/cog.py:257 #, possible-python-brace-format From 7cece9cb1d71110f7943318d6bebd19778ec0023 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:31:00 +0000 Subject: [PATCH 148/520] Translate locales/templates/economy.pot in ja 22% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index d7c1a6208c32..d7bbd1bebb7b 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -140,7 +140,7 @@ msgstr "**{guild_name}** のメンバー全員の残高が {coin_emoji}**{amount msgctxt "cmd:economy_balance|confirm_set|desc" msgid "" "Are you sure you want to set everyone's balance to {coin_emoji}**{amount}**?" -msgstr "" +msgstr "全員の残高を {coin_emoji}**{amount}** に設定してもよろしいですか?" #: src/modules/economy/cog.py:265 #, possible-python-brace-format From c064b6b5a1073fb4680b3a63d873191cc141e041 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:32:40 +0000 Subject: [PATCH 149/520] Translate locales/templates/economy.pot in ja 23% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index d7bbd1bebb7b..512f3ee744d5 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -148,7 +148,7 @@ msgctxt "cmd:economy_balance|embed:success_set|desc" msgid "" "All members of {role_mention} have had their balance set to " "{coin_emoji}**{amount}**." -msgstr "" +msgstr "{role_mention} のメンバー全員の残高が {coin_emoji}**{amount}** に設定されています。" #: src/modules/economy/cog.py:274 #, possible-python-brace-format From a42c13d223fa4e54e5a50fb630519653b85accfe Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:33:00 +0000 Subject: [PATCH 150/520] Translate locales/templates/economy.pot in ja 24% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 512f3ee744d5..0146ac9f3b4f 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -156,7 +156,7 @@ msgctxt "cmd:economy_balance|confirm_set|desc" msgid "" "Are you sure you want to set the balance of everyone with {role_mention} to " "{coin_emoji}**{amount}**?" -msgstr "" +msgstr "{role_mention} を持つ全員の残高を {coin_emoji}**{amount}** に設定してもよろしいですか?" #: src/modules/economy/cog.py:291 #, possible-python-brace-format From 34ba896184593989b99c241cc697a48dc61b07dd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:33:50 +0000 Subject: [PATCH 151/520] Translate locales/templates/economy.pot in ja 25% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 0146ac9f3b4f..5e8a02fdcf06 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -162,7 +162,7 @@ msgstr "{role_mention} を持つ全員の残高を {coin_emoji}**{amount}** に #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:success_set|desc" msgid "{user_mention} now has a balance of {coin_emoji}**{amount}**." -msgstr "" +msgstr "{user_mention} の残高は {coin_emoji}**{amount}** になりました" #: src/modules/economy/cog.py:305 msgctxt "eventlog|event:economy_set|title" From bd8bda3c7a6d1a4ad461c93b2214152782999b50 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:35:13 +0000 Subject: [PATCH 152/520] Translate locales/templates/economy.pot in ja 26% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 5e8a02fdcf06..6fe867f2bf1a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -167,7 +167,7 @@ msgstr "{user_mention} の残高は {coin_emoji}**{amount}** になりました" #: src/modules/economy/cog.py:305 msgctxt "eventlog|event:economy_set|title" msgid "Moderator Set Economy Balance" -msgstr "" +msgstr "運営がLC残高を設定" #: src/modules/economy/cog.py:309 #, possible-python-brace-format From 8d6ac78e04507908cc2fc7072df4fd8fe060365a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:35:38 +0000 Subject: [PATCH 153/520] Translate locales/templates/economy.pot in ja 27% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 6fe867f2bf1a..471cb69ba647 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -173,7 +173,7 @@ msgstr "運営がLC残高を設定" #, possible-python-brace-format msgctxt "eventlog|event:economy_set|desc" msgid "{moderator} set {target}'s balance to {amount}." -msgstr "" +msgstr "{モデレーター} が {target} の残高を {amount} に設定しました" #: src/modules/economy/cog.py:321 #, possible-python-brace-format From ae60ae220bccacd5a9177f4939916dbbe0162851 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:35:48 +0000 Subject: [PATCH 154/520] Translate locales/templates/economy.pot in ja 27% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 471cb69ba647..aa66b896aa09 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -173,7 +173,7 @@ msgstr "運営がLC残高を設定" #, possible-python-brace-format msgctxt "eventlog|event:economy_set|desc" msgid "{moderator} set {target}'s balance to {amount}." -msgstr "{モデレーター} が {target} の残高を {amount} に設定しました" +msgstr "{モデレーター} が {target} の残高を {amount} に設定しました。" #: src/modules/economy/cog.py:321 #, possible-python-brace-format From e7531bad3421e5a0ba1aa377752187ef5d788bb2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:36:25 +0000 Subject: [PATCH 155/520] Translate locales/templates/economy.pot in ja 28% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index aa66b896aa09..0a83ab340fcb 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -180,7 +180,7 @@ msgstr "{モデレーター} が {target} の残高を {amount} に設定しま msgctxt "cmd:economy_balance|embed:success_add|desc" msgid "" "All members of **{guild_name}** have been given {coin_emoji}**{amount}**." -msgstr "" +msgstr "**{guild_name}** のメンバー全員に {coin_emoji}**{amount}** が与えられました。" #: src/modules/economy/cog.py:330 #, possible-python-brace-format From b327df059fe99f6ee9f56ee7a1fa757c4b3c131d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:36:47 +0000 Subject: [PATCH 156/520] Translate locales/templates/economy.pot in ja 29% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 0a83ab340fcb..1fb98cb98768 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -186,7 +186,7 @@ msgstr "**{guild_name}** のメンバー全員に {coin_emoji}**{amount}** が #, possible-python-brace-format msgctxt "cmd:economy_balance|confirm_add|desc" msgid "Are you sure you want to add **{amount}** to everyone's balance?" -msgstr "" +msgstr "**{amount}** を全員の残高に追加してもよろしいですか?" #: src/modules/economy/cog.py:338 #, possible-python-brace-format From 911532a7e8716c40c6aef261e22c5684df79c1ba Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:37:22 +0000 Subject: [PATCH 157/520] Translate locales/templates/economy.pot in ja 30% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 1fb98cb98768..389a663fffc8 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -193,7 +193,7 @@ msgstr "**{amount}** を全員の残高に追加してもよろしいですか?" msgctxt "cmd:economy_balance|embed:success_add|desc" msgid "" "All members of {role_mention} have been given {coin_emoji}**{amount}**." -msgstr "" +msgstr "{role_mention} のメンバー全員に {coin_emoji}**{amount}** が与えられました。" #: src/modules/economy/cog.py:347 #, possible-python-brace-format From 21004c07e2354094df46c553a7b0769d0ebc0a2d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:37:43 +0000 Subject: [PATCH 158/520] Translate locales/templates/economy.pot in ja 31% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 389a663fffc8..7ae07b13fddf 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -201,7 +201,7 @@ msgctxt "cmd:economy_balance|confirm_add|desc" msgid "" "Are you sure you want to add {coin_emoji}**{amount}** to everyone in " "{role_mention}?" -msgstr "" +msgstr "{role_mention} 内の全員に {coin_emoji}**{amount}** を追加してもよろしいですか?" #: src/modules/economy/cog.py:369 #, possible-python-brace-format From 40f52bed5bb7ef00012dc2c3fcbe2fa7bf54a284 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:38:09 +0000 Subject: [PATCH 159/520] Translate locales/templates/economy.pot in ja 32% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 7ae07b13fddf..e23d17bc147a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -210,6 +210,8 @@ msgid "" "{user_mention} was given {coin_emoji}**{amount}**, and now has a balance of " "{coin_emoji}**{new_amount}**." msgstr "" +"{user_mention} には {coin_emoji}**{amount}** が与えられ、現在 " +"{coin_emoji}**{new_amount}** の残高があります。" #: src/modules/economy/cog.py:380 msgctxt "eventlog|event:economy_add|title" From eee640f382667beca903487cd615ffbb556aa1d8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:39:12 +0000 Subject: [PATCH 160/520] Translate locales/templates/economy.pot in ja 33% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index e23d17bc147a..6bbb3da57bd3 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -216,7 +216,7 @@ msgstr "" #: src/modules/economy/cog.py:380 msgctxt "eventlog|event:economy_add|title" msgid "Moderator Modified Economy Balance" -msgstr "" +msgstr "運営のLC残高の変更" #: src/modules/economy/cog.py:384 #, possible-python-brace-format From 0a62164a169e0a73f2c0d6671ff05ad2dc841799 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:41:05 +0000 Subject: [PATCH 161/520] Translate locales/templates/economy.pot in ja 34% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 6bbb3da57bd3..5e3cd4b3d8fc 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -222,7 +222,7 @@ msgstr "運営のLC残高の変更" #, possible-python-brace-format msgctxt "eventlog|event:economy_set|desc" msgid "{moderator} added {amount} to {target}'s balance." -msgstr "" +msgstr "{moderator} が {target} の残高に {amount} を追加しました" #: src/modules/economy/cog.py:394 msgctxt "cmd:economy_balance|embed:success|title" From 2c8c3c5b62849d4221cc17c0f7d32d82aea9fd3f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:41:50 +0000 Subject: [PATCH 162/520] Translate locales/templates/economy.pot in ja 35% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 5e3cd4b3d8fc..d1d0f9d250f4 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -228,7 +228,7 @@ msgstr "{moderator} が {target} の残高に {amount} を追加しました" msgctxt "cmd:economy_balance|embed:success|title" msgid "Account successfully updated." msgid_plural "Accounts successfully updated." -msgstr[0] "" +msgstr[0] "アカウントは正常に更新されました。" #: src/modules/economy/cog.py:438 #, possible-python-brace-format From c96243ab4e85f4b53b19e793afa81ed33e99bdb1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:42:48 +0000 Subject: [PATCH 163/520] Translate locales/templates/economy.pot in ja 36% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index d1d0f9d250f4..809ee11015fd 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -234,7 +234,7 @@ msgstr[0] "アカウントは正常に更新されました。" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:role_lb|author" msgid "Balance sheet for {name}" -msgstr "" +msgstr "{name} の通帳" #: src/modules/economy/cog.py:444 #, possible-python-brace-format From 71719acc33d099ee839c894b10447f78ddff2c6c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:43:28 +0000 Subject: [PATCH 164/520] Translate locales/templates/economy.pot in ja 37% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 809ee11015fd..672a1ec344ae 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -240,7 +240,7 @@ msgstr "{name} の通帳" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:role_lb|header" msgid "This server has a total balance of {coin_emoji}**{total}**." -msgstr "" +msgstr "このサーバーの合計LCは {coin_emoji}**{total}** です。" #: src/modules/economy/cog.py:452 #, possible-python-brace-format From e5f34388531b7495d7045b09a5897b2a3dc7d600 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:44:53 +0000 Subject: [PATCH 165/520] Translate locales/templates/economy.pot in ja 38% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 672a1ec344ae..523cbb10d739 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -249,6 +249,8 @@ msgid "" "{role_mention} has `{count}` members with non-zero balance, with a total " "balance of {coin_emoji}**{total}**." msgstr "" +"{role_mention} には、残高が0ではないメンバーが `{count}` 人おり、合計残高は {coin_emoji}**{total}** " +"です。" #: src/modules/economy/cog.py:464 msgctxt "cmd:economy_balance|embed:role_lb|row_format" From 0344c506f956c812e11ffbcafb20007100fb6e43 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:45:27 +0000 Subject: [PATCH 166/520] Translate locales/templates/economy.pot in ja 40% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 523cbb10d739..b9d68167218e 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -255,7 +255,7 @@ msgstr "" #: src/modules/economy/cog.py:464 msgctxt "cmd:economy_balance|embed:role_lb|row_format" msgid "`[{pos:>{numwidth}}]` | `{coins:>{coinwidth}} LC` | {mention}" -msgstr "" +msgstr "`[{pos:>{numwidth}}]` | `{coins:>{coinwidth}} LC` | {mention}" #: src/modules/economy/cog.py:492 #, possible-python-brace-format From 4035883bcdc307bfeb3ff673757ffec854efd4c5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:45:55 +0000 Subject: [PATCH 167/520] Translate locales/templates/economy.pot in ja 41% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index b9d68167218e..058f8e37f04d 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -261,7 +261,7 @@ msgstr "`[{pos:>{numwidth}}]` | `{coins:>{coinwidth}} LC` | {mention}" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:role_lb|footer" msgid "Page {page}/{total}" -msgstr "" +msgstr "ページ {page}/{total}" #: src/modules/economy/cog.py:502 #, possible-python-brace-format From c1fd59cdbd4c295edc6e888bee425a8bfc090840 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:46:28 +0000 Subject: [PATCH 168/520] Translate locales/templates/economy.pot in ja 42% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 058f8e37f04d..57dccd62bdbd 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -267,7 +267,7 @@ msgstr "ページ {page}/{total}" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:role_lb|header" msgid "This server has a total balance of {coin_emoji}**0**." -msgstr "" +msgstr "このサーバーの合計LCは {coin_emoji}**0** です。" #: src/modules/economy/cog.py:509 #, possible-python-brace-format From fda47731de8d0bf00569bcbeeae07db3017ef68c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:46:50 +0000 Subject: [PATCH 169/520] Translate locales/templates/economy.pot in ja 42% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 57dccd62bdbd..6ffead6a5f08 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -91,7 +91,7 @@ msgstr "対象メンバーの残高を更新します。" msgctxt "cmd:economy_balance|error:no_target" msgid "" "There are no valid members in {role.mention}! It has a total of `0` LC." -msgstr "{role.mention} には有効なメンバーがいません!合計「0」LC があるよ。つまりないってわけ。" +msgstr "{role.mention} には有効なメンバーがいません!合計「0」LC があるよ。" #: src/modules/economy/cog.py:164 msgctxt "cmd:economy_balance|error:target_is_bot" From 9cca3a5fb91367eef7e370649c3e1461f2014bf9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:48:49 +0000 Subject: [PATCH 170/520] Translate locales/templates/economy.pot in ja 42% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 6ffead6a5f08..ad49bd4eca3a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -267,7 +267,7 @@ msgstr "ページ {page}/{total}" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:role_lb|header" msgid "This server has a total balance of {coin_emoji}**0**." -msgstr "このサーバーの合計LCは {coin_emoji}**0** です。" +msgstr "このサーバーの合計残高は {coin_emoji}**0** です。" #: src/modules/economy/cog.py:509 #, possible-python-brace-format From 1371a471623c53915f412adc7fea14078aa724b5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:49:07 +0000 Subject: [PATCH 171/520] Translate locales/templates/economy.pot in ja 43% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index ad49bd4eca3a..4fc8362f34e2 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -273,7 +273,7 @@ msgstr "このサーバーの合計残高は {coin_emoji}**0** です。" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:role_lb|header" msgid "The role {role_mention} has a total balance of {coin_emoji}**0**." -msgstr "" +msgstr "ロール {role_mention} の合計残高は {coin_emoji}**0** です。" #: src/modules/economy/cog.py:529 #, possible-python-brace-format From fff5373add08cd4dc45d15c17c56cdc8e26b82db Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:50:01 +0000 Subject: [PATCH 172/520] Translate locales/templates/economy.pot in ja 43% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 4fc8362f34e2..0a6a977071be 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -240,7 +240,7 @@ msgstr "{name} の通帳" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:role_lb|header" msgid "This server has a total balance of {coin_emoji}**{total}**." -msgstr "このサーバーの合計LCは {coin_emoji}**{total}** です。" +msgstr "このサーバーの合計残高は {coin_emoji}**{total}** です。" #: src/modules/economy/cog.py:452 #, possible-python-brace-format From e8a3f6886e67fe148f2fe3970122b9b4b97c9e2b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:50:22 +0000 Subject: [PATCH 173/520] Translate locales/templates/economy.pot in ja 44% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 0a6a977071be..3a83050d57b9 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -279,7 +279,7 @@ msgstr "ロール {role_mention} の合計残高は {coin_emoji}**0** です。" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:single|desc" msgid "{mention} currently owns {coin_emoji} {coins}." -msgstr "" +msgstr "{mention} は現在 {coin_emoji} {coins} を所有しています。" #: src/modules/economy/cog.py:539 #, possible-python-brace-format From 69cec7f15cb40bf59af4d3651e2d3cf4f1e9fdf2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:55:01 +0000 Subject: [PATCH 174/520] Translate locales/templates/economy.pot in ja 45% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 3a83050d57b9..c93ff2c913ca 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -285,7 +285,7 @@ msgstr "{mention} は現在 {coin_emoji} {coins} を所有しています。" #, possible-python-brace-format msgctxt "cmd:economy_balance|embed:single|author" msgid "Balance statement for {user}" -msgstr "" +msgstr "{user} の残高明細" #: src/modules/economy/cog.py:548 msgctxt "cmd:economy_reset" From c7245047fd33d540fe314977eff1ae076951d6e6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:55:10 +0000 Subject: [PATCH 175/520] Translate locales/templates/economy.pot in ja 46% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index c93ff2c913ca..52814092dbcf 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -290,7 +290,7 @@ msgstr "{user} の残高明細" #: src/modules/economy/cog.py:548 msgctxt "cmd:economy_reset" msgid "reset" -msgstr "" +msgstr "リセット" #: src/modules/economy/cog.py:551 msgctxt "cmd:economy_reset|desc" From 38a93c56670ed4879cc18a9f1f8b06b61fb7f7aa Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:56:16 +0000 Subject: [PATCH 176/520] Translate locales/templates/economy.pot in ja 47% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 52814092dbcf..1cdcb72d3a81 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -297,7 +297,7 @@ msgctxt "cmd:economy_reset|desc" msgid "" "Reset the coin balance for a target user or role. (See also \"economy " "balance\".)" -msgstr "" +msgstr "対象のユーザーまたはロールのコイン残高をリセットします。 (「LC残高」も参照)" #: src/modules/economy/cog.py:555 msgctxt "cmd:economy_reset|param:target" From 9664c8bb110cc8443a1b3b8c9b4f06c6eaa7ba80 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:56:55 +0000 Subject: [PATCH 177/520] Translate locales/templates/economy.pot in ja 48% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 1cdcb72d3a81..cc47a2aa8a02 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -302,7 +302,7 @@ msgstr "対象のユーザーまたはロールのコイン残高をリセット #: src/modules/economy/cog.py:555 msgctxt "cmd:economy_reset|param:target" msgid "target" -msgstr "" +msgstr "対象" #: src/modules/economy/cog.py:560 msgctxt "cmd:economy_reset|param:target|desc" From e6b0c05b98e5277aaaf6880ad121bbe65da3dbe6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:57:58 +0000 Subject: [PATCH 178/520] Translate locales/templates/economy.pot in ja 49% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index cc47a2aa8a02..5c861c179f61 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -309,7 +309,7 @@ msgctxt "cmd:economy_reset|param:target|desc" msgid "" "Target user or role to view or update. Use @everyone to reset the entire " "guild." -msgstr "" +msgstr "表示または更新する、対象のユーザーまたはロール。 @everyone を使用してサーバー全体をリセットします。" #: src/modules/economy/cog.py:587 #, possible-python-brace-format From 7560e431d5defa22cea73ea80827108fa483269d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:02:21 +0000 Subject: [PATCH 179/520] Translate locales/templates/economy.pot in ja 50% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 5c861c179f61..eb444b57e776 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -318,6 +318,8 @@ msgid "" "Are you sure you want to reset the coin balance for everyone in **{guild_name}**?\n" "*This is not reversible!*" msgstr "" +"**{guild_name}** 内の、全員のコイン残高をリセットしてもよろしいですか?\n" +"*この変更は元には戻せません!*" #: src/modules/economy/cog.py:595 msgctxt "cmd:economy_reset|confirm:reset_guild|button:confirm" From 4c35d3c1bc9fa1cf085aa83c3948d57115bf73bc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:04:03 +0000 Subject: [PATCH 180/520] Translate locales/templates/economy.pot in ja 51% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index eb444b57e776..95cf6715a8fa 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -324,12 +324,12 @@ msgstr "" #: src/modules/economy/cog.py:595 msgctxt "cmd:economy_reset|confirm:reset_guild|button:confirm" msgid "Yes, reset the economy" -msgstr "" +msgstr "コイン残高をリセット" #: src/modules/economy/cog.py:599 msgctxt "cmd:economy_reset|confirm:reset_guild|button:cancel" msgid "Cancel reset" -msgstr "" +msgstr "リセットをキャンセル" #: src/modules/economy/cog.py:615 #, possible-python-brace-format From 632407f786fb3c706358cc0b3b91aa451dbe1edd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:04:39 +0000 Subject: [PATCH 181/520] Translate locales/templates/economy.pot in ja 53% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 95cf6715a8fa..9611e4981ffe 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -337,7 +337,7 @@ msgctxt "cmd:economy_reset|embed:success_guild|desc" msgid "" "Everyone in **{guild_name}** has had their balance reset to " "{coin_emoji}**{amount}**." -msgstr "" +msgstr "**{guild_name}** の全員の残高が {coin_emoji}**{amount}** にリセットされました。" #: src/modules/economy/cog.py:632 #, possible-python-brace-format From f070a58a6240207b7b20b2f2ac6b6b179062db26 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:05:43 +0000 Subject: [PATCH 182/520] Translate locales/templates/economy.pot in ja 53% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 9611e4981ffe..ad7da960f220 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -318,7 +318,7 @@ msgid "" "Are you sure you want to reset the coin balance for everyone in **{guild_name}**?\n" "*This is not reversible!*" msgstr "" -"**{guild_name}** 内の、全員のコイン残高をリセットしてもよろしいですか?\n" +"**{guild_name}** 内の、全員のコイン残高を再設定してもよろしいですか?\n" "*この変更は元には戻せません!*" #: src/modules/economy/cog.py:595 From 04aa84207e01c8ff57edcaba1538dcd3634d0c26 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:05:58 +0000 Subject: [PATCH 183/520] Translate locales/templates/economy.pot in ja 53% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index ad7da960f220..9611e4981ffe 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -318,7 +318,7 @@ msgid "" "Are you sure you want to reset the coin balance for everyone in **{guild_name}**?\n" "*This is not reversible!*" msgstr "" -"**{guild_name}** 内の、全員のコイン残高を再設定してもよろしいですか?\n" +"**{guild_name}** 内の、全員のコイン残高をリセットしてもよろしいですか?\n" "*この変更は元には戻せません!*" #: src/modules/economy/cog.py:595 From e02d44f2875d72739d8b5fd3b0642c06bf7d73d9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:06:55 +0000 Subject: [PATCH 184/520] Translate locales/templates/economy.pot in ja 54% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 9611e4981ffe..81ff59e536f6 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -343,7 +343,7 @@ msgstr "**{guild_name}** の全員の残高が {coin_emoji}**{amount}** にリ #, possible-python-brace-format msgctxt "cmd:economy_reset|error:no_target|desc" msgid "The role {mention} has no members to reset!" -msgstr "" +msgstr "ロール {mention} にはリセットするメンバーがありません!" #: src/modules/economy/cog.py:642 #, possible-python-brace-format From b70bd61dceff781f74bec92430a02f2676494fdc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:07:21 +0000 Subject: [PATCH 185/520] Translate locales/templates/economy.pot in ja 54% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 81ff59e536f6..15db50869c2a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -343,7 +343,7 @@ msgstr "**{guild_name}** の全員の残高が {coin_emoji}**{amount}** にリ #, possible-python-brace-format msgctxt "cmd:economy_reset|error:no_target|desc" msgid "The role {mention} has no members to reset!" -msgstr "ロール {mention} にはリセットするメンバーがありません!" +msgstr "ロール {mention} にはリセットするメンバーがいません!" #: src/modules/economy/cog.py:642 #, possible-python-brace-format From 872849573e9b4a91f4de001afffac08e529fb115 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:36:04 +0000 Subject: [PATCH 186/520] Translate locales/templates/economy.pot in ja 55% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 15db50869c2a..9d3a0acab700 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -352,6 +352,8 @@ msgid "" "Are you sure you want to reset the balance for everyone in {mention}?\n" "**{count}** members will be affected." msgstr "" +"{mention} 内の全員の残高をリセットしてもよろしいですか?\n" +"**{count}** 人のメンバーが影響を受けます。" #: src/modules/economy/cog.py:651 msgctxt "cmd:economy_reset|confirm:reset_role|button:confirm" From dfb94d369c154e882cd3f13f52f294e0707d9a6b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:36:25 +0000 Subject: [PATCH 187/520] Translate locales/templates/economy.pot in ja 56% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 9d3a0acab700..d82ba01737e4 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -358,7 +358,7 @@ msgstr "" #: src/modules/economy/cog.py:651 msgctxt "cmd:economy_reset|confirm:reset_role|button:confirm" msgid "Yes, complete economy reset" -msgstr "" +msgstr "リセット" #: src/modules/economy/cog.py:655 msgctxt "cmd:economy_reset|confirm:reset_role|button:cancel" From 66c4a911ebed3398f862dbd0fc7ad666e41d8647 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:36:52 +0000 Subject: [PATCH 188/520] Translate locales/templates/economy.pot in ja 56% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index d82ba01737e4..ae45e7837920 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -358,7 +358,7 @@ msgstr "" #: src/modules/economy/cog.py:651 msgctxt "cmd:economy_reset|confirm:reset_role|button:confirm" msgid "Yes, complete economy reset" -msgstr "リセット" +msgstr "完全に残高をリセット" #: src/modules/economy/cog.py:655 msgctxt "cmd:economy_reset|confirm:reset_role|button:cancel" From e3877b1208a3c5ce6efc93aee36be6408aad5de6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:37:03 +0000 Subject: [PATCH 189/520] Translate locales/templates/economy.pot in ja 57% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index ae45e7837920..d96da7415a5c 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -363,7 +363,7 @@ msgstr "完全に残高をリセット" #: src/modules/economy/cog.py:655 msgctxt "cmd:economy_reset|confirm:reset_role|button:cancel" msgid "Cancel" -msgstr "" +msgstr "キャンセル" #: src/modules/economy/cog.py:672 #, possible-python-brace-format From 1eb3b7b93faa0f4031c837045ac28b8968cd12fd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:37:39 +0000 Subject: [PATCH 190/520] Translate locales/templates/economy.pot in ja 58% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index d96da7415a5c..fc2f130d6600 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -371,7 +371,7 @@ msgctxt "cmd:economy_reset|embed:success_role|desc" msgid "" "Everyone in {role_mention} has had their coin balance reset to " "{coin_emoji}**{amount}**." -msgstr "" +msgstr "{role_mention} の全員のコイン残高が {coin_emoji}**{amount}** にリセットされました。" #: src/modules/economy/cog.py:694 #, possible-python-brace-format From f4a44898218b0be6f98b4813f9fe05d0e81a28ba Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:38:19 +0000 Subject: [PATCH 191/520] Translate locales/templates/economy.pot in ja 60% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index fc2f130d6600..e2ba295ba323 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -377,7 +377,7 @@ msgstr "{role_mention} の全員のコイン残高が {coin_emoji}**{amount}** #, possible-python-brace-format msgctxt "cmd:economy_reset|embed:success_user|desc" msgid "{mention}'s balance has been reset to {coin_emoji}**{amount}**." -msgstr "" +msgstr "{mention} さんの残高は {coin_emoji}**{amount}** にリセットされました。" #: src/modules/economy/cog.py:704 msgctxt "cmd:send" From 015220f39f5ca1d291f28dc933eb55792a8b7acf Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:38:42 +0000 Subject: [PATCH 192/520] Translate locales/templates/economy.pot in ja 61% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index e2ba295ba323..dc1cbc3e565a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -382,7 +382,7 @@ msgstr "{mention} さんの残高は {coin_emoji}**{amount}** にリセットさ #: src/modules/economy/cog.py:704 msgctxt "cmd:send" msgid "send" -msgstr "" +msgstr "送る" #: src/modules/economy/cog.py:707 msgctxt "cmd:send|desc" From dc45e40e4a216f4e226c36fd3625453662bc1e0e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:39:30 +0000 Subject: [PATCH 193/520] Translate locales/templates/economy.pot in ja 61% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index dc1cbc3e565a..426e6a69bfe6 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -382,7 +382,7 @@ msgstr "{mention} さんの残高は {coin_emoji}**{amount}** にリセットさ #: src/modules/economy/cog.py:704 msgctxt "cmd:send" msgid "send" -msgstr "送る" +msgstr "送金" #: src/modules/economy/cog.py:707 msgctxt "cmd:send|desc" From 24833f09071f058ea8b28a7698254d74d72e67f5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:41:12 +0000 Subject: [PATCH 194/520] Translate locales/templates/economy.pot in ja 62% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 426e6a69bfe6..1186ffdb63c7 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -387,7 +387,7 @@ msgstr "送金" #: src/modules/economy/cog.py:707 msgctxt "cmd:send|desc" msgid "Gift the target user a certain number of LionCoins." -msgstr "" +msgstr "対象ユーザーに任意の数のLion Coinをプレゼントします。" #: src/modules/economy/cog.py:711 msgctxt "cmd:send|param:target" From 5a8a24328b3cd3170d068c49ddfe8f82a6a19d95 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:41:25 +0000 Subject: [PATCH 195/520] Translate locales/templates/economy.pot in ja 63% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 1186ffdb63c7..590fce21c48a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -392,7 +392,7 @@ msgstr "対象ユーザーに任意の数のLion Coinをプレゼントします #: src/modules/economy/cog.py:711 msgctxt "cmd:send|param:target" msgid "target" -msgstr "" +msgstr "対象" #: src/modules/economy/cog.py:712 msgctxt "cmd:send|param:amount" From 2efa36b63254017aef25c5fc1a19aa5fc4861b54 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:41:41 +0000 Subject: [PATCH 196/520] Translate locales/templates/economy.pot in ja 64% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 590fce21c48a..8288d5ae7e57 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -397,7 +397,7 @@ msgstr "対象" #: src/modules/economy/cog.py:712 msgctxt "cmd:send|param:amount" msgid "amount" -msgstr "" +msgstr "金額" #: src/modules/economy/cog.py:713 msgctxt "cmd:send|param:note" From 6c77e88ae142c382a545b35450ec67e2423a6b58 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:41:59 +0000 Subject: [PATCH 197/520] Translate locales/templates/economy.pot in ja 65% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 8288d5ae7e57..18d3062ab41c 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -402,7 +402,7 @@ msgstr "金額" #: src/modules/economy/cog.py:713 msgctxt "cmd:send|param:note" msgid "note" -msgstr "" +msgstr "注記" #: src/modules/economy/cog.py:716 msgctxt "cmd:send|param:target|desc" From 165067da5155a09c18c7ddf5b0bab8a126491057 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:42:37 +0000 Subject: [PATCH 198/520] Translate locales/templates/economy.pot in ja 66% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 18d3062ab41c..18fde3059459 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -407,7 +407,7 @@ msgstr "注記" #: src/modules/economy/cog.py:716 msgctxt "cmd:send|param:target|desc" msgid "User to send the gift to" -msgstr "" +msgstr "ギフトを送る対象" #: src/modules/economy/cog.py:717 msgctxt "cmd:send|param:amount|desc" From 31f336a57e06f597e13f679867d5c5f4e7cd9923 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:42:54 +0000 Subject: [PATCH 199/520] Translate locales/templates/economy.pot in ja 67% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 18fde3059459..9f35dfb7570b 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -412,7 +412,7 @@ msgstr "ギフトを送る対象" #: src/modules/economy/cog.py:717 msgctxt "cmd:send|param:amount|desc" msgid "Number of coins to send" -msgstr "" +msgstr "送るコインの数" #: src/modules/economy/cog.py:718 msgctxt "cmd:send|param:note|desc" From 05215b55ca63ca386507482064822bb3c23aaa45 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:43:25 +0000 Subject: [PATCH 200/520] Translate locales/templates/economy.pot in ja 68% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 9f35dfb7570b..c5acb0c1625b 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -417,7 +417,7 @@ msgstr "送るコインの数" #: src/modules/economy/cog.py:718 msgctxt "cmd:send|param:note|desc" msgid "Optional note to add to the gift." -msgstr "" +msgstr "ギフトに追加するオプションのメモ。" #: src/modules/economy/cog.py:742 msgctxt "cmd:send|error:not_allowed" From 1966326b5c0ed2d3eaab5e28c0283a8e494868a4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:43:51 +0000 Subject: [PATCH 201/520] Translate locales/templates/economy.pot in ja 69% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index c5acb0c1625b..f1303a9fd7f2 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -422,7 +422,7 @@ msgstr "ギフトに追加するオプションのメモ。" #: src/modules/economy/cog.py:742 msgctxt "cmd:send|error:not_allowed" msgid "Sorry, this server has disabled LionCoin transfers!" -msgstr "" +msgstr "申し訳ありませんが、このサーバーでは LionCoin の送金が無効になっています!" #: src/modules/economy/cog.py:751 msgctxt "cmd:send|error:sending-to-self" From 052efd66baf7475344dbd59f784e8725c3bb2bb7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:44:40 +0000 Subject: [PATCH 202/520] Translate locales/templates/economy.pot in ja 70% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index f1303a9fd7f2..cd5990eac1e4 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -430,6 +430,8 @@ msgid "" "What is this, tax evasion?\n" "(You can not send coins to yourself.)" msgstr "" +"なんだこれ、脱税?\n" +"(自分にコインを送ることはできません。)" #: src/modules/economy/cog.py:761 msgctxt "cmd:send|error:sending-to-leo" From c23507d1a74d8c8dea6789a6a9911c1df5298434 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:46:35 +0000 Subject: [PATCH 203/520] Translate locales/templates/economy.pot in ja 71% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index cd5990eac1e4..3386d657dbbe 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -439,6 +439,8 @@ msgid "" "I appreciate it, but you need it more than I do!\n" "(You cannot send coins to bots.)" msgstr "" +"お気持ちは嬉しいですが、私よりもあなたの方が、それが必要ですよね!\n" +"(ボットにコインを送信することはできません。)" #: src/modules/economy/cog.py:771 #, possible-python-brace-format From 1e554d7025b704918535ac6a5579a73f15afd3b5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:50:57 +0000 Subject: [PATCH 204/520] Translate locales/templates/economy.pot in ja 72% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 3386d657dbbe..3654ef54c515 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -449,6 +449,8 @@ msgid "" "{target} appreciates the gesture, but said they don't have any use for {coin}.\n" "(You cannot send coins to bots.)" msgstr "" +"{target} はプレゼントに感謝してたけど、{coin} には使い道がないってさ。\n" +"(ボットにコインを送信することはできません。)" #: src/modules/economy/cog.py:799 #, possible-python-brace-format From 49206876d2f681955df95676dabae1426350d856 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:52:10 +0000 Subject: [PATCH 205/520] Translate locales/templates/economy.pot in ja 73% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 3654ef54c515..6ae918a1c12e 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -459,6 +459,9 @@ msgid "" "You do not have enough lioncoins to do this!\n" "`Current Balance:` {coin_emoji}{balance}" msgstr "" +"これを行うには十分なLion Coinがありません!\n" +"\n" +"`現在の残高:` {coin_emoji}{balance}" #: src/modules/economy/cog.py:816 msgctxt "eventlog|event:send|title" From 69498a95c14c0e4406bca97f09d5a14e0c0c7235 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:52:22 +0000 Subject: [PATCH 206/520] Translate locales/templates/economy.pot in ja 73% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 1 - 1 file changed, 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 6ae918a1c12e..7c0a757e7033 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -460,7 +460,6 @@ msgid "" "`Current Balance:` {coin_emoji}{balance}" msgstr "" "これを行うには十分なLion Coinがありません!\n" -"\n" "`現在の残高:` {coin_emoji}{balance}" #: src/modules/economy/cog.py:816 From a2ed82c1565b55e5ea88e84153106631ec7a0807 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:53:09 +0000 Subject: [PATCH 207/520] Translate locales/templates/economy.pot in ja 74% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 7c0a757e7033..0962a20e88e7 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -465,7 +465,7 @@ msgstr "" #: src/modules/economy/cog.py:816 msgctxt "eventlog|event:send|title" msgid "Coins Transferred" -msgstr "" +msgstr "コインは送金されました" #: src/modules/economy/cog.py:820 #, possible-python-brace-format From 3b76d5cfd1acd028ac727e00e5b19b7f34af4b2f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:53:42 +0000 Subject: [PATCH 208/520] Translate locales/templates/economy.pot in ja 75% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 0962a20e88e7..2c538ee29970 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -471,7 +471,7 @@ msgstr "コインは送金されました" #, possible-python-brace-format msgctxt "eventlog|event:send|desc" msgid "{source} gifted {amount} to {target}" -msgstr "" +msgstr "{source} は {target} に {amount} を贈りました" #: src/modules/economy/cog.py:833 #, possible-python-brace-format From 06c6f059a8cc5096a981404e047572edecc8a14d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:54:22 +0000 Subject: [PATCH 209/520] Translate locales/templates/economy.pot in ja 76% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 2c538ee29970..b5aff31f41e3 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -477,7 +477,7 @@ msgstr "{source} は {target} に {amount} を贈りました" #, possible-python-brace-format msgctxt "cmd:send|embed:gift|title" msgid "{user} sent you a gift!" -msgstr "" +msgstr "{user} が、あなたにギフトを送りました!" #: src/modules/economy/cog.py:837 #, possible-python-brace-format From 6c159aa2606946a732d1fc4fa4d6f31f37c2b9b2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:55:30 +0000 Subject: [PATCH 210/520] Translate locales/templates/economy.pot in ja 77% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index b5aff31f41e3..ee8e234419d5 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -483,7 +483,7 @@ msgstr "{user} が、あなたにギフトを送りました!" #, possible-python-brace-format msgctxt "cmd:send|embed:gift|desc" msgid "{mention} sent you {coin_emoji}**{amount}**." -msgstr "" +msgstr "{mention} さんが {coin_emoji}**{amount}** を送金しました" #: src/modules/economy/cog.py:862 #, possible-python-brace-format From cfff76a06a058ba1f7823a2cbf22aa55ce1fc985 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:55:59 +0000 Subject: [PATCH 211/520] Translate locales/templates/economy.pot in ja 78% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index ee8e234419d5..e67670a2a337 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -491,7 +491,7 @@ msgctxt "cmd:send|embed:ack|desc" msgid "" "**{coin_emoji}{amount}** has been deducted from your balance and sent to " "{mention}!" -msgstr "" +msgstr "**{coin_emoji}{amount}** が残高から差し引かれ、{mention} に送られました!" #: src/modules/economy/cog.py:872 msgctxt "cmd:send|embed:ack|desc|error:unreachable" From b4d1e9c1c6f538f23f9f5e5a1a7942ff2085ac68 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:56:34 +0000 Subject: [PATCH 212/520] Translate locales/templates/economy.pot in ja 78% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index e67670a2a337..07d5170c0bf2 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -450,7 +450,7 @@ msgid "" "(You cannot send coins to bots.)" msgstr "" "{target} はプレゼントに感謝してたけど、{coin} には使い道がないってさ。\n" -"(ボットにコインを送信することはできません。)" +"(ボットにコインを送金することはできません。)" #: src/modules/economy/cog.py:799 #, possible-python-brace-format From b1f471d6a6f3675de9b366c7edde5e6dc0559598 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:56:44 +0000 Subject: [PATCH 213/520] Translate locales/templates/economy.pot in ja 78% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 07d5170c0bf2..485724e60398 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -450,7 +450,7 @@ msgid "" "(You cannot send coins to bots.)" msgstr "" "{target} はプレゼントに感謝してたけど、{coin} には使い道がないってさ。\n" -"(ボットにコインを送金することはできません。)" +"(ボットにコインを送ることはできません。)" #: src/modules/economy/cog.py:799 #, possible-python-brace-format From 47fe4ed902d68c6ff632565c26aea256aaa66aa4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:57:05 +0000 Subject: [PATCH 214/520] Translate locales/templates/economy.pot in ja 78% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 485724e60398..8c9b2fa4d70e 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -440,7 +440,7 @@ msgid "" "(You cannot send coins to bots.)" msgstr "" "お気持ちは嬉しいですが、私よりもあなたの方が、それが必要ですよね!\n" -"(ボットにコインを送信することはできません。)" +"(ボットにコインを送ることはできません。)" #: src/modules/economy/cog.py:771 #, possible-python-brace-format From d595cae84ffb1947ecd7714343890e7da649ba50 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:57:29 +0000 Subject: [PATCH 215/520] Translate locales/templates/economy.pot in ja 78% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 8c9b2fa4d70e..b2fa09d6eae0 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -440,7 +440,7 @@ msgid "" "(You cannot send coins to bots.)" msgstr "" "お気持ちは嬉しいですが、私よりもあなたの方が、それが必要ですよね!\n" -"(ボットにコインを送ることはできません。)" +"(ボットにコインを贈ることはできません。)" #: src/modules/economy/cog.py:771 #, possible-python-brace-format From e92154a2dc92b9c1662a99fb39e583ae93fc6b87 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:57:40 +0000 Subject: [PATCH 216/520] Translate locales/templates/economy.pot in ja 78% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index b2fa09d6eae0..b825cc944cfe 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -450,7 +450,7 @@ msgid "" "(You cannot send coins to bots.)" msgstr "" "{target} はプレゼントに感謝してたけど、{coin} には使い道がないってさ。\n" -"(ボットにコインを送ることはできません。)" +"(ボットにコインを贈ることはできません。)" #: src/modules/economy/cog.py:799 #, possible-python-brace-format From 9d03295f098a6a4f916a12c37721c4d36276b066 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:01:04 +0000 Subject: [PATCH 217/520] Translate locales/templates/economy.pot in ja 80% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index b825cc944cfe..28ef541bf587 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -498,7 +498,7 @@ msgctxt "cmd:send|embed:ack|desc|error:unreachable" msgid "" "Unfortunately, I was not able to message the recipient. Perhaps they have me" " blocked?" -msgstr "" +msgstr "残念ながら、受信者にメッセージを送信できませんでした。おそらく私はブロックされているね?" #: src/modules/economy/cog.py:884 msgctxt "cmd:configure_economy" From b34a514b54e55f113e803c3a9e5903ef6c76b72f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:01:15 +0000 Subject: [PATCH 218/520] Translate locales/templates/economy.pot in ja 81% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 28ef541bf587..ade4c3181e8b 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -503,7 +503,7 @@ msgstr "残念ながら、受信者にメッセージを送信できませんで #: src/modules/economy/cog.py:884 msgctxt "cmd:configure_economy" msgid "economy" -msgstr "" +msgstr "経済" #: src/modules/economy/cog.py:887 msgctxt "cmd:configure_economy|desc" From 1b5ec465ace4cc7226e391f17adb2b54e5686615 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:02:22 +0000 Subject: [PATCH 219/520] Translate locales/templates/economy.pot in ja 82% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index ade4c3181e8b..b21acce4033f 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -508,7 +508,7 @@ msgstr "経済" #: src/modules/economy/cog.py:887 msgctxt "cmd:configure_economy|desc" msgid "Configure LionCoin Economy" -msgstr "" +msgstr "LionCoinの経済設定" #: src/modules/economy/settings.py:38 msgctxt "guildset:coins_per_xp" From 3bd04d8f61bf6c3dd0390efec3cb750713a1f8da Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:04:15 +0000 Subject: [PATCH 220/520] Translate locales/templates/economy.pot in ja 83% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index b21acce4033f..f5f5c6e65981 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -513,7 +513,7 @@ msgstr "LionCoinの経済設定" #: src/modules/economy/settings.py:38 msgctxt "guildset:coins_per_xp" msgid "coins_per_100xp" -msgstr "" +msgstr "100xp/コイン" #: src/modules/economy/settings.py:41 msgctxt "guildset:coins_per_xp|desc" From 593551b633ec796dd9ea6ef3faa1c27d5dfef910 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:06:33 +0000 Subject: [PATCH 221/520] Translate locales/templates/economy.pot in ja 83% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index f5f5c6e65981..fa968b54dffc 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -513,7 +513,7 @@ msgstr "LionCoinの経済設定" #: src/modules/economy/settings.py:38 msgctxt "guildset:coins_per_xp" msgid "coins_per_100xp" -msgstr "100xp/コイン" +msgstr "100xpにつき1コイン" #: src/modules/economy/settings.py:41 msgctxt "guildset:coins_per_xp|desc" From e8badc473cfef82e9827ec07273237c237979b39 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:08:03 +0000 Subject: [PATCH 222/520] Translate locales/templates/economy.pot in ja 84% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index fa968b54dffc..e2a90937e2dd 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -518,7 +518,7 @@ msgstr "100xpにつき1コイン" #: src/modules/economy/settings.py:41 msgctxt "guildset:coins_per_xp|desc" msgid "How many LionCoins to reward members per 100 XP they earn." -msgstr "" +msgstr " 100 XP をメンバーが獲得するごとに、メンバーに報酬として与えるLionCoinの数。" #: src/modules/economy/settings.py:45 msgctxt "guildset:coins_per_xp|long_desc" From bb317d1f72cc96079784795238156b1ebc28e38e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:09:11 +0000 Subject: [PATCH 223/520] Translate locales/templates/economy.pot in ja 85% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index e2a90937e2dd..10202c9360b9 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -525,7 +525,7 @@ msgctxt "guildset:coins_per_xp|long_desc" msgid "" "Members will be rewarded with this many LionCoins for every 100 XP they " "earn." -msgstr "" +msgstr "メンバーは、 100 XP を獲得するごとに、この量のLionCoinを獲得します。" #: src/modules/economy/settings.py:49 msgctxt "guildset:coins_per_xp|long_desc" From d28e6aca311e12f2a9619226288ad5cbf83d02c8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:09:52 +0000 Subject: [PATCH 224/520] Translate locales/templates/economy.pot in ja 86% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 10202c9360b9..1df4411afb36 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -530,7 +530,7 @@ msgstr "メンバーは、 100 XP を獲得するごとに、この量のLionCoi #: src/modules/economy/settings.py:49 msgctxt "guildset:coins_per_xp|long_desc" msgid "The number of coins to reward per 100 XP." -msgstr "" +msgstr "100 XP あたりの報酬となるコインの数。" #: src/modules/economy/settings.py:62 #, possible-python-brace-format From 995e48802386d0ea13231162e4175a4463ea76dc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:10:23 +0000 Subject: [PATCH 225/520] Translate locales/templates/economy.pot in ja 86% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 1df4411afb36..91afd99c5b8b 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -513,7 +513,7 @@ msgstr "LionCoinの経済設定" #: src/modules/economy/settings.py:38 msgctxt "guildset:coins_per_xp" msgid "coins_per_100xp" -msgstr "100xpにつき1コイン" +msgstr "100xpあたりのコイン" #: src/modules/economy/settings.py:41 msgctxt "guildset:coins_per_xp|desc" From 1c85ff2ea96093730f92f64b5731c7ce793503d0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:11:24 +0000 Subject: [PATCH 226/520] Translate locales/templates/economy.pot in ja 87% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 91afd99c5b8b..84d9c90d7f4a 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -538,7 +538,7 @@ msgctxt "guildset:coins_per_xp|set_response" msgid "" "For every **100** XP they earn, members will now be given " "{coin}**{amount}**." -msgstr "" +msgstr "メンバーが **100** XP を獲得するごとに、{coin}**{amount}** がメンバーに与えられます。" #: src/modules/economy/settings.py:74 msgctxt "guildset:allow_transfers" From 66c01979ae1c3911d4975bbb34d4c0059ea36221 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:11:53 +0000 Subject: [PATCH 227/520] Translate locales/templates/economy.pot in ja 88% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 84d9c90d7f4a..83b427ee7bf3 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -543,7 +543,7 @@ msgstr "メンバーが **100** XP を獲得するごとに、{coin}**{amount}** #: src/modules/economy/settings.py:74 msgctxt "guildset:allow_transfers" msgid "allow_transfers" -msgstr "" +msgstr "送金の許可" #: src/modules/economy/settings.py:77 msgctxt "guildset:allow_transfers|desc" From 3d92dbdbfcfe73cda0a691e81ff3564060b15504 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:12:24 +0000 Subject: [PATCH 228/520] Translate locales/templates/economy.pot in ja 89% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 83b427ee7bf3..7ec6dcdafb9d 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -548,7 +548,7 @@ msgstr "送金の許可" #: src/modules/economy/settings.py:77 msgctxt "guildset:allow_transfers|desc" msgid "Whether to allow members to transfer LionCoins to each other." -msgstr "" +msgstr "メンバーが互いにLionCoinを送金できるようにするかどうか。" #: src/modules/economy/settings.py:81 msgctxt "guildset:allow_transfers|long_desc" From a6de6a30b2be6f141d452dbfa273a52f55a78f89 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:12:58 +0000 Subject: [PATCH 229/520] Translate locales/templates/economy.pot in ja 90% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 7ec6dcdafb9d..c3b6322df245 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -554,7 +554,7 @@ msgstr "メンバーが互いにLionCoinを送金できるようにするかど msgctxt "guildset:allow_transfers|long_desc" msgid "" "If disabled, members will not be able to transfer LionCoins to each other." -msgstr "" +msgstr "無効にすると、メンバーはLionCoinを相互に送金できなくなります" #: src/modules/economy/settings.py:89 msgctxt "guildset:allow_transfers|outputs:true" From 3d2903a21e570a651653f19f89d2cc1cb7ccaf85 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:13:07 +0000 Subject: [PATCH 230/520] Translate locales/templates/economy.pot in ja 90% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index c3b6322df245..1e95c9a3e8f0 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -554,7 +554,7 @@ msgstr "メンバーが互いにLionCoinを送金できるようにするかど msgctxt "guildset:allow_transfers|long_desc" msgid "" "If disabled, members will not be able to transfer LionCoins to each other." -msgstr "無効にすると、メンバーはLionCoinを相互に送金できなくなります" +msgstr "無効にすると、メンバーはLionCoinを相互に送金できなくなります。" #: src/modules/economy/settings.py:89 msgctxt "guildset:allow_transfers|outputs:true" From 0d967f231a40b2f2d0eeaf2066c9488e3d052511 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:13:22 +0000 Subject: [PATCH 231/520] Translate locales/templates/economy.pot in ja 91% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 1e95c9a3e8f0..9868b09bc291 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -559,7 +559,7 @@ msgstr "無効にすると、メンバーはLionCoinを相互に送金できな #: src/modules/economy/settings.py:89 msgctxt "guildset:allow_transfers|outputs:true" msgid "Enabled (Coin transfers allowed.)" -msgstr "" +msgstr "有効(コイン送金が可能)" #: src/modules/economy/settings.py:90 msgctxt "guildset:allow_transfers|outputs:false" From 00941aeca9ecb1f8325ad83a69d750241be713f9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:13:59 +0000 Subject: [PATCH 232/520] Translate locales/templates/economy.pot in ja 92% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 9868b09bc291..de93710657b4 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -564,7 +564,7 @@ msgstr "有効(コイン送金が可能)" #: src/modules/economy/settings.py:90 msgctxt "guildset:allow_transfers|outputs:false" msgid "Disabled (Coin transfers not allowed.)" -msgstr "" +msgstr "無効(コイン送金は不可能)" #: src/modules/economy/settings.py:106 #, possible-python-brace-format From 94082759fce9f6d8e99dbd885c0a995bea23e4de Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:14:24 +0000 Subject: [PATCH 233/520] Translate locales/templates/economy.pot in ja 93% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index de93710657b4..587cf64d3d97 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -570,7 +570,7 @@ msgstr "無効(コイン送金は不可能)" #, possible-python-brace-format msgctxt "guildset:allow_transfers|set_response|set:true" msgid "Members will now be able to use {send_cmd} to transfer {coin}" -msgstr "" +msgstr "メンバーは {send_cmd} を使用して {coin} を送金できるようになります" #: src/modules/economy/settings.py:111 #, possible-python-brace-format From 50e342abd0bc0853314cc7a5f91d7247a0121673 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:14:42 +0000 Subject: [PATCH 234/520] Translate locales/templates/economy.pot in ja 94% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 587cf64d3d97..b39592f5c817 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -576,7 +576,7 @@ msgstr "メンバーは {send_cmd} を使用して {coin} を送金できるよ #, possible-python-brace-format msgctxt "guildset:allow_transfers|set_response|set:false" msgid "Members will not be able to use {send_cmd} to transfer {coin}" -msgstr "" +msgstr "メンバーは {send_cmd} を使用して {coin} を送金することはできません" #: src/modules/economy/settings.py:123 msgctxt "guildset:starting_funds" From 5932c3b9fe9b425fc8557e2cbf414d16e1c6b5c3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:15:07 +0000 Subject: [PATCH 235/520] Translate locales/templates/economy.pot in ja 95% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index b39592f5c817..09cbc9f09a69 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -581,7 +581,7 @@ msgstr "メンバーは {send_cmd} を使用して {coin} を送金すること #: src/modules/economy/settings.py:123 msgctxt "guildset:starting_funds" msgid "starting_funds" -msgstr "" +msgstr "初期資金" #: src/modules/economy/settings.py:126 msgctxt "guildset:starting_funds|desc" From a238379ab98a8ea150c9e94f5564347d38fb1490 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:17:10 +0000 Subject: [PATCH 236/520] Translate locales/templates/economy.pot in ja 96% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 09cbc9f09a69..fc45998aac56 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -586,7 +586,7 @@ msgstr "初期資金" #: src/modules/economy/settings.py:126 msgctxt "guildset:starting_funds|desc" msgid "How many LionCoins should a member start with." -msgstr "" +msgstr "メンバーは初期設定で、何枚のコインを持って始めるか。" #: src/modules/economy/settings.py:130 msgctxt "guildset:starting_funds|long_desc" From 40c00841f6060e44372f00ece54beafb0993908f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:17:44 +0000 Subject: [PATCH 237/520] Translate locales/templates/economy.pot in ja 97% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index fc45998aac56..818c3bfa0b77 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -593,7 +593,7 @@ msgctxt "guildset:starting_funds|long_desc" msgid "" "Members will be given this number of coins when they first interact with me," " or first join the server." -msgstr "" +msgstr "メンバーには、最初に私と話したとき、または最初にサーバーに参加したときに、この数のコインが与えられます。" #: src/modules/economy/settings.py:134 msgctxt "guildset:starting_funds|accepts" From f134084e144358f4d3af8e8905e1b251033963e7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:18:11 +0000 Subject: [PATCH 238/520] Translate locales/templates/economy.pot in ja 98% of minimum 1% translated source file: 'locales/templates/economy.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index 818c3bfa0b77..a4d00f2f513f 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -598,7 +598,7 @@ msgstr "メンバーには、最初に私と話したとき、または最初に #: src/modules/economy/settings.py:134 msgctxt "guildset:starting_funds|accepts" msgid "Number of coins to give to new members." -msgstr "" +msgstr "新規メンバーに付与するコインの数。" #: src/modules/economy/settings.py:146 #, possible-python-brace-format From bf2fda132df78d3ce9d30ec264297b8a2744f33a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:18:48 +0000 Subject: [PATCH 239/520] Translate locales/templates/economy.pot in ja 100% translated source file: 'locales/templates/economy.pot' on 'ja'. --- locales/ja/LC_MESSAGES/economy.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/economy.po b/locales/ja/LC_MESSAGES/economy.po index a4d00f2f513f..0470cb319cf5 100644 --- a/locales/ja/LC_MESSAGES/economy.po +++ b/locales/ja/LC_MESSAGES/economy.po @@ -604,4 +604,4 @@ msgstr "新規メンバーに付与するコインの数。" #, possible-python-brace-format msgctxt "guildset:starting_funds|set_response" msgid "New members will now start with {amount}" -msgstr "" +msgstr "新しいメンバーは {amount} を持って開始されます" From dce9edc96800891aefec1dc829909bf830928096 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:20:31 +0000 Subject: [PATCH 240/520] Translate locales/templates/exec.pot in ja 6% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 94 ++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/exec.po diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po new file mode 100644 index 000000000000..5a873c0514bc --- /dev/null +++ b/locales/ja/LC_MESSAGES/exec.po @@ -0,0 +1,94 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/modules/sysadmin/exec_cog.py:269 +msgctxt "ward:sys_admin|failed" +msgid "You must be a bot owner to do this!" +msgstr "これを行うには、ボットの管理者である必要があります!" + +#: src/modules/sysadmin/exec_cog.py:274 +msgid "async" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:275 +msgid "Execute arbitrary code with Exec" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:337 +msgctxt "command" +msgid "eval" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:338 +msgctxt "command:eval" +msgid "Execute arbitrary code with Eval" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:341 +msgctxt "command:eval|param:string" +msgid "Code to evaluate." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:348 +msgctxt "command" +msgid "asyncall" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:349 +msgctxt "command:asyncall|desc" +msgid "Execute arbitrary code on all shards." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:352 +msgctxt "command:asyncall|param:string" +msgid "Cross-shard code to execute. Cannot reference ctx!" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:353 +msgctxt "command:asyncall|param:target" +msgid "Target shard app name, see autocomplete for options." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:396 +msgid "reload" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:397 +msgid "Reload a given LionBot extension. Launches an ExecUI." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:400 +msgid "Name of the extension to reload. See autocomplete for options." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:401 +msgid "Whether to force an extension reload even if it doesn't exist." +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:437 +msgid "shutdown" +msgstr "" + +#: src/modules/sysadmin/exec_cog.py:438 +msgid "Shutdown (or restart) the client." +msgstr "" From 6c841006d1cd640cb3755501a5a91fc5e372b3df Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:20:41 +0000 Subject: [PATCH 241/520] Translate locales/templates/exec.pot in ja 12% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 5a873c0514bc..c09e06469fa7 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -28,7 +28,7 @@ msgstr "これを行うには、ボットの管理者である必要がありま #: src/modules/sysadmin/exec_cog.py:274 msgid "async" -msgstr "" +msgstr "非同期" #: src/modules/sysadmin/exec_cog.py:275 msgid "Execute arbitrary code with Exec" From 5337edc81a716ae55ffa0704a9b310f8e9d75710 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:21:00 +0000 Subject: [PATCH 242/520] Translate locales/templates/exec.pot in ja 18% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index c09e06469fa7..1f0c625cff70 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -32,7 +32,7 @@ msgstr "非同期" #: src/modules/sysadmin/exec_cog.py:275 msgid "Execute arbitrary code with Exec" -msgstr "" +msgstr "Execで任意のコードを実行する" #: src/modules/sysadmin/exec_cog.py:337 msgctxt "command" From 45102953d73859ab7b17566202f04cb3ae1633a9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:21:16 +0000 Subject: [PATCH 243/520] Translate locales/templates/exec.pot in ja 25% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 1f0c625cff70..33f8b35b2e73 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -37,7 +37,7 @@ msgstr "Execで任意のコードを実行する" #: src/modules/sysadmin/exec_cog.py:337 msgctxt "command" msgid "eval" -msgstr "" +msgstr "評価" #: src/modules/sysadmin/exec_cog.py:338 msgctxt "command:eval" From 34bc59b555f78ba38fcf6bca9257699162298546 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:21:43 +0000 Subject: [PATCH 244/520] Translate locales/templates/exec.pot in ja 31% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 33f8b35b2e73..e5679f85a671 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -42,7 +42,7 @@ msgstr "評価" #: src/modules/sysadmin/exec_cog.py:338 msgctxt "command:eval" msgid "Execute arbitrary code with Eval" -msgstr "" +msgstr "Evalで任意のコードを実行する" #: src/modules/sysadmin/exec_cog.py:341 msgctxt "command:eval|param:string" From 67f216119128458849953c98bc81753b024cfd48 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:23:41 +0000 Subject: [PATCH 245/520] Translate locales/templates/exec.pot in ja 37% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index e5679f85a671..84319168da56 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -47,7 +47,7 @@ msgstr "Evalで任意のコードを実行する" #: src/modules/sysadmin/exec_cog.py:341 msgctxt "command:eval|param:string" msgid "Code to evaluate." -msgstr "" +msgstr "査定するコード。" #: src/modules/sysadmin/exec_cog.py:348 msgctxt "command" From 5bb8bfa253f553666c46297cda50297fc3f56fbd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:26:09 +0000 Subject: [PATCH 246/520] Translate locales/templates/exec.pot in ja 43% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 84319168da56..c8804c92eed3 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -52,7 +52,7 @@ msgstr "査定するコード。" #: src/modules/sysadmin/exec_cog.py:348 msgctxt "command" msgid "asyncall" -msgstr "" +msgstr "asyncall" #: src/modules/sysadmin/exec_cog.py:349 msgctxt "command:asyncall|desc" From c0a645bfe202bd42ae9f4e136a031d32979e1a9a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:27:02 +0000 Subject: [PATCH 247/520] Translate locales/templates/exec.pot in ja 43% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index c8804c92eed3..07f11170d7f8 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -28,7 +28,7 @@ msgstr "これを行うには、ボットの管理者である必要がありま #: src/modules/sysadmin/exec_cog.py:274 msgid "async" -msgstr "非同期" +msgstr "async" #: src/modules/sysadmin/exec_cog.py:275 msgid "Execute arbitrary code with Exec" From 28c30f71525824e443c1c9bedbf250e5e79d7e4f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:27:54 +0000 Subject: [PATCH 248/520] Translate locales/templates/base.pot in ja 100% translated source file: 'locales/templates/base.pot' on 'ja'. --- locales/ja/LC_MESSAGES/base.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/base.po b/locales/ja/LC_MESSAGES/base.po index 31a7986261fa..62994ec14a53 100644 --- a/locales/ja/LC_MESSAGES/base.po +++ b/locales/ja/LC_MESSAGES/base.po @@ -27,7 +27,7 @@ msgstr "このインターフェイスは使えません!" #: bot/modules/sysadmin/exec_cog.py:252 bot/modules/sysadmin/exec_cog.py:254 msgid "async" -msgstr "非同期" +msgstr "async" #: bot/modules/sysadmin/exec_cog.py:253 bot/modules/sysadmin/exec_cog.py:255 msgid "Execute arbitrary code with Exec" From b58a7d15eb1e18876d0214f7b9a24c97e5e6e4b3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:29:57 +0000 Subject: [PATCH 249/520] Translate locales/templates/exec.pot in ja 50% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 07f11170d7f8..9014262964a6 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -57,7 +57,7 @@ msgstr "asyncall" #: src/modules/sysadmin/exec_cog.py:349 msgctxt "command:asyncall|desc" msgid "Execute arbitrary code on all shards." -msgstr "" +msgstr "すべてのshardで任意のコードを実行します。" #: src/modules/sysadmin/exec_cog.py:352 msgctxt "command:asyncall|param:string" From d8fc7c7ec805eae3d11fd06e71e70623ee57241c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:31:16 +0000 Subject: [PATCH 250/520] Translate locales/templates/exec.pot in ja 50% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 9014262964a6..9c66cd55bd87 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -37,7 +37,7 @@ msgstr "Execで任意のコードを実行する" #: src/modules/sysadmin/exec_cog.py:337 msgctxt "command" msgid "eval" -msgstr "評価" +msgstr "eval" #: src/modules/sysadmin/exec_cog.py:338 msgctxt "command:eval" From 2be6297bba9fa04161371d55a762a9978340a7ec Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:31:39 +0000 Subject: [PATCH 251/520] Translate locales/templates/exec.pot in ja 50% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 9c66cd55bd87..c727ffa7054b 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -47,7 +47,7 @@ msgstr "Evalで任意のコードを実行する" #: src/modules/sysadmin/exec_cog.py:341 msgctxt "command:eval|param:string" msgid "Code to evaluate." -msgstr "査定するコード。" +msgstr "Code to evaluate." #: src/modules/sysadmin/exec_cog.py:348 msgctxt "command" From 573faf763269fd3bddf576bacf0b3a88dd94fde3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:31:50 +0000 Subject: [PATCH 252/520] Translate locales/templates/base.pot in ja 100% translated source file: 'locales/templates/base.pot' on 'ja'. --- locales/ja/LC_MESSAGES/base.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/base.po b/locales/ja/LC_MESSAGES/base.po index 62994ec14a53..bf58f2581e8d 100644 --- a/locales/ja/LC_MESSAGES/base.po +++ b/locales/ja/LC_MESSAGES/base.po @@ -35,4 +35,4 @@ msgstr "Execで任意のコードを実行" #: bot/modules/sysadmin/exec_cog.py:265 msgid "eval" -msgstr "評価" +msgstr "eval" From 93d2e2d0baabdfaed8e3314bd1279a41e571340b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:41:13 +0000 Subject: [PATCH 253/520] Translate locales/templates/exec.pot in ja 56% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index c727ffa7054b..6f0832a45c4b 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -62,7 +62,7 @@ msgstr "すべてのshardで任意のコードを実行します。" #: src/modules/sysadmin/exec_cog.py:352 msgctxt "command:asyncall|param:string" msgid "Cross-shard code to execute. Cannot reference ctx!" -msgstr "" +msgstr "Cross-shard コードを実行します。 ctxは参照できません!" #: src/modules/sysadmin/exec_cog.py:353 msgctxt "command:asyncall|param:target" From 65841167945adc1c32edff4bbd8e9e917c8a81dd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:42:45 +0000 Subject: [PATCH 254/520] Translate locales/templates/exec.pot in ja 62% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 6f0832a45c4b..8b089f0e9e6f 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -67,7 +67,7 @@ msgstr "Cross-shard コードを実行します。 ctxは参照できません!" #: src/modules/sysadmin/exec_cog.py:353 msgctxt "command:asyncall|param:target" msgid "Target shard app name, see autocomplete for options." -msgstr "" +msgstr "Target shard app name, オプションについてはautocompleteを参照してください。" #: src/modules/sysadmin/exec_cog.py:396 msgid "reload" From a499e8e31bbff15a414437b9fa28cba3d767f3aa Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:43:06 +0000 Subject: [PATCH 255/520] Translate locales/templates/exec.pot in ja 68% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 8b089f0e9e6f..f565fbab8a3e 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -71,7 +71,7 @@ msgstr "Target shard app name, オプションについてはautocompleteを参 #: src/modules/sysadmin/exec_cog.py:396 msgid "reload" -msgstr "" +msgstr "リロード" #: src/modules/sysadmin/exec_cog.py:397 msgid "Reload a given LionBot extension. Launches an ExecUI." From c993046faccaa2e41eb1d50e59aa5a6ea29a0e3e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:43:39 +0000 Subject: [PATCH 256/520] Translate locales/templates/exec.pot in ja 75% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index f565fbab8a3e..7d5754ff2146 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -75,7 +75,7 @@ msgstr "リロード" #: src/modules/sysadmin/exec_cog.py:397 msgid "Reload a given LionBot extension. Launches an ExecUI." -msgstr "" +msgstr "特定の LionBot 拡張機能をリロードします。 ExecUIを起動します。" #: src/modules/sysadmin/exec_cog.py:400 msgid "Name of the extension to reload. See autocomplete for options." From b84b59867c8a9ed7b66fa32d85c80f6e0d477768 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:44:28 +0000 Subject: [PATCH 257/520] Translate locales/templates/exec.pot in ja 81% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 7d5754ff2146..02932f146764 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -79,7 +79,7 @@ msgstr "特定の LionBot 拡張機能をリロードします。 ExecUIを起 #: src/modules/sysadmin/exec_cog.py:400 msgid "Name of the extension to reload. See autocomplete for options." -msgstr "" +msgstr "リロードする拡張機能の名前。オプションについてはautocompleteを参照してください。" #: src/modules/sysadmin/exec_cog.py:401 msgid "Whether to force an extension reload even if it doesn't exist." From 9ce25219f4778c1358bc3f8fb7513ac07cb95d1e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:45:20 +0000 Subject: [PATCH 258/520] Translate locales/templates/exec.pot in ja 81% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 02932f146764..04ab99a158d7 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -67,7 +67,7 @@ msgstr "Cross-shard コードを実行します。 ctxは参照できません!" #: src/modules/sysadmin/exec_cog.py:353 msgctxt "command:asyncall|param:target" msgid "Target shard app name, see autocomplete for options." -msgstr "Target shard app name, オプションについてはautocompleteを参照してください。" +msgstr "Target shard app の名前。オプションについてはautocompleteを参照してください。" #: src/modules/sysadmin/exec_cog.py:396 msgid "reload" From c7b28dc2cacb010e6128fc90683108dcfda5218c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:45:44 +0000 Subject: [PATCH 259/520] Translate locales/templates/exec.pot in ja 87% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 04ab99a158d7..59bbf110f960 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -83,7 +83,7 @@ msgstr "リロードする拡張機能の名前。オプションについては #: src/modules/sysadmin/exec_cog.py:401 msgid "Whether to force an extension reload even if it doesn't exist." -msgstr "" +msgstr "拡張機能が存在しない場合でも、強制的にリロードするかどうか。" #: src/modules/sysadmin/exec_cog.py:437 msgid "shutdown" From acbc2a1e030fa60c1b41403dbdb02f8a7a0f1b1f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:45:59 +0000 Subject: [PATCH 260/520] Translate locales/templates/exec.pot in ja 93% of minimum 1% translated source file: 'locales/templates/exec.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 59bbf110f960..0120cc8d017b 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -87,7 +87,7 @@ msgstr "拡張機能が存在しない場合でも、強制的にリロードす #: src/modules/sysadmin/exec_cog.py:437 msgid "shutdown" -msgstr "" +msgstr "シャットダウン" #: src/modules/sysadmin/exec_cog.py:438 msgid "Shutdown (or restart) the client." From 23481f78cf76e3cd200d689de787d69fe67b4cc2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:46:19 +0000 Subject: [PATCH 261/520] Translate locales/templates/exec.pot in ja 100% translated source file: 'locales/templates/exec.pot' on 'ja'. --- locales/ja/LC_MESSAGES/exec.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/exec.po b/locales/ja/LC_MESSAGES/exec.po index 0120cc8d017b..1f1f822e1746 100644 --- a/locales/ja/LC_MESSAGES/exec.po +++ b/locales/ja/LC_MESSAGES/exec.po @@ -91,4 +91,4 @@ msgstr "シャットダウン" #: src/modules/sysadmin/exec_cog.py:438 msgid "Shutdown (or restart) the client." -msgstr "" +msgstr "クライアントをシャットダウン (または再起動) します。" From dd863904f0a3ebfce15ce8dc1d76376598fd439d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:47:10 +0000 Subject: [PATCH 262/520] Translate locales/templates/goals-gui.pot in ja 6% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 105 ++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/goals-gui.po diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po new file mode 100644 index 000000000000..aa38b78c166d --- /dev/null +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -0,0 +1,105 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/gui/cards/goals.py:97 +msgctxt "skin:goals|goal:tasks|name" +msgid "TASKS DONE" +msgstr "タスク完了" + +#: src/gui/cards/goals.py:101 +msgctxt "skin:goals|goal:tasks|goal" +msgid "GOAL: " +msgstr "" + +#: src/gui/cards/goals.py:127 +msgctxt "skin:goals|goal:attendance|name" +msgid "" +"ATTENDANCE\n" +"RATE" +msgstr "" + +#: src/gui/cards/goals.py:141 +msgctxt "skin:goals|mode:study|goal:middle|above" +msgid "STUDIED" +msgstr "" + +#: src/gui/cards/goals.py:145 +msgctxt "skin:goals|mode:study|goal:middle|below" +msgid "HOURS" +msgstr "" + +#: src/gui/cards/goals.py:149 +msgctxt "skin:goals|mode:voice|goal:middle|above" +msgid "CHATTED" +msgstr "" + +#: src/gui/cards/goals.py:153 +msgctxt "skin:goals|mode:voice|goal:middle|below" +msgid "HOURS" +msgstr "" + +#: src/gui/cards/goals.py:157 +msgctxt "skin:goals|mode:text|goal:middle|above" +msgid "SENT" +msgstr "" + +#: src/gui/cards/goals.py:161 +msgctxt "skin:goals|mode:text|goal:middle|below" +msgid "MESSAGES" +msgstr "" + +#: src/gui/cards/goals.py:165 +msgctxt "skin:goals|mode:anki|goal:middle|above" +msgid "REVIEWED" +msgstr "" + +#: src/gui/cards/goals.py:169 +msgctxt "skin:goals|mode:anki|goal:middle|below" +msgid "CARDS" +msgstr "" + +#: src/gui/cards/goals.py:230 +#, possible-python-brace-format +msgctxt "skin:goals|footer" +msgid "As of {day} {month} • {name}" +msgstr "" + +#: src/gui/cards/goals.py:242 +msgctxt "ui:goals|weekly|title" +msgid "WEEKLY STATISTICS" +msgstr "" + +#: src/gui/cards/goals.py:246 +msgctxt "ui:goals|weekly|task_header" +msgid "GOALS OF THE WEEK" +msgstr "" + +#: src/gui/cards/goals.py:256 +msgctxt "ui:goals|monthly|title" +msgid "MONTHLY STATISTICS" +msgstr "" + +#: src/gui/cards/goals.py:260 +msgctxt "ui:goals|monthly|task_header" +msgid "GOALS OF THE MONTH" +msgstr "" From ede636416a2e65514052309852ccde7624c0642e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:47:29 +0000 Subject: [PATCH 263/520] Translate locales/templates/goals-gui.pot in ja 12% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index aa38b78c166d..6b2e910e9d13 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -29,7 +29,7 @@ msgstr "タスク完了" #: src/gui/cards/goals.py:101 msgctxt "skin:goals|goal:tasks|goal" msgid "GOAL: " -msgstr "" +msgstr "ゴール:" #: src/gui/cards/goals.py:127 msgctxt "skin:goals|goal:attendance|name" From 4dd60bee2a2050e30f7186db2cd5d5f0b2a96f9e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:48:03 +0000 Subject: [PATCH 264/520] Translate locales/templates/goals-gui.pot in ja 18% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 6b2e910e9d13..5dc5a1eb9d96 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -37,6 +37,8 @@ msgid "" "ATTENDANCE\n" "RATE" msgstr "" +"出席\n" +"レート" #: src/gui/cards/goals.py:141 msgctxt "skin:goals|mode:study|goal:middle|above" From 979ab00ae73231eeaa3264d3c292e7a783264e00 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:48:44 +0000 Subject: [PATCH 265/520] Translate locales/templates/goals-gui.pot in ja 25% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 5dc5a1eb9d96..b611472c0427 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -43,7 +43,7 @@ msgstr "" #: src/gui/cards/goals.py:141 msgctxt "skin:goals|mode:study|goal:middle|above" msgid "STUDIED" -msgstr "" +msgstr "勉強済み" #: src/gui/cards/goals.py:145 msgctxt "skin:goals|mode:study|goal:middle|below" From a7d305e2f37796a44b93d51459cf49624fd306af Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:48:55 +0000 Subject: [PATCH 266/520] Translate locales/templates/goals-gui.pot in ja 31% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index b611472c0427..a15f76db40f2 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -48,7 +48,7 @@ msgstr "勉強済み" #: src/gui/cards/goals.py:145 msgctxt "skin:goals|mode:study|goal:middle|below" msgid "HOURS" -msgstr "" +msgstr "時間" #: src/gui/cards/goals.py:149 msgctxt "skin:goals|mode:voice|goal:middle|above" From 81f9779a709e95371449781d36fb2babde1d74c5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:49:30 +0000 Subject: [PATCH 267/520] Translate locales/templates/goals-gui.pot in ja 31% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index a15f76db40f2..09d06c12b32b 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -43,7 +43,7 @@ msgstr "" #: src/gui/cards/goals.py:141 msgctxt "skin:goals|mode:study|goal:middle|above" msgid "STUDIED" -msgstr "勉強済み" +msgstr "STUDIED" #: src/gui/cards/goals.py:145 msgctxt "skin:goals|mode:study|goal:middle|below" From be1f014474f50b1c624ca2a8b616e97144bbece4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:50:06 +0000 Subject: [PATCH 268/520] Translate locales/templates/goals-gui.pot in ja 31% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 09d06c12b32b..fa9b1073b454 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -43,7 +43,7 @@ msgstr "" #: src/gui/cards/goals.py:141 msgctxt "skin:goals|mode:study|goal:middle|above" msgid "STUDIED" -msgstr "STUDIED" +msgstr "勉強" #: src/gui/cards/goals.py:145 msgctxt "skin:goals|mode:study|goal:middle|below" From 5639394a57e285dd23eba5674f5d81dce9ece876 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:50:16 +0000 Subject: [PATCH 269/520] Translate locales/templates/goals-gui.pot in ja 31% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index fa9b1073b454..d539991179c2 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -43,7 +43,7 @@ msgstr "" #: src/gui/cards/goals.py:141 msgctxt "skin:goals|mode:study|goal:middle|above" msgid "STUDIED" -msgstr "勉強" +msgstr "学習" #: src/gui/cards/goals.py:145 msgctxt "skin:goals|mode:study|goal:middle|below" From ca83cffc2807d9ce6e8d99f0c6d01354684309ee Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:50:33 +0000 Subject: [PATCH 270/520] Translate locales/templates/goals-gui.pot in ja 37% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index d539991179c2..e898db814959 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -53,7 +53,7 @@ msgstr "時間" #: src/gui/cards/goals.py:149 msgctxt "skin:goals|mode:voice|goal:middle|above" msgid "CHATTED" -msgstr "" +msgstr "チャット" #: src/gui/cards/goals.py:153 msgctxt "skin:goals|mode:voice|goal:middle|below" From 33bdad18a89e22c7b2c56e33154b47c861200466 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:50:45 +0000 Subject: [PATCH 271/520] Translate locales/templates/goals-gui.pot in ja 43% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index e898db814959..366e69f32da1 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -58,7 +58,7 @@ msgstr "チャット" #: src/gui/cards/goals.py:153 msgctxt "skin:goals|mode:voice|goal:middle|below" msgid "HOURS" -msgstr "" +msgstr "時間" #: src/gui/cards/goals.py:157 msgctxt "skin:goals|mode:text|goal:middle|above" From 4b4f3a9cad62fa0a859f7c274094c16341a4dfb5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:51:04 +0000 Subject: [PATCH 272/520] Translate locales/templates/goals-gui.pot in ja 50% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 366e69f32da1..ca283beb6428 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -63,7 +63,7 @@ msgstr "時間" #: src/gui/cards/goals.py:157 msgctxt "skin:goals|mode:text|goal:middle|above" msgid "SENT" -msgstr "" +msgstr "送信済み" #: src/gui/cards/goals.py:161 msgctxt "skin:goals|mode:text|goal:middle|below" From c16bc1b860c4429163a3ec7681d9b4e3a686e2fa Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:51:17 +0000 Subject: [PATCH 273/520] Translate locales/templates/goals-gui.pot in ja 56% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index ca283beb6428..3f935ca50167 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -68,7 +68,7 @@ msgstr "送信済み" #: src/gui/cards/goals.py:161 msgctxt "skin:goals|mode:text|goal:middle|below" msgid "MESSAGES" -msgstr "" +msgstr "メッセージ" #: src/gui/cards/goals.py:165 msgctxt "skin:goals|mode:anki|goal:middle|above" From 4f0cdb949b984dc348e3a8b80810b5ec261d30f0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:51:28 +0000 Subject: [PATCH 274/520] Translate locales/templates/goals-gui.pot in ja 56% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 3f935ca50167..ec46be7bca47 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -63,7 +63,7 @@ msgstr "時間" #: src/gui/cards/goals.py:157 msgctxt "skin:goals|mode:text|goal:middle|above" msgid "SENT" -msgstr "送信済み" +msgstr "送信" #: src/gui/cards/goals.py:161 msgctxt "skin:goals|mode:text|goal:middle|below" From 7a639e8f1c9271bff850b9cbb68e7f227748dbfa Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:51:39 +0000 Subject: [PATCH 275/520] Translate locales/templates/goals-gui.pot in ja 62% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index ec46be7bca47..b15b1fcd531c 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -73,7 +73,7 @@ msgstr "メッセージ" #: src/gui/cards/goals.py:165 msgctxt "skin:goals|mode:anki|goal:middle|above" msgid "REVIEWED" -msgstr "" +msgstr "審査" #: src/gui/cards/goals.py:169 msgctxt "skin:goals|mode:anki|goal:middle|below" From 95a62d960a57bb1402eb47e46d1db4bcfc2b0253 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:54:59 +0000 Subject: [PATCH 276/520] Translate locales/templates/babel.pot in ja 100% translated source file: 'locales/templates/babel.pot' on 'ja'. --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 062718e9a408..b90b9a10b7c6 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -157,7 +157,7 @@ msgstr "言語を{lang}に設定しました。" #: src/babel/settings.py:113 msgctxt "guildset:force_locale" msgid "force_language" -msgstr "強制言語" +msgstr "言語の強制" #: src/babel/settings.py:115 msgctxt "guildset:force_locale|desc" From b018a47eae30e6c1d3203ecd54f86c8815eaefd6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:56:02 +0000 Subject: [PATCH 277/520] Translate locales/templates/babel.pot in ja 100% translated source file: 'locales/templates/babel.pot' on 'ja'. --- locales/ja/LC_MESSAGES/babel.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index b90b9a10b7c6..0cdc384ed443 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -210,8 +210,7 @@ msgid "" "Member's own configured language will override this for their commands " "unless `force_language` is enabled." msgstr "" -"このサーバでの応答や対話に使用するデフォルトの言語。 `force_language` " -"が有効になっていない限り、メンバー自身が設定した言語がコマンドに優先されます。" +"このサーバでの応答や対話に使用するデフォルトの言語。 `言語の強制` が有効になっていない限り、メンバー自身が設定した言語がコマンドに優先されます。" #: src/babel/settings.py:176 msgctxt "guildset:locale|response" From 6beff842f8a67f2f3950acb8daf9689109e23b4f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:02:54 +0000 Subject: [PATCH 278/520] Translate locales/templates/goals-gui.pot in ja 68% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index b15b1fcd531c..bbf803574276 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -78,7 +78,7 @@ msgstr "審査" #: src/gui/cards/goals.py:169 msgctxt "skin:goals|mode:anki|goal:middle|below" msgid "CARDS" -msgstr "" +msgstr "カード" #: src/gui/cards/goals.py:230 #, possible-python-brace-format From 2c8fde97c5cb67369bfcf42ccb0e7e777fec77d1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:04:46 +0000 Subject: [PATCH 279/520] Translate locales/templates/goals-gui.pot in ja 75% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index bbf803574276..52cae0674007 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -84,7 +84,7 @@ msgstr "カード" #, possible-python-brace-format msgctxt "skin:goals|footer" msgid "As of {day} {month} • {name}" -msgstr "" +msgstr " {月} {日}時点 • {名前}" #: src/gui/cards/goals.py:242 msgctxt "ui:goals|weekly|title" From 199144c74e4111e17aba0e8e14e186dc505a183b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:05:10 +0000 Subject: [PATCH 280/520] Translate locales/templates/goals-gui.pot in ja 81% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 52cae0674007..a002b24f62ce 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -89,7 +89,7 @@ msgstr " {月} {日}時点 • {名前}" #: src/gui/cards/goals.py:242 msgctxt "ui:goals|weekly|title" msgid "WEEKLY STATISTICS" -msgstr "" +msgstr "週間の統計" #: src/gui/cards/goals.py:246 msgctxt "ui:goals|weekly|task_header" From 3792fadd851f94ada42e610fbf96870437276d84 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:05:31 +0000 Subject: [PATCH 281/520] Translate locales/templates/goals-gui.pot in ja 87% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index a002b24f62ce..28154b05804c 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -94,7 +94,7 @@ msgstr "週間の統計" #: src/gui/cards/goals.py:246 msgctxt "ui:goals|weekly|task_header" msgid "GOALS OF THE WEEK" -msgstr "" +msgstr "週の目標" #: src/gui/cards/goals.py:256 msgctxt "ui:goals|monthly|title" From 16407cb2a2ba3989b82ddabffa03ab5c9845464d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:05:48 +0000 Subject: [PATCH 282/520] Translate locales/templates/goals-gui.pot in ja 93% of minimum 1% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 28154b05804c..87493d5329d7 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -99,7 +99,7 @@ msgstr "週の目標" #: src/gui/cards/goals.py:256 msgctxt "ui:goals|monthly|title" msgid "MONTHLY STATISTICS" -msgstr "" +msgstr "月間の統計" #: src/gui/cards/goals.py:260 msgctxt "ui:goals|monthly|task_header" From 9fd1fd1d9f3ec86852264da13768e5e35cd3256c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:05:59 +0000 Subject: [PATCH 283/520] Translate locales/templates/goals-gui.pot in ja 100% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 87493d5329d7..77acc62544a5 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -104,4 +104,4 @@ msgstr "月間の統計" #: src/gui/cards/goals.py:260 msgctxt "ui:goals|monthly|task_header" msgid "GOALS OF THE MONTH" -msgstr "" +msgstr "月の目標" From ab0ded6d41b1110dfc5ba82fe07e3d3da764f425 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:07:32 +0000 Subject: [PATCH 284/520] Translate leaderboard-gui.pot in ja 7% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 95 +++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/leaderboard-gui.po diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po new file mode 100644 index 000000000000..f389433b7336 --- /dev/null +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -0,0 +1,95 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/gui/cards/leaderboard.py:68 +msgctxt "skin:leaderboard|mode:study|header_text" +msgid "STUDY TIME LEADERBOARD" +msgstr "勉強時間リーダーボード" + +#: src/gui/cards/leaderboard.py:72 +msgctxt "skin:leaderboard|mode:text|header_text" +msgid "MESSAGE LEADERBOARD" +msgstr "" + +#: src/gui/cards/leaderboard.py:76 +msgctxt "skin:leaderboard|mode:voice|header_text" +msgid "VOICE LEADERBOARD" +msgstr "" + +#: src/gui/cards/leaderboard.py:80 +msgctxt "skin:leaderboard|mode:anki|header_text" +msgid "ANKI REVIEW LEADERBOARD" +msgstr "" + +#: src/gui/cards/leaderboard.py:98 +msgctxt "skin:leaderboard|field:subheader_text" +msgid "SERVER: " +msgstr "" + +#: src/gui/cards/leaderboard.py:128 +#, possible-python-brace-format +msgctxt "skin:leaderboard|mode:study|top_hours_text" +msgid "{amount} hours" +msgstr "" + +#: src/gui/cards/leaderboard.py:132 +#, possible-python-brace-format +msgctxt "skin:leaderboard|mode:text|top_hours_text" +msgid "{amount} XP" +msgstr "" + +#: src/gui/cards/leaderboard.py:136 +#, possible-python-brace-format +msgctxt "skin:leaderboard|mode:voice|top_hours_text" +msgid "{amount} hours" +msgstr "" + +#: src/gui/cards/leaderboard.py:140 +#, possible-python-brace-format +msgctxt "skin:leaderboard|mode:anki|top_hours_text" +msgid "{amount} cards" +msgstr "" + +#: src/gui/cards/leaderboard.py:167 +#, possible-python-brace-format +msgctxt "skin:leaderboard|mode:study|entry_hours_text" +msgid "{HH:02d}:{MM:02d}" +msgstr "" + +#: src/gui/cards/leaderboard.py:171 +#, possible-python-brace-format +msgctxt "skin:leaderboard|mode:text|entry_hours_text" +msgid "{amount} XP" +msgstr "" + +#: src/gui/cards/leaderboard.py:175 +#, possible-python-brace-format +msgctxt "skin:leaderboard|mode:voice|entry_hours_text" +msgid "{HH:02d}:{MM:02d}" +msgstr "" + +#: src/gui/cards/leaderboard.py:179 +#, possible-python-brace-format +msgctxt "skin:leaderboard|mode:anki|entry_hours_text" +msgid "{amount} cards" +msgstr "" From 44490d0806e6dcaa27f8bbedd2c40469606d953a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:08:11 +0000 Subject: [PATCH 285/520] Translate leaderboard-gui.pot in ja 15% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index f389433b7336..ce1104ffbaa5 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -29,7 +29,7 @@ msgstr "勉強時間リーダーボード" #: src/gui/cards/leaderboard.py:72 msgctxt "skin:leaderboard|mode:text|header_text" msgid "MESSAGE LEADERBOARD" -msgstr "" +msgstr "発言量順位表" #: src/gui/cards/leaderboard.py:76 msgctxt "skin:leaderboard|mode:voice|header_text" From 40f0e52849664ee7f54ed2946ea1ab184e70cf9f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:08:27 +0000 Subject: [PATCH 286/520] Translate leaderboard-gui.pot in ja 15% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index ce1104ffbaa5..c382de4af74a 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -24,7 +24,7 @@ msgstr "" #: src/gui/cards/leaderboard.py:68 msgctxt "skin:leaderboard|mode:study|header_text" msgid "STUDY TIME LEADERBOARD" -msgstr "勉強時間リーダーボード" +msgstr "勉強時間順位表" #: src/gui/cards/leaderboard.py:72 msgctxt "skin:leaderboard|mode:text|header_text" From 8d7fa4f0b104ddef288defdb0db365f8fb30a235 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:09:07 +0000 Subject: [PATCH 287/520] Translate leaderboard-gui.pot in ja 23% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index c382de4af74a..1e5eb9e0a8cb 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -34,7 +34,7 @@ msgstr "発言量順位表" #: src/gui/cards/leaderboard.py:76 msgctxt "skin:leaderboard|mode:voice|header_text" msgid "VOICE LEADERBOARD" -msgstr "" +msgstr "Voice順位表" #: src/gui/cards/leaderboard.py:80 msgctxt "skin:leaderboard|mode:anki|header_text" From 333232ad017f771511e47888ab4bc4b63a270420 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:09:38 +0000 Subject: [PATCH 288/520] Translate leaderboard-gui.pot in ja 30% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index 1e5eb9e0a8cb..6faa407685d2 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -39,7 +39,7 @@ msgstr "Voice順位表" #: src/gui/cards/leaderboard.py:80 msgctxt "skin:leaderboard|mode:anki|header_text" msgid "ANKI REVIEW LEADERBOARD" -msgstr "" +msgstr "ANKI REVIEW 順位表" #: src/gui/cards/leaderboard.py:98 msgctxt "skin:leaderboard|field:subheader_text" From 74c3d1bf95173f1419c97a079cc6406131ed5a5b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:12:04 +0000 Subject: [PATCH 289/520] Translate leaderboard-gui.pot in ja 38% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index 6faa407685d2..de210bfc323f 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -44,7 +44,7 @@ msgstr "ANKI REVIEW 順位表" #: src/gui/cards/leaderboard.py:98 msgctxt "skin:leaderboard|field:subheader_text" msgid "SERVER: " -msgstr "" +msgstr "サーバー:" #: src/gui/cards/leaderboard.py:128 #, possible-python-brace-format From e64ad09b81238808cafbfcf3819c6031536ccb8a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:12:18 +0000 Subject: [PATCH 290/520] Translate leaderboard-gui.pot in ja 46% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index de210bfc323f..88ea1ae10be7 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -50,13 +50,13 @@ msgstr "サーバー:" #, possible-python-brace-format msgctxt "skin:leaderboard|mode:study|top_hours_text" msgid "{amount} hours" -msgstr "" +msgstr "{amount} 時間" #: src/gui/cards/leaderboard.py:132 #, possible-python-brace-format msgctxt "skin:leaderboard|mode:text|top_hours_text" msgid "{amount} XP" -msgstr "" +msgstr "{amount} XP" #: src/gui/cards/leaderboard.py:136 #, possible-python-brace-format From 9012dad78e19b2081cf1bbb2541cf899fc850c56 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:12:37 +0000 Subject: [PATCH 291/520] Translate leaderboard-gui.pot in ja 61% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index 88ea1ae10be7..ff21c4e08289 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -62,7 +62,7 @@ msgstr "{amount} XP" #, possible-python-brace-format msgctxt "skin:leaderboard|mode:voice|top_hours_text" msgid "{amount} hours" -msgstr "" +msgstr "{amount} 時間" #: src/gui/cards/leaderboard.py:140 #, possible-python-brace-format From c5e5c2eb6d651ccd2128afaebde8adca9d0f41bc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:12:55 +0000 Subject: [PATCH 292/520] Translate leaderboard-gui.pot in ja 69% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index ff21c4e08289..69fcb676a331 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -68,7 +68,7 @@ msgstr "{amount} 時間" #, possible-python-brace-format msgctxt "skin:leaderboard|mode:anki|top_hours_text" msgid "{amount} cards" -msgstr "" +msgstr "{amount} カード" #: src/gui/cards/leaderboard.py:167 #, possible-python-brace-format From ca65377fae2821e9481d6bef3b735b28320ece7c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:13:06 +0000 Subject: [PATCH 293/520] Translate leaderboard-gui.pot in ja 76% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index 69fcb676a331..38c35133ec4c 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -74,7 +74,7 @@ msgstr "{amount} カード" #, possible-python-brace-format msgctxt "skin:leaderboard|mode:study|entry_hours_text" msgid "{HH:02d}:{MM:02d}" -msgstr "" +msgstr "{HH:02d}:{MM:02d}" #: src/gui/cards/leaderboard.py:171 #, possible-python-brace-format From ef7d962263359faaf0082e60d7e89e7bda011cd2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:13:16 +0000 Subject: [PATCH 294/520] Translate leaderboard-gui.pot in ja 84% of minimum 1% translated source file: 'leaderboard-gui.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index 38c35133ec4c..050aa4c18c54 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -80,13 +80,13 @@ msgstr "{HH:02d}:{MM:02d}" #, possible-python-brace-format msgctxt "skin:leaderboard|mode:text|entry_hours_text" msgid "{amount} XP" -msgstr "" +msgstr "{amount} XP" #: src/gui/cards/leaderboard.py:175 #, possible-python-brace-format msgctxt "skin:leaderboard|mode:voice|entry_hours_text" msgid "{HH:02d}:{MM:02d}" -msgstr "" +msgstr "{HH:02d}:{MM:02d}" #: src/gui/cards/leaderboard.py:179 #, possible-python-brace-format From a6b069a54f81061c74ab07356d073a29cd3e995e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:13:35 +0000 Subject: [PATCH 295/520] Translate leaderboard-gui.pot in ja 100% translated source file: 'leaderboard-gui.pot' on 'ja'. --- locales/ja/LC_MESSAGES/leaderboard-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/leaderboard-gui.po b/locales/ja/LC_MESSAGES/leaderboard-gui.po index 050aa4c18c54..fdd705d75385 100644 --- a/locales/ja/LC_MESSAGES/leaderboard-gui.po +++ b/locales/ja/LC_MESSAGES/leaderboard-gui.po @@ -92,4 +92,4 @@ msgstr "{HH:02d}:{MM:02d}" #, possible-python-brace-format msgctxt "skin:leaderboard|mode:anki|entry_hours_text" msgid "{amount} cards" -msgstr "" +msgstr "{amount} カード" From 888e29707bd6bd579863fbd6177c3dc0f58fe0f6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:14:44 +0000 Subject: [PATCH 296/520] Translate locales/templates/lion-core.pot in ja 3% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 201 ++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/lion-core.po diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po new file mode 100644 index 000000000000..253ac09e1999 --- /dev/null +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -0,0 +1,201 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/core/lion_guild.py:31 +msgctxt "eventlog|field:start|name" +msgid "Start" +msgstr "開始" + +#: src/core/lion_guild.py:36 +msgctxt "eventlog|field:expiry|name" +msgid "Expires" +msgstr "" + +#: src/core/lion_guild.py:41 +msgctxt "eventlog|field:roles_given|name" +msgid "Roles Given" +msgstr "" + +#: src/core/lion_guild.py:46 +msgctxt "eventlog|field:roles_given|name" +msgid "Roles Taken" +msgstr "" + +#: src/core/lion_guild.py:51 +msgctxt "eventlog|field:coins_earned|name" +msgid "Coins Earned" +msgstr "" + +#: src/core/lion_guild.py:56 +msgctxt "eventlog|field:price|name" +msgid "Price" +msgstr "" + +#: src/core/lion_guild.py:61 +msgctxt "eventlog|field:balance|name" +msgid "Balance" +msgstr "" + +#: src/core/lion_guild.py:66 +msgctxt "eventlog|field:refund|name" +msgid "Coins Refunded" +msgstr "" + +#: src/core/lion_guild.py:71 +msgctxt "eventlog|field:memberid|name" +msgid "Member" +msgstr "" + +#: src/core/lion_guild.py:76 +msgctxt "eventlog|field:channelid|name" +msgid "Channel" +msgstr "" + +#: src/core/lion_guild.py:208 +msgctxt "eventlog|error:manage_webhooks" +msgid "" +"This channel is configured as an event log, but I am missing the 'Manage " +"Webhooks' permission here." +msgstr "" + +#: src/core/lion_guild.py:220 +#, possible-python-brace-format +msgctxt "eventlog|create|name" +msgid "{bot_name} Event Log" +msgstr "" + +#: src/core/lion_guild.py:224 +msgctxt "eventlog|create|audit_reason" +msgid "Creating event log webhook" +msgstr "" + +#: src/core/lion_guild.py:342 +msgctxt "eventlog|field:errors|name" +msgid "Errors" +msgstr "" + +#: src/core/setting_types.py:31 +msgctxt "settype:coin|accepts" +msgid "A positive integral number of coins." +msgstr "" + +#: src/core/setting_types.py:47 +msgctxt "settype:coin|parse|error:notinteger" +msgid "The coin quantity must be a positive integer!" +msgstr "" + +#: src/core/setting_types.py:55 +#, possible-python-brace-format +msgctxt "settype:coin|parse|error:too_large" +msgid "You cannot set this to more than {coin}**{max}**!" +msgstr "" + +#: src/core/setting_types.py:63 +#, possible-python-brace-format +msgctxt "settype:coin|parse|error:too_small" +msgid "You cannot set this to less than {coin}**{min}**!" +msgstr "" + +#: src/core/setting_types.py:75 +#, possible-python-brace-format +msgctxt "settype:coin|formatted" +msgid "{coin}**{amount}**" +msgstr "" + +#: src/core/setting_types.py:91 +msgctxt "settype:message|accepts" +msgid "JSON formatted raw message data" +msgstr "" + +#: src/core/setting_types.py:106 +msgctxt "settype:message|download|error:not_json" +msgid "The attached message data is not a JSON file!" +msgstr "" + +#: src/core/setting_types.py:111 +msgctxt "settype:message|download|error:size" +msgid "The attached message data is too large!" +msgstr "" + +#: src/core/setting_types.py:120 +msgctxt "settype:message|download|error:decoding" +msgid "" +"Could not decode the message data. Please ensure it is saved with the " +"`UTF-8` encoding." +msgstr "" + +#: src/core/setting_types.py:177 +#, possible-python-brace-format +msgctxt "settype:message|error_suffix" +msgid "" +"You can view, test, and fix your embed using the online [embed " +"builder]({link})." +msgstr "" + +#: src/core/setting_types.py:189 +#, possible-python-brace-format +msgctxt "settype:message|error:invalid_json" +msgid "" +"The provided message data was not a valid JSON document!\n" +"`{error}`" +msgstr "" + +#: src/core/setting_types.py:197 +msgctxt "settype:message|error:json_missing_keys" +msgid "" +"Message data must be a JSON object with at least one of the following " +"fields: `content`, `embed`, `embeds`" +msgstr "" + +#: src/core/setting_types.py:206 +msgctxt "settype:message|error:json_embed_type" +msgid "`embed` field must be a valid JSON object." +msgstr "" + +#: src/core/setting_types.py:214 +msgctxt "settype:message|error:json_embeds_type" +msgid "`embeds` field must be a list." +msgstr "" + +#: src/core/setting_types.py:221 +msgctxt "settype:message|error:json_embed_embeds" +msgid "Message data cannot include both `embed` and `embeds`." +msgstr "" + +#: src/core/setting_types.py:229 +msgctxt "settype:message|error:json_content_type" +msgid "`content` field must be a string." +msgstr "" + +#: src/core/setting_types.py:245 +#, possible-python-brace-format +msgctxt "ui:settype:message|error:embed_conversion" +msgid "" +"Could not parse the message embed data.\n" +"**Error:** `{exception}`" +msgstr "" + +#: src/core/setting_types.py:273 +msgctxt "settype:message|format:too_long" +msgid "Too long to display! See Preview." +msgstr "" From 7995363b2f6920c9487ee0ffe360371a78e54698 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:15:09 +0000 Subject: [PATCH 297/520] Translate locales/templates/lion-core.pot in ja 6% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 253ac09e1999..f57d97b9fdee 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -29,7 +29,7 @@ msgstr "開始" #: src/core/lion_guild.py:36 msgctxt "eventlog|field:expiry|name" msgid "Expires" -msgstr "" +msgstr "期限切れ" #: src/core/lion_guild.py:41 msgctxt "eventlog|field:roles_given|name" From b347bf9405d6117f712e5550db2bc86b00cd5e8a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:20:41 +0000 Subject: [PATCH 298/520] Translate locales/templates/lion-core.pot in ja 9% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index f57d97b9fdee..1bdc97718cd6 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -34,7 +34,7 @@ msgstr "期限切れ" #: src/core/lion_guild.py:41 msgctxt "eventlog|field:roles_given|name" msgid "Roles Given" -msgstr "" +msgstr "ロールを付与" #: src/core/lion_guild.py:46 msgctxt "eventlog|field:roles_given|name" From e0c2aa5aad26142e0d7421272e8f7bec2b0079e6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:20:53 +0000 Subject: [PATCH 299/520] Translate locales/templates/lion-core.pot in ja 12% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 1bdc97718cd6..16738c9c11b7 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -39,7 +39,7 @@ msgstr "ロールを付与" #: src/core/lion_guild.py:46 msgctxt "eventlog|field:roles_given|name" msgid "Roles Taken" -msgstr "" +msgstr "ロールを剥奪" #: src/core/lion_guild.py:51 msgctxt "eventlog|field:coins_earned|name" From 01773f4b4ac676324bc9c736d44a0ff9df3dae65 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:21:16 +0000 Subject: [PATCH 300/520] Translate locales/templates/lion-core.pot in ja 15% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 16738c9c11b7..50430ef5a402 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -44,7 +44,7 @@ msgstr "ロールを剥奪" #: src/core/lion_guild.py:51 msgctxt "eventlog|field:coins_earned|name" msgid "Coins Earned" -msgstr "" +msgstr "獲得コイン" #: src/core/lion_guild.py:56 msgctxt "eventlog|field:price|name" From 32ea79c95287c1e816de44005f6899a25c8b9797 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:21:26 +0000 Subject: [PATCH 301/520] Translate locales/templates/lion-core.pot in ja 18% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 50430ef5a402..161445bee57e 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -49,7 +49,7 @@ msgstr "獲得コイン" #: src/core/lion_guild.py:56 msgctxt "eventlog|field:price|name" msgid "Price" -msgstr "" +msgstr "価格" #: src/core/lion_guild.py:61 msgctxt "eventlog|field:balance|name" From 3ea5eb08375ed924448a8a67f4924a33b18c6004 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:21:36 +0000 Subject: [PATCH 302/520] Translate locales/templates/lion-core.pot in ja 21% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 161445bee57e..d69e0a28d7b8 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -54,7 +54,7 @@ msgstr "価格" #: src/core/lion_guild.py:61 msgctxt "eventlog|field:balance|name" msgid "Balance" -msgstr "" +msgstr "残高" #: src/core/lion_guild.py:66 msgctxt "eventlog|field:refund|name" From 18d5e38f9e8394c45dcd5b0f67871bb370094b4c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:21:53 +0000 Subject: [PATCH 303/520] Translate locales/templates/lion-core.pot in ja 25% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index d69e0a28d7b8..db7995168cc9 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -59,7 +59,7 @@ msgstr "残高" #: src/core/lion_guild.py:66 msgctxt "eventlog|field:refund|name" msgid "Coins Refunded" -msgstr "" +msgstr "払い戻されるコイン" #: src/core/lion_guild.py:71 msgctxt "eventlog|field:memberid|name" From fe8b9e5f98ef0193284609b0d2efc8cfbe19894d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:22:04 +0000 Subject: [PATCH 304/520] Translate locales/templates/lion-core.pot in ja 28% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index db7995168cc9..1e65256bc79b 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -64,7 +64,7 @@ msgstr "払い戻されるコイン" #: src/core/lion_guild.py:71 msgctxt "eventlog|field:memberid|name" msgid "Member" -msgstr "" +msgstr "メンバー" #: src/core/lion_guild.py:76 msgctxt "eventlog|field:channelid|name" From e8b416ab3f8e10b48440521ec60e004a86c19c1f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:22:13 +0000 Subject: [PATCH 305/520] Translate locales/templates/lion-core.pot in ja 31% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 1e65256bc79b..d28a6cb7116e 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -69,7 +69,7 @@ msgstr "メンバー" #: src/core/lion_guild.py:76 msgctxt "eventlog|field:channelid|name" msgid "Channel" -msgstr "" +msgstr "チャンネル" #: src/core/lion_guild.py:208 msgctxt "eventlog|error:manage_webhooks" From b31c9c3f445a1cf705fffb78eac7e27c7b4a208c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:23:50 +0000 Subject: [PATCH 306/520] Translate locales/templates/lion-core.pot in ja 34% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index d28a6cb7116e..00387365af44 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -76,7 +76,7 @@ msgctxt "eventlog|error:manage_webhooks" msgid "" "This channel is configured as an event log, but I am missing the 'Manage " "Webhooks' permission here." -msgstr "" +msgstr "このチャンネルは活動ログチャンネルとして設定されていますが、ここに「Webhook の管理」権限がないみたいです..." #: src/core/lion_guild.py:220 #, possible-python-brace-format From 1c5cbf751b45e66d87064ffbb8d43fcfbecbe130 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:24:08 +0000 Subject: [PATCH 307/520] Translate locales/templates/lion-core.pot in ja 37% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 00387365af44..51fb90b23037 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -82,7 +82,7 @@ msgstr "このチャンネルは活動ログチャンネルとして設定され #, possible-python-brace-format msgctxt "eventlog|create|name" msgid "{bot_name} Event Log" -msgstr "" +msgstr "{bot_name} 活動ログ" #: src/core/lion_guild.py:224 msgctxt "eventlog|create|audit_reason" From 01974cf93c120d5d08a50d2f21f8e13088ed9c03 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:24:44 +0000 Subject: [PATCH 308/520] Translate locales/templates/lion-core.pot in ja 40% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 51fb90b23037..b4511b520839 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -87,7 +87,7 @@ msgstr "{bot_name} 活動ログ" #: src/core/lion_guild.py:224 msgctxt "eventlog|create|audit_reason" msgid "Creating event log webhook" -msgstr "" +msgstr "活動ログの Webhook の作成" #: src/core/lion_guild.py:342 msgctxt "eventlog|field:errors|name" From b433389b2ec1ec751a65abd1ee934128146e6940 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:24:53 +0000 Subject: [PATCH 309/520] Translate locales/templates/lion-core.pot in ja 43% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index b4511b520839..1d6c0159cb10 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -92,7 +92,7 @@ msgstr "活動ログの Webhook の作成" #: src/core/lion_guild.py:342 msgctxt "eventlog|field:errors|name" msgid "Errors" -msgstr "" +msgstr "エラー" #: src/core/setting_types.py:31 msgctxt "settype:coin|accepts" From ee8979c22f426481d927ba5bdda2d1bf0a948380 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:25:37 +0000 Subject: [PATCH 310/520] Translate locales/templates/lion-core.pot in ja 46% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 1d6c0159cb10..fbde4e1ee3ea 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -97,7 +97,7 @@ msgstr "エラー" #: src/core/setting_types.py:31 msgctxt "settype:coin|accepts" msgid "A positive integral number of coins." -msgstr "" +msgstr "正の整数のコイン" #: src/core/setting_types.py:47 msgctxt "settype:coin|parse|error:notinteger" From cc8c68c3b66c7b230e83607627ba6312804747a6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:26:04 +0000 Subject: [PATCH 311/520] Translate locales/templates/lion-core.pot in ja 50% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index fbde4e1ee3ea..b272111c504c 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -102,7 +102,7 @@ msgstr "正の整数のコイン" #: src/core/setting_types.py:47 msgctxt "settype:coin|parse|error:notinteger" msgid "The coin quantity must be a positive integer!" -msgstr "" +msgstr "コインの数量は正の整数でなければなりません" #: src/core/setting_types.py:55 #, possible-python-brace-format From 954ae551624d0743d3c73db551fed12f181393b3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:26:14 +0000 Subject: [PATCH 312/520] Translate locales/templates/lion-core.pot in ja 50% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index b272111c504c..098ff11e547e 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -102,7 +102,7 @@ msgstr "正の整数のコイン" #: src/core/setting_types.py:47 msgctxt "settype:coin|parse|error:notinteger" msgid "The coin quantity must be a positive integer!" -msgstr "コインの数量は正の整数でなければなりません" +msgstr "コインの数量は正の整数でなければなりません!" #: src/core/setting_types.py:55 #, possible-python-brace-format From 93ea902c8118bd4e47915cc198bcfbca5bb002ca Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:26:37 +0000 Subject: [PATCH 313/520] Translate locales/templates/lion-core.pot in ja 53% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 098ff11e547e..2649e7022e9a 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -108,7 +108,7 @@ msgstr "コインの数量は正の整数でなければなりません!" #, possible-python-brace-format msgctxt "settype:coin|parse|error:too_large" msgid "You cannot set this to more than {coin}**{max}**!" -msgstr "" +msgstr "これを {coin}**{max}** を超える値に設定することはできません。" #: src/core/setting_types.py:63 #, possible-python-brace-format From 6217966f7367d73a65cc65464b5911e66f0132de Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:26:53 +0000 Subject: [PATCH 314/520] Translate locales/templates/lion-core.pot in ja 56% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 2649e7022e9a..36ac31aa4231 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -114,7 +114,7 @@ msgstr "これを {coin}**{max}** を超える値に設定することはでき #, possible-python-brace-format msgctxt "settype:coin|parse|error:too_small" msgid "You cannot set this to less than {coin}**{min}**!" -msgstr "" +msgstr "これを {coin}**{min}** 未満に設定することはできません。" #: src/core/setting_types.py:75 #, possible-python-brace-format From 0199ef87c7a90d7f09e9d2373960e8c076ba5a9a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:27:34 +0000 Subject: [PATCH 315/520] Translate locales/templates/lion-core.pot in ja 59% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 36ac31aa4231..3c764a50f682 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -120,7 +120,7 @@ msgstr "これを {coin}**{min}** 未満に設定することはできません #, possible-python-brace-format msgctxt "settype:coin|formatted" msgid "{coin}**{amount}**" -msgstr "" +msgstr "{coin}**{amount}**" #: src/core/setting_types.py:91 msgctxt "settype:message|accepts" From 80ccb46a8770de6ce7e29aef3c59e8433cd70592 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:29:17 +0000 Subject: [PATCH 316/520] Translate locales/templates/goals-gui.pot in ja 100% translated source file: 'locales/templates/goals-gui.pot' on 'ja'. --- locales/ja/LC_MESSAGES/goals-gui.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/goals-gui.po b/locales/ja/LC_MESSAGES/goals-gui.po index 77acc62544a5..b9848015b07b 100644 --- a/locales/ja/LC_MESSAGES/goals-gui.po +++ b/locales/ja/LC_MESSAGES/goals-gui.po @@ -84,7 +84,7 @@ msgstr "カード" #, possible-python-brace-format msgctxt "skin:goals|footer" msgid "As of {day} {month} • {name}" -msgstr " {月} {日}時点 • {名前}" +msgstr " {day} {month}時点 • {name}" #: src/gui/cards/goals.py:242 msgctxt "ui:goals|weekly|title" From d09a5de90f300b37e10521c991d98aebf146d891 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:31:33 +0000 Subject: [PATCH 317/520] Translate locales/templates/lion-core.pot in ja 62% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 3c764a50f682..b32b459b98a2 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -125,7 +125,7 @@ msgstr "{coin}**{amount}**" #: src/core/setting_types.py:91 msgctxt "settype:message|accepts" msgid "JSON formatted raw message data" -msgstr "" +msgstr "JSON 形式の未加工のメッセージデータ" #: src/core/setting_types.py:106 msgctxt "settype:message|download|error:not_json" From 7714914df135af7ae79dedbd8556633d7464ac28 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:31:59 +0000 Subject: [PATCH 318/520] Translate locales/templates/lion-core.pot in ja 65% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index b32b459b98a2..ff38d1db9165 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -130,7 +130,7 @@ msgstr "JSON 形式の未加工のメッセージデータ" #: src/core/setting_types.py:106 msgctxt "settype:message|download|error:not_json" msgid "The attached message data is not a JSON file!" -msgstr "" +msgstr "添付されたメッセージ データは JSON ファイルではありません。" #: src/core/setting_types.py:111 msgctxt "settype:message|download|error:size" From 04bf7b02438516b4117b20e903b9f4b387c26637 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:32:23 +0000 Subject: [PATCH 319/520] Translate locales/templates/lion-core.pot in ja 68% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index ff38d1db9165..863e0336e4a0 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -135,7 +135,7 @@ msgstr "添付されたメッセージ データは JSON ファイルではあ #: src/core/setting_types.py:111 msgctxt "settype:message|download|error:size" msgid "The attached message data is too large!" -msgstr "" +msgstr "添付されたメッセージデータが大きすぎます!" #: src/core/setting_types.py:120 msgctxt "settype:message|download|error:decoding" From 219bd9a062fa4f518badcfaab9b2448b8496fcfe Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:32:40 +0000 Subject: [PATCH 320/520] Translate locales/templates/lion-core.pot in ja 68% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 863e0336e4a0..60786e94248e 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -130,7 +130,7 @@ msgstr "JSON 形式の未加工のメッセージデータ" #: src/core/setting_types.py:106 msgctxt "settype:message|download|error:not_json" msgid "The attached message data is not a JSON file!" -msgstr "添付されたメッセージ データは JSON ファイルではありません。" +msgstr "添付されたメッセージデータは JSON ファイルではありません!" #: src/core/setting_types.py:111 msgctxt "settype:message|download|error:size" From 0b5006c7ccea4304a7a1895117d0365669937a09 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:33:16 +0000 Subject: [PATCH 321/520] Translate locales/templates/lion-core.pot in ja 71% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 60786e94248e..9e32254387e7 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -142,7 +142,7 @@ msgctxt "settype:message|download|error:decoding" msgid "" "Could not decode the message data. Please ensure it is saved with the " "`UTF-8` encoding." -msgstr "" +msgstr "メッセージデータをdecodeできませんでした。 「UTF-8」エンコードで保存されていることを確認してください。" #: src/core/setting_types.py:177 #, possible-python-brace-format From 970897a8da2eaf62a60ab2492e235f4efd8a283c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:33:56 +0000 Subject: [PATCH 322/520] Translate locales/templates/lion-core.pot in ja 75% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 9e32254387e7..4bd1879babc7 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -150,7 +150,7 @@ msgctxt "settype:message|error_suffix" msgid "" "You can view, test, and fix your embed using the online [embed " "builder]({link})." -msgstr "" +msgstr "オンラインの [埋め込みビルダー]({link}) を使用して、埋め込みを表示、テスト、修正できます。" #: src/core/setting_types.py:189 #, possible-python-brace-format From 5c63eab7015d068fe31da48eaebafa12ac0278e6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:34:41 +0000 Subject: [PATCH 323/520] Translate locales/templates/lion-core.pot in ja 78% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 4bd1879babc7..ad121d6f50a6 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -159,6 +159,8 @@ msgid "" "The provided message data was not a valid JSON document!\n" "`{error}`" msgstr "" +"提供されたメッセージ データは有効な JSON ドキュメントではありませんでした!\n" +"`{error}`" #: src/core/setting_types.py:197 msgctxt "settype:message|error:json_missing_keys" From b018f8fda448dd8549fecf34b599ce0868178108 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:34:51 +0000 Subject: [PATCH 324/520] Translate locales/templates/lion-core.pot in ja 78% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index ad121d6f50a6..e8ef6ff2a005 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -159,7 +159,7 @@ msgid "" "The provided message data was not a valid JSON document!\n" "`{error}`" msgstr "" -"提供されたメッセージ データは有効な JSON ドキュメントではありませんでした!\n" +"提供されたメッセージデータは有効な JSONドキュメントではありませんでした!\n" "`{error}`" #: src/core/setting_types.py:197 From d48454e20fe34effd3c05c325ec5ca33d5834aff Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:35:22 +0000 Subject: [PATCH 325/520] Translate locales/templates/lion-core.pot in ja 81% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index e8ef6ff2a005..4b04ce314e9a 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -168,6 +168,8 @@ msgid "" "Message data must be a JSON object with at least one of the following " "fields: `content`, `embed`, `embeds`" msgstr "" +"メッセージ データは、次のフィールドの少なくとも 1 つを含む JSON オブジェクトである必要があります: " +"`content`、`embed`、`embeds`" #: src/core/setting_types.py:206 msgctxt "settype:message|error:json_embed_type" From 79458fe783ec622342ece1b29bbf2d6804833af3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:36:07 +0000 Subject: [PATCH 326/520] Translate locales/templates/lion-core.pot in ja 84% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 4b04ce314e9a..04323b4592b2 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -174,7 +174,7 @@ msgstr "" #: src/core/setting_types.py:206 msgctxt "settype:message|error:json_embed_type" msgid "`embed` field must be a valid JSON object." -msgstr "" +msgstr "「embed」フィールドは有効な JSON オブジェクトである必要があります。" #: src/core/setting_types.py:214 msgctxt "settype:message|error:json_embeds_type" From 7c2a64eaae4e28906295831719d537b642cae583 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:36:45 +0000 Subject: [PATCH 327/520] Translate locales/templates/lion-core.pot in ja 87% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 04323b4592b2..57f50c184c33 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -179,7 +179,7 @@ msgstr "「embed」フィールドは有効な JSON オブジェクトである #: src/core/setting_types.py:214 msgctxt "settype:message|error:json_embeds_type" msgid "`embeds` field must be a list." -msgstr "" +msgstr "「embeds」フィールドはリストでなければなりません。" #: src/core/setting_types.py:221 msgctxt "settype:message|error:json_embed_embeds" From 32237beb84759021c3887089a25c4df506dd6da9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:37:03 +0000 Subject: [PATCH 328/520] Translate locales/templates/lion-core.pot in ja 90% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 57f50c184c33..3a3c2936d0d8 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -184,7 +184,7 @@ msgstr "「embeds」フィールドはリストでなければなりません。 #: src/core/setting_types.py:221 msgctxt "settype:message|error:json_embed_embeds" msgid "Message data cannot include both `embed` and `embeds`." -msgstr "" +msgstr "メッセージ データに「embed」と「embeds」の両方を含めることはできません。" #: src/core/setting_types.py:229 msgctxt "settype:message|error:json_content_type" From dafbcd4506d7fd4a03b05c70cb91750d8b179edf Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:37:22 +0000 Subject: [PATCH 329/520] Translate locales/templates/lion-core.pot in ja 93% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 3a3c2936d0d8..487d98bc45f0 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -189,7 +189,7 @@ msgstr "メッセージ データに「embed」と「embeds」の両方を含め #: src/core/setting_types.py:229 msgctxt "settype:message|error:json_content_type" msgid "`content` field must be a string." -msgstr "" +msgstr "「content」フィールドは文字列でなければなりません" #: src/core/setting_types.py:245 #, possible-python-brace-format From eaec8b26d61440d1293753deb83e77f077a3eb64 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:37:33 +0000 Subject: [PATCH 330/520] Translate locales/templates/lion-core.pot in ja 93% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 487d98bc45f0..c0b905c01753 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -189,7 +189,7 @@ msgstr "メッセージ データに「embed」と「embeds」の両方を含め #: src/core/setting_types.py:229 msgctxt "settype:message|error:json_content_type" msgid "`content` field must be a string." -msgstr "「content」フィールドは文字列でなければなりません" +msgstr "「content」フィールドは文字列でなければなりません。" #: src/core/setting_types.py:245 #, possible-python-brace-format From a4d7a98adfeb84a82dbccc8f55d9577f4dde381d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:38:18 +0000 Subject: [PATCH 331/520] Translate locales/templates/lion-core.pot in ja 96% of minimum 1% translated source file: 'locales/templates/lion-core.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/lion-core.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index c0b905c01753..989be171b48b 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -198,6 +198,8 @@ msgid "" "Could not parse the message embed data.\n" "**Error:** `{exception}`" msgstr "" +"メッセージ埋め込みデータを解析できませんでした。\n" +"**Error:** `{exception}`" #: src/core/setting_types.py:273 msgctxt "settype:message|format:too_long" From 897d0c496d61c2e5541385ef1e7d38ea1f03016e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:38:53 +0000 Subject: [PATCH 332/520] Translate locales/templates/lion-core.pot in ja 100% translated source file: 'locales/templates/lion-core.pot' on 'ja'. --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 989be171b48b..977c28ee8b30 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -204,4 +204,4 @@ msgstr "" #: src/core/setting_types.py:273 msgctxt "settype:message|format:too_long" msgid "Too long to display! See Preview." -msgstr "" +msgstr "長すぎて表示できません! 「プレビュー」を参照してください。" From 68e66865d50abc6bb5793b8fc9e4c4ec798d20ae Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:40:55 +0000 Subject: [PATCH 333/520] Translate locales/templates/member_admin.pot in ja 1% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 565 +++++++++++++++++++++++++ 1 file changed, 565 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/member_admin.po diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po new file mode 100644 index 000000000000..e1d61c6315a7 --- /dev/null +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -0,0 +1,565 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/modules/member_admin/settingui.py:58 +msgctxt "ui:memberadmin|menu:greetch|placeholder" +msgid "Select Greeting Channel" +msgstr "挨拶チャンネルの選択" + +#: src/modules/member_admin/settingui.py:88 +msgctxt "ui:memberadmin|menu:autoroles|placeholder" +msgid "Select Autoroles" +msgstr "" + +#: src/modules/member_admin/settingui.py:118 +msgctxt "ui:memberadmin|menu:bot_autoroles|placeholder" +msgid "Select Bot Autoroles" +msgstr "" + +#: src/modules/member_admin/settingui.py:160 +msgctxt "ui:member_admin|button:greet_msg|label" +msgid "Greeting Msg" +msgstr "" + +#: src/modules/member_admin/settingui.py:210 +msgctxt "ui:memberadmin|button:return_msg|label" +msgid "Returning Msg" +msgstr "" + +#: src/modules/member_admin/settingui.py:218 +msgctxt "ui:memberadmin|embed|title" +msgid "Greetings and Initial Roles Panel" +msgstr "" + +#: src/modules/member_admin/settingui.py:262 +msgctxt "dash:member_admin|title" +msgid "Greetings and Initial Roles ({commands[config welcome]})" +msgstr "" + +#: src/modules/member_admin/settingui.py:266 +msgctxt "dash:member_admin|dropdown|placeholder" +msgid "Greetings and Initial Roles Panel" +msgstr "" + +#: src/modules/member_admin/settingui.py:286 +msgctxt "dash:member_admin|section:greeting_messages|name" +msgid "Greeting Messages ({commands[admin config welcome]})" +msgstr "" + +#: src/modules/member_admin/settingui.py:297 +msgctxt "dash:member_admin|section:initial_roles|name" +msgid "Initial Roles ({commands[admin config welcome]})" +msgstr "" + +#: src/modules/member_admin/cog.py:33 +msgctxt "cmd:admin_data|param:data_type|choice:voice_leaderboard" +msgid "Voice Leaderboard" +msgstr "" + +#: src/modules/member_admin/cog.py:34 +msgctxt "cmd:admin_data|param:data_type|choice:msg_leaderboard" +msgid "Message Leaderboard" +msgstr "" + +#: src/modules/member_admin/cog.py:35 +msgctxt "cmd:admin_data|param:data_type|choice:xp_leaderboard" +msgid "XP Leaderboard" +msgstr "" + +#: src/modules/member_admin/cog.py:36 +msgctxt "cmd:admin_data|param:data_type|choice:rolemenu_equip" +msgid "Rolemenu Roles Equipped" +msgstr "" + +#: src/modules/member_admin/cog.py:37 +msgctxt "cmd:admin_data|param:data_type|choice:transactions" +msgid "Economy Transactions (Incomplete)" +msgstr "" + +#: src/modules/member_admin/cog.py:38 +msgctxt "cmd:admin_data|param:data_type|choice:balances" +msgid "Economy Balances" +msgstr "" + +#: src/modules/member_admin/cog.py:39 +msgctxt "cmd:admin_data|param:data_type|choice:voice_sessions" +msgid "Voice Sessions" +msgstr "" + +#: src/modules/member_admin/cog.py:155 +msgctxt "eventlog|event:welcome|title" +msgid "New Member Joined" +msgstr "" + +#: src/modules/member_admin/cog.py:159 +#, possible-python-brace-format +msgctxt "eventlog|event:welcome|desc" +msgid "{member} joined the server for the first time." +msgstr "" + +#: src/modules/member_admin/cog.py:243 +msgctxt "eventlog|event:returning|title" +msgid "Member Rejoined" +msgstr "" + +#: src/modules/member_admin/cog.py:247 +#, possible-python-brace-format +msgctxt "eventlog|event:returning|desc" +msgid "{member} rejoined the server." +msgstr "" + +#: src/modules/member_admin/cog.py:256 +msgctxt "eventlog|event:returning|field:first_joined" +msgid "First Joined" +msgstr "" + +#: src/modules/member_admin/cog.py:263 +msgctxt "eventlog|event:returning|field:last_seen" +msgid "Last Seen" +msgstr "" + +#: src/modules/member_admin/cog.py:311 +msgctxt "eventlog|event:left|title" +msgid "Member Left" +msgstr "" + +#: src/modules/member_admin/cog.py:315 +#, possible-python-brace-format +msgctxt "eventlog|event:left|desc" +msgid "{member} left the server." +msgstr "" + +#: src/modules/member_admin/cog.py:323 +msgctxt "eventlog|event:left|field:stored_roles" +msgid "Stored Roles" +msgstr "" + +#: src/modules/member_admin/cog.py:330 +msgctxt "eventlog|event:left|field:first_joined" +msgid "First Joined" +msgstr "" + +#: src/modules/member_admin/cog.py:368 +msgctxt "cmd:resetmember" +msgid "resetmember" +msgstr "" + +#: src/modules/member_admin/cog.py:371 +msgctxt "cmd:resetmember|desc" +msgid "Reset (server-associated) member data for the target member or user." +msgstr "" + +#: src/modules/member_admin/cog.py:375 +msgctxt "cmd:resetmember|param:target" +msgid "member_to_reset" +msgstr "" + +#: src/modules/member_admin/cog.py:376 +msgctxt "cmd:resetmember|param:saved_roles" +msgid "saved_roles" +msgstr "" + +#: src/modules/member_admin/cog.py:381 +msgctxt "cmd:resetmember|param:target|desc" +msgid "Choose the member (current or past) you want to reset." +msgstr "" + +#: src/modules/member_admin/cog.py:385 +msgctxt "cmd:resetmember|param:saved_roles|desc" +msgid "" +"Clear the saved roles for this member, so their past roles are not restored " +"on rejoin." +msgstr "" + +#: src/modules/member_admin/cog.py:411 +#, possible-python-brace-format +msgctxt "cmd:resetmember|reset:saved_roles|success" +msgid "" +"The saved roles for {target} have been reset. They will not regain their " +"roles if they rejoin." +msgstr "" + +#: src/modules/member_admin/cog.py:419 +msgctxt "cmd:resetmember|error:nothing_to_do" +msgid "No reset operation selected, nothing to do." +msgstr "" + +#: src/modules/member_admin/cog.py:425 +msgctxt "cmd:admin_data" +msgid "data" +msgstr "" + +#: src/modules/member_admin/cog.py:428 +msgctxt "cmd:admin_data|desc" +msgid "Download various raw data for external analysis and backup." +msgstr "" + +#: src/modules/member_admin/cog.py:432 +msgctxt "cmd:admin_data|param:data_type" +msgid "type" +msgstr "" + +#: src/modules/member_admin/cog.py:433 +msgctxt "cmd:admin_data|param:target" +msgid "target" +msgstr "" + +#: src/modules/member_admin/cog.py:434 +msgctxt "cmd:admin_data|param:start" +msgid "after" +msgstr "" + +#: src/modules/member_admin/cog.py:435 +msgctxt "cmd:admin_data|param:end" +msgid "before" +msgstr "" + +#: src/modules/member_admin/cog.py:436 +msgctxt "cmd:admin_data|param:limit" +msgid "limit" +msgstr "" + +#: src/modules/member_admin/cog.py:441 +msgctxt "cmd:admin_data|param:data_type|desc" +msgid "Select the type of data you want to download" +msgstr "" + +#: src/modules/member_admin/cog.py:445 +msgctxt "cmd:admin_data|param:target|desc" +msgid "Filter the data by selecting a user or role" +msgstr "" + +#: src/modules/member_admin/cog.py:449 +msgctxt "cmd:admin_data|param:start|desc" +msgid "" +"Retrieve records created after this date and time in server timezone (YYYY-" +"MM-DD HH:MM)" +msgstr "" + +#: src/modules/member_admin/cog.py:453 +msgctxt "cmd:admin_data|param:end|desc" +msgid "" +"Retrieve records created before this date and time in server timezone (YYYY-" +"MM-DD HH:MM)" +msgstr "" + +#: src/modules/member_admin/cog.py:457 +msgctxt "cmd:admin_data|param:limit|desc" +msgid "Maximum number of records to retrieve." +msgstr "" + +#: src/modules/member_admin/cog.py:586 +msgctxt "cmd:admin_data|error:ratelimited" +msgid "" +"Too many requests! Please wait a few minutes before using this command " +"again." +msgstr "" + +#: src/modules/member_admin/cog.py:603 +msgctxt "cmd:admin_data|error:no_results" +msgid "Your query had no results! Try relaxing your filters." +msgstr "" + +#: src/modules/member_admin/cog.py:627 +#, possible-python-brace-format +msgctxt "cmd:admin_data|acmpl:time|error:parse" +msgid "Cannot parse \"{partial}\" as a time. Try the format YYYY-MM-DD HH:MM" +msgstr "" + +#: src/modules/member_admin/cog.py:643 +msgctxt "cmd:configure_welcome" +msgid "welcome" +msgstr "" + +#: src/modules/member_admin/cog.py:646 +msgctxt "cmd:configure_welcome|desc" +msgid "Configure new member greetings and roles." +msgstr "" + +#: src/modules/member_admin/settings.py:21 +msgctxt "guildset:greeting_message|formatkey:mention" +msgid "Mention the new member." +msgstr "" + +#: src/modules/member_admin/settings.py:23 +msgctxt "guildset:greeting_message|formatkey:user_name" +msgid "Display name of the new member." +msgstr "" + +#: src/modules/member_admin/settings.py:25 +msgctxt "guildset:greeting_message|formatkey:user_avatar" +msgid "Avatar url of the new member." +msgstr "" + +#: src/modules/member_admin/settings.py:27 +msgctxt "guildset:greeting_message|formatkey:guild_name" +msgid "Name of this server." +msgstr "" + +#: src/modules/member_admin/settings.py:29 +msgctxt "guildset:greeting_message|formatkey:guild_icon" +msgid "Server icon url." +msgstr "" + +#: src/modules/member_admin/settings.py:31 +msgctxt "guildset:greeting_message|formatkey:studying_count" +msgid "Number of current voice channel members." +msgstr "" + +#: src/modules/member_admin/settings.py:33 +msgctxt "guildset:greeting_message|formatkey:member_count" +msgid "Number of members in the server." +msgstr "" + +#: src/modules/member_admin/settings.py:42 +msgctxt "guildset:greeting_channel" +msgid "welcome_channel" +msgstr "" + +#: src/modules/member_admin/settings.py:45 +msgctxt "guildset:greeting_channel|desc" +msgid "Channel in which to welcome new members to the server." +msgstr "" + +#: src/modules/member_admin/settings.py:49 +msgctxt "guildset:greeting_channel|long_desc" +msgid "" +"New members will be sent the configured `welcome_message` in this channel, " +"and returning members will be sent the configured `returning_message`. Unset" +" to send these message via direct message." +msgstr "" + +#: src/modules/member_admin/settings.py:55 +msgctxt "guildset:greeting_channel|accepts" +msgid "Name or id of the greeting channel, or 0 for DM." +msgstr "" + +#: src/modules/member_admin/settings.py:70 +msgctxt "guildset:greeting_channel|set_response:unset" +msgid "Welcome messages will now be sent via direct message." +msgstr "" + +#: src/modules/member_admin/settings.py:75 +#, possible-python-brace-format +msgctxt "guildset:greeting_channel|set_response:set" +msgid "Welcome messages will now be sent to {channel}" +msgstr "" + +#: src/modules/member_admin/settings.py:87 +msgctxt "guildset:greeting_channel|formmatted:unset" +msgid "Direct Message" +msgstr "" + +#: src/modules/member_admin/settings.py:95 +msgctxt "guildset:greeting_message" +msgid "welcome_message" +msgstr "" + +#: src/modules/member_admin/settings.py:99 +msgctxt "guildset:greeting_message|desc" +msgid "Custom message used to greet new members when they join the server." +msgstr "" + +#: src/modules/member_admin/settings.py:103 +msgctxt "guildset:greeting_message|long_desc" +msgid "" +"When set, this message will be sent to the `welcome_channel` when a *new* " +"member joins the server. If not set, no message will be sent." +msgstr "" + +#: src/modules/member_admin/settings.py:108 +msgctxt "guildset:greeting_message|accepts" +msgid "JSON formatted greeting message data" +msgstr "" + +#: src/modules/member_admin/settings.py:112 +msgctxt "guildset:greeting_message|default" +msgid "" +"\n" +" {\n" +" \"embed\": {\n" +" \"title\": \"Welcome {user_name}!\",\n" +" \"thumbnail\": {\"url\": \"{user_avatar}\"},\n" +" \"description\": \"Welcome to **{guild_name}**!\",\n" +" \"footer\": {\n" +" \"text\": \"You are the {member_count}th member!\"\n" +" },\n" +" \"color\": 15695665\n" +" }\n" +" }\n" +" " +msgstr "" + +#: src/modules/member_admin/settings.py:140 +msgctxt "guildset:greeting_message|set_response:unset" +msgid "Welcome message unset! New members will not be greeted." +msgstr "" + +#: src/modules/member_admin/settings.py:145 +msgctxt "guildset:greeting_message|set_response:set" +msgid "The welcome message has been updated." +msgstr "" + +#: src/modules/member_admin/settings.py:157 +msgctxt "guildset:greeting_message|formmatted:unset" +msgid "Not set, members will not be welcomed." +msgstr "" + +#: src/modules/member_admin/settings.py:204 +msgctxt "guildset:greeting_message|embed_field|formatkeys|explanation" +msgid "The following placeholders will be substituted with their values." +msgstr "" + +#: src/modules/member_admin/settings.py:207 +msgctxt "guildset:greeting_message|embed_field|formatkeys|name" +msgid "Placeholders" +msgstr "" + +#: src/modules/member_admin/settings.py:218 +msgctxt "guildset:returning_message" +msgid "returning_message" +msgstr "" + +#: src/modules/member_admin/settings.py:222 +msgctxt "guildset:returning_message|desc" +msgid "" +"Custom message used to greet returning members when they rejoin the server." +msgstr "" + +#: src/modules/member_admin/settings.py:226 +msgctxt "guildset:returning_message|long_desc" +msgid "" +"When set, this message will be sent to the `welcome_channel` when a member " +"*returns* to the server. If not set, no message will be sent." +msgstr "" + +#: src/modules/member_admin/settings.py:231 +msgctxt "guildset:returning_message|accepts" +msgid "JSON formatted returning message data" +msgstr "" + +#: src/modules/member_admin/settings.py:235 +msgctxt "guildset:returning_message|default" +msgid "" +"\n" +" {\n" +" \"embed\": {\n" +" \"title\": \"Welcome Back {user_name}!\",\n" +" \"thumbnail\": {\"url\": \"{User_avatar}\"},\n" +" \"description\": \"Welcome back to **{guild_name}**!\\nYou were last seen .\",\n" +" \"color\": 15695665\n" +" }\n" +" }\n" +" " +msgstr "" + +#: src/modules/member_admin/settings.py:252 +msgctxt "guildset:returning_message|formatkey:last_time" +msgid "Unix timestamp of the last time the member was seen in the server." +msgstr "" + +#: src/modules/member_admin/settings.py:263 +msgctxt "guildset:returning_message|set_response:unset" +msgid "Returning member greeting unset! Will use `welcome_message` if set." +msgstr "" + +#: src/modules/member_admin/settings.py:268 +msgctxt "guildset:greeting_message|set_response:set" +msgid "The returning member greeting has been updated." +msgstr "" + +#: src/modules/member_admin/settings.py:280 +msgctxt "guildset:greeting_message|formmatted:unset" +msgid "Not set, will use the `welcome_message` if set." +msgstr "" + +#: src/modules/member_admin/settings.py:330 +msgctxt "guildset:returning_message|embed_field|formatkeys|explanation" +msgid "In *addition* to the placeholders supported by `welcome_message`" +msgstr "" + +#: src/modules/member_admin/settings.py:333 +msgctxt "guildset:returning_message|embed_field|formatkeys|" +msgid "Placeholders" +msgstr "" + +#: src/modules/member_admin/settings.py:345 +msgctxt "guildset:autoroles" +msgid "autoroles" +msgstr "" + +#: src/modules/member_admin/settings.py:349 +msgctxt "guildset:autoroles|desc" +msgid "Roles given to new members when they join the server." +msgstr "" + +#: src/modules/member_admin/settings.py:353 +msgctxt "guildset:autoroles|long_desc" +msgid "" +"These roles will be given when a member joins the server. If " +"`role_persistence` is enabled, these roles will *not* be given to a " +"returning member." +msgstr "" + +#: src/modules/member_admin/settings.py:368 +msgctxt "guildset:bot_autoroles" +msgid "bot_autoroles" +msgstr "" + +#: src/modules/member_admin/settings.py:372 +msgctxt "guildset:bot_autoroles|desc" +msgid "Roles given to new bots when they join the server." +msgstr "" + +#: src/modules/member_admin/settings.py:376 +msgctxt "guildset:bot_autoroles|long_desc" +msgid "These roles will be given when a bot joins the server." +msgstr "" + +#: src/modules/member_admin/settings.py:390 +msgctxt "guildset:role_persistence" +msgid "role_persistence" +msgstr "" + +#: src/modules/member_admin/settings.py:393 +msgctxt "guildset:role_persistence|desc" +msgid "Whether member roles should be restored on rejoin." +msgstr "" + +#: src/modules/member_admin/settings.py:397 +msgctxt "guildset:role_persistence|long_desc" +msgid "" +"If enabled, member roles will be stored when they leave the server, and then" +" restored when they rejoin (instead of giving `autoroles`). Note that this " +"may conflict with other bots who manage join roles." +msgstr "" + +#: src/modules/member_admin/settings.py:413 +msgctxt "guildset:role_persistence|set_response:off" +msgid "Roles will not be restored when members rejoin." +msgstr "" + +#: src/modules/member_admin/settings.py:418 +msgctxt "guildset:greeting_message|set_response:on" +msgid "Roles will now be restored when members rejoin." +msgstr "" From 76a50ee2fde980963a530dec1fdf7d94d99f45cd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:41:20 +0000 Subject: [PATCH 334/520] Translate locales/templates/member_admin.pot in ja 2% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index e1d61c6315a7..e4ae5a2dec45 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -29,7 +29,7 @@ msgstr "挨拶チャンネルの選択" #: src/modules/member_admin/settingui.py:88 msgctxt "ui:memberadmin|menu:autoroles|placeholder" msgid "Select Autoroles" -msgstr "" +msgstr "オートロールの選択" #: src/modules/member_admin/settingui.py:118 msgctxt "ui:memberadmin|menu:bot_autoroles|placeholder" From 3ba193e034b9c440f273b85a03b772b22804beff Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:41:41 +0000 Subject: [PATCH 335/520] Translate locales/templates/member_admin.pot in ja 3% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index e4ae5a2dec45..7a44f1141fe3 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -34,7 +34,7 @@ msgstr "オートロールの選択" #: src/modules/member_admin/settingui.py:118 msgctxt "ui:memberadmin|menu:bot_autoroles|placeholder" msgid "Select Bot Autoroles" -msgstr "" +msgstr "ボットのオートロールの選択" #: src/modules/member_admin/settingui.py:160 msgctxt "ui:member_admin|button:greet_msg|label" From c51f695ba05c49bd1e9162ae23d4ce6959840b56 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:42:10 +0000 Subject: [PATCH 336/520] Translate locales/templates/member_admin.pot in ja 4% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 7a44f1141fe3..86e4da630dce 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -39,7 +39,7 @@ msgstr "ボットのオートロールの選択" #: src/modules/member_admin/settingui.py:160 msgctxt "ui:member_admin|button:greet_msg|label" msgid "Greeting Msg" -msgstr "" +msgstr "挨拶メッセージ" #: src/modules/member_admin/settingui.py:210 msgctxt "ui:memberadmin|button:return_msg|label" From 5201ae691752ccfdc873e2b0f9bad82fc348ac3d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:42:27 +0000 Subject: [PATCH 337/520] Translate locales/templates/member_admin.pot in ja 5% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 86e4da630dce..68281388117b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -44,7 +44,7 @@ msgstr "挨拶メッセージ" #: src/modules/member_admin/settingui.py:210 msgctxt "ui:memberadmin|button:return_msg|label" msgid "Returning Msg" -msgstr "" +msgstr "返信メッセージ" #: src/modules/member_admin/settingui.py:218 msgctxt "ui:memberadmin|embed|title" From fd5955d0d3b587fd7c730a8b710484cef91678e5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:43:01 +0000 Subject: [PATCH 338/520] Translate locales/templates/member_admin.pot in ja 6% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 68281388117b..f5ce902a248a 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -49,7 +49,7 @@ msgstr "返信メッセージ" #: src/modules/member_admin/settingui.py:218 msgctxt "ui:memberadmin|embed|title" msgid "Greetings and Initial Roles Panel" -msgstr "" +msgstr "挨拶と初期ロールパネル" #: src/modules/member_admin/settingui.py:262 msgctxt "dash:member_admin|title" From 10ed54682f757c7810f2450c0779275a234c7e17 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:45:16 +0000 Subject: [PATCH 339/520] Translate locales/templates/member_admin.pot in ja 7% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index f5ce902a248a..ac563c6189cd 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -54,7 +54,7 @@ msgstr "挨拶と初期ロールパネル" #: src/modules/member_admin/settingui.py:262 msgctxt "dash:member_admin|title" msgid "Greetings and Initial Roles ({commands[config welcome]})" -msgstr "" +msgstr "挨拶と初期ロール ({commands[config welcome]})" #: src/modules/member_admin/settingui.py:266 msgctxt "dash:member_admin|dropdown|placeholder" From a821b220b8cd5d2c6b59df8facd3a710a71933d6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:07:57 +0000 Subject: [PATCH 340/520] Translate locales/templates/member_admin.pot in ja 8% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index ac563c6189cd..f235a62c2789 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -59,7 +59,7 @@ msgstr "挨拶と初期ロール ({commands[config welcome]})" #: src/modules/member_admin/settingui.py:266 msgctxt "dash:member_admin|dropdown|placeholder" msgid "Greetings and Initial Roles Panel" -msgstr "" +msgstr "挨拶と初期ロールパネル" #: src/modules/member_admin/settingui.py:286 msgctxt "dash:member_admin|section:greeting_messages|name" From 34bffe3a030dd2aaa13f332db97929399350539f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:08:19 +0000 Subject: [PATCH 341/520] Translate locales/templates/member_admin.pot in ja 9% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index f235a62c2789..cbce2cf038ea 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -64,7 +64,7 @@ msgstr "挨拶と初期ロールパネル" #: src/modules/member_admin/settingui.py:286 msgctxt "dash:member_admin|section:greeting_messages|name" msgid "Greeting Messages ({commands[admin config welcome]})" -msgstr "" +msgstr "挨拶メッセージ ({commands[admin config welcome]})" #: src/modules/member_admin/settingui.py:297 msgctxt "dash:member_admin|section:initial_roles|name" From 0bbf6e997fce9a599fb81ab0cddb4855577e1d38 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:09:09 +0000 Subject: [PATCH 342/520] Translate locales/templates/member_admin.pot in ja 10% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index cbce2cf038ea..a808c1caa4e4 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -69,7 +69,7 @@ msgstr "挨拶メッセージ ({commands[admin config welcome]})" #: src/modules/member_admin/settingui.py:297 msgctxt "dash:member_admin|section:initial_roles|name" msgid "Initial Roles ({commands[admin config welcome]})" -msgstr "" +msgstr "初期ロール ({commands[admin config welcome]})" #: src/modules/member_admin/cog.py:33 msgctxt "cmd:admin_data|param:data_type|choice:voice_leaderboard" From f40970e46c9b547c2d92f843662dbbc40b2f6170 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:12:40 +0000 Subject: [PATCH 343/520] Translate locales/templates/member_admin.pot in ja 11% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index a808c1caa4e4..627c0da21c05 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -74,7 +74,7 @@ msgstr "初期ロール ({commands[admin config welcome]})" #: src/modules/member_admin/cog.py:33 msgctxt "cmd:admin_data|param:data_type|choice:voice_leaderboard" msgid "Voice Leaderboard" -msgstr "" +msgstr "Voice リーダーボード" #: src/modules/member_admin/cog.py:34 msgctxt "cmd:admin_data|param:data_type|choice:msg_leaderboard" From a91f4d1d7a9df2fcfca3e788494c840478c06aee Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:12:50 +0000 Subject: [PATCH 344/520] Translate locales/templates/member_admin.pot in ja 12% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 627c0da21c05..d7c9a096ddae 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -79,7 +79,7 @@ msgstr "Voice リーダーボード" #: src/modules/member_admin/cog.py:34 msgctxt "cmd:admin_data|param:data_type|choice:msg_leaderboard" msgid "Message Leaderboard" -msgstr "" +msgstr "メッセージリーダーボード" #: src/modules/member_admin/cog.py:35 msgctxt "cmd:admin_data|param:data_type|choice:xp_leaderboard" From b5cc0a7385694cee430613f7ee50bfe3983eb763 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:13:18 +0000 Subject: [PATCH 345/520] Translate locales/templates/member_admin.pot in ja 13% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index d7c9a096ddae..816cfba76933 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -84,7 +84,7 @@ msgstr "メッセージリーダーボード" #: src/modules/member_admin/cog.py:35 msgctxt "cmd:admin_data|param:data_type|choice:xp_leaderboard" msgid "XP Leaderboard" -msgstr "" +msgstr "XP リーダーボード" #: src/modules/member_admin/cog.py:36 msgctxt "cmd:admin_data|param:data_type|choice:rolemenu_equip" From c4fd763fa1b2d7250a08f530e4fba196050678e1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:14:11 +0000 Subject: [PATCH 346/520] Translate locales/templates/member_admin.pot in ja 14% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 816cfba76933..50e7752a080a 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -89,7 +89,7 @@ msgstr "XP リーダーボード" #: src/modules/member_admin/cog.py:36 msgctxt "cmd:admin_data|param:data_type|choice:rolemenu_equip" msgid "Rolemenu Roles Equipped" -msgstr "" +msgstr "付与されているロールメニュー" #: src/modules/member_admin/cog.py:37 msgctxt "cmd:admin_data|param:data_type|choice:transactions" From 324113b44669385b68222cf49cc2d488e4bb1de4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:14:28 +0000 Subject: [PATCH 347/520] Translate locales/templates/member_admin.pot in ja 15% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 50e7752a080a..afc74d3b81dd 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -94,7 +94,7 @@ msgstr "付与されているロールメニュー" #: src/modules/member_admin/cog.py:37 msgctxt "cmd:admin_data|param:data_type|choice:transactions" msgid "Economy Transactions (Incomplete)" -msgstr "" +msgstr "経済取引 (未完了)" #: src/modules/member_admin/cog.py:38 msgctxt "cmd:admin_data|param:data_type|choice:balances" From 38ac898de1be48072345b38b3ce7356817d2817f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:14:51 +0000 Subject: [PATCH 348/520] Translate locales/templates/member_admin.pot in ja 16% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index afc74d3b81dd..c995f332680b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -99,7 +99,7 @@ msgstr "経済取引 (未完了)" #: src/modules/member_admin/cog.py:38 msgctxt "cmd:admin_data|param:data_type|choice:balances" msgid "Economy Balances" -msgstr "" +msgstr "経済残高" #: src/modules/member_admin/cog.py:39 msgctxt "cmd:admin_data|param:data_type|choice:voice_sessions" From cabb4b7683290669aa57fe802e388e063cd791ab Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:16:09 +0000 Subject: [PATCH 349/520] Translate locales/templates/member_admin.pot in ja 17% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c995f332680b..c51a321b8db4 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -104,7 +104,7 @@ msgstr "経済残高" #: src/modules/member_admin/cog.py:39 msgctxt "cmd:admin_data|param:data_type|choice:voice_sessions" msgid "Voice Sessions" -msgstr "" +msgstr "ボイスセッション" #: src/modules/member_admin/cog.py:155 msgctxt "eventlog|event:welcome|title" From a024577e73c7d5e09506f9d052521ea4652b4527 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:16:30 +0000 Subject: [PATCH 350/520] Translate locales/templates/member_admin.pot in ja 18% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c51a321b8db4..84ade0df4e6b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -109,7 +109,7 @@ msgstr "ボイスセッション" #: src/modules/member_admin/cog.py:155 msgctxt "eventlog|event:welcome|title" msgid "New Member Joined" -msgstr "" +msgstr "新しいメンバーが参加しました" #: src/modules/member_admin/cog.py:159 #, possible-python-brace-format From 200b61997d3f3e36b0bda32772d9a86f8f057a4a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:17:32 +0000 Subject: [PATCH 351/520] Translate locales/templates/member_admin.pot in ja 19% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 84ade0df4e6b..c46d7a4465e9 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -115,7 +115,7 @@ msgstr "新しいメンバーが参加しました" #, possible-python-brace-format msgctxt "eventlog|event:welcome|desc" msgid "{member} joined the server for the first time." -msgstr "" +msgstr "{メンバー} が初めてサーバーに参加しました。" #: src/modules/member_admin/cog.py:243 msgctxt "eventlog|event:returning|title" From 2a06ab14a5b503c1ea6e22d92beb6e755398f73e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:17:51 +0000 Subject: [PATCH 352/520] Translate locales/templates/member_admin.pot in ja 20% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c46d7a4465e9..bc987fcdf4e9 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -120,7 +120,7 @@ msgstr "{メンバー} が初めてサーバーに参加しました。" #: src/modules/member_admin/cog.py:243 msgctxt "eventlog|event:returning|title" msgid "Member Rejoined" -msgstr "" +msgstr "メンバーが再加入しました" #: src/modules/member_admin/cog.py:247 #, possible-python-brace-format From 49ccaaa122010d8149ac748a8132863392019971 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:18:15 +0000 Subject: [PATCH 353/520] Translate locales/templates/member_admin.pot in ja 21% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index bc987fcdf4e9..10249747a360 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -126,7 +126,7 @@ msgstr "メンバーが再加入しました" #, possible-python-brace-format msgctxt "eventlog|event:returning|desc" msgid "{member} rejoined the server." -msgstr "" +msgstr "{メンバー} がサーバーに再参加しました。" #: src/modules/member_admin/cog.py:256 msgctxt "eventlog|event:returning|field:first_joined" From 0948fa485a32e2a7d22111b207c91cd620614856 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:18:48 +0000 Subject: [PATCH 354/520] Translate locales/templates/member_admin.pot in ja 22% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 10249747a360..3002c5733f3b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -152,7 +152,7 @@ msgstr "" #: src/modules/member_admin/cog.py:323 msgctxt "eventlog|event:left|field:stored_roles" msgid "Stored Roles" -msgstr "" +msgstr "保存されたロール" #: src/modules/member_admin/cog.py:330 msgctxt "eventlog|event:left|field:first_joined" From 1540ddcb902d3cc40baa91439460803522cf51ec Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:19:04 +0000 Subject: [PATCH 355/520] Translate locales/templates/member_admin.pot in ja 23% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 3002c5733f3b..a654ed8cd21a 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -141,7 +141,7 @@ msgstr "" #: src/modules/member_admin/cog.py:311 msgctxt "eventlog|event:left|title" msgid "Member Left" -msgstr "" +msgstr "メンバーが脱退しました" #: src/modules/member_admin/cog.py:315 #, possible-python-brace-format From 7d1eab6ca8f2f0f01654134127620c9dacaeaacc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:21:57 +0000 Subject: [PATCH 356/520] Translate locales/templates/member_admin.pot in ja 24% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index a654ed8cd21a..1169babbaf05 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -131,7 +131,7 @@ msgstr "{メンバー} がサーバーに再参加しました。" #: src/modules/member_admin/cog.py:256 msgctxt "eventlog|event:returning|field:first_joined" msgid "First Joined" -msgstr "" +msgstr "初めての参加" #: src/modules/member_admin/cog.py:263 msgctxt "eventlog|event:returning|field:last_seen" From 81cbcd5bcc46bc7b145a99c8b16cdf17f0b259ab Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:22:17 +0000 Subject: [PATCH 357/520] Translate locales/templates/member_admin.pot in ja 25% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 1169babbaf05..7fa1c46f7df3 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -136,7 +136,7 @@ msgstr "初めての参加" #: src/modules/member_admin/cog.py:263 msgctxt "eventlog|event:returning|field:last_seen" msgid "Last Seen" -msgstr "" +msgstr "最後に見たのは" #: src/modules/member_admin/cog.py:311 msgctxt "eventlog|event:left|title" From 89a5e4d9252c7a6c9f8917d3d959cc9d9aabcb9e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:23:25 +0000 Subject: [PATCH 358/520] Translate locales/templates/member_admin.pot in ja 26% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 7fa1c46f7df3..730d10b44900 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -147,7 +147,7 @@ msgstr "メンバーが脱退しました" #, possible-python-brace-format msgctxt "eventlog|event:left|desc" msgid "{member} left the server." -msgstr "" +msgstr "{member} がサーバーを脱退しました。" #: src/modules/member_admin/cog.py:323 msgctxt "eventlog|event:left|field:stored_roles" From 3efab8d9cd9ca3c45c300127f4cd546386cebe43 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:23:52 +0000 Subject: [PATCH 359/520] Translate locales/templates/member_admin.pot in ja 26% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 730d10b44900..d55baa66af56 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -126,7 +126,7 @@ msgstr "メンバーが再加入しました" #, possible-python-brace-format msgctxt "eventlog|event:returning|desc" msgid "{member} rejoined the server." -msgstr "{メンバー} がサーバーに再参加しました。" +msgstr "{member} がサーバーに再参加しました。" #: src/modules/member_admin/cog.py:256 msgctxt "eventlog|event:returning|field:first_joined" From 94cc53db7f090d1357fbc8c4ff9e0f6f47614773 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:24:10 +0000 Subject: [PATCH 360/520] Translate locales/templates/member_admin.pot in ja 26% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index d55baa66af56..6e21137fa6a1 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -115,7 +115,7 @@ msgstr "新しいメンバーが参加しました" #, possible-python-brace-format msgctxt "eventlog|event:welcome|desc" msgid "{member} joined the server for the first time." -msgstr "{メンバー} が初めてサーバーに参加しました。" +msgstr "{member} が初めてサーバーに参加しました。" #: src/modules/member_admin/cog.py:243 msgctxt "eventlog|event:returning|title" From dd5928cfe6148008d4d396e80fbca09f43118e1f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:25:39 +0000 Subject: [PATCH 361/520] Translate locales/templates/member_admin.pot in ja 27% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 6e21137fa6a1..18ebec423316 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -157,7 +157,7 @@ msgstr "保存されたロール" #: src/modules/member_admin/cog.py:330 msgctxt "eventlog|event:left|field:first_joined" msgid "First Joined" -msgstr "" +msgstr "初めての参加" #: src/modules/member_admin/cog.py:368 msgctxt "cmd:resetmember" From 7371db28cc1b41909b96b0c8db2e9474d5e129a1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:25:58 +0000 Subject: [PATCH 362/520] Translate locales/templates/member_admin.pot in ja 28% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 18ebec423316..badef36a0557 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -162,7 +162,7 @@ msgstr "初めての参加" #: src/modules/member_admin/cog.py:368 msgctxt "cmd:resetmember" msgid "resetmember" -msgstr "" +msgstr "メンバーリセット" #: src/modules/member_admin/cog.py:371 msgctxt "cmd:resetmember|desc" From 03f2d5a990846c1e508384f920012bc1e5189b20 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:26:46 +0000 Subject: [PATCH 363/520] Translate locales/templates/member_admin.pot in ja 29% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index badef36a0557..04400475abef 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -167,7 +167,7 @@ msgstr "メンバーリセット" #: src/modules/member_admin/cog.py:371 msgctxt "cmd:resetmember|desc" msgid "Reset (server-associated) member data for the target member or user." -msgstr "" +msgstr "対象の、メンバーまたはユーザーの (サーバーに関連付けられた) メンバーデータをリセットします。" #: src/modules/member_admin/cog.py:375 msgctxt "cmd:resetmember|param:target" From 07b7f034ffd33005dff6e5f4cdfd29a945505076 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:27:02 +0000 Subject: [PATCH 364/520] Translate locales/templates/member_admin.pot in ja 29% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 04400475abef..63da020b5b65 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -167,7 +167,7 @@ msgstr "メンバーリセット" #: src/modules/member_admin/cog.py:371 msgctxt "cmd:resetmember|desc" msgid "Reset (server-associated) member data for the target member or user." -msgstr "対象の、メンバーまたはユーザーの (サーバーに関連付けられた) メンバーデータをリセットします。" +msgstr "対象のメンバー、またはユーザーの (サーバーに関連付けられた) メンバーデータをリセットします。" #: src/modules/member_admin/cog.py:375 msgctxt "cmd:resetmember|param:target" From 6761f5bffbe23f68c17255bf960e20b6fbdc69e0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:27:32 +0000 Subject: [PATCH 365/520] Translate locales/templates/member_admin.pot in ja 30% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 63da020b5b65..2c7ba0c60295 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -172,7 +172,7 @@ msgstr "対象のメンバー、またはユーザーの (サーバーに関連 #: src/modules/member_admin/cog.py:375 msgctxt "cmd:resetmember|param:target" msgid "member_to_reset" -msgstr "" +msgstr "リセットするメンバー" #: src/modules/member_admin/cog.py:376 msgctxt "cmd:resetmember|param:saved_roles" From 83b3d624b6c968e5b4e51d5206a0c6e9f8b6430a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:42:16 +0000 Subject: [PATCH 366/520] Translate locales/templates/member_admin.pot in ja 31% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 2c7ba0c60295..4acdee37d3ad 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -177,7 +177,7 @@ msgstr "リセットするメンバー" #: src/modules/member_admin/cog.py:376 msgctxt "cmd:resetmember|param:saved_roles" msgid "saved_roles" -msgstr "" +msgstr "保存されたロール" #: src/modules/member_admin/cog.py:381 msgctxt "cmd:resetmember|param:target|desc" From 191a94bd49660714891d6d42742d94a9cc0414ec Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:42:53 +0000 Subject: [PATCH 367/520] Translate locales/templates/member_admin.pot in ja 32% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 4acdee37d3ad..6474fc4cbbe5 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -182,7 +182,7 @@ msgstr "保存されたロール" #: src/modules/member_admin/cog.py:381 msgctxt "cmd:resetmember|param:target|desc" msgid "Choose the member (current or past) you want to reset." -msgstr "" +msgstr "リセットしたいメンバー (現在または過去) を選択します。" #: src/modules/member_admin/cog.py:385 msgctxt "cmd:resetmember|param:saved_roles|desc" From 5b799de45d2dac7e0ae776d02304e89847488c17 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:43:25 +0000 Subject: [PATCH 368/520] Translate locales/templates/member_admin.pot in ja 33% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 6474fc4cbbe5..1e4a449aa5ff 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -189,7 +189,7 @@ msgctxt "cmd:resetmember|param:saved_roles|desc" msgid "" "Clear the saved roles for this member, so their past roles are not restored " "on rejoin." -msgstr "" +msgstr "このメンバーの保存されたロールをクリアして、再参加時に過去のロールが復元されないようにします。" #: src/modules/member_admin/cog.py:411 #, possible-python-brace-format From beddff074067f2fdcfc170617a7deff0fa4c8fa5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:44:13 +0000 Subject: [PATCH 369/520] Translate locales/templates/member_admin.pot in ja 34% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 1e4a449aa5ff..6e22c4a81ca6 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -197,7 +197,7 @@ msgctxt "cmd:resetmember|reset:saved_roles|success" msgid "" "The saved roles for {target} have been reset. They will not regain their " "roles if they rejoin." -msgstr "" +msgstr "{target} に保存されているロールがリセットされました。再参加してもロールは戻りません。" #: src/modules/member_admin/cog.py:419 msgctxt "cmd:resetmember|error:nothing_to_do" From 031f43ab351160ac0a1e8819ae438b6ad432cc4d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:44:48 +0000 Subject: [PATCH 370/520] Translate locales/templates/member_admin.pot in ja 35% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 6e22c4a81ca6..0e116c6c47dc 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -202,7 +202,7 @@ msgstr "{target} に保存されているロールがリセットされました #: src/modules/member_admin/cog.py:419 msgctxt "cmd:resetmember|error:nothing_to_do" msgid "No reset operation selected, nothing to do." -msgstr "" +msgstr "リセット操作が選択されていないため、何も行いません。" #: src/modules/member_admin/cog.py:425 msgctxt "cmd:admin_data" From 52a29958d5257bb9697c2a1d5afe46f7eeaca1ff Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:45:15 +0000 Subject: [PATCH 371/520] Translate locales/templates/member_admin.pot in ja 36% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 0e116c6c47dc..654440506f68 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -207,7 +207,7 @@ msgstr "リセット操作が選択されていないため、何も行いませ #: src/modules/member_admin/cog.py:425 msgctxt "cmd:admin_data" msgid "data" -msgstr "" +msgstr "データ" #: src/modules/member_admin/cog.py:428 msgctxt "cmd:admin_data|desc" From 0ed673b7153d3a3e1c20661ded2a1181ad53a876 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:02:30 +0000 Subject: [PATCH 372/520] Translate locales/templates/member_admin.pot in ja 37% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 654440506f68..62b7f638832f 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -212,7 +212,7 @@ msgstr "データ" #: src/modules/member_admin/cog.py:428 msgctxt "cmd:admin_data|desc" msgid "Download various raw data for external analysis and backup." -msgstr "" +msgstr "外部分析やバックアップ用に各種rawデータをダウンロードします。" #: src/modules/member_admin/cog.py:432 msgctxt "cmd:admin_data|param:data_type" From 20e3074de697a54a6072171cdd9c2f0d2da76dec Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:05:07 +0000 Subject: [PATCH 373/520] Translate locales/templates/lion-core.pot in ja 100% translated source file: 'locales/templates/lion-core.pot' on 'ja'. --- locales/ja/LC_MESSAGES/lion-core.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/lion-core.po b/locales/ja/LC_MESSAGES/lion-core.po index 977c28ee8b30..fd3b6162efad 100644 --- a/locales/ja/LC_MESSAGES/lion-core.po +++ b/locales/ja/LC_MESSAGES/lion-core.po @@ -125,7 +125,7 @@ msgstr "{coin}**{amount}**" #: src/core/setting_types.py:91 msgctxt "settype:message|accepts" msgid "JSON formatted raw message data" -msgstr "JSON 形式の未加工のメッセージデータ" +msgstr "JSON 形式のrawのメッセージデータ" #: src/core/setting_types.py:106 msgctxt "settype:message|download|error:not_json" From 51c5ba223c0d809af4d9febdaa8bcc36ce40052e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:06:23 +0000 Subject: [PATCH 374/520] Translate locales/templates/member_admin.pot in ja 38% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 62b7f638832f..9f4e3e2115b2 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -217,7 +217,7 @@ msgstr "外部分析やバックアップ用に各種rawデータをダウンロ #: src/modules/member_admin/cog.py:432 msgctxt "cmd:admin_data|param:data_type" msgid "type" -msgstr "" +msgstr "タイプ" #: src/modules/member_admin/cog.py:433 msgctxt "cmd:admin_data|param:target" From 396ec3cdd9b1820cc3cea94f7c276a08959bc707 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:06:48 +0000 Subject: [PATCH 375/520] Translate locales/templates/member_admin.pot in ja 39% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 9f4e3e2115b2..d4044d835cb8 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -222,7 +222,7 @@ msgstr "タイプ" #: src/modules/member_admin/cog.py:433 msgctxt "cmd:admin_data|param:target" msgid "target" -msgstr "" +msgstr "対象" #: src/modules/member_admin/cog.py:434 msgctxt "cmd:admin_data|param:start" From b274925e7985054db5ada1c8e13d41b6b5e9eaf0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:07:10 +0000 Subject: [PATCH 376/520] Translate locales/templates/member_admin.pot in ja 40% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index d4044d835cb8..cead665352d2 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -227,7 +227,7 @@ msgstr "対象" #: src/modules/member_admin/cog.py:434 msgctxt "cmd:admin_data|param:start" msgid "after" -msgstr "" +msgstr "後" #: src/modules/member_admin/cog.py:435 msgctxt "cmd:admin_data|param:end" From e2f424b35b938fe17108e769fc509ccd78aef41a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:08:18 +0000 Subject: [PATCH 377/520] Translate locales/templates/member_admin.pot in ja 41% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index cead665352d2..b14375dc08f5 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -232,7 +232,7 @@ msgstr "後" #: src/modules/member_admin/cog.py:435 msgctxt "cmd:admin_data|param:end" msgid "before" -msgstr "" +msgstr "前" #: src/modules/member_admin/cog.py:436 msgctxt "cmd:admin_data|param:limit" From bffb3f51fecc5aa8e549fad3e2ff39e7acf4ef7e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:08:33 +0000 Subject: [PATCH 378/520] Translate locales/templates/member_admin.pot in ja 42% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index b14375dc08f5..c1c47a3c4f11 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -237,7 +237,7 @@ msgstr "前" #: src/modules/member_admin/cog.py:436 msgctxt "cmd:admin_data|param:limit" msgid "limit" -msgstr "" +msgstr "リミット" #: src/modules/member_admin/cog.py:441 msgctxt "cmd:admin_data|param:data_type|desc" From b1e8137d80e22dcc22f8ee1485b29be5855b7962 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:09:00 +0000 Subject: [PATCH 379/520] Translate locales/templates/member_admin.pot in ja 43% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c1c47a3c4f11..1951d60d3c79 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -242,7 +242,7 @@ msgstr "リミット" #: src/modules/member_admin/cog.py:441 msgctxt "cmd:admin_data|param:data_type|desc" msgid "Select the type of data you want to download" -msgstr "" +msgstr "ダウンロードしたいデータの種類を選択してください" #: src/modules/member_admin/cog.py:445 msgctxt "cmd:admin_data|param:target|desc" From b3755ef631b6eba132e76fb270e8d0a1596d95c9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:10:15 +0000 Subject: [PATCH 380/520] Translate locales/templates/member_admin.pot in ja 44% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 1951d60d3c79..0578eec8e6f5 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -247,7 +247,7 @@ msgstr "ダウンロードしたいデータの種類を選択してください #: src/modules/member_admin/cog.py:445 msgctxt "cmd:admin_data|param:target|desc" msgid "Filter the data by selecting a user or role" -msgstr "" +msgstr "ユーザーまたはロールを選択して、データをフィルタリングする" #: src/modules/member_admin/cog.py:449 msgctxt "cmd:admin_data|param:start|desc" From af4ef6d80aa0f6c754c971da5fc382b9b4bc1a2d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:12:52 +0000 Subject: [PATCH 381/520] Translate locales/templates/member_admin.pot in ja 45% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 0578eec8e6f5..bf638c57ea5b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -254,7 +254,7 @@ msgctxt "cmd:admin_data|param:start|desc" msgid "" "Retrieve records created after this date and time in server timezone (YYYY-" "MM-DD HH:MM)" -msgstr "" +msgstr "この日時以降に作成されたrecordsをサーバーのタイムゾーン (YYYY-MM-DD HH:MM) で取得します。" #: src/modules/member_admin/cog.py:453 msgctxt "cmd:admin_data|param:end|desc" From fd6b7683aac5d1d6e3884e6ed80c4599d3b4c1b5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:13:57 +0000 Subject: [PATCH 382/520] Translate locales/templates/member_admin.pot in ja 46% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index bf638c57ea5b..79e25db5e826 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -261,7 +261,7 @@ msgctxt "cmd:admin_data|param:end|desc" msgid "" "Retrieve records created before this date and time in server timezone (YYYY-" "MM-DD HH:MM)" -msgstr "" +msgstr "この日時より前に作成されたrecordsをサーバーのタイムゾーン (YYYY-MM-DD HH:MM) で取得します。" #: src/modules/member_admin/cog.py:457 msgctxt "cmd:admin_data|param:limit|desc" From 13064041a11a8ff5cff4ca782f0519c132836e07 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:15:31 +0000 Subject: [PATCH 383/520] Translate locales/templates/member_admin.pot in ja 47% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 79e25db5e826..5f8d3cfd74e8 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -266,7 +266,7 @@ msgstr "この日時より前に作成されたrecordsをサーバーのタイ #: src/modules/member_admin/cog.py:457 msgctxt "cmd:admin_data|param:limit|desc" msgid "Maximum number of records to retrieve." -msgstr "" +msgstr "取得するrecordsの最大数。" #: src/modules/member_admin/cog.py:586 msgctxt "cmd:admin_data|error:ratelimited" From 12da19548c1b8497fadf3aab9a5a997e77078681 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:17:04 +0000 Subject: [PATCH 384/520] Translate locales/templates/member_admin.pot in ja 48% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 5f8d3cfd74e8..fb3fc7b4dd5e 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -273,7 +273,7 @@ msgctxt "cmd:admin_data|error:ratelimited" msgid "" "Too many requests! Please wait a few minutes before using this command " "again." -msgstr "" +msgstr "リクエストが多すぎます!このコマンドを再度使用する前に、数分待ってください。" #: src/modules/member_admin/cog.py:603 msgctxt "cmd:admin_data|error:no_results" From 225267dee6bc23e1f12e9740c99156853ca557ad Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:23:07 +0000 Subject: [PATCH 385/520] Translate locales/templates/member_admin.pot in ja 50% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index fb3fc7b4dd5e..9da71cae0561 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -278,7 +278,7 @@ msgstr "リクエストが多すぎます!このコマンドを再度使用す #: src/modules/member_admin/cog.py:603 msgctxt "cmd:admin_data|error:no_results" msgid "Your query had no results! Try relaxing your filters." -msgstr "" +msgstr "探しましたが、何の成果も得られませんでした!フィルターを緩めてみてください。" #: src/modules/member_admin/cog.py:627 #, possible-python-brace-format From 603981e18e6fe6eead5682abdc3e68b1d9bc9746 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:25:30 +0000 Subject: [PATCH 386/520] Translate locales/templates/member_admin.pot in ja 51% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 9da71cae0561..65816be6a581 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -284,7 +284,7 @@ msgstr "探しましたが、何の成果も得られませんでした!フィ #, possible-python-brace-format msgctxt "cmd:admin_data|acmpl:time|error:parse" msgid "Cannot parse \"{partial}\" as a time. Try the format YYYY-MM-DD HH:MM" -msgstr "" +msgstr "「{partial}」を時刻として解析できません。 YYYY-MM-DD HH:MM の形式を試してください。" #: src/modules/member_admin/cog.py:643 msgctxt "cmd:configure_welcome" From a72144d6585b5dd636268958747b109808fc91ed Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:26:02 +0000 Subject: [PATCH 387/520] Translate locales/templates/member_admin.pot in ja 52% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 65816be6a581..359bbf234f9b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -289,7 +289,7 @@ msgstr "「{partial}」を時刻として解析できません。 YYYY-MM-DD HH: #: src/modules/member_admin/cog.py:643 msgctxt "cmd:configure_welcome" msgid "welcome" -msgstr "" +msgstr "ようこそ" #: src/modules/member_admin/cog.py:646 msgctxt "cmd:configure_welcome|desc" From 7a571b4a7bfe528e2c5dfbd21dc05bd0e8829d9f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:26:57 +0000 Subject: [PATCH 388/520] Translate locales/templates/member_admin.pot in ja 53% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 359bbf234f9b..9eaa295c419d 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -294,7 +294,7 @@ msgstr "ようこそ" #: src/modules/member_admin/cog.py:646 msgctxt "cmd:configure_welcome|desc" msgid "Configure new member greetings and roles." -msgstr "" +msgstr "新しいメンバーへの挨拶とロールを設定します。" #: src/modules/member_admin/settings.py:21 msgctxt "guildset:greeting_message|formatkey:mention" From 3b5e94d15a493394dcc6de50487fe4df0000855f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:30:28 +0000 Subject: [PATCH 389/520] Translate locales/templates/member_admin.pot in ja 54% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 9eaa295c419d..6fef16490f99 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -299,7 +299,7 @@ msgstr "新しいメンバーへの挨拶とロールを設定します。" #: src/modules/member_admin/settings.py:21 msgctxt "guildset:greeting_message|formatkey:mention" msgid "Mention the new member." -msgstr "" +msgstr "新しいメンバーをメンション" #: src/modules/member_admin/settings.py:23 msgctxt "guildset:greeting_message|formatkey:user_name" From eca318b9ca29829a98e640fb2addc3af255fab5a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:30:47 +0000 Subject: [PATCH 390/520] Translate locales/templates/member_admin.pot in ja 55% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 6fef16490f99..0da008e7c411 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -304,7 +304,7 @@ msgstr "新しいメンバーをメンション" #: src/modules/member_admin/settings.py:23 msgctxt "guildset:greeting_message|formatkey:user_name" msgid "Display name of the new member." -msgstr "" +msgstr "新しいメンバーの表示名。" #: src/modules/member_admin/settings.py:25 msgctxt "guildset:greeting_message|formatkey:user_avatar" From 40e20b18e4d429766ab47b3e19112207e21bf8ba Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:31:32 +0000 Subject: [PATCH 391/520] Translate locales/templates/member_admin.pot in ja 56% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 0da008e7c411..595759a474de 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -309,7 +309,7 @@ msgstr "新しいメンバーの表示名。" #: src/modules/member_admin/settings.py:25 msgctxt "guildset:greeting_message|formatkey:user_avatar" msgid "Avatar url of the new member." -msgstr "" +msgstr "新しいメンバーのアイコンの URL。" #: src/modules/member_admin/settings.py:27 msgctxt "guildset:greeting_message|formatkey:guild_name" From e6fe83ff598d81b28b7c152261965600aa38b614 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:32:37 +0000 Subject: [PATCH 392/520] Translate locales/templates/member_admin.pot in ja 57% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 595759a474de..e623e882af7f 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -314,7 +314,7 @@ msgstr "新しいメンバーのアイコンの URL。" #: src/modules/member_admin/settings.py:27 msgctxt "guildset:greeting_message|formatkey:guild_name" msgid "Name of this server." -msgstr "" +msgstr "このサーバーの名前" #: src/modules/member_admin/settings.py:29 msgctxt "guildset:greeting_message|formatkey:guild_icon" From bcbf413460685da25fda42c2fedfd23bac166a5b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:33:22 +0000 Subject: [PATCH 393/520] Translate locales/templates/member_admin.pot in ja 58% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index e623e882af7f..1d3d40f04935 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -319,7 +319,7 @@ msgstr "このサーバーの名前" #: src/modules/member_admin/settings.py:29 msgctxt "guildset:greeting_message|formatkey:guild_icon" msgid "Server icon url." -msgstr "" +msgstr "サーバーアイコンのURL。" #: src/modules/member_admin/settings.py:31 msgctxt "guildset:greeting_message|formatkey:studying_count" From 2299f8026f716c6d650bb5e5549a33a8936066ae Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:34:57 +0000 Subject: [PATCH 394/520] Translate locales/templates/member_admin.pot in ja 59% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 1d3d40f04935..c8a84d0a4597 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -324,7 +324,7 @@ msgstr "サーバーアイコンのURL。" #: src/modules/member_admin/settings.py:31 msgctxt "guildset:greeting_message|formatkey:studying_count" msgid "Number of current voice channel members." -msgstr "" +msgstr "現在の音声チャンネルにいるメンバーの数。" #: src/modules/member_admin/settings.py:33 msgctxt "guildset:greeting_message|formatkey:member_count" From ba55558de5da47d7cab4560ac501bf9b5f040b0d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:35:19 +0000 Subject: [PATCH 395/520] Translate locales/templates/member_admin.pot in ja 60% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c8a84d0a4597..d2f53441ec16 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -329,7 +329,7 @@ msgstr "現在の音声チャンネルにいるメンバーの数。" #: src/modules/member_admin/settings.py:33 msgctxt "guildset:greeting_message|formatkey:member_count" msgid "Number of members in the server." -msgstr "" +msgstr "サーバー内のメンバーの数。" #: src/modules/member_admin/settings.py:42 msgctxt "guildset:greeting_channel" From 4ac35741d402185934f19daf9fc7cb399786822f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:18:20 +0000 Subject: [PATCH 396/520] Translate locales/templates/member_admin.pot in ja 61% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index d2f53441ec16..4a925565d940 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -334,7 +334,7 @@ msgstr "サーバー内のメンバーの数。" #: src/modules/member_admin/settings.py:42 msgctxt "guildset:greeting_channel" msgid "welcome_channel" -msgstr "" +msgstr "挨拶チャンネル" #: src/modules/member_admin/settings.py:45 msgctxt "guildset:greeting_channel|desc" From bda101c25f6156c1d45b26c51134b9bbf60b2249 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:21:38 +0000 Subject: [PATCH 397/520] Translate locales/templates/member_admin.pot in ja 62% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 4a925565d940..c8a6f780ca08 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -339,7 +339,7 @@ msgstr "挨拶チャンネル" #: src/modules/member_admin/settings.py:45 msgctxt "guildset:greeting_channel|desc" msgid "Channel in which to welcome new members to the server." -msgstr "" +msgstr "新しいメンバーをサーバーに歓迎するチャンネル。" #: src/modules/member_admin/settings.py:49 msgctxt "guildset:greeting_channel|long_desc" From f01b5c279b0a8a1ee465a8c7e6afa7acf5f00810 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:04:26 +0000 Subject: [PATCH 398/520] Translate locales/templates/member_admin.pot in ja 63% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c8a6f780ca08..f3a816d4ed4b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -348,6 +348,8 @@ msgid "" "and returning members will be sent the configured `returning_message`. Unset" " to send these message via direct message." msgstr "" +"新しいメンバーにはこのチャンネルで、設定された 「ウェルカムメッセージ」 " +"が送信され、復帰メンバーには設定された「復帰メッセージ」が送信されます。これらのメッセージをダイレクトメッセージで送信するには設定を解除します。" #: src/modules/member_admin/settings.py:55 msgctxt "guildset:greeting_channel|accepts" From 0e14e594dccfa96d8c9cf55b8305f65f134969c4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:30:35 +0000 Subject: [PATCH 399/520] Translate locales/templates/member_admin.pot in ja 64% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index f3a816d4ed4b..cd63dd24b07a 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -354,7 +354,7 @@ msgstr "" #: src/modules/member_admin/settings.py:55 msgctxt "guildset:greeting_channel|accepts" msgid "Name or id of the greeting channel, or 0 for DM." -msgstr "" +msgstr "挨拶チャンネルの名前またはID、 DMの場合は 0。" #: src/modules/member_admin/settings.py:70 msgctxt "guildset:greeting_channel|set_response:unset" From f9347b4b846a6db64aa951b5681f26e93b8341e3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:30:57 +0000 Subject: [PATCH 400/520] Translate locales/templates/member_admin.pot in ja 65% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index cd63dd24b07a..59230f005089 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -359,7 +359,7 @@ msgstr "挨拶チャンネルの名前またはID、 DMの場合は 0。" #: src/modules/member_admin/settings.py:70 msgctxt "guildset:greeting_channel|set_response:unset" msgid "Welcome messages will now be sent via direct message." -msgstr "" +msgstr "ウェルカム メッセージはダイレクト メッセージで送信されるようになります。" #: src/modules/member_admin/settings.py:75 #, possible-python-brace-format From f4fdf11a24289712131575ee6c709b823ae031d7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:31:07 +0000 Subject: [PATCH 401/520] Translate locales/templates/member_admin.pot in ja 65% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 59230f005089..77466b4b15c3 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -359,7 +359,7 @@ msgstr "挨拶チャンネルの名前またはID、 DMの場合は 0。" #: src/modules/member_admin/settings.py:70 msgctxt "guildset:greeting_channel|set_response:unset" msgid "Welcome messages will now be sent via direct message." -msgstr "ウェルカム メッセージはダイレクト メッセージで送信されるようになります。" +msgstr "ウェルカム メッセージはダイレクトメッセージで送信されるようになります。" #: src/modules/member_admin/settings.py:75 #, possible-python-brace-format From 52c7e9aa06a3ae2cbdb0d2799ff287588f76a7c2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:31:35 +0000 Subject: [PATCH 402/520] Translate locales/templates/member_admin.pot in ja 66% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 77466b4b15c3..e6dc20866d35 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -365,7 +365,7 @@ msgstr "ウェルカム メッセージはダイレクトメッセージで送 #, possible-python-brace-format msgctxt "guildset:greeting_channel|set_response:set" msgid "Welcome messages will now be sent to {channel}" -msgstr "" +msgstr "ウェルカムメッセージが {channel} に送信されるようになります" #: src/modules/member_admin/settings.py:87 msgctxt "guildset:greeting_channel|formmatted:unset" From d53c770e4578ceb8a74e180e9a1101643d03baf7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:31:55 +0000 Subject: [PATCH 403/520] Translate locales/templates/member_admin.pot in ja 66% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index e6dc20866d35..f58792c016df 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -365,7 +365,7 @@ msgstr "ウェルカム メッセージはダイレクトメッセージで送 #, possible-python-brace-format msgctxt "guildset:greeting_channel|set_response:set" msgid "Welcome messages will now be sent to {channel}" -msgstr "ウェルカムメッセージが {channel} に送信されるようになります" +msgstr "ウェルカムメッセージは {channel} に送信されるようになります" #: src/modules/member_admin/settings.py:87 msgctxt "guildset:greeting_channel|formmatted:unset" From ff96797b5faec1358af7100586063c3d510ffb58 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:32:33 +0000 Subject: [PATCH 404/520] Translate locales/templates/member_admin.pot in ja 67% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index f58792c016df..c4eca13ca278 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -370,7 +370,7 @@ msgstr "ウェルカムメッセージは {channel} に送信されるように #: src/modules/member_admin/settings.py:87 msgctxt "guildset:greeting_channel|formmatted:unset" msgid "Direct Message" -msgstr "" +msgstr "ダイレクトメッセージ" #: src/modules/member_admin/settings.py:95 msgctxt "guildset:greeting_message" From ae9ee5d6684575926fbaf9c19fe23ead8399b964 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:33:20 +0000 Subject: [PATCH 405/520] Translate locales/templates/member_admin.pot in ja 67% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c4eca13ca278..fcf726d0b457 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -334,7 +334,7 @@ msgstr "サーバー内のメンバーの数。" #: src/modules/member_admin/settings.py:42 msgctxt "guildset:greeting_channel" msgid "welcome_channel" -msgstr "挨拶チャンネル" +msgstr " ウェルカムチャンネル" #: src/modules/member_admin/settings.py:45 msgctxt "guildset:greeting_channel|desc" From 0fdb830405d22ca22e114e342bc081055818dd18 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:34:49 +0000 Subject: [PATCH 406/520] Translate locales/templates/member_admin.pot in ja 68% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index fcf726d0b457..744bd86bdc76 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -375,7 +375,7 @@ msgstr "ダイレクトメッセージ" #: src/modules/member_admin/settings.py:95 msgctxt "guildset:greeting_message" msgid "welcome_message" -msgstr "" +msgstr "ウェルカムメッセージ" #: src/modules/member_admin/settings.py:99 msgctxt "guildset:greeting_message|desc" From 5a0e9eecdb3e2f78c90899f2c830d9d158707db3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:36:02 +0000 Subject: [PATCH 407/520] Translate locales/templates/member_admin.pot in ja 69% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 744bd86bdc76..0efea6775ff0 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -380,7 +380,7 @@ msgstr "ウェルカムメッセージ" #: src/modules/member_admin/settings.py:99 msgctxt "guildset:greeting_message|desc" msgid "Custom message used to greet new members when they join the server." -msgstr "" +msgstr "新しいメンバーがサーバーに参加するときに、挨拶するために使用されるカスタム メッセージ。" #: src/modules/member_admin/settings.py:103 msgctxt "guildset:greeting_message|long_desc" From e1cb163dc1272484d808f176816e2ded0147f53d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:36:55 +0000 Subject: [PATCH 408/520] Translate locales/templates/member_admin.pot in ja 70% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 0efea6775ff0..c171975e664d 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -388,6 +388,8 @@ msgid "" "When set, this message will be sent to the `welcome_channel` when a *new* " "member joins the server. If not set, no message will be sent." msgstr "" +"設定すると、*新しい*メンバーがサーバーに参加したときに、このメッセージが " +"「welcome_channe`」に送信されます。設定されていない場合、メッセージは送信されません。" #: src/modules/member_admin/settings.py:108 msgctxt "guildset:greeting_message|accepts" From ff3665734fe3ddd0209cca6dac42ad299a1225d7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:37:15 +0000 Subject: [PATCH 409/520] Translate locales/templates/member_admin.pot in ja 70% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c171975e664d..9fb4a23c9de5 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -389,7 +389,7 @@ msgid "" "member joins the server. If not set, no message will be sent." msgstr "" "設定すると、*新しい*メンバーがサーバーに参加したときに、このメッセージが " -"「welcome_channe`」に送信されます。設定されていない場合、メッセージは送信されません。" +"「welcome_channel」に送信されます。設定されていない場合、メッセージは送信されません。" #: src/modules/member_admin/settings.py:108 msgctxt "guildset:greeting_message|accepts" From 9c1d3a6dbe1e51ab1c3eaf79fa71c0398bfc5f90 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:38:39 +0000 Subject: [PATCH 410/520] Translate locales/templates/member_admin.pot in ja 71% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 9fb4a23c9de5..9f00b0445f71 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -394,7 +394,7 @@ msgstr "" #: src/modules/member_admin/settings.py:108 msgctxt "guildset:greeting_message|accepts" msgid "JSON formatted greeting message data" -msgstr "" +msgstr "JSON形式の挨拶メッセージデータ" #: src/modules/member_admin/settings.py:112 msgctxt "guildset:greeting_message|default" From f0f4b71c40e160d54443c8bf9a9eb29939c9fbf2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:42:07 +0000 Subject: [PATCH 411/520] Translate locales/templates/member_admin.pot in ja 71% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 9f00b0445f71..bab984b1042d 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -389,7 +389,7 @@ msgid "" "member joins the server. If not set, no message will be sent." msgstr "" "設定すると、*新しい*メンバーがサーバーに参加したときに、このメッセージが " -"「welcome_channel」に送信されます。設定されていない場合、メッセージは送信されません。" +"「ウェルカムチャンネル」に送信されます。設定されていない場合、メッセージは送信されません。" #: src/modules/member_admin/settings.py:108 msgctxt "guildset:greeting_message|accepts" From c9f23eeb224bb026f6f5cca871938a466cc468a0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:48:17 +0000 Subject: [PATCH 412/520] Translate locales/templates/member_admin.pot in ja 72% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index bab984b1042d..3ae4c2d3f8a7 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -413,6 +413,19 @@ msgid "" " }\n" " " msgstr "" +"\n" +" {\n" +" \"有効\": {\n" +" \"タイトル\": \"ようこそ {user_name}!\",\n" +" \"サムネイル\": {\"url\": \"{user_avatar}\"},\n" +" \"説明\": \"Welcome to **{guild_name}**!\",\n" +" \"フッター\": {\n" +" \"テキスト\": \"あなたは {member_count}人目のメンバーです!\"\n" +" },\n" +" \"色\": 15695665\n" +" }\n" +" }\n" +" " #: src/modules/member_admin/settings.py:140 msgctxt "guildset:greeting_message|set_response:unset" From eb36368fbce484fd3517da791566caa3968ac1ee Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:49:09 +0000 Subject: [PATCH 413/520] Translate locales/templates/member_admin.pot in ja 73% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 3ae4c2d3f8a7..e77ee9ea44c4 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -430,7 +430,7 @@ msgstr "" #: src/modules/member_admin/settings.py:140 msgctxt "guildset:greeting_message|set_response:unset" msgid "Welcome message unset! New members will not be greeted." -msgstr "" +msgstr "ウェルカムメッセージが設定されていません!新しいメンバーにウェルカムメッセージは送信されません。" #: src/modules/member_admin/settings.py:145 msgctxt "guildset:greeting_message|set_response:set" From ac7039beded34d0b3fbe4486a406e0257da475a9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:51:42 +0000 Subject: [PATCH 414/520] Translate locales/templates/member_admin.pot in ja 74% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index e77ee9ea44c4..0b2e922308d8 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -435,7 +435,7 @@ msgstr "ウェルカムメッセージが設定されていません!新しい #: src/modules/member_admin/settings.py:145 msgctxt "guildset:greeting_message|set_response:set" msgid "The welcome message has been updated." -msgstr "" +msgstr "ウェルカムメッセージが更新されました。" #: src/modules/member_admin/settings.py:157 msgctxt "guildset:greeting_message|formmatted:unset" From a7c8c3c2e80748ca9f2198577d26b66ce2d8ee72 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:53:39 +0000 Subject: [PATCH 415/520] Translate locales/templates/member_admin.pot in ja 75% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 0b2e922308d8..bea7fed305ce 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -440,7 +440,7 @@ msgstr "ウェルカムメッセージが更新されました。" #: src/modules/member_admin/settings.py:157 msgctxt "guildset:greeting_message|formmatted:unset" msgid "Not set, members will not be welcomed." -msgstr "" +msgstr "設定されていない場合、メンバーにウェルカムメッセージは送信されません。" #: src/modules/member_admin/settings.py:204 msgctxt "guildset:greeting_message|embed_field|formatkeys|explanation" From d5c21212a13b9837b4303b596e611cda010cb3dd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:57:08 +0000 Subject: [PATCH 416/520] Translate locales/templates/member_admin.pot in ja 76% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index bea7fed305ce..4bfa3e58e68d 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -445,7 +445,7 @@ msgstr "設定されていない場合、メンバーにウェルカムメッセ #: src/modules/member_admin/settings.py:204 msgctxt "guildset:greeting_message|embed_field|formatkeys|explanation" msgid "The following placeholders will be substituted with their values." -msgstr "" +msgstr "現在入力されている値は、その値に置き換えられます。" #: src/modules/member_admin/settings.py:207 msgctxt "guildset:greeting_message|embed_field|formatkeys|name" From 59a5e2005fe1e61d0aeb70802b6f65be6e83c244 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:19:06 +0000 Subject: [PATCH 417/520] Translate locales/templates/babel.pot in ja 100% translated source file: 'locales/templates/babel.pot' on 'ja'. --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index 0cdc384ed443..eab21c7873dc 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -24,7 +24,7 @@ msgstr "" #: src/babel/settingui.py:41 msgctxt "ui:locale_config|button:force|label" msgid "Toggle Force" -msgstr "変更の強制" +msgstr "言語強制 ON/OFF" #: src/babel/settingui.py:50 msgctxt "ui:locale_config|embed|title" From 9b61ecf28205c3b1f4f7741855b168c2112a52a4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:20:01 +0000 Subject: [PATCH 418/520] Translate locales/templates/babel.pot in ja 100% translated source file: 'locales/templates/babel.pot' on 'ja'. --- locales/ja/LC_MESSAGES/babel.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/babel.po b/locales/ja/LC_MESSAGES/babel.po index eab21c7873dc..3200bda833ea 100644 --- a/locales/ja/LC_MESSAGES/babel.po +++ b/locales/ja/LC_MESSAGES/babel.po @@ -124,7 +124,7 @@ msgstr "設定を解除" #, possible-python-brace-format msgctxt "settype:locale|error" msgid "Sorry, we do not support the language `{lang}` at this time!" -msgstr "申し訳ありませんが、現在 `{lang}` という言語はサポートしておりません!" +msgstr "申し訳ありませんが、現在 「{lang}」という言語はサポートしておりません!" #: src/babel/settings.py:77 msgctxt "userset:locale" From abc0c16160b9ec67e0516e816716e526ffb60e7a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:29:47 +0000 Subject: [PATCH 419/520] Translate locales/templates/member_admin.pot in ja 77% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 4bfa3e58e68d..08896b9659e6 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -450,7 +450,7 @@ msgstr "現在入力されている値は、その値に置き換えられます #: src/modules/member_admin/settings.py:207 msgctxt "guildset:greeting_message|embed_field|formatkeys|name" msgid "Placeholders" -msgstr "" +msgstr "記入欄" #: src/modules/member_admin/settings.py:218 msgctxt "guildset:returning_message" From e073be484d9082e2a2cae426c7a950f5d755b57f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:29:58 +0000 Subject: [PATCH 420/520] Translate locales/templates/member_admin.pot in ja 78% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 08896b9659e6..8b12e3459104 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -455,7 +455,7 @@ msgstr "記入欄" #: src/modules/member_admin/settings.py:218 msgctxt "guildset:returning_message" msgid "returning_message" -msgstr "" +msgstr "復帰メッセージ" #: src/modules/member_admin/settings.py:222 msgctxt "guildset:returning_message|desc" From 04300287501bb68975b87159466a621753071076 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:30:47 +0000 Subject: [PATCH 421/520] Translate locales/templates/member_admin.pot in ja 79% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 8b12e3459104..b76f85ad3980 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -461,7 +461,7 @@ msgstr "復帰メッセージ" msgctxt "guildset:returning_message|desc" msgid "" "Custom message used to greet returning members when they rejoin the server." -msgstr "" +msgstr "復帰メンバーがサーバーに再参加するときに挨拶するために使用されるカスタムメッセージ。" #: src/modules/member_admin/settings.py:226 msgctxt "guildset:returning_message|long_desc" From 82e08e913f22aa628bf72b551d5083ce88ba6c41 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:31:22 +0000 Subject: [PATCH 422/520] Translate locales/templates/member_admin.pot in ja 80% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index b76f85ad3980..e734885033eb 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -469,6 +469,8 @@ msgid "" "When set, this message will be sent to the `welcome_channel` when a member " "*returns* to the server. If not set, no message will be sent." msgstr "" +"設定すると、メンバーがサーバーに *戻ってきた*ときに、このメッセージが " +"「welcome_channel」に送信されます。設定されていない場合、メッセージは送信されません。" #: src/modules/member_admin/settings.py:231 msgctxt "guildset:returning_message|accepts" From 445270e6ea3e1cba74b764ad1e022b2ee4a72548 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:31:38 +0000 Subject: [PATCH 423/520] Translate locales/templates/member_admin.pot in ja 80% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index e734885033eb..589557a4aafb 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -470,7 +470,7 @@ msgid "" "*returns* to the server. If not set, no message will be sent." msgstr "" "設定すると、メンバーがサーバーに *戻ってきた*ときに、このメッセージが " -"「welcome_channel」に送信されます。設定されていない場合、メッセージは送信されません。" +"「ウェルカムチャンネル」に送信されます。設定されていない場合、メッセージは送信されません。" #: src/modules/member_admin/settings.py:231 msgctxt "guildset:returning_message|accepts" From 8c7d630f94203f6b4648ea7657ee8c4980947415 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:32:03 +0000 Subject: [PATCH 424/520] Translate locales/templates/member_admin.pot in ja 81% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 589557a4aafb..60ed6dcd4dab 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -475,7 +475,7 @@ msgstr "" #: src/modules/member_admin/settings.py:231 msgctxt "guildset:returning_message|accepts" msgid "JSON formatted returning message data" -msgstr "" +msgstr "JSON 形式で返されるメッセージ データ" #: src/modules/member_admin/settings.py:235 msgctxt "guildset:returning_message|default" From 5ed4c8d6ae4a9bc2a1eaf7f33ae84e5eb7902ad3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:35:11 +0000 Subject: [PATCH 425/520] Translate locales/templates/member_admin.pot in ja 82% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 60ed6dcd4dab..85b253012261 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -491,6 +491,16 @@ msgid "" " }\n" " " msgstr "" +"\n" +" {\n" +" \"有効\": {\n" +" \"タイトル\": \"おかえりなさい {user_name}!\",\n" +" \"サムネイル\": {\"url\": \"{User_avatar}\"},\n" +" \"説明\": \"**{guild_name}**ヘおかえりなさい!\\nあなたに最後に会ったのは、.でしたね\",\n" +" \"色\": 15695665\n" +" }\n" +" }\n" +" " #: src/modules/member_admin/settings.py:252 msgctxt "guildset:returning_message|formatkey:last_time" From e03f38d0e46ee112891bff1a4815c18603f2f5a2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:35:26 +0000 Subject: [PATCH 426/520] Translate locales/templates/member_admin.pot in ja 82% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 85b253012261..a6534ad92d50 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -496,7 +496,7 @@ msgstr "" " \"有効\": {\n" " \"タイトル\": \"おかえりなさい {user_name}!\",\n" " \"サムネイル\": {\"url\": \"{User_avatar}\"},\n" -" \"説明\": \"**{guild_name}**ヘおかえりなさい!\\nあなたに最後に会ったのは、.でしたね\",\n" +" \"説明\": \"**{guild_name}**ヘおかえりなさい!\\nあなたに最後に会ったのは、でしたね\",\n" " \"色\": 15695665\n" " }\n" " }\n" From 483eb1f8e17bb0f80e802784f76887af9c056050 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:36:01 +0000 Subject: [PATCH 427/520] Translate locales/templates/member_admin.pot in ja 83% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index a6534ad92d50..40b8262b6b2b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -505,7 +505,7 @@ msgstr "" #: src/modules/member_admin/settings.py:252 msgctxt "guildset:returning_message|formatkey:last_time" msgid "Unix timestamp of the last time the member was seen in the server." -msgstr "" +msgstr "メンバーがサーバー内で最後に確認されたときの Unix タイムスタンプ。" #: src/modules/member_admin/settings.py:263 msgctxt "guildset:returning_message|set_response:unset" From bdae084252b3eff06da5730a1963644750e28c3d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:36:39 +0000 Subject: [PATCH 428/520] Translate locales/templates/member_admin.pot in ja 84% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 40b8262b6b2b..60319ad8cb5e 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -510,7 +510,7 @@ msgstr "メンバーがサーバー内で最後に確認されたときの Unix #: src/modules/member_admin/settings.py:263 msgctxt "guildset:returning_message|set_response:unset" msgid "Returning member greeting unset! Will use `welcome_message` if set." -msgstr "" +msgstr "復帰メンバーの挨拶が未設定です!設定されている場合は 「ウェルカムメッセージ」 を使用します。" #: src/modules/member_admin/settings.py:268 msgctxt "guildset:greeting_message|set_response:set" From 62ebe0ce22ede9055d1284728d39f8fdfcf96e1d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:36:50 +0000 Subject: [PATCH 429/520] Translate locales/templates/member_admin.pot in ja 84% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 60319ad8cb5e..b1c80112bff2 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -510,7 +510,7 @@ msgstr "メンバーがサーバー内で最後に確認されたときの Unix #: src/modules/member_admin/settings.py:263 msgctxt "guildset:returning_message|set_response:unset" msgid "Returning member greeting unset! Will use `welcome_message` if set." -msgstr "復帰メンバーの挨拶が未設定です!設定されている場合は 「ウェルカムメッセージ」 を使用します。" +msgstr "復帰メンバーへの挨拶が未設定です!設定されている場合は 「ウェルカムメッセージ」 を使用します。" #: src/modules/member_admin/settings.py:268 msgctxt "guildset:greeting_message|set_response:set" From a79f5eebb5550d8b6dfba32942066d2d573eba9f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:47:24 +0000 Subject: [PATCH 430/520] Translate locales/templates/member_admin.pot in ja 84% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index b1c80112bff2..4d2664154c27 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -510,7 +510,7 @@ msgstr "メンバーがサーバー内で最後に確認されたときの Unix #: src/modules/member_admin/settings.py:263 msgctxt "guildset:returning_message|set_response:unset" msgid "Returning member greeting unset! Will use `welcome_message` if set." -msgstr "復帰メンバーへの挨拶が未設定です!設定されている場合は 「ウェルカムメッセージ」 を使用します。" +msgstr "復帰メンバーへの挨拶が未設定です!設定されている場合は 「ウェルカムメッセージ」 を使用します。" #: src/modules/member_admin/settings.py:268 msgctxt "guildset:greeting_message|set_response:set" From 246b6432f2d6ecb48784c801560f658f8cf0897f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:48:02 +0000 Subject: [PATCH 431/520] Translate locales/templates/member_admin.pot in ja 85% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 4d2664154c27..f1bd2943c213 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -515,7 +515,7 @@ msgstr "復帰メンバーへの挨拶が未設定です!設定されている #: src/modules/member_admin/settings.py:268 msgctxt "guildset:greeting_message|set_response:set" msgid "The returning member greeting has been updated." -msgstr "" +msgstr "復帰メンバーへの挨拶を更新しました。" #: src/modules/member_admin/settings.py:280 msgctxt "guildset:greeting_message|formmatted:unset" From 7106abd32099eeb75e39c3ae14cdcba7ae67fbb4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:50:49 +0000 Subject: [PATCH 432/520] Translate locales/templates/member_admin.pot in ja 86% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index f1bd2943c213..79f8d1aa0aaf 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -520,7 +520,7 @@ msgstr "復帰メンバーへの挨拶を更新しました。" #: src/modules/member_admin/settings.py:280 msgctxt "guildset:greeting_message|formmatted:unset" msgid "Not set, will use the `welcome_message` if set." -msgstr "" +msgstr "設定されていません。設定されている場合は「ウェルカムメッセージ」が送信されます。" #: src/modules/member_admin/settings.py:330 msgctxt "guildset:returning_message|embed_field|formatkeys|explanation" From 00831a7374da25cee05cd7d7b0015a3fa4fc6aed Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:53:20 +0000 Subject: [PATCH 433/520] Translate locales/templates/member_admin.pot in ja 87% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 79f8d1aa0aaf..394e4f8f3837 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -525,7 +525,7 @@ msgstr "設定されていません。設定されている場合は「ウェル #: src/modules/member_admin/settings.py:330 msgctxt "guildset:returning_message|embed_field|formatkeys|explanation" msgid "In *addition* to the placeholders supported by `welcome_message`" -msgstr "" +msgstr "「welcome_message」でサポートされている入力欄に *追加*" #: src/modules/member_admin/settings.py:333 msgctxt "guildset:returning_message|embed_field|formatkeys|" From cc649e90aaa14ee5f1cfd93e730ccbf66d5bfe9c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:53:44 +0000 Subject: [PATCH 434/520] Translate locales/templates/member_admin.pot in ja 87% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 394e4f8f3837..c7e46ec2a11d 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -525,7 +525,7 @@ msgstr "設定されていません。設定されている場合は「ウェル #: src/modules/member_admin/settings.py:330 msgctxt "guildset:returning_message|embed_field|formatkeys|explanation" msgid "In *addition* to the placeholders supported by `welcome_message`" -msgstr "「welcome_message」でサポートされている入力欄に *追加*" +msgstr "「ウェルカムメッセージ」でサポートされている入力欄に *追加*" #: src/modules/member_admin/settings.py:333 msgctxt "guildset:returning_message|embed_field|formatkeys|" From c7a7043243781632b3d2644dcc19788eb0bf279e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:54:09 +0000 Subject: [PATCH 435/520] Translate locales/templates/member_admin.pot in ja 88% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index c7e46ec2a11d..2037b3e29f7b 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -530,7 +530,7 @@ msgstr "「ウェルカムメッセージ」でサポートされている入力 #: src/modules/member_admin/settings.py:333 msgctxt "guildset:returning_message|embed_field|formatkeys|" msgid "Placeholders" -msgstr "" +msgstr "入力欄" #: src/modules/member_admin/settings.py:345 msgctxt "guildset:autoroles" From 64d6cd418bf096151d54e76a0ade4a62faf49a39 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:54:19 +0000 Subject: [PATCH 436/520] Translate locales/templates/member_admin.pot in ja 89% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 2037b3e29f7b..05bae5b3fdd2 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -535,7 +535,7 @@ msgstr "入力欄" #: src/modules/member_admin/settings.py:345 msgctxt "guildset:autoroles" msgid "autoroles" -msgstr "" +msgstr "オートロール" #: src/modules/member_admin/settings.py:349 msgctxt "guildset:autoroles|desc" From da52b4c85ee5925f88ae9a3f8e13b35b46fc0042 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:54:48 +0000 Subject: [PATCH 437/520] Translate locales/templates/member_admin.pot in ja 90% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 05bae5b3fdd2..4704be522419 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -540,7 +540,7 @@ msgstr "オートロール" #: src/modules/member_admin/settings.py:349 msgctxt "guildset:autoroles|desc" msgid "Roles given to new members when they join the server." -msgstr "" +msgstr "新しいメンバーがサーバーに参加するときに与えられるロール。" #: src/modules/member_admin/settings.py:353 msgctxt "guildset:autoroles|long_desc" From e7e0d7e00c00ae5d45f49acac526a6f6b6a54bf7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:57:15 +0000 Subject: [PATCH 438/520] Translate locales/templates/member_admin.pot in ja 91% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 4704be522419..8591ca2d27b2 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -549,6 +549,7 @@ msgid "" "`role_persistence` is enabled, these roles will *not* be given to a " "returning member." msgstr "" +"これらの役割は、メンバーがサーバーに参加するときに与えられます。 「ロール持続」が有効な場合、これらのロールは復帰メンバーに*与えられません*。" #: src/modules/member_admin/settings.py:368 msgctxt "guildset:bot_autoroles" From 41a31bda70e7808a4854a08ab191c36e861d4aed Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:57:55 +0000 Subject: [PATCH 439/520] Translate locales/templates/member_admin.pot in ja 92% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 8591ca2d27b2..cfe170de32a1 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -554,7 +554,7 @@ msgstr "" #: src/modules/member_admin/settings.py:368 msgctxt "guildset:bot_autoroles" msgid "bot_autoroles" -msgstr "" +msgstr "ボット_オートロール" #: src/modules/member_admin/settings.py:372 msgctxt "guildset:bot_autoroles|desc" From 7126fca0df51177cd8659a5af6a26b5433819ba5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:58:24 +0000 Subject: [PATCH 440/520] Translate locales/templates/member_admin.pot in ja 93% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index cfe170de32a1..b531324001c0 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -559,7 +559,7 @@ msgstr "ボット_オートロール" #: src/modules/member_admin/settings.py:372 msgctxt "guildset:bot_autoroles|desc" msgid "Roles given to new bots when they join the server." -msgstr "" +msgstr "新しいボットがサーバーに参加するときに与えられるロール。" #: src/modules/member_admin/settings.py:376 msgctxt "guildset:bot_autoroles|long_desc" From 62da1fb2b982b506e9a849cdfae24c83f6f4f5da Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:01:05 +0000 Subject: [PATCH 441/520] Translate locales/templates/member_admin.pot in ja 94% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index b531324001c0..841e96b63ae1 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -564,7 +564,7 @@ msgstr "新しいボットがサーバーに参加するときに与えられる #: src/modules/member_admin/settings.py:376 msgctxt "guildset:bot_autoroles|long_desc" msgid "These roles will be given when a bot joins the server." -msgstr "" +msgstr "これらのロールは、ボットがサーバーに参加するときに与えられます。" #: src/modules/member_admin/settings.py:390 msgctxt "guildset:role_persistence" From a4159221d420bdfe86ae942885bd01408f80c2c7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:01:18 +0000 Subject: [PATCH 442/520] Translate locales/templates/member_admin.pot in ja 95% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 841e96b63ae1..2995fcf43d7d 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -569,7 +569,7 @@ msgstr "これらのロールは、ボットがサーバーに参加するとき #: src/modules/member_admin/settings.py:390 msgctxt "guildset:role_persistence" msgid "role_persistence" -msgstr "" +msgstr "ロール持続" #: src/modules/member_admin/settings.py:393 msgctxt "guildset:role_persistence|desc" From 8593be5c51d1eb0d6baa17c484c72beb335ced1f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:02:15 +0000 Subject: [PATCH 443/520] Translate locales/templates/member_admin.pot in ja 95% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 2995fcf43d7d..1da50195e6c1 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -549,7 +549,7 @@ msgid "" "`role_persistence` is enabled, these roles will *not* be given to a " "returning member." msgstr "" -"これらの役割は、メンバーがサーバーに参加するときに与えられます。 「ロール持続」が有効な場合、これらのロールは復帰メンバーに*与えられません*。" +"これらの役割は、メンバーがサーバーに参加するときに与えられます。 「ロール_持続」が有効な場合、これらのロールは復帰メンバーに*与えられません*。" #: src/modules/member_admin/settings.py:368 msgctxt "guildset:bot_autoroles" From d46a7ddca84ec171fd25e80f3e8072bf6a76aa59 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:02:25 +0000 Subject: [PATCH 444/520] Translate locales/templates/member_admin.pot in ja 95% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 1da50195e6c1..05d1e9f416ce 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -569,7 +569,7 @@ msgstr "これらのロールは、ボットがサーバーに参加するとき #: src/modules/member_admin/settings.py:390 msgctxt "guildset:role_persistence" msgid "role_persistence" -msgstr "ロール持続" +msgstr "ロール_持続" #: src/modules/member_admin/settings.py:393 msgctxt "guildset:role_persistence|desc" From 335816f35033fab711ba07cf8268399581f44b44 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:03:02 +0000 Subject: [PATCH 445/520] Translate locales/templates/member_admin.pot in ja 96% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 05d1e9f416ce..f492fa1fae08 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -574,7 +574,7 @@ msgstr "ロール_持続" #: src/modules/member_admin/settings.py:393 msgctxt "guildset:role_persistence|desc" msgid "Whether member roles should be restored on rejoin." -msgstr "" +msgstr "再参加時にメンバーのロールを復元するかどうか。" #: src/modules/member_admin/settings.py:397 msgctxt "guildset:role_persistence|long_desc" From f47863222ad26784363a7ecfb8981ef7c87b0e2b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:04:16 +0000 Subject: [PATCH 446/520] Translate locales/templates/member_admin.pot in ja 97% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index f492fa1fae08..5281ab2a2e67 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -583,6 +583,8 @@ msgid "" " restored when they rejoin (instead of giving `autoroles`). Note that this " "may conflict with other bots who manage join roles." msgstr "" +"有効にすると、メンバーのロールはサーバーから離れるときに保存され、再参加するときに (「オートロール」を与える代わりに) " +"復元されます。これは、参加ロールを管理する他のボットと競合する可能性があることに注意してください。" #: src/modules/member_admin/settings.py:413 msgctxt "guildset:role_persistence|set_response:off" From 4ea022ba9d44c49cd61fde4c31894daf4b057bc0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:05:04 +0000 Subject: [PATCH 447/520] Translate locales/templates/member_admin.pot in ja 98% of minimum 1% translated source file: 'locales/templates/member_admin.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 5281ab2a2e67..786457a3107d 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -589,7 +589,7 @@ msgstr "" #: src/modules/member_admin/settings.py:413 msgctxt "guildset:role_persistence|set_response:off" msgid "Roles will not be restored when members rejoin." -msgstr "" +msgstr "メンバーが再参加してもロールは復元されません。" #: src/modules/member_admin/settings.py:418 msgctxt "guildset:greeting_message|set_response:on" From 4e967510cfcb4cd0b87e53f97977e540f37565c3 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:05:37 +0000 Subject: [PATCH 448/520] Translate locales/templates/member_admin.pot in ja 100% translated source file: 'locales/templates/member_admin.pot' on 'ja'. --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 786457a3107d..966aec3a15c4 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -594,4 +594,4 @@ msgstr "メンバーが再参加してもロールは復元されません。" #: src/modules/member_admin/settings.py:418 msgctxt "guildset:greeting_message|set_response:on" msgid "Roles will now be restored when members rejoin." -msgstr "" +msgstr "メンバーが再参加するとロールが復元されるようになります。" From be7caee331617ee16b0ab4e46240babae1b8378c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:06:19 +0000 Subject: [PATCH 449/520] Translate locales/templates/meta.pot in ja 2% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 335 +++++++++++++++++++++++++++++++++ 1 file changed, 335 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/meta.po diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po new file mode 100644 index 000000000000..6c7f4a10ee55 --- /dev/null +++ b/locales/ja/LC_MESSAGES/meta.po @@ -0,0 +1,335 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/modules/meta/cog.py:40 +msgctxt "cmd:help" +msgid "help" +msgstr "ヘルプ" + +#: src/modules/meta/cog.py:43 +msgctxt "cmd:help|desc" +msgid "See a brief summary of my commands and features." +msgstr "" + +#: src/modules/meta/cog.py:65 +#, possible-python-brace-format +msgctxt "new_guild_join_message|desc" +msgid "" +"Thank you for inviting me to your community!\n" +"Get started by typing {help_cmd} to see my commands, and {dash_cmd} to view and set up my configuration options!\n" +"\n" +"If you need any help configuring me, or would like to suggest a feature, report a bug, and stay updated, make sure to join our main support server by [clicking here]({support})." +msgstr "" + +#: src/modules/meta/cog.py:89 +msgctxt "new_guild_join_message|name" +msgid "Hello everyone! My name is Leo, the LionBot!" +msgstr "" + +#: src/modules/meta/cog.py:104 +msgctxt "cmd:invite" +msgid "invite" +msgstr "" + +#: src/modules/meta/cog.py:107 +msgctxt "cmd:invite|desc" +msgid "Invite LionBot to your own server." +msgstr "" + +#: src/modules/meta/cog.py:117 +#, possible-python-brace-format +msgctxt "cmd:invite|embed|desc" +msgid "[Click here]({invite_link}) to add me to your server." +msgstr "" + +#: src/modules/meta/cog.py:125 +msgctxt "cmd:invite|embed|field:tips|name" +msgid "Setup Tips" +msgstr "" + +#: src/modules/meta/cog.py:129 +#, possible-python-brace-format +msgctxt "cmd:invite|embed|field:tips|value" +msgid "" +"Remember to check out {help_cmd} for the important command list, including the admin page which displays the hidden admin-level configuration commands like {dashboard}!\n" +"Also, if you have any issues or questions, you can join our [support server]({support_link}) to talk to our friendly support team!" +msgstr "" + +#: src/modules/meta/cog.py:144 +msgctxt "cmd:support" +msgid "support" +msgstr "" + +#: src/modules/meta/cog.py:147 +msgctxt "cmd:support|desc" +msgid "Have an issue or a question? Speak to my friendly support team here." +msgstr "" + +#: src/modules/meta/cog.py:155 +#, possible-python-brace-format +msgctxt "cmd:support|response" +msgid "" +"Speak to my friendly support team by joining this server and making a ticket in the support channel!\n" +"{support_link}" +msgstr "" + +#: src/modules/meta/cog.py:163 +msgctxt "cmd:nerd" +msgid "nerd" +msgstr "" + +#: src/modules/meta/cog.py:166 +msgctxt "cmd:nerd|desc" +msgid "View hidden details and statistics about me ('nerd statistics')" +msgstr "" + +#: src/modules/meta/cog.py:179 +msgctxt "cmd:nerd|title" +msgid "Nerd Statistics" +msgstr "" + +#: src/modules/meta/cog.py:202 +msgctxt "cmd:nerd|field:currently|name" +msgid "Currently" +msgstr "" + +#: src/modules/meta/cog.py:205 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:currently|value" +msgid "`{people}` people active in `{rooms}` rooms of `{guilds}` guilds." +msgstr "" + +#: src/modules/meta/cog.py:221 +msgctxt "cmd:nerd|field:recorded|name" +msgid "Recorded" +msgstr "" + +#: src/modules/meta/cog.py:224 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:recorded|value" +msgid "" +"`{hours}` voice hours from `{users}` people across `{sessions}` sessions." +msgstr "" + +#: src/modules/meta/cog.py:238 +msgctxt "cmd:nerd|field:registered|name" +msgid "Registered" +msgstr "" + +#: src/modules/meta/cog.py:241 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:registered|value" +msgid "`{users}` users and `{guilds}` guilds." +msgstr "" + +#: src/modules/meta/cog.py:255 +msgctxt "cmd:nerd|field:tasks|name" +msgid "Tasks" +msgstr "" + +#: src/modules/meta/cog.py:258 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:tasks|value" +msgid "`{tasks}` tasks completed out of `{total}`." +msgstr "" + +#: src/modules/meta/cog.py:271 +msgctxt "cmd:nerd|field:timers|name" +msgid "Timers" +msgstr "" + +#: src/modules/meta/cog.py:274 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:timers|value" +msgid "`{timers}` timers running across `{guilds}` guilds." +msgstr "" + +#: src/modules/meta/cog.py:283 +msgctxt "cmd:nerd|section:bot_stats|name" +msgid "Bot Stats" +msgstr "" + +#: src/modules/meta/cog.py:293 +msgctxt "cmd:nerd|field:shard|name" +msgid "Shard" +msgstr "" + +#: src/modules/meta/cog.py:296 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:shard|value" +msgid "`{shard_number}` of `{shard_count}`" +msgstr "" + +#: src/modules/meta/cog.py:302 +msgctxt "cmd:nerd|field:guilds|name" +msgid "Guilds" +msgstr "" + +#: src/modules/meta/cog.py:305 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:guilds|value" +msgid "`{guilds}` guilds with `{count}` total members." +msgstr "" + +#: src/modules/meta/cog.py:315 +msgctxt "cmd:nerd|field:version|name" +msgid "Leo Version" +msgstr "" + +#: src/modules/meta/cog.py:318 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:version|value" +msgid "`v{version}`, last updated {timestamp} from `{reason}`." +msgstr "" + +#: src/modules/meta/cog.py:330 +msgctxt "cmd:nerd|field:py_version|name" +msgid "Py Version" +msgstr "" + +#: src/modules/meta/cog.py:333 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:py_version|value" +msgid "`{py_version}` running discord.py `{dpy_version}`" +msgstr "" + +#: src/modules/meta/cog.py:341 +msgctxt "cmd:nerd|section:process_section|name" +msgid "Process" +msgstr "" + +#: src/modules/meta/cog.py:351 +msgctxt "cmd:nerd|field:handling|name" +msgid "Handling" +msgstr "" + +#: src/modules/meta/cog.py:354 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:handling|name" +msgid "`{events}` active commands and events." +msgstr "" + +#: src/modules/meta/cog.py:362 +msgctxt "cmd:nerd|field:working|name" +msgid "Working On" +msgstr "" + +#: src/modules/meta/cog.py:365 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:working|value" +msgid "`{tasks}` background tasks." +msgstr "" + +#: src/modules/meta/cog.py:371 +msgctxt "cmd:nerd|field:objects|name" +msgid "Objects" +msgstr "" + +#: src/modules/meta/cog.py:374 +#, possible-python-brace-format +msgctxt "cmd:nerd|field:objects|value" +msgid "`{objects}` loaded in memory." +msgstr "" + +#: src/modules/meta/cog.py:384 +msgctxt "cmd:nerd|field:uptime|name" +msgid "Uptime" +msgstr "" + +#: src/modules/meta/cog.py:390 +msgctxt "cmd:nerd|section:shard_section|name" +msgid "Shard Statistics" +msgstr "" + +#: src/modules/meta/help_sections.py:40 +#, possible-python-brace-format +msgctxt "helptext|level:member|mode:study" +msgid "" +"\n" +" {config_emoji} Personal Configuration\n" +" *View or adjust personal settings with the {cmd_my} command.*\n" +" {cmd_my_timezone}: Timezone used to display your stats and set reminders.\n" +" {cmd_my_language}: Your preferred language for commands and interactions.\n" +"\n" +"\n" +" {stats_emoji} Statistics\n" +" *Study in voice channels to earn activity ranks and compete on the leaderboard!*\n" +" {cmd_me}: View your personal study profile and set your profile tags.\n" +" {cmd_stats}: View study statistics for the current and past weeks or months.\n" +" {cmd_ranks}: See the list of activity ranks.\n" +" {cmd_leaderboard}: Compete with other members on the server leaderboards.\n" +"\n" +"\n" +" {coin} Economy\n" +" *Earn coins through studying, then spend them on some well deserved rewards!*\n" +" {cmd_send}: Send your {coin} to another member.\n" +" {cmd_shop}: Purchase server roles with your {coin}.\n" +" {cmd_room}: Rent a private voice channel for you and your friends.\n" +"\n" +"\n" +" {utility_emoji} Utilities\n" +" *Some other utilities to help you stay productive while studying!*\n" +" {cmd_reminders}: Ask me to remind you about that important task!\n" +" {cmd_tasklist}: Create tasks and feel the satisfaction of checking them off.\n" +" {cmd_timers}: Stay productive using the classic *pomodoro technique*!\n" +" {cmd_schedule}: Schedule a shared study session and keep yourself accountable!\n" +" " +msgstr "" + +#: src/modules/meta/help_sections.py:73 +#, possible-python-brace-format +msgctxt "helptext|page:admin" +msgid "" +"\n" +" Use {cmd_dashboard} to see an overview of the server configuration, and quickly jump to the feature configuration panels to modify settings.\n" +"\n" +" Most settings may also be directly set through the `/config` and `/admin config` commands, depending on whether the settings require moderator (manage server) or admin level permissions, respectively.\n" +"\n" +" Other relevant commands for guild configuration below:\n" +" `/editshop`: Add/Edit/Remove colour roles from the {coin} shop.\n" +" `/ranks`: Add/Edit/Refresh/Remove activity ranks.\n" +" `/pomodoro`: Add/Edit/Remove Pomodoro timers in voice channels.\n" +" `/rolemenus`: Allow members to equip roles from customisable messages.\n" +" `/economy balance`: Display and modify LionCoin balance for members and roles.\n" +" " +msgstr "" + +#: src/modules/meta/help_sections.py:112 +msgctxt "helptext|level:member|title" +msgid "Command Summary (for members)" +msgstr "" + +#: src/modules/meta/help_sections.py:140 +msgctxt "helptext|level:admin|title" +msgid "Command Summary (for server admins)" +msgstr "" + +#: src/modules/meta/helpui.py:47 +msgctxt "ui:help|button:member_page|label" +msgid "Member Page" +msgstr "" + +#: src/modules/meta/helpui.py:59 +msgctxt "ui:help|button:admin_page|label" +msgid "Admin Page" +msgstr "" From 58de942a16a294002be062e8b50c62a326d59bed Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:06:40 +0000 Subject: [PATCH 450/520] Translate locales/templates/meta.pot in ja 4% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 6c7f4a10ee55..657de8b389b5 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -29,7 +29,7 @@ msgstr "ヘルプ" #: src/modules/meta/cog.py:43 msgctxt "cmd:help|desc" msgid "See a brief summary of my commands and features." -msgstr "" +msgstr "コマンドと機能の簡単な概要を参照してください。" #: src/modules/meta/cog.py:65 #, possible-python-brace-format From a7582c84b1f0633933371c7df39cd11699828047 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:10:40 +0000 Subject: [PATCH 451/520] Translate locales/templates/meta.pot in ja 6% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 657de8b389b5..e219839e7e9c 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -40,6 +40,10 @@ msgid "" "\n" "If you need any help configuring me, or would like to suggest a feature, report a bug, and stay updated, make sure to join our main support server by [clicking here]({support})." msgstr "" +"コミュニティに招待していただきありがとうございます!\n" +"まず、「{help_cmd}」と入力してコマンドを表示し、「{dash_cmd}」と入力して構成オプションを表示および設定しましょう!\n" +"\n" +"設定に関するサポートが必要な場合、または機能の提案、バグの報告、最新情報の入手をご希望の場合は、[ここをクリック]({support}) してメイン サポート サーバーに参加してください。" #: src/modules/meta/cog.py:89 msgctxt "new_guild_join_message|name" From 783006de282cbdfd7065078a6f39a337ab89f0c7 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:13:56 +0000 Subject: [PATCH 452/520] Translate locales/templates/meta.pot in ja 8% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index e219839e7e9c..d0b8ce8c1fd3 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -48,7 +48,7 @@ msgstr "" #: src/modules/meta/cog.py:89 msgctxt "new_guild_join_message|name" msgid "Hello everyone! My name is Leo, the LionBot!" -msgstr "" +msgstr "みなさんこんにちは!私の名前はLeo、LionBotです!" #: src/modules/meta/cog.py:104 msgctxt "cmd:invite" From bc9e284520233e154b81d192dc76784e9280c50f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:14:06 +0000 Subject: [PATCH 453/520] Translate locales/templates/meta.pot in ja 10% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index d0b8ce8c1fd3..0c45cc87e0c0 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -53,7 +53,7 @@ msgstr "みなさんこんにちは!私の名前はLeo、LionBotです!" #: src/modules/meta/cog.py:104 msgctxt "cmd:invite" msgid "invite" -msgstr "" +msgstr "招待" #: src/modules/meta/cog.py:107 msgctxt "cmd:invite|desc" From fa99fba9d918e93efa9d8ea17aae91536a135ea6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:14:36 +0000 Subject: [PATCH 454/520] Translate locales/templates/meta.pot in ja 10% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 0c45cc87e0c0..3b213cdb92c6 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -43,7 +43,7 @@ msgstr "" "コミュニティに招待していただきありがとうございます!\n" "まず、「{help_cmd}」と入力してコマンドを表示し、「{dash_cmd}」と入力して構成オプションを表示および設定しましょう!\n" "\n" -"設定に関するサポートが必要な場合、または機能の提案、バグの報告、最新情報の入手をご希望の場合は、[ここをクリック]({support}) してメイン サポート サーバーに参加してください。" +"設定に関するサポートが必要な場合、または機能の提案、バグの報告、最新情報の入手をご希望の場合は、[ここをクリック]({support}) してメインサポートサーバーに参加してください。" #: src/modules/meta/cog.py:89 msgctxt "new_guild_join_message|name" From ede6289ac514f1e978302bdd3e9897a31b2ca27c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:15:07 +0000 Subject: [PATCH 455/520] Translate locales/templates/meta.pot in ja 12% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 3b213cdb92c6..cab8bec59926 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -58,7 +58,7 @@ msgstr "招待" #: src/modules/meta/cog.py:107 msgctxt "cmd:invite|desc" msgid "Invite LionBot to your own server." -msgstr "" +msgstr "LionBot を自分のサーバーに招待します。" #: src/modules/meta/cog.py:117 #, possible-python-brace-format From c762d8f691945c33a97d7e903e7e157b89b1c285 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:15:27 +0000 Subject: [PATCH 456/520] Translate locales/templates/meta.pot in ja 12% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index cab8bec59926..df46aa1301d8 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -58,7 +58,7 @@ msgstr "招待" #: src/modules/meta/cog.py:107 msgctxt "cmd:invite|desc" msgid "Invite LionBot to your own server." -msgstr "LionBot を自分のサーバーに招待します。" +msgstr "LionBot を、あなたの自分のサーバーに招待します。" #: src/modules/meta/cog.py:117 #, possible-python-brace-format From 1d85a040ca81021b530d9a316984ccb4c1f4c88d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:20:42 +0000 Subject: [PATCH 457/520] Translate locales/templates/meta.pot in ja 14% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index df46aa1301d8..2766306bb00d 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -64,7 +64,7 @@ msgstr "LionBot を、あなたの自分のサーバーに招待します。" #, possible-python-brace-format msgctxt "cmd:invite|embed|desc" msgid "[Click here]({invite_link}) to add me to your server." -msgstr "" +msgstr "[ここをクリック]({invite_link}) して私をあなたのサーバーに追加してください。" #: src/modules/meta/cog.py:125 msgctxt "cmd:invite|embed|field:tips|name" From db368d4c1a1ee8359e2ec57178660af0c7ea0b6a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:21:04 +0000 Subject: [PATCH 458/520] Translate locales/templates/meta.pot in ja 16% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 2766306bb00d..8c0474ed9a35 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -69,7 +69,7 @@ msgstr "[ここをクリック]({invite_link}) して私をあなたのサーバ #: src/modules/meta/cog.py:125 msgctxt "cmd:invite|embed|field:tips|name" msgid "Setup Tips" -msgstr "" +msgstr "セットアップのヒント" #: src/modules/meta/cog.py:129 #, possible-python-brace-format From 9ac51f8b91bcf9db937f2b294c57a0ad743dfeaf Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:23:02 +0000 Subject: [PATCH 459/520] Translate locales/templates/meta.pot in ja 18% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 8c0474ed9a35..041029c0b0cc 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -78,6 +78,9 @@ msgid "" "Remember to check out {help_cmd} for the important command list, including the admin page which displays the hidden admin-level configuration commands like {dashboard}!\n" "Also, if you have any issues or questions, you can join our [support server]({support_link}) to talk to our friendly support team!" msgstr "" +"{help_cmd} で重要なコマンド リストを確認してください。これには、{dashboard} などの管理者レベルの非表示の設定コマンドを表示する管理ページも含まれます!\n" +"\n" +"また、問題や質問がある場合は、[サポート サーバー]({support_link}) に参加して、フレンドリーなサポートチームに相談してね!" #: src/modules/meta/cog.py:144 msgctxt "cmd:support" From c6450c77ded171f9df04d8b01dc67b853957af04 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:23:12 +0000 Subject: [PATCH 460/520] Translate locales/templates/meta.pot in ja 18% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 1 - 1 file changed, 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 041029c0b0cc..78d1caec1105 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -79,7 +79,6 @@ msgid "" "Also, if you have any issues or questions, you can join our [support server]({support_link}) to talk to our friendly support team!" msgstr "" "{help_cmd} で重要なコマンド リストを確認してください。これには、{dashboard} などの管理者レベルの非表示の設定コマンドを表示する管理ページも含まれます!\n" -"\n" "また、問題や質問がある場合は、[サポート サーバー]({support_link}) に参加して、フレンドリーなサポートチームに相談してね!" #: src/modules/meta/cog.py:144 From eb0ddd0f386ab673cdd868301763d3bc2bf3e487 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:23:31 +0000 Subject: [PATCH 461/520] Translate locales/templates/meta.pot in ja 20% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 78d1caec1105..3176b1825456 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -84,7 +84,7 @@ msgstr "" #: src/modules/meta/cog.py:144 msgctxt "cmd:support" msgid "support" -msgstr "" +msgstr "サポート" #: src/modules/meta/cog.py:147 msgctxt "cmd:support|desc" From 0e5ce913c89fa952e29c14e4a4c1aad3c721af69 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:24:27 +0000 Subject: [PATCH 462/520] Translate locales/templates/meta.pot in ja 22% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 3176b1825456..3a59285ae858 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -89,7 +89,7 @@ msgstr "サポート" #: src/modules/meta/cog.py:147 msgctxt "cmd:support|desc" msgid "Have an issue or a question? Speak to my friendly support team here." -msgstr "" +msgstr "問題や質問がありますか?こちらのフレンドリーなサポートチームに是非ご相談を。" #: src/modules/meta/cog.py:155 #, possible-python-brace-format From 301ef2735e4d8b157a53ba6e2252dfba74c9ce02 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:26:29 +0000 Subject: [PATCH 463/520] Translate locales/templates/meta.pot in ja 24% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 3a59285ae858..dc9c5e775e75 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -98,6 +98,8 @@ msgid "" "Speak to my friendly support team by joining this server and making a ticket in the support channel!\n" "{support_link}" msgstr "" +"このサーバーに参加し、サポート チャンネルでチケットを作成して、私のフレンドリーなサポートチームに話しかけてください!\n" +"{support_link}" #: src/modules/meta/cog.py:163 msgctxt "cmd:nerd" From eba6b18cd2efbf69656d0f6a1eb11f90d9de0064 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:27:10 +0000 Subject: [PATCH 464/520] Translate locales/templates/meta.pot in ja 26% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index dc9c5e775e75..652b92b2176f 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -104,7 +104,7 @@ msgstr "" #: src/modules/meta/cog.py:163 msgctxt "cmd:nerd" msgid "nerd" -msgstr "" +msgstr "オタク" #: src/modules/meta/cog.py:166 msgctxt "cmd:nerd|desc" From f1f7e3d25bfbef59eb8168747653c1ec10508409 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:29:05 +0000 Subject: [PATCH 465/520] Translate locales/templates/meta.pot in ja 28% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 652b92b2176f..2a02454654ba 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -109,7 +109,7 @@ msgstr "オタク" #: src/modules/meta/cog.py:166 msgctxt "cmd:nerd|desc" msgid "View hidden details and statistics about me ('nerd statistics')" -msgstr "" +msgstr "私に関する非表示の詳細と統計を表示します (「ガリ勉の統計」)" #: src/modules/meta/cog.py:179 msgctxt "cmd:nerd|title" From 2a2bd67b9cbcb9c4bf999002e00fb389f6a4a8ba Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:29:20 +0000 Subject: [PATCH 466/520] Translate locales/templates/meta.pot in ja 28% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 2a02454654ba..11788fd3a5c3 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -109,7 +109,7 @@ msgstr "オタク" #: src/modules/meta/cog.py:166 msgctxt "cmd:nerd|desc" msgid "View hidden details and statistics about me ('nerd statistics')" -msgstr "私に関する非表示の詳細と統計を表示します (「ガリ勉の統計」)" +msgstr "私に関する非表示の詳細と統計を表示します (ガリ勉の統計)" #: src/modules/meta/cog.py:179 msgctxt "cmd:nerd|title" From d07946e61e7347a3382932af643254fff63c627b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:29:32 +0000 Subject: [PATCH 467/520] Translate locales/templates/meta.pot in ja 28% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 11788fd3a5c3..6cec5a40dab6 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -104,7 +104,7 @@ msgstr "" #: src/modules/meta/cog.py:163 msgctxt "cmd:nerd" msgid "nerd" -msgstr "オタク" +msgstr "ヲタク" #: src/modules/meta/cog.py:166 msgctxt "cmd:nerd|desc" From 88b5e19c1c8b25f1aee221e12c3f0ced64b359a5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:22:12 +0000 Subject: [PATCH 468/520] Translate locales/templates/meta.pot in ja 30% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 6cec5a40dab6..9b9436a60570 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -114,7 +114,7 @@ msgstr "私に関する非表示の詳細と統計を表示します (ガリ勉 #: src/modules/meta/cog.py:179 msgctxt "cmd:nerd|title" msgid "Nerd Statistics" -msgstr "" +msgstr "ガリ勉の統計" #: src/modules/meta/cog.py:202 msgctxt "cmd:nerd|field:currently|name" From 57f92232edb6140c93663d4bb5dc19553494d498 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:23:26 +0000 Subject: [PATCH 469/520] Translate locales/templates/meta.pot in ja 32% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 9b9436a60570..70d4c6493005 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -119,7 +119,7 @@ msgstr "ガリ勉の統計" #: src/modules/meta/cog.py:202 msgctxt "cmd:nerd|field:currently|name" msgid "Currently" -msgstr "" +msgstr "現在" #: src/modules/meta/cog.py:205 #, possible-python-brace-format From d7f59455d821a2326848fe8c461a23e4e00a8b3f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:30:48 +0000 Subject: [PATCH 470/520] Translate locales/templates/meta.pot in ja 32% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 70d4c6493005..94fa10bb24d2 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -104,7 +104,7 @@ msgstr "" #: src/modules/meta/cog.py:163 msgctxt "cmd:nerd" msgid "nerd" -msgstr "ヲタク" +msgstr "ヲタク用" #: src/modules/meta/cog.py:166 msgctxt "cmd:nerd|desc" From 0bcc70d584e81cda493315c7c3b83bcc79e255d1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:30:58 +0000 Subject: [PATCH 471/520] Translate locales/templates/meta.pot in ja 32% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 94fa10bb24d2..873a95d56a1e 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -109,7 +109,7 @@ msgstr "ヲタク用" #: src/modules/meta/cog.py:166 msgctxt "cmd:nerd|desc" msgid "View hidden details and statistics about me ('nerd statistics')" -msgstr "私に関する非表示の詳細と統計を表示します (ガリ勉の統計)" +msgstr "私に関する非表示の詳細と統計を表示します (ヲタク用の統計)" #: src/modules/meta/cog.py:179 msgctxt "cmd:nerd|title" From fd1c5aa6ac6d3cf4ef8776a48f629402e42691df Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:31:42 +0000 Subject: [PATCH 472/520] Translate locales/templates/meta.pot in ja 32% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 873a95d56a1e..f88da337faa2 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -114,7 +114,7 @@ msgstr "私に関する非表示の詳細と統計を表示します (ヲタク #: src/modules/meta/cog.py:179 msgctxt "cmd:nerd|title" msgid "Nerd Statistics" -msgstr "ガリ勉の統計" +msgstr "ヲタク用の統計" #: src/modules/meta/cog.py:202 msgctxt "cmd:nerd|field:currently|name" From ba4c7fab5ce4ac49145b31edd526eb2fd71fdc3d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:32:41 +0000 Subject: [PATCH 473/520] Translate locales/templates/meta.pot in ja 32% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index f88da337faa2..6703585271a9 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -109,7 +109,7 @@ msgstr "ヲタク用" #: src/modules/meta/cog.py:166 msgctxt "cmd:nerd|desc" msgid "View hidden details and statistics about me ('nerd statistics')" -msgstr "私に関する非表示の詳細と統計を表示します (ヲタク用の統計)" +msgstr "私に関する非表示の詳細とヲタク用の統計を表示します (詳細統計)" #: src/modules/meta/cog.py:179 msgctxt "cmd:nerd|title" From 62d6943aeb57f721ada70c2afc64cb125dbbcd86 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:32:58 +0000 Subject: [PATCH 474/520] Translate locales/templates/meta.pot in ja 32% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 6703585271a9..cac29f2a4519 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -114,7 +114,7 @@ msgstr "私に関する非表示の詳細とヲタク用の統計を表示しま #: src/modules/meta/cog.py:179 msgctxt "cmd:nerd|title" msgid "Nerd Statistics" -msgstr "ヲタク用の統計" +msgstr "詳細統計" #: src/modules/meta/cog.py:202 msgctxt "cmd:nerd|field:currently|name" From 398d7179d1ab0626ca8923db9a56f87ed30b56fd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:38:23 +0000 Subject: [PATCH 475/520] Translate locales/templates/meta.pot in ja 34% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index cac29f2a4519..299e87785f23 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -126,6 +126,8 @@ msgstr "現在" msgctxt "cmd:nerd|field:currently|value" msgid "`{people}` people active in `{rooms}` rooms of `{guilds}` guilds." msgstr "" +"`{people}` ギルド `{guilds}` の `{rooms}` ルームで`{people}`人がアクティブです

" #: src/modules/meta/cog.py:221 msgctxt "cmd:nerd|field:recorded|name" From 2798493f9ae1c6c4ea7a2d4022de0c14468ae75a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:38:43 +0000 Subject: [PATCH 476/520] Translate locales/templates/meta.pot in ja 34% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 299e87785f23..e03f629d4767 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -126,8 +126,8 @@ msgstr "現在" msgctxt "cmd:nerd|field:currently|value" msgid "`{people}` people active in `{rooms}` rooms of `{guilds}` guilds." msgstr "" -"`{people}` ギルド `{guilds}` の `{rooms}` ルームで`{people}`人がアクティブです

" +"ギルド `{guilds}` の `{rooms}` ルームで`{people}`人がアクティブです

" #: src/modules/meta/cog.py:221 msgctxt "cmd:nerd|field:recorded|name" From 8412ba3bb141b2a6945cee60ea2427e26a621061 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:39:53 +0000 Subject: [PATCH 477/520] Translate locales/templates/meta.pot in ja 34% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index e03f629d4767..04ee5d3acbf3 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -125,9 +125,7 @@ msgstr "現在" #, possible-python-brace-format msgctxt "cmd:nerd|field:currently|value" msgid "`{people}` people active in `{rooms}` rooms of `{guilds}` guilds." -msgstr "" -"ギルド `{guilds}` の `{rooms}` ルームで`{people}`人がアクティブです

" +msgstr " `{guilds}` サーバーの `{rooms}` ルームで`{people}`人がアクティブです。" #: src/modules/meta/cog.py:221 msgctxt "cmd:nerd|field:recorded|name" From 9712ed4153aca5b690a3061a8dd8a03aacff77f2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:41:02 +0000 Subject: [PATCH 478/520] Translate locales/templates/meta.pot in ja 36% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 04ee5d3acbf3..28d1df506476 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -130,7 +130,7 @@ msgstr " `{guilds}` サーバーの `{rooms}` ルームで`{people}`人がアク #: src/modules/meta/cog.py:221 msgctxt "cmd:nerd|field:recorded|name" msgid "Recorded" -msgstr "" +msgstr "記録済み" #: src/modules/meta/cog.py:224 #, possible-python-brace-format From 2d71232b85e6c8fd29da2f6d3812608c3ee69eb0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:42:31 +0000 Subject: [PATCH 479/520] Translate locales/templates/meta.pot in ja 38% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 28d1df506476..aa24096aa988 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -137,7 +137,7 @@ msgstr "記録済み" msgctxt "cmd:nerd|field:recorded|value" msgid "" "`{hours}` voice hours from `{users}` people across `{sessions}` sessions." -msgstr "" +msgstr "`{hours}` は、`{sessions}` セッション全体で `{users}` の音声時間です。" #: src/modules/meta/cog.py:238 msgctxt "cmd:nerd|field:registered|name" From 0c2739bd932b6bbced8c3cae9e428dc9915231b9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:43:24 +0000 Subject: [PATCH 480/520] Translate locales/templates/meta.pot in ja 40% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index aa24096aa988..4bc4eeae335b 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -142,7 +142,7 @@ msgstr "`{hours}` は、`{sessions}` セッション全体で `{users}` の音 #: src/modules/meta/cog.py:238 msgctxt "cmd:nerd|field:registered|name" msgid "Registered" -msgstr "" +msgstr "登録済み" #: src/modules/meta/cog.py:241 #, possible-python-brace-format From 49c81b38c5dcd0151622cbe7b79d3123ff0c979e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:44:06 +0000 Subject: [PATCH 481/520] Translate locales/templates/meta.pot in ja 42% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 4bc4eeae335b..ff050bc24c94 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -148,7 +148,7 @@ msgstr "登録済み" #, possible-python-brace-format msgctxt "cmd:nerd|field:registered|value" msgid "`{users}` users and `{guilds}` guilds." -msgstr "" +msgstr "`{users}` ユーザーと `{guilds}` サーバー。" #: src/modules/meta/cog.py:255 msgctxt "cmd:nerd|field:tasks|name" From a82237d2a8678f9c5cf1437baaabfbdf2b217be1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:44:29 +0000 Subject: [PATCH 482/520] Translate locales/templates/meta.pot in ja 44% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index ff050bc24c94..f1236f2a4437 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -153,7 +153,7 @@ msgstr "`{users}` ユーザーと `{guilds}` サーバー。" #: src/modules/meta/cog.py:255 msgctxt "cmd:nerd|field:tasks|name" msgid "Tasks" -msgstr "" +msgstr "タスク" #: src/modules/meta/cog.py:258 #, possible-python-brace-format From 726aee0002eb788105c93e190285e4bdd73f56fe Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:44:52 +0000 Subject: [PATCH 483/520] Translate locales/templates/meta.pot in ja 46% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index f1236f2a4437..fb5f822f40cd 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -164,7 +164,7 @@ msgstr "" #: src/modules/meta/cog.py:271 msgctxt "cmd:nerd|field:timers|name" msgid "Timers" -msgstr "" +msgstr "タイマー" #: src/modules/meta/cog.py:274 #, possible-python-brace-format From c77c67be69f5816cb416a69832a2ae8d74912aed Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:45:31 +0000 Subject: [PATCH 484/520] Translate locales/templates/meta.pot in ja 48% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index fb5f822f40cd..e78eb0419559 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -159,7 +159,7 @@ msgstr "タスク" #, possible-python-brace-format msgctxt "cmd:nerd|field:tasks|value" msgid "`{tasks}` tasks completed out of `{total}`." -msgstr "" +msgstr "`{total}` 個のうち `{tasks}` 個のタスクが完了しました。" #: src/modules/meta/cog.py:271 msgctxt "cmd:nerd|field:timers|name" From b6254b56ee75b4a43b623de4ee5c7114b2f8ac93 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:45:58 +0000 Subject: [PATCH 485/520] Translate locales/templates/meta.pot in ja 51% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index e78eb0419559..524e6b351211 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -170,7 +170,7 @@ msgstr "タイマー" #, possible-python-brace-format msgctxt "cmd:nerd|field:timers|value" msgid "`{timers}` timers running across `{guilds}` guilds." -msgstr "" +msgstr "`{timers}` タイマーは `{guilds}` サーバー全体で実行されます" #: src/modules/meta/cog.py:283 msgctxt "cmd:nerd|section:bot_stats|name" From 8d15f1cfe482b0fcca8a6f78bf23245cf476a7c5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:46:28 +0000 Subject: [PATCH 486/520] Translate locales/templates/meta.pot in ja 53% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 524e6b351211..1115c8c397e6 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -175,7 +175,7 @@ msgstr "`{timers}` タイマーは `{guilds}` サーバー全体で実行され #: src/modules/meta/cog.py:283 msgctxt "cmd:nerd|section:bot_stats|name" msgid "Bot Stats" -msgstr "" +msgstr "ボットの統計" #: src/modules/meta/cog.py:293 msgctxt "cmd:nerd|field:shard|name" From 1eafb720970e81af465738c68babf7b65a16ae29 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:46:53 +0000 Subject: [PATCH 487/520] Translate locales/templates/meta.pot in ja 55% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 1115c8c397e6..5da9da7437ff 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -180,7 +180,7 @@ msgstr "ボットの統計" #: src/modules/meta/cog.py:293 msgctxt "cmd:nerd|field:shard|name" msgid "Shard" -msgstr "" +msgstr "Shard" #: src/modules/meta/cog.py:296 #, possible-python-brace-format From f2baf5867d0c45e62bdae3c97ef40a0a01f4000b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:54:23 +0000 Subject: [PATCH 488/520] Translate locales/templates/meta.pot in ja 57% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 5da9da7437ff..896ccd4f7d69 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -191,7 +191,7 @@ msgstr "" #: src/modules/meta/cog.py:302 msgctxt "cmd:nerd|field:guilds|name" msgid "Guilds" -msgstr "" +msgstr "サーバー" #: src/modules/meta/cog.py:305 #, possible-python-brace-format From 427276eff07a8b0c8a640787fe27a2c24076b421 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:58:17 +0000 Subject: [PATCH 489/520] Translate locales/templates/meta.pot in ja 59% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 896ccd4f7d69..197bc5c2cb91 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -197,7 +197,7 @@ msgstr "サーバー" #, possible-python-brace-format msgctxt "cmd:nerd|field:guilds|value" msgid "`{guilds}` guilds with `{count}` total members." -msgstr "" +msgstr " `{guilds}` サーバーには合計メンバーが `{count}` 人います。" #: src/modules/meta/cog.py:315 msgctxt "cmd:nerd|field:version|name" From 296b01eb96853b33e63ff71e9ca7daf926a0c5e9 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:58:47 +0000 Subject: [PATCH 490/520] Translate locales/templates/meta.pot in ja 61% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 197bc5c2cb91..3b19994ed1f1 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -202,7 +202,7 @@ msgstr " `{guilds}` サーバーには合計メンバーが `{count}` 人いま #: src/modules/meta/cog.py:315 msgctxt "cmd:nerd|field:version|name" msgid "Leo Version" -msgstr "" +msgstr "Leo Version" #: src/modules/meta/cog.py:318 #, possible-python-brace-format From 9848e592ee4cc4c1f86662f9c03175b8fba3a290 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:31:10 +0000 Subject: [PATCH 491/520] Translate locales/templates/meta.pot in ja 63% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 3b19994ed1f1..30ce474027ff 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -208,7 +208,7 @@ msgstr "Leo Version" #, possible-python-brace-format msgctxt "cmd:nerd|field:version|value" msgid "`v{version}`, last updated {timestamp} from `{reason}`." -msgstr "" +msgstr "`v{version}`、最終アップデート日は `{reason}` により {timestamp} です。" #: src/modules/meta/cog.py:330 msgctxt "cmd:nerd|field:py_version|name" From c07b178e04231a7872d5d8b0aaeaafb2f1574a6b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:31:20 +0000 Subject: [PATCH 492/520] Translate locales/templates/meta.pot in ja 65% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 30ce474027ff..03b30f133803 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -213,7 +213,7 @@ msgstr "`v{version}`、最終アップデート日は `{reason}` により {time #: src/modules/meta/cog.py:330 msgctxt "cmd:nerd|field:py_version|name" msgid "Py Version" -msgstr "" +msgstr "Py Version" #: src/modules/meta/cog.py:333 #, possible-python-brace-format From 8e3591b0b0333c523ce8efd28c27b228aa86b1cc Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:31:37 +0000 Subject: [PATCH 493/520] Translate locales/templates/meta.pot in ja 67% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 03b30f133803..4e16daa3e81f 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -219,7 +219,7 @@ msgstr "Py Version" #, possible-python-brace-format msgctxt "cmd:nerd|field:py_version|value" msgid "`{py_version}` running discord.py `{dpy_version}`" -msgstr "" +msgstr "`{py_version}` running discord.py `{dpy_version}`" #: src/modules/meta/cog.py:341 msgctxt "cmd:nerd|section:process_section|name" From efc5210d7434aae0fb0564eeaf2cc1f838058bb5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:37:20 +0000 Subject: [PATCH 494/520] Translate locales/templates/meta.pot in ja 69% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 4e16daa3e81f..b8eef7e7a512 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -224,7 +224,7 @@ msgstr "`{py_version}` running discord.py `{dpy_version}`" #: src/modules/meta/cog.py:341 msgctxt "cmd:nerd|section:process_section|name" msgid "Process" -msgstr "" +msgstr "プロセス" #: src/modules/meta/cog.py:351 msgctxt "cmd:nerd|field:handling|name" From 3c5d9fb0aa4a1e0a67b96d4bda181876706af4b4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:37:46 +0000 Subject: [PATCH 495/520] Translate locales/templates/meta.pot in ja 71% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index b8eef7e7a512..839149006478 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -229,7 +229,7 @@ msgstr "プロセス" #: src/modules/meta/cog.py:351 msgctxt "cmd:nerd|field:handling|name" msgid "Handling" -msgstr "" +msgstr "取り扱い" #: src/modules/meta/cog.py:354 #, possible-python-brace-format From 63b38ac6450aee9590df19da9d83eaaf5a1094f2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:38:59 +0000 Subject: [PATCH 496/520] Translate locales/templates/meta.pot in ja 73% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 839149006478..233516b58d8c 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -235,7 +235,7 @@ msgstr "取り扱い" #, possible-python-brace-format msgctxt "cmd:nerd|field:handling|name" msgid "`{events}` active commands and events." -msgstr "" +msgstr "`{events}` アクティブコマンドと活動。" #: src/modules/meta/cog.py:362 msgctxt "cmd:nerd|field:working|name" From a1f1fe39b0cd9915c1bd37fe49b852d9dd1a2c3c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:39:33 +0000 Subject: [PATCH 497/520] Translate locales/templates/meta.pot in ja 73% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 233516b58d8c..65388278f641 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -235,7 +235,7 @@ msgstr "取り扱い" #, possible-python-brace-format msgctxt "cmd:nerd|field:handling|name" msgid "`{events}` active commands and events." -msgstr "`{events}` アクティブコマンドと活動。" +msgstr "`{events}` アクティブなコマンドと活動。" #: src/modules/meta/cog.py:362 msgctxt "cmd:nerd|field:working|name" From e4082eb74d77f2769d94a79c9a5581ebefbf3756 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:39:54 +0000 Subject: [PATCH 498/520] Translate locales/templates/meta.pot in ja 73% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 65388278f641..5e79d4073957 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -235,7 +235,7 @@ msgstr "取り扱い" #, possible-python-brace-format msgctxt "cmd:nerd|field:handling|name" msgid "`{events}` active commands and events." -msgstr "`{events}` アクティブなコマンドと活動。" +msgstr "`{events}` のアクティブなコマンドと活動。" #: src/modules/meta/cog.py:362 msgctxt "cmd:nerd|field:working|name" From cdb918562c72adf35d373a3588cc2640ea7df0e8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:44:43 +0000 Subject: [PATCH 499/520] Translate locales/templates/meta.pot in ja 75% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 5e79d4073957..90a6a37b9cae 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -240,7 +240,7 @@ msgstr "`{events}` のアクティブなコマンドと活動。" #: src/modules/meta/cog.py:362 msgctxt "cmd:nerd|field:working|name" msgid "Working On" -msgstr "" +msgstr "開発" #: src/modules/meta/cog.py:365 #, possible-python-brace-format From e80450b2a2a4e75438800b637e2bb77fe99f95c4 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:46:52 +0000 Subject: [PATCH 500/520] Translate locales/templates/meta.pot in ja 77% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 90a6a37b9cae..100a6c5c5f77 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -246,7 +246,7 @@ msgstr "開発" #, possible-python-brace-format msgctxt "cmd:nerd|field:working|value" msgid "`{tasks}` background tasks." -msgstr "" +msgstr "`{tasks}` のバックグラウンドタスク。" #: src/modules/meta/cog.py:371 msgctxt "cmd:nerd|field:objects|name" From 7d862c4f2268047bb6c1c83238c9e7c362084a29 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:47:06 +0000 Subject: [PATCH 501/520] Translate locales/templates/meta.pot in ja 79% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 100a6c5c5f77..6e4194aa4b24 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -251,7 +251,7 @@ msgstr "`{tasks}` のバックグラウンドタスク。" #: src/modules/meta/cog.py:371 msgctxt "cmd:nerd|field:objects|name" msgid "Objects" -msgstr "" +msgstr "オブジェクト" #: src/modules/meta/cog.py:374 #, possible-python-brace-format From 137dd8a2e2834827c238cbdbfddac49c64b85061 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:48:03 +0000 Subject: [PATCH 502/520] Translate locales/templates/meta.pot in ja 81% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 6e4194aa4b24..e18e4da053e4 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -257,7 +257,7 @@ msgstr "オブジェクト" #, possible-python-brace-format msgctxt "cmd:nerd|field:objects|value" msgid "`{objects}` loaded in memory." -msgstr "" +msgstr "`{objects}` がメモリにロードされました。" #: src/modules/meta/cog.py:384 msgctxt "cmd:nerd|field:uptime|name" From ea72ee716c00b384013ae0e996cfb69f6269a74d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:48:44 +0000 Subject: [PATCH 503/520] Translate locales/templates/meta.pot in ja 83% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index e18e4da053e4..6c1cf8839db4 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -262,7 +262,7 @@ msgstr "`{objects}` がメモリにロードされました。" #: src/modules/meta/cog.py:384 msgctxt "cmd:nerd|field:uptime|name" msgid "Uptime" -msgstr "" +msgstr "稼働時間" #: src/modules/meta/cog.py:390 msgctxt "cmd:nerd|section:shard_section|name" From efb7048b2c1d7a132d0c27158a68ea60f31f51b1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:51:42 +0000 Subject: [PATCH 504/520] Translate locales/templates/meta.pot in ja 85% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 6c1cf8839db4..c3ff48e3aa18 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -267,7 +267,7 @@ msgstr "稼働時間" #: src/modules/meta/cog.py:390 msgctxt "cmd:nerd|section:shard_section|name" msgid "Shard Statistics" -msgstr "" +msgstr "Shard 統計" #: src/modules/meta/help_sections.py:40 #, possible-python-brace-format From fd53146a2677fc4030bac4eb822d4ba24b52a7e5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:24:21 +0000 Subject: [PATCH 505/520] Translate locales/templates/meta.pot in ja 87% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index c3ff48e3aa18..c21f28878d92 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -186,7 +186,7 @@ msgstr "Shard" #, possible-python-brace-format msgctxt "cmd:nerd|field:shard|value" msgid "`{shard_number}` of `{shard_count}`" -msgstr "" +msgstr "`{shard_count}` あるうちの`{shard_number}`" #: src/modules/meta/cog.py:302 msgctxt "cmd:nerd|field:guilds|name" From 596920131c8892d10405c0d69ffa243446dccbcb Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:12:37 +0000 Subject: [PATCH 506/520] Translate locales/templates/member_admin.pot in ja 100% translated source file: 'locales/templates/member_admin.pot' on 'ja'. --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index 966aec3a15c4..cd742a9b242f 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -445,7 +445,7 @@ msgstr "設定されていない場合、メンバーにウェルカムメッセ #: src/modules/member_admin/settings.py:204 msgctxt "guildset:greeting_message|embed_field|formatkeys|explanation" msgid "The following placeholders will be substituted with their values." -msgstr "現在入力されている値は、その値に置き換えられます。" +msgstr "現在記入欄に入力されている値は、その値に置き換えられます。" #: src/modules/member_admin/settings.py:207 msgctxt "guildset:greeting_message|embed_field|formatkeys|name" From 05c90d6c0cb7454168d37d3b2dd2053cc3b78145 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:13:05 +0000 Subject: [PATCH 507/520] Translate locales/templates/member_admin.pot in ja 100% translated source file: 'locales/templates/member_admin.pot' on 'ja'. --- locales/ja/LC_MESSAGES/member_admin.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/member_admin.po b/locales/ja/LC_MESSAGES/member_admin.po index cd742a9b242f..c996221a5529 100644 --- a/locales/ja/LC_MESSAGES/member_admin.po +++ b/locales/ja/LC_MESSAGES/member_admin.po @@ -450,7 +450,7 @@ msgstr "現在記入欄に入力されている値は、その値に置き換え #: src/modules/member_admin/settings.py:207 msgctxt "guildset:greeting_message|embed_field|formatkeys|name" msgid "Placeholders" -msgstr "記入欄" +msgstr "入力欄" #: src/modules/member_admin/settings.py:218 msgctxt "guildset:returning_message" From 556184aea726480d4083d3b8e3f43edee77a7e7c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:04:05 +0000 Subject: [PATCH 508/520] Translate locales/templates/meta.pot in ja 89% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index c21f28878d92..9a98d2831397 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -303,6 +303,34 @@ msgid "" " {cmd_schedule}: Schedule a shared study session and keep yourself accountable!\n" " " msgstr "" +"\n" +"{config_emoji}個人設定。\n" +"*{cmd_my}コマンドで個人設定を表示または変更します!*\n" +"{cmd_my_timezone}: 統計情報の表示とリマインダーの設定に使用するタイムゾーン。\n" +"{cmd_my_language}: {cmd_my_language}: コマンドや対話で使用する言語。\n" +"\n" +"\n" +"{stats_emoji}統計\n" +"*音声チャンネルで勉強してアクティビティーランクを獲得し、リーダーボードで競争しよう!*。\n" +"{cmd_me}: 個人の学習プロフィールを表示し、プロフィールタグを設定します。\n" +"{cmd_stats}: 現在と過去の週または月の学習統計を表示します。\n" +"{cmd_ranks}: 活動ランクのリストを見る。\n" +"{cmd_leaderboard}: サーバーのリーダーボードで他のメンバーと競う。\n" +"\n" +"\n" +"{coin}経済。\n" +"*勉強してコインを稼ぎ、そのコインをご褒美に使いましょう!*。\n" +"{cmd_send}: コインを他のメンバーに送ります。\n" +"{cmd_shop}: あなたの{coin}でサーバーロールを購入します。\n" +"{cmd_room}: プライベートボイスチャンネルをレンタルします。\n" +"\n" +"\n" +"{utility_emoji}ユーティリティー\n" +"*勉強中の生産性を維持するためのその他のユーティリティです!*\n" +"{cmd_reminders}: 重要なタスクについてリマインドしてくれます!\n" +"{cmd_tasklist}: タスクを作成し、チェックすることで満足感を味わいましょう。\n" +"{cmd_timers}: 古典的な*ポモドーロテクニック*を使って生産性を維持!\n" +"{cmd_schedule}:共有の勉強会をスケジュールして、責任を生じさせましょう!" #: src/modules/meta/help_sections.py:73 #, possible-python-brace-format From f5d7e196b6578da3a99f5094bd8abb1024608af2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:11:39 +0000 Subject: [PATCH 509/520] Translate locales/templates/meta.pot in ja 91% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 9a98d2831397..b702c5a72ccf 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -349,6 +349,17 @@ msgid "" " `/economy balance`: Display and modify LionCoin balance for members and roles.\n" " " msgstr "" +"\n" +"{cmd_dashboard}を使用すると、サーバー設定の概要が表示され、設定を変更するための機能設定パネルにすばやくジャンプできます。\n" +"\n" +"ほとんどの設定は「/config」コマンドや 「/admin config」コマンドを使って直接設定することもできます。\n" +"\n" +"ギルドの設定に関連するその他のコマンドは以下の通りです。\n" +"「/editshop」:{coin}ショップのカラーロールを追加/編集/削除します。\n" +"「/ranks」: 活動ランクの追加/編集/更新/削除。\n" +"「/pomodoro」: ボイスチャンネルのポモドーロタイマーを追加/編集/削除。\n" +"「/rolemenus」: メンバーがカスタマイズ可能なメッセージからロールを装備できるようにする。\n" +"「/economy balance」: メンバーやロールのLionCoin残高の表示と変更。" #: src/modules/meta/help_sections.py:112 msgctxt "helptext|level:member|title" From 5a55d3fdb8016425964042cdbc0f37a73eddd3fb Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:13:56 +0000 Subject: [PATCH 510/520] Translate locales/templates/meta.pot in ja 91% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index b702c5a72ccf..e6ea04c31767 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -356,8 +356,8 @@ msgstr "" "\n" "ギルドの設定に関連するその他のコマンドは以下の通りです。\n" "「/editshop」:{coin}ショップのカラーロールを追加/編集/削除します。\n" -"「/ranks」: 活動ランクの追加/編集/更新/削除。\n" -"「/pomodoro」: ボイスチャンネルのポモドーロタイマーを追加/編集/削除。\n" +"「/ranks」: 活動ランクの追加/編集/更新/削除。\n" +"「/pomodoro」: ボイスチャンネルのポモドーロタイマーを追加/編集/削除。\n" "「/rolemenus」: メンバーがカスタマイズ可能なメッセージからロールを装備できるようにする。\n" "「/economy balance」: メンバーやロールのLionCoin残高の表示と変更。" From 5ba4bd1936eba28046299101061223580d4c642b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:17:46 +0000 Subject: [PATCH 511/520] Translate locales/templates/meta.pot in ja 91% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index e6ea04c31767..2602ff8cfd92 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -353,6 +353,7 @@ msgstr "" "{cmd_dashboard}を使用すると、サーバー設定の概要が表示され、設定を変更するための機能設定パネルにすばやくジャンプできます。\n" "\n" "ほとんどの設定は「/config」コマンドや 「/admin config」コマンドを使って直接設定することもできます。\n" +"設定にモデレーター(サーバーを管理する)または管理者レベルの権限が必要かどうかによって、それぞれ以下のようになります。\n" "\n" "ギルドの設定に関連するその他のコマンドは以下の通りです。\n" "「/editshop」:{coin}ショップのカラーロールを追加/編集/削除します。\n" From 10a12e1dd43ca98cd579fca5268466320c8ce058 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:19:37 +0000 Subject: [PATCH 512/520] Translate locales/templates/meta.pot in ja 91% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 2602ff8cfd92..a15d232e3c46 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -353,7 +353,7 @@ msgstr "" "{cmd_dashboard}を使用すると、サーバー設定の概要が表示され、設定を変更するための機能設定パネルにすばやくジャンプできます。\n" "\n" "ほとんどの設定は「/config」コマンドや 「/admin config」コマンドを使って直接設定することもできます。\n" -"設定にモデレーター(サーバーを管理する)または管理者レベルの権限が必要かどうかによって、それぞれ以下のようになります。\n" +"設定にモデレーター(サーバー管理)または管理者レベルの権限が必要かどうかによって、どちらのコマンドを使うかが決まります。\n" "\n" "ギルドの設定に関連するその他のコマンドは以下の通りです。\n" "「/editshop」:{coin}ショップのカラーロールを追加/編集/削除します。\n" From a16087236cdf2bccad33cae9d348ad76d664e589 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:21:18 +0000 Subject: [PATCH 513/520] Translate locales/templates/meta.pot in ja 93% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index a15d232e3c46..ce1b4e6e0d02 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -365,7 +365,7 @@ msgstr "" #: src/modules/meta/help_sections.py:112 msgctxt "helptext|level:member|title" msgid "Command Summary (for members)" -msgstr "" +msgstr "コマンド一覧(メンバー用)" #: src/modules/meta/help_sections.py:140 msgctxt "helptext|level:admin|title" From 473e221c91c91f07c1a31a4e01ab68d8a1620cae Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:21:58 +0000 Subject: [PATCH 514/520] Translate locales/templates/meta.pot in ja 95% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index ce1b4e6e0d02..830873cde256 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -370,7 +370,7 @@ msgstr "コマンド一覧(メンバー用)" #: src/modules/meta/help_sections.py:140 msgctxt "helptext|level:admin|title" msgid "Command Summary (for server admins)" -msgstr "" +msgstr "コマンド一覧(サーバー管理者用)" #: src/modules/meta/helpui.py:47 msgctxt "ui:help|button:member_page|label" From 80a72b61f45f4acdaa93c32cf271cfdcc838b288 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:22:09 +0000 Subject: [PATCH 515/520] Translate locales/templates/meta.pot in ja 95% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 830873cde256..f1411e9ac8fd 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -370,7 +370,7 @@ msgstr "コマンド一覧(メンバー用)" #: src/modules/meta/help_sections.py:140 msgctxt "helptext|level:admin|title" msgid "Command Summary (for server admins)" -msgstr "コマンド一覧(サーバー管理者用)" +msgstr "コマンド一覧(サーバー運営者用)" #: src/modules/meta/helpui.py:47 msgctxt "ui:help|button:member_page|label" From 4b629616ddd91bfb42ba5383566b9627626d28a0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:22:34 +0000 Subject: [PATCH 516/520] Translate locales/templates/meta.pot in ja 97% of minimum 1% translated source file: 'locales/templates/meta.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index f1411e9ac8fd..12f880463fea 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -375,7 +375,7 @@ msgstr "コマンド一覧(サーバー運営者用)" #: src/modules/meta/helpui.py:47 msgctxt "ui:help|button:member_page|label" msgid "Member Page" -msgstr "" +msgstr "メンバーページ" #: src/modules/meta/helpui.py:59 msgctxt "ui:help|button:admin_page|label" From 207ac8a8d43b8501bee8a8aa057c0efa1406755e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:22:50 +0000 Subject: [PATCH 517/520] Translate locales/templates/meta.pot in ja 100% translated source file: 'locales/templates/meta.pot' on 'ja'. --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 12f880463fea..75d544d8f5a8 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -380,4 +380,4 @@ msgstr "メンバーページ" #: src/modules/meta/helpui.py:59 msgctxt "ui:help|button:admin_page|label" msgid "Admin Page" -msgstr "" +msgstr "運営ページ" From 77760e0230b109165c6a67aa22ff3ebb24720c6d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:23:04 +0000 Subject: [PATCH 518/520] Translate locales/templates/meta.pot in ja 100% translated source file: 'locales/templates/meta.pot' on 'ja'. --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 75d544d8f5a8..4b48cbdc64dc 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -380,4 +380,4 @@ msgstr "メンバーページ" #: src/modules/meta/helpui.py:59 msgctxt "ui:help|button:admin_page|label" msgid "Admin Page" -msgstr "運営ページ" +msgstr "管理者ページ" From 46639ffb5755d55b0263cfb782c2943c304e78c6 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:23:38 +0000 Subject: [PATCH 519/520] Translate locales/templates/meta.pot in ja 100% translated source file: 'locales/templates/meta.pot' on 'ja'. --- locales/ja/LC_MESSAGES/meta.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ja/LC_MESSAGES/meta.po b/locales/ja/LC_MESSAGES/meta.po index 4b48cbdc64dc..d328aeae7183 100644 --- a/locales/ja/LC_MESSAGES/meta.po +++ b/locales/ja/LC_MESSAGES/meta.po @@ -370,7 +370,7 @@ msgstr "コマンド一覧(メンバー用)" #: src/modules/meta/help_sections.py:140 msgctxt "helptext|level:admin|title" msgid "Command Summary (for server admins)" -msgstr "コマンド一覧(サーバー運営者用)" +msgstr "コマンド一覧(サーバー管理者用)" #: src/modules/meta/helpui.py:47 msgctxt "ui:help|button:member_page|label" From db2a5fe6d52156abdc45db43c5b8866e080aecd2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:28:09 +0000 Subject: [PATCH 520/520] Translate locales/templates/moderation.pot in ja 1% of minimum 1% translated source file: 'locales/templates/moderation.pot' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/ja/LC_MESSAGES/moderation.po | 706 +++++++++++++++++++++++++++ 1 file changed, 706 insertions(+) create mode 100644 locales/ja/LC_MESSAGES/moderation.po diff --git a/locales/ja/LC_MESSAGES/moderation.po b/locales/ja/LC_MESSAGES/moderation.po new file mode 100644 index 000000000000..b165e3fd424e --- /dev/null +++ b/locales/ja/LC_MESSAGES/moderation.po @@ -0,0 +1,706 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Satoru Araragi, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-24 14:37+0300\n" +"PO-Revision-Date: 2023-08-28 13:43+0000\n" +"Last-Translator: Satoru Araragi, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/leobot/teams/174919/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" + +#: src/modules/moderation/settingui.py:55 +msgctxt "ui:moderation_config|menu:ticket_log|placeholder" +msgid "Select Ticket Log" +msgstr "チケットログを選択" + +#: src/modules/moderation/settingui.py:81 +msgctxt "ui:moderation_config|menu:alert_channel|placeholder" +msgid "Select Alert Channel" +msgstr "アラートチャンネルを選択" + +#: src/modules/moderation/settingui.py:107 +msgctxt "ui:moderation_config|menu:modrole|placeholder" +msgid "Select Moderator Role" +msgstr "" + +#: src/modules/moderation/settingui.py:133 +msgctxt "ui:moderation_config|menu:adminrole|placeholder" +msgid "Select Admin Role" +msgstr "" + +#: src/modules/moderation/settingui.py:141 +msgctxt "ui:moderation_config|embed|title" +msgid "Moderation Configuration Panel" +msgstr "" + +#: src/modules/moderation/settingui.py:182 +msgctxt "dash:moderation|title" +msgid "Moderation Settings ({commands[admin config moderation]})" +msgstr "" + +#: src/modules/moderation/settingui.py:186 +msgctxt "dash:moderation|dropdown|placeholder" +msgid "Moderation Panel" +msgstr "" + +#: src/modules/moderation/cog.py:135 +msgctxt "cmd:modnote" +msgid "modnote" +msgstr "" + +#: src/modules/moderation/cog.py:138 +msgctxt "cmd:modnote|desc" +msgid "Add a note to the target member's moderation record." +msgstr "" + +#: src/modules/moderation/cog.py:142 +msgctxt "cmd:modnote|param:target" +msgid "target" +msgstr "" + +#: src/modules/moderation/cog.py:143 +msgctxt "cmd:modnote|param:note" +msgid "note" +msgstr "" + +#: src/modules/moderation/cog.py:148 +msgctxt "cmd:modnote|param:target|desc" +msgid "Target member or user to add a note to." +msgstr "" + +#: src/modules/moderation/cog.py:152 +msgctxt "cmd:modnote|param:note|desc" +msgid "Contents of the note." +msgstr "" + +#: src/modules/moderation/cog.py:177 +msgctxt "cmd:modnote|modal:enter_note|title" +msgid "Moderation Note" +msgstr "" + +#: src/modules/moderation/cog.py:182 +msgctxt "cmd:modnote|modal:enter_note|field|label" +msgid "Note Content" +msgstr "" + +#: src/modules/moderation/cog.py:215 +#, possible-python-brace-format +msgctxt "cmd:modnote|embed:success|desc" +msgid "Moderation note created as [Ticket #{ticket}]({jump_link})" +msgstr "" + +#: src/modules/moderation/cog.py:225 +msgctxt "cmd:warning" +msgid "warning" +msgstr "" + +#: src/modules/moderation/cog.py:228 +msgctxt "cmd:warning|desc" +msgid "" +"Warn a member for a misdemeanour, and add it to their moderation record." +msgstr "" + +#: src/modules/moderation/cog.py:232 +msgctxt "cmd:warning|param:target" +msgid "target" +msgstr "" + +#: src/modules/moderation/cog.py:233 +msgctxt "cmd:warning|param:reason" +msgid "reason" +msgstr "" + +#: src/modules/moderation/cog.py:238 +msgctxt "cmd:warning|param:target|desc" +msgid "Target member to warn." +msgstr "" + +#: src/modules/moderation/cog.py:242 +msgctxt "cmd:warning|param:reason|desc" +msgid "The reason why you are warning this member." +msgstr "" + +#: src/modules/moderation/cog.py:262 +msgctxt "cmd:warning|modal:reason|title" +msgid "Moderation Warning" +msgstr "" + +#: src/modules/moderation/cog.py:267 +msgctxt "cmd:warning|modal:reason|field|label" +msgid "Reason for the warning (visible to user)." +msgstr "" + +#: src/modules/moderation/cog.py:298 +msgctxt "cmd:warning|embed:user_alert|title" +msgid "You have received a warning!" +msgstr "" + +#: src/modules/moderation/cog.py:305 +msgctxt "cmd:warning|embed:user_alert|field:note|name" +msgid "Note" +msgstr "" + +#: src/modules/moderation/cog.py:309 +msgctxt "cmd:warning|embed:user_alert|field:note|value" +msgid "" +"*Warnings appear in your moderation history. Continuing failure to comply " +"with server rules and moderator directions may result in more severe action." +msgstr "" + +#: src/modules/moderation/cog.py:327 +#, possible-python-brace-format +msgctxt "cmd:warning|embed:success|line:count" +msgid "This their first warning." +msgid_plural "They have recieved **`{count}`** warnings." +msgstr[0] "" + +#: src/modules/moderation/cog.py:336 +#, possible-python-brace-format +msgctxt "cmd:warning|embed:success|desc" +msgid "[Ticket #{ticket}]({jump_link}) {user} has been warned." +msgstr "" + +#: src/modules/moderation/cog.py:347 +msgctxt "cmd:warning|embed:success|field:no_alert|name" +msgid "Note" +msgstr "" + +#: src/modules/moderation/cog.py:351 +msgctxt "cmd:warning|embed:success|field:no_alert|value" +msgid "*Could not deliver warning to the target.*" +msgstr "" + +#: src/modules/moderation/cog.py:358 +msgctxt "cmd:pardon" +msgid "pardon" +msgstr "" + +#: src/modules/moderation/cog.py:361 +msgctxt "cmd:pardon|desc" +msgid "Pardon moderation tickets to mark them as no longer in effect." +msgstr "" + +#: src/modules/moderation/cog.py:367 +msgctxt "cmd:pardon|param:ticketids" +msgid "tickets" +msgstr "" + +#: src/modules/moderation/cog.py:371 +msgctxt "cmd:pardon|param:reason" +msgid "reason" +msgstr "" + +#: src/modules/moderation/cog.py:377 +msgctxt "cmd:pardon|param:ticketids|desc" +msgid "Comma separated list of ticket numbers to pardon." +msgstr "" + +#: src/modules/moderation/cog.py:381 +msgctxt "cmd:pardon|param:reason" +msgid "Why these tickets are being pardoned." +msgstr "" + +#: src/modules/moderation/cog.py:402 +msgctxt "cmd:pardon|modal:reason|title" +msgid "Pardon Tickets" +msgstr "" + +#: src/modules/moderation/cog.py:407 +msgctxt "cmd:pardon|modal:reason|field|label" +msgid "Why are you pardoning these tickets?" +msgstr "" + +#: src/modules/moderation/cog.py:435 +msgctxt "cmd:pardon|error:parse_ticketids" +msgid "" +"Could not parse provided tickets as a list of ticket ids! Please enter " +"tickets as a comma separated list of ticket numbers, for example `1, 2, 3`." +msgstr "" + +#: src/modules/moderation/cog.py:449 +msgctxt "cmd:pardon|error:no_matching" +msgid "No matching moderation tickets found to pardon!" +msgstr "" + +#: src/modules/moderation/cog.py:469 +#, possible-python-brace-format +msgctxt "cmd:pardon|embed:success|title" +msgid "Ticket {ticketstr} has been pardoned." +msgid_plural "" +"The following tickets have been pardoned:\n" +"{ticketstr}" +msgstr[0] "" + +#: src/modules/moderation/cog.py:478 +msgctxt "cmd:tickets" +msgid "tickets" +msgstr "" + +#: src/modules/moderation/cog.py:481 +msgctxt "cmd:tickets|desc" +msgid "View moderation tickets in this server." +msgstr "" + +#: src/modules/moderation/cog.py:485 +msgctxt "cmd:tickets|param:target" +msgid "target" +msgstr "" + +#: src/modules/moderation/cog.py:486 +msgctxt "cmd:tickets|param:type" +msgid "type" +msgstr "" + +#: src/modules/moderation/cog.py:487 +msgctxt "cmd:tickets|param:state" +msgid "ticket_state" +msgstr "" + +#: src/modules/moderation/cog.py:488 +msgctxt "cmd:tickets|param:pardoned" +msgid "include_pardoned" +msgstr "" + +#: src/modules/moderation/cog.py:489 +msgctxt "cmd:tickets|param:moderator" +msgid "acting_moderator" +msgstr "" + +#: src/modules/moderation/cog.py:490 +msgctxt "cmd:tickets|param:after" +msgid "after" +msgstr "" + +#: src/modules/moderation/cog.py:491 +msgctxt "cmd:tickets|param:before" +msgid "before" +msgstr "" + +#: src/modules/moderation/cog.py:496 +msgctxt "cmd:tickets|param:target|desc" +msgid "Filter by tickets acting on a given user." +msgstr "" + +#: src/modules/moderation/cog.py:500 +msgctxt "cmd:tickets|param:type|desc" +msgid "Filter by ticket type." +msgstr "" + +#: src/modules/moderation/cog.py:504 +msgctxt "cmd:tickets|param:state|desc" +msgid "Filter by ticket state." +msgstr "" + +#: src/modules/moderation/cog.py:508 +msgctxt "cmd:tickets|param:pardoned|desc" +msgid "Whether to only show active tickets, or also include pardoned." +msgstr "" + +#: src/modules/moderation/cog.py:512 +msgctxt "cmd:tickets|param:moderator|desc" +msgid "Filter by moderator responsible for the ticket." +msgstr "" + +#: src/modules/moderation/cog.py:516 +msgctxt "cmd:tickets|param:after|desc" +msgid "Only show tickets after this date (YYY-MM-DD HH:MM)" +msgstr "" + +#: src/modules/moderation/cog.py:520 +msgctxt "cmd:tickets|param:before|desc" +msgid "Only show tickets before this date (YYY-MM-DD HH:MM)" +msgstr "" + +#: src/modules/moderation/cog.py:582 +msgctxt "cmd:configure_moderation" +msgid "moderation" +msgstr "" + +#: src/modules/moderation/cog.py:585 +msgctxt "cmd:configure_moderation|desc" +msgid "Configure general moderation settings." +msgstr "" + +#: src/modules/moderation/ticketui.py:62 +msgctxt "ticketfilter|field:after|name" +msgid "Created After" +msgstr "" + +#: src/modules/moderation/ticketui.py:70 +msgctxt "ticketfilter|field:before|name" +msgid "Created Before" +msgstr "" + +#: src/modules/moderation/ticketui.py:78 +msgctxt "ticketfilter|field:targetids|name" +msgid "Targets" +msgstr "" + +#: src/modules/moderation/ticketui.py:86 +msgctxt "ticketfilter|field:moderatorids|name" +msgid "Moderators" +msgstr "" + +#: src/modules/moderation/ticketui.py:94 +msgctxt "ticketfilter|field:types|name" +msgid "Ticket Types" +msgstr "" + +#: src/modules/moderation/ticketui.py:102 +msgctxt "ticketfilter|field:states|name" +msgid "Ticket States" +msgstr "" + +#: src/modules/moderation/ticketui.py:179 +msgctxt "ui:tickets|button:edit_filter|label" +msgid "Edit Filters" +msgstr "" + +#: src/modules/moderation/ticketui.py:199 +msgctxt "ui:tickets|button:select_ticket|label" +msgid "Select Ticket" +msgstr "" + +#: src/modules/moderation/ticketui.py:215 +msgctxt "ui:tickets|button:pardon|error:no_tickets" +msgid "Not tickets matching the given criterial! Nothing to pardon." +msgstr "" + +#: src/modules/moderation/ticketui.py:221 +msgctxt "ui:tickets|button:pardon|modal:reason|title" +msgid "Pardon Tickets" +msgstr "" + +#: src/modules/moderation/ticketui.py:226 +msgctxt "ui:tickets|button:pardon|modal:reason|field|label" +msgid "Why are you pardoning these tickets?" +msgstr "" + +#: src/modules/moderation/ticketui.py:252 +msgctxt "ui:tickets|button:pardon|label" +msgid "Pardon All" +msgstr "" + +#: src/modules/moderation/ticketui.py:273 +msgctxt "ui:tickets|menu:filter_type|placeholder" +msgid "Select Ticket Types" +msgstr "" + +#: src/modules/moderation/ticketui.py:309 +msgctxt "ui:tickets|menu:filter_state|placeholder" +msgid "Select Ticket States" +msgstr "" + +#: src/modules/moderation/ticketui.py:346 +msgctxt "ui:tickets|menu:filter_target|placeholder" +msgid "Select Ticket Targets" +msgstr "" + +#: src/modules/moderation/ticketui.py:371 +msgctxt "ui:tickets|menu:tickets|placeholder" +msgid "Select Ticket" +msgstr "" + +#: src/modules/moderation/ticketui.py:402 +msgctxt "ui:tickets|button:jump|input:title" +msgid "Jump to page" +msgstr "" + +#: src/modules/moderation/ticketui.py:406 +msgctxt "ui:tickets|button:jump|input:question" +msgid "Page number to jump to" +msgstr "" + +#: src/modules/moderation/ticketui.py:417 +msgctxt "ui:tickets|button:jump|error:invalid_page" +msgid "Invalid page number, please try again!" +msgstr "" + +#: src/modules/moderation/ticketui.py:496 +#, possible-python-brace-format +msgctxt "ui:tickets|embed|title" +msgid "Moderation Tickets in {guild}" +msgstr "" + +#: src/modules/moderation/ticketui.py:506 +msgctxt "ui:tickets|embed|desc:no_tickets" +msgid "No tickets matching the given criteria!" +msgstr "" + +#: src/modules/moderation/ticketui.py:515 +msgctxt "ui:tickets|embed|field:filters|name" +msgid "Filters" +msgstr "" + +#: src/modules/moderation/ticketui.py:603 +msgctxt "ui:ticket|button:pardon|modal:reason|title" +msgid "Pardon Moderation Ticket" +msgstr "" + +#: src/modules/moderation/ticketui.py:608 +msgctxt "ui:ticket|button:pardon|modal:reason|field|label" +msgid "Why are you pardoning this ticket?" +msgstr "" + +#: src/modules/moderation/ticketui.py:632 +msgctxt "ui:ticket|button:pardon|label" +msgid "Pardon" +msgstr "" + +#: src/modules/moderation/ticket.py:148 +#, possible-python-brace-format +msgctxt "ticket|title:auto" +msgid "Ticket #{ticketid} | {state} | {type}[Auto] | {name}" +msgstr "" + +#: src/modules/moderation/ticket.py:153 +#, possible-python-brace-format +msgctxt "ticket|title:manual" +msgid "Ticket #{ticketid} | {state} | {type} | {name}" +msgstr "" + +#: src/modules/moderation/ticket.py:169 +msgctxt "ticket|field:target|name" +msgid "Target" +msgstr "" + +#: src/modules/moderation/ticket.py:174 +msgctxt "ticket|field:moderator|name" +msgid "Moderator" +msgstr "" + +#: src/modules/moderation/ticket.py:181 +msgctxt "ticket|field:expiry|mode:expiring|name" +msgid "Expires At" +msgstr "" + +#: src/modules/moderation/ticket.py:184 +#, possible-python-brace-format +msgctxt "ticket|field:expiry|mode:expiring|value" +msgid "" +"{timestamp}\n" +"Duration: `{duration}`" +msgstr "" + +#: src/modules/moderation/ticket.py:192 +msgctxt "ticket|field:expiry|mode:expired|name" +msgid "Expired" +msgstr "" + +#: src/modules/moderation/ticket.py:195 +#, possible-python-brace-format +msgctxt "ticket|field:expiry|mode:expired|value" +msgid "{timestamp}" +msgstr "" + +#: src/modules/moderation/ticket.py:202 +msgctxt "ticket|field:expiry|mode:open|name" +msgid "Expiry" +msgstr "" + +#: src/modules/moderation/ticket.py:205 +#, possible-python-brace-format +msgctxt "ticket|field:expiry|mode:open|value" +msgid "{timestamp}" +msgstr "" + +#: src/modules/moderation/ticket.py:213 +msgctxt "ticket|field:context|name" +msgid "Context" +msgstr "" + +#: src/modules/moderation/ticket.py:220 +msgctxt "ticket|field:notes|name" +msgid "Notes" +msgstr "" + +#: src/modules/moderation/ticket.py:227 +msgctxt "ticket|field:pardoned|name" +msgid "Pardoned" +msgstr "" + +#: src/modules/moderation/ticket.py:230 +#, possible-python-brace-format +msgctxt "ticket|field:pardoned|value" +msgid "" +"Pardoned by <@{moderator}> at {timestamp}.\n" +"{reason}" +msgstr "" + +#: src/modules/moderation/settings.py:22 +msgctxt "guildset:ticket_log" +msgid "ticket_log" +msgstr "" + +#: src/modules/moderation/settings.py:25 +msgctxt "guildset:ticket_log|desc" +msgid "Private moderation log to send tickets and moderation events." +msgstr "" + +#: src/modules/moderation/settings.py:29 +msgctxt "guildset:ticket_log|long_desc" +msgid "" +"Warnings, notes, video blacklists, and other moderation events will be " +"posted as numbered tickets with context to this log." +msgstr "" + +#: src/modules/moderation/settings.py:34 +msgctxt "guildset:ticket_log|accepts" +msgid "Ticket channel name or id." +msgstr "" + +#: src/modules/moderation/settings.py:48 +#, possible-python-brace-format +msgctxt "guildset:ticket_log|set_response:set" +msgid "Moderation tickets will be sent to {channel}" +msgstr "" + +#: src/modules/moderation/settings.py:53 +msgctxt "guildset:ticket_log|set_response:unset" +msgid "Moderation tickets will not be logged to a channel." +msgstr "" + +#: src/modules/moderation/settings.py:65 +msgctxt "guildset:ticket_log|formatted:unset" +msgid "Not Set." +msgstr "" + +#: src/modules/moderation/settings.py:73 +msgctxt "guildset:alert_channel" +msgid "alert_channel" +msgstr "" + +#: src/modules/moderation/settings.py:76 +msgctxt "guildset:alert_channel|desc" +msgid "Moderation notification channel for members with DMs disabled." +msgstr "" + +#: src/modules/moderation/settings.py:80 +msgctxt "guildset:alert_channel|long_desc" +msgid "" +"When I need to send a member a moderation-related notification (e.g. asking " +"them to enable their video in a video channel) from this server, I will try " +"to send it via direct messages. If this fails, I will instead mention the " +"user in this channel." +msgstr "" + +#: src/modules/moderation/settings.py:87 +msgctxt "guildset:alert_channel|accepts" +msgid "Alert channel name or id." +msgstr "" + +#: src/modules/moderation/settings.py:102 +#, possible-python-brace-format +msgctxt "guildset:alert_channel|set_response:set" +msgid "Moderation alerts will be sent to {channel}" +msgstr "" + +#: src/modules/moderation/settings.py:107 +msgctxt "guildset:alert_channel|set_response:unset" +msgid "Moderation alerts will be ignored if the member cannot be reached." +msgstr "" + +#: src/modules/moderation/settings.py:119 +msgctxt "guildset:alert_channel|formatted:unset" +msgid "Not Set (Only alert via direct message.)" +msgstr "" + +#: src/modules/moderation/settings.py:127 +msgctxt "guildset:mod_role" +msgid "mod_role" +msgstr "" + +#: src/modules/moderation/settings.py:130 +msgctxt "guildset:mod_role|desc" +msgid "" +"Server role permitted to perform moderation and minor bot configuration." +msgstr "" + +#: src/modules/moderation/settings.py:134 +msgctxt "guildset:mod_role|long_desc" +msgid "" +"Members with the moderator role are considered moderators, and are permitted to use moderator commands, such as viewing and pardoning moderation tickets, creating moderation notes, and performing minor reconfiguration through the `/config` command.\n" +"Moderators are never permitted to perform actions (such as giving roles) that they do not already have the Discord permissions for.\n" +"Members with the 'Manage Guild' permission are always considered moderators." +msgstr "" + +#: src/modules/moderation/settings.py:145 +msgctxt "guildset:mod_role|accepts" +msgid "Moderation role name or id." +msgstr "" + +#: src/modules/moderation/settings.py:159 +#, possible-python-brace-format +msgctxt "guildset:mod_role|set_response:set" +msgid "" +"Members with {role} will be considered moderators. You may need to grant " +"them access to view moderation commands via the server integration settings." +msgstr "" + +#: src/modules/moderation/settings.py:166 +msgctxt "guildset:mod_role|set_response:unset" +msgid "" +"Only members with the 'Manage Guild' permission will be considered " +"moderators." +msgstr "" + +#: src/modules/moderation/settings.py:178 +msgctxt "guildset:mod_role|formatted:unset" +msgid "Not Set." +msgstr "" + +#: src/modules/moderation/settings.py:186 +msgctxt "guildset:admin_role" +msgid "admin_role" +msgstr "" + +#: src/modules/moderation/settings.py:189 +msgctxt "guildset:admin_role|desc" +msgid "" +"Server role allowing access to all administrator level functionality in Leo." +msgstr "" + +#: src/modules/moderation/settings.py:193 +msgctxt "guildset:admin_role|long_desc" +msgid "" +"Members with this role are considered to be server administrators, allowing " +"them to use all of my interfaces and commands, except for managing roles " +"that are above them in the role hierachy. This setting allows giving members" +" administrator-level permissions over my systems, without actually giving " +"the members admin server permissions. Note that the role will also need to " +"be given permission to see the commands through the Discord server " +"integrations interface." +msgstr "" + +#: src/modules/moderation/settings.py:203 +msgctxt "guildset:admin_role|accepts" +msgid "Admin role name or id." +msgstr "" + +#: src/modules/moderation/settings.py:216 +#, possible-python-brace-format +msgctxt "guildset:admin_role|set_response:set" +msgid "" +"Members with {role} will now be considered admins, and have access to my " +"full interface." +msgstr "" + +#: src/modules/moderation/settings.py:221 +msgctxt "guildset:admin_role|set_response:unset" +msgid "" +"The admin role has been unset. Only members with administrator permissions " +"will be considered admins." +msgstr ""