mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
fix(web): add missing translations
This commit is contained in:
@@ -201,5 +201,10 @@ $webComponentTranslations = [
|
||||
'Install Recovered' => _('Install Recovered'),
|
||||
'Install Replaced' => _('Install Replaced'),
|
||||
'Your free Trial key provides all the functionality of a Pro Registration key' => _('Your free Trial key provides all the functionality of a Pro Registration key'),
|
||||
'Calculating trial expiration…' => _('Calculating trial expiration…'),
|
||||
'Signing In' => _('Signing In'),
|
||||
'Signing Out' => _('Signing Out'),
|
||||
'Sign In requires the local unraid-api to be running' => _('Sign In requires the local unraid-api to be running'),
|
||||
'Sign Out requires the local unraid-api to be running' => _('Sign Out requires the local unraid-api to be running')
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user