From 74320971e2cc9f605dbcc23c52ac36e18b80716f Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sat, 2 Dec 2017 00:40:02 +0900 Subject: Add invite filter (#5862) --- config/locales/en.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index 2719a4f8c..5b9d43b9f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -232,6 +232,11 @@ en: search: Search title: Known instances invites: + filter: + all: All + available: Available + expired: Expired + title: Filter title: Invites reports: action_taken_by: Action taken by -- cgit From b15482ce71c69d13a3af77f5063712b64d6310f7 Mon Sep 17 00:00:00 2001 From: Marcin Mikołajczak Date: Fri, 1 Dec 2017 19:19:30 +0100 Subject: i18n: 🇵🇱 (#5865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/locales/pl.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 3c778658e..50d211ac3 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -232,6 +232,13 @@ pl: reset: Przywróć search: Szukaj title: Znane instancje + invites: + filter: + all: Wszystkie + available: Dostępne + expired: Wygasłe + title: Filtruj + title: Zaproszenia reports: action_taken_by: Działanie podjęte przez are_you_sure: Czy na pewno? -- cgit From 51f2eca8877d8c56a19e1b8ce4edf407c2d236fb Mon Sep 17 00:00:00 2001 From: mayaeh Date: Sat, 2 Dec 2017 23:09:56 +0900 Subject: Add Japanese translations for invite filter. (#5869) --- config/locales/ja.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/locales/ja.yml b/config/locales/ja.yml index fd4e63135..a008d9cc4 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -232,6 +232,11 @@ ja: search: 検索 title: 既知のインスタンス invites: + filter: + all: すべて + available: 使用可能 + expired: 期限切れ + title: フィルター title: 招待 reports: action_taken_by: レポート処理者 -- cgit