diff options
| author | 2021-10-19 15:08:32 +0200 | |
|---|---|---|
| committer | 2021-10-19 15:08:32 +0200 | |
| commit | 3623a5421df8198651d8e8a9d676f0661c307cf9 (patch) | |
| tree | 10cb0ddf512aa09a3a8be6c186a1447dca517e9b /app/i18n/ja/sub.php | |
| parent | 77e21cb41fe1f2a7a9dc8563b3bfb21fc3262d1a (diff) | |
enhancement subscription management page (#3893)
* wip
* wip2
* i18n
* Update app/views/helpers/category/update.phtml
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* fixed box layout
* Revert "i18n"
This reverts commit a2e4d8ace661df806997a8310f069a67d71910f4.
* i18n
This reverts commit 55236930cfc7165ff883ea2a9538d3502b8922eb.
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/ja/sub.php')
| -rw-r--r-- | app/i18n/ja/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ja/sub.php b/app/i18n/ja/sub.php index 2b265e169..e6bacd0ec 100644 --- a/app/i18n/ja/sub.php +++ b/app/i18n/ja/sub.php @@ -1,7 +1,6 @@ <?php return array( - 'add' => '<a href=\'%s\'>ここへ</a>フィードとカテゴリは移動されました。また左側のメニューや ✚ アイコンからフィードとカテゴリへ移動できます。', 'api' => array( 'documentation' => '外部ツール内で使うURLをコピーします。', 'title' => 'API', @@ -13,6 +12,7 @@ return array( ), 'category' => array( '_' => 'カテゴリ', + 'add' => 'Add a category', // TODO - Translation 'archiving' => 'アーカイブ', 'empty' => 'からのカテゴリ', 'information' => 'インフォメーション', |
