From 7122d728716dcd10ff8385800d8de883e71e26d7 Mon Sep 17 00:00:00 2001 From: nnsrymni <82746801+nnsrymni@users.noreply.github.com> Date: Thu, 29 Dec 2022 09:15:05 +0900 Subject: [PATCH] JA translation update --- view/lang/ja/messages.po | 4 ++-- view/lang/ja/strings.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/lang/ja/messages.po b/view/lang/ja/messages.po index 2b3ecfe4e..d98e4d959 100644 --- a/view/lang/ja/messages.po +++ b/view/lang/ja/messages.po @@ -3030,7 +3030,7 @@ msgstr "フォロワー" #: src/BaseModule.php:219 src/Content/Widget.php:239 #: src/Module/Contact.php:861 msgid "Following" -msgstr "以下" +msgstr "フォロー中" #: src/BaseModule.php:224 src/Content/Widget.php:240 #: src/Module/Contact.php:862 @@ -3810,7 +3810,7 @@ msgstr "" #: src/Content/Widget/CalendarExport.php:54 msgid "Export" -msgstr "輸出する" +msgstr "エクスポート" #: src/Content/Widget/CalendarExport.php:55 msgid "Export calendar as ical" diff --git a/view/lang/ja/strings.php b/view/lang/ja/strings.php index 454b3bbf5..a1d2803e1 100644 --- a/view/lang/ja/strings.php +++ b/view/lang/ja/strings.php @@ -675,7 +675,7 @@ $a->strings['Page not found.'] = 'ページが見つかりません。'; $a->strings['The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it.'] = 'フォームセキュリティトークンが正しくありませんでした。これは、フォームを送信する前にフォームが長時間(3時間以上)開かれたために発生した可能性があります。'; $a->strings['All contacts'] = 'すべてのコンタクト'; $a->strings['Followers'] = 'フォロワー'; -$a->strings['Following'] = '以下'; +$a->strings['Following'] = 'フォロー中'; $a->strings['Mutual friends'] = '共通の友人'; $a->strings['Could not find any unarchived contact entry for this URL (%s)'] = 'このURL( %s )のアーカイブされていないコンタクトエントリが見つかりませんでした'; $a->strings['The contact entries have been archived'] = 'コンタクトエントリがアーカイブされました'; @@ -837,7 +837,7 @@ $a->strings['%d contact in common'] = [ ]; $a->strings['Archives'] = 'アーカイブ'; $a->strings['News'] = 'ニュース'; -$a->strings['Export'] = '輸出する'; +$a->strings['Export'] = 'エクスポート'; $a->strings['Export calendar as ical'] = 'カレンダーをicalとしてエクスポート'; $a->strings['Export calendar as csv'] = 'カレンダーをcsvとしてエクスポート'; $a->strings['No contacts'] = 'コンタクトなし';