Translating everything.

This commit is contained in:
Gunther Brunner
2014-05-28 19:18:33 +09:00
parent ba0a2d5865
commit 2d7853fd1f
11 changed files with 1923 additions and 92 deletions

View File

@@ -8,7 +8,7 @@ module.exports = angular.module('stf.device-status', [])
'unauthorized': gettext('Unauthorized'),
'preparing': gettext('Preparing'),
'ready': gettext('Ready'),
'using': gettext('Using'),
'using': gettext('Stop Using'),
'busy': gettext('Busy'),
'available': gettext('Use')
}[text] || gettext('Unknown')