copy: clarify the unfiltered status option
Use Any status for the English queue filter option so the absence of a status restriction reads naturally.
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@
|
|||||||
['Alle Dateien', 'All files'],
|
['Alle Dateien', 'All files'],
|
||||||
['Aktiv', 'Active'],
|
['Aktiv', 'Active'],
|
||||||
['Alle Hoster', 'All hosts'],
|
['Alle Hoster', 'All hosts'],
|
||||||
['Alle Status', 'All statuses'],
|
['Alle Status', 'Any status'],
|
||||||
['Dateiname suchen', 'Search file name'],
|
['Dateiname suchen', 'Search file name'],
|
||||||
['Nach Hoster filtern', 'Filter by host'],
|
['Nach Hoster filtern', 'Filter by host'],
|
||||||
['Nach Status filtern', 'Filter by status'],
|
['Nach Status filtern', 'Filter by status'],
|
||||||
|
|||||||
@@ -28,6 +28,8 @@ test('translations cover static labels and interpolated status text in both lang
|
|||||||
assert.equal(translateText('Update v2.1.0 verfügbar', 'en'), 'Update v2.1.0 available');
|
assert.equal(translateText('Update v2.1.0 verfügbar', 'en'), 'Update v2.1.0 available');
|
||||||
assert.equal(translateText('Settings', 'de'), 'Einstellungen');
|
assert.equal(translateText('Settings', 'de'), 'Einstellungen');
|
||||||
assert.equal(translateText('Update v2.1.0 available', 'de'), 'Update v2.1.0 verfügbar');
|
assert.equal(translateText('Update v2.1.0 available', 'de'), 'Update v2.1.0 verfügbar');
|
||||||
|
assert.equal(translateText('Alle Status', 'en'), 'Any status');
|
||||||
|
assert.equal(translateText('Any status', 'de'), 'Alle Status');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('sidebar hierarchy uses distinct English and German kicker labels', () => {
|
test('sidebar hierarchy uses distinct English and German kicker labels', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user