diff options
| author | kaniini <ariadne@dereferenced.org> | 2019-09-26 22:31:28 +0000 |
|---|---|---|
| committer | kaniini <ariadne@dereferenced.org> | 2019-09-26 22:31:28 +0000 |
| commit | 9ef0e65b25bf2bbf1153acf1c927cd66e0c0f217 (patch) | |
| tree | 1ea6fa496a5dd93bd53209c4ca27caecb7da493a /src/i18n | |
| parent | 4369ce6f1bd7d6f44247a1b3f3d8d3892f71ff9b (diff) | |
| parent | 194dd881183a301538033da2d91b76dcf7358565 (diff) | |
Merge branch 'feature/add-discoverable-preference' into 'develop'
Feature/Add _Allow user discovery services_ preference
See merge request pleroma/pleroma-fe!947
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 | ||||
| -rw-r--r-- | src/i18n/ja.json | 1 | ||||
| -rw-r--r-- | src/i18n/ja_pedantic.json | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 25579e76..52cf0f36 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -231,6 +231,7 @@ "delete_account_description": "Permanently delete your account and all your messages.", "delete_account_error": "There was an issue deleting your account. If this persists please contact your instance administrator.", "delete_account_instructions": "Type your password in the input below to confirm account deletion.", + "discoverable": "Allow discovery of this account in search results and other services", "avatar_size_instruction": "The recommended minimum size for avatar images is 150x150 pixels.", "pad_emoji": "Pad emoji with spaces when adding from picker", "export_theme": "Save preset", diff --git a/src/i18n/ja.json b/src/i18n/ja.json index b4c6015d..f0ec88eb 100644 --- a/src/i18n/ja.json +++ b/src/i18n/ja.json @@ -226,6 +226,7 @@ "delete_account_description": "あなたのアカウントとメッセージが、きえます。", "delete_account_error": "アカウントをけすことが、できなかったかもしれません。インスタンスのかんりしゃに、れんらくしてください。", "delete_account_instructions": "ほんとうにアカウントをけしてもいいなら、パスワードをかいてください。", + "discoverable": "けんさくなどのサービスで、このアカウントをみつけてもよい", "avatar_size_instruction": "アバターのおおきさは、150×150ピクセルか、それよりもおおきくするといいです。", "export_theme": "セーブ", "filtering": "フィルタリング", diff --git a/src/i18n/ja_pedantic.json b/src/i18n/ja_pedantic.json index 42bb53d4..c25f6f1d 100644 --- a/src/i18n/ja_pedantic.json +++ b/src/i18n/ja_pedantic.json @@ -226,6 +226,7 @@ "delete_account_description": "あなたのアカウントとメッセージが、消えます。", "delete_account_error": "アカウントを消すことが、できなかったかもしれません。インスタンスの管理者に、連絡してください。", "delete_account_instructions": "本当にアカウントを消してもいいなら、パスワードを入力してください。", + "discoverable": "検索などのサービスでこのアカウントを見つけることを許可する", "avatar_size_instruction": "アバターの大きさは、150×150ピクセルか、それよりも大きくするといいです。", "export_theme": "保存", "filtering": "フィルタリング", |
