Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15398975
D14378.id34722.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D14378.id34722.diff
View Options
diff --git a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
--- a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
+++ b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
@@ -1425,6 +1425,26 @@
'WARNING: There are unapproved authorizations!',
),
+ 'Daemon was idle for more than %s second(s), scaling pool down.' => array(
+ 'Daemon was idle for more than %s second, scaling pool down.',
+ 'Daemon was idle for more than %s seconds, scaling pool down.',
+ ),
+
+ 'Analyzing %s file(s) with %s subprocess(es)...' => array(
+ array(
+ 'Analyzing %s file with %s subprocess...',
+ 'Analyzing %s file with %s subprocesses...',
+ ),
+ array(
+ 'Analyzing %s files with %s subprocess...',
+ 'Analyzing %s files with %s subprocesses...',
+ ),
+ ),
+
+ '... (%s more byte(s)) ...' => array(
+ '... (%s more byte ...',
+ '... (%s more bytes) ...',
+ ),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 2:09 AM (6 d, 45 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709233
Default Alt Text
D14378.id34722.diff (1 KB)
Attached To
Mode
D14378: Add some missing translations
Attached
Detach File
Event Timeline
Log In to Comment