diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-11-14 10:53:56 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-11-15 14:29:57 +0000 |
commit | 9b266d11c6b5082c733f101326160cef797f6edf (patch) | |
tree | f7bb5d727bfebc9d8e8fd00d96f7d5d01d6e4424 /modules/luci-base/po/vi | |
parent | dc26e2d037504f3fcd3ce1947770fbce92d48241 (diff) |
luci-base: Improve change application message
As a native English speaker the luci message displayed when clicking
'Save & Apply' has a somewhat uncomfortable English phrasing of "Waiting
for configuration to get applied". It could be improved by replacing
'get' with 'be' but once you've got that far you might as well replace
this with the shorter & simpler "Applying configuration changes". This
is also technically more correct since luci/openwrt should only be
updating/restarting processes that are related to the changed areas, not
changing the entire configuration.
As a result of that, change both the 'success' and 'rolled back'
messages to "Configuration changes have been applied" & "Configuration
changes have been rolled back"
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'modules/luci-base/po/vi')
-rw-r--r-- | modules/luci-base/po/vi/base.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index 3ddf620f8f..0bd4e139b6 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -1097,11 +1097,11 @@ msgid "Configuration failed" msgstr "Cấu hình thất bại" #: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 -msgid "Configuration has been applied." +msgid "Configuration changes applied." msgstr "Cấu hình đã được áp dụng" #: modules/luci-base/htdocs/luci-static/resources/ui.js:2504 -msgid "Configuration has been rolled back!" +msgid "Configuration changes have been rolled back!" msgstr "Cấu hình đã được hoàn lại!" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:170 @@ -5984,7 +5984,7 @@ msgid "Waiting for command to complete..." msgstr "Vui lòng chờ đến khi lệnh được thực thi hoàn thành..." #: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 -msgid "Waiting for configuration to get applied… %ds" +msgid "Applying configuration changes… %ds" msgstr "Đợi cấu hình được áp dụng... %ds" #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:40 |