mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Further missing translation fixes. Stats now:
1481 of 1831 messages (80%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po 1694 of 1831 messages (92%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po 1748 of 1831 messages (95%) translated in pgadmin/translations/pl/LC_MESSAGES/messages.po 1750 of 1831 messages (95%) translated in pgadmin/translations/ru/LC_MESSAGES/messages.po 1436 of 1831 messages (78%) translated in pgadmin/translations/zh/LC_MESSAGES/messages.po
This commit is contained in:
committed by
Dave Page
parent
2be418706d
commit
187ab22d90
@@ -194,7 +194,7 @@ define('pgadmin.node.extension', [
|
||||
id: 'relocatable', label: gettext('Relocatable?'), cell: 'switch',
|
||||
group: gettext('Definition'), type: 'switch', mode: ['properties'],
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user