From 3d1d3d9a20811ce760ad3184772cb7d334ec02f1 Mon Sep 17 00:00:00 2001 From: Lynx Kotoura Date: Sun, 19 Nov 2017 12:15:50 +0900 Subject: Remove translations of default theme (#5741) --- config/locales/ja.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/locales/ja.yml') diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 82b642b5b..c2f5336e0 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -607,8 +607,6 @@ ja:

オリジナルの出典 Discourse privacy policy.

title: "%{instance} 利用規約・プライバシーポリシー" - themes: - default: Mastodon time: formats: default: "%Y年%m月%d日 %H:%M" -- cgit From 08deec4c84f00d241d60a6962806d5abe4638edd Mon Sep 17 00:00:00 2001 From: mayaeh Date: Sun, 19 Nov 2017 12:16:56 +0900 Subject: i18n: Update ja translation for moderator badge. (#5731) * Update Japanese translation for moderator badge. * Follows English notation --- config/locales/ja.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/locales/ja.yml') diff --git a/config/locales/ja.yml b/config/locales/ja.yml index c2f5336e0..d84bda656 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -48,6 +48,7 @@ ja: reserved_username: このユーザー名は予約されています。 roles: admin: Admin + moderator: Mod unfollow: フォロー解除 admin: account_moderation_notes: -- cgit