diff options
| author | Henry Jameson <me@hjkos.com> | 2023-03-29 00:58:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-03-29 00:58:07 +0300 |
| commit | 7bb28bb23c61e2d648eecf5d59969d32631f78e8 (patch) | |
| tree | bc566b7527207c2146f39a7be58485787d2b9966 /src/i18n | |
| parent | 3ac67ab7274c199766d026fcf168bd2a3d4e2692 (diff) | |
frontends tab initial implementation, now you can (re)install frontends! yay!
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 86ae7f06..ede5d494 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -873,6 +873,14 @@ "users": "User profile limits", "profile_fields": "Profile fields limits", "user_uploads": "Profile media limits" + }, + "frontend": { + "repository": "Repository link", + "versions": "Available versions", + "build_url": "Build URL", + "reinstall": "Reinstall", + "install": "Install", + "install_version": "Install version {version}" } }, "time": { |
