diff options
| author | Henry Jameson <me@hjkos.com> | 2023-03-29 23:26:57 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-03-29 23:26:57 +0300 |
| commit | ac75d051b720da2c47393de6b35663afe50d37cc (patch) | |
| tree | aa17fa4170168710cb3d4b8b9eb59970b12fa17b /src/i18n | |
| parent | 7bb28bb23c61e2d648eecf5d59969d32631f78e8 (diff) | |
better frontends tab, now you can set default frontend
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ede5d494..6ae31ee8 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -879,8 +879,17 @@ "versions": "Available versions", "build_url": "Build URL", "reinstall": "Reinstall", + "is_default": "(Default)", + "is_default_custom": "(Default, version: {version})", "install": "Install", - "install_version": "Install version {version}" + "install_version": "Install version {version}", + "set_default": "Set default", + "set_default_version": "Set version {version} as default", + "wip_notice": "Please note that this section is a WIP and lacks certain features as backend implementation of front-end management is incomplete.", + "default_frontend": "Default front-end", + "default_frontend_tip": "Default front-end will be shown to all users. Currently there's no way to for a user to select personal front-end. If you switch away from PleromaFE you'll most likely have to use old and buggy AdminFE to do instance configuration until we replace it.", + "default_frontend_tip2": "WIP: Since Pleroma backend doesn't properly list all installed frontends you'll have to enter name and reference manually. List below provides shortcuts to fill the values.", + "available_frontends": "Available for install" } }, "time": { |
