diff --git a/src/i18n/lang/ca-ES.json b/src/i18n/lang/ca-ES.json index 60bef95b05..02b080441d 100644 --- a/src/i18n/lang/ca-ES.json +++ b/src/i18n/lang/ca-ES.json @@ -404,7 +404,8 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter", diff --git a/src/i18n/lang/cs-CZ.json b/src/i18n/lang/cs-CZ.json index 7f06338186..204d9497aa 100644 --- a/src/i18n/lang/cs-CZ.json +++ b/src/i18n/lang/cs-CZ.json @@ -404,7 +404,8 @@ "create": { "title": "Nový uložený filtr", "description": "Uložený filtr je virtuální seznam, který se počítá ze sady filtrů pokaždé, když je přístupný. Jakmile bude vytvořen, objeví se ve speciálním prostoru.", - "action": "Vytvořit uložený filtr" + "action": "Vytvořit uložený filtr", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Smazat tento uložený filtr", diff --git a/src/i18n/lang/da-DK.json b/src/i18n/lang/da-DK.json index fd3a8fca87..c3a987ec87 100644 --- a/src/i18n/lang/da-DK.json +++ b/src/i18n/lang/da-DK.json @@ -404,7 +404,8 @@ "create": { "title": "Nyt Gemt Filter", "description": "Et gemt filter er en virtuel liste, som beregnes ud fra et sæt filtre, hver gang det er tilgået. Når den er oprettet, vises den i et særligt navneområde.", - "action": "Opret nyt gemt filter" + "action": "Opret nyt gemt filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Slet dette gemte filter", diff --git a/src/i18n/lang/de-DE.json b/src/i18n/lang/de-DE.json index b466531c30..fb79664b9b 100644 --- a/src/i18n/lang/de-DE.json +++ b/src/i18n/lang/de-DE.json @@ -404,7 +404,8 @@ "create": { "title": "Neuer gespeicherter Filter", "description": "Ein gespeicherter Filter ist eine virtuelle Liste, die bei jedem Zugriff aus einem Satz von Filtern errechnet wird. Einmal erstellt, erscheint diese in einem speziellen Namespace.", - "action": "Neuen gespeicherten Filter erstellen" + "action": "Neuen gespeicherten Filter erstellen", + "titleRequired": "Bitte gib den Titel für den Filter an." }, "delete": { "header": "Diesen gespeicherten Filter löschen", diff --git a/src/i18n/lang/de-swiss.json b/src/i18n/lang/de-swiss.json index 3f6b7d8d17..7678ee19a4 100644 --- a/src/i18n/lang/de-swiss.json +++ b/src/i18n/lang/de-swiss.json @@ -404,7 +404,8 @@ "create": { "title": "Neuer gespeicherter Filter", "description": "En gspeicherete Filter isch e virtuelli Liste, welche vomene Satz a Filter zemmegsetzt wird, sobald me uf sie zuegriift. Wenn sie mal erstellt worde isch, erhaltet si ihren eigene Namensruum.", - "action": "Neue gspeicherete Filter erstelle" + "action": "Neue gspeicherete Filter erstelle", + "titleRequired": "Bitte gib den Titel für den Filter an." }, "delete": { "header": "De g'speicheret Filter chüble", diff --git a/src/i18n/lang/es-ES.json b/src/i18n/lang/es-ES.json index 31a3463ce4..bf95969b99 100644 --- a/src/i18n/lang/es-ES.json +++ b/src/i18n/lang/es-ES.json @@ -404,7 +404,8 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter", diff --git a/src/i18n/lang/fr-FR.json b/src/i18n/lang/fr-FR.json index 932b804608..bfde8efbf7 100644 --- a/src/i18n/lang/fr-FR.json +++ b/src/i18n/lang/fr-FR.json @@ -404,7 +404,8 @@ "create": { "title": "Nouveau filtre enregistré", "description": "Un filtre enregistré est une liste virtuelle qui est calculée à partir d’un ensemble de filtres à chaque fois qu’on y accède. Une fois créé, il apparaît dans un espace de noms spécial.", - "action": "Créer un nouveau filtre enregistré" + "action": "Créer un nouveau filtre enregistré", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Supprimer ce filtre enregistré", diff --git a/src/i18n/lang/it-IT.json b/src/i18n/lang/it-IT.json index 0fe37a594a..127f322341 100644 --- a/src/i18n/lang/it-IT.json +++ b/src/i18n/lang/it-IT.json @@ -404,7 +404,8 @@ "create": { "title": "Nuovo Filtro Salvato", "description": "Un filtro salvato è una lista virtuale che viene calcolata da un insieme di filtri di volta in volta. Una volta creato, apparirà in un namespace speciale.", - "action": "Crea nuovo filtro salvato" + "action": "Crea nuovo filtro salvato", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Elimina questo filtro salvato", diff --git a/src/i18n/lang/nl-NL.json b/src/i18n/lang/nl-NL.json index 0192290384..726af5e91d 100644 --- a/src/i18n/lang/nl-NL.json +++ b/src/i18n/lang/nl-NL.json @@ -404,7 +404,8 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter", diff --git a/src/i18n/lang/no-NO.json b/src/i18n/lang/no-NO.json index 7572eddb07..0572730e50 100644 --- a/src/i18n/lang/no-NO.json +++ b/src/i18n/lang/no-NO.json @@ -404,7 +404,8 @@ "create": { "title": "Nytt lagret filter", "description": "Et lagret filter er en virtuell liste som beregnes fra et sett med filtre hver gang det åpnes. Når du er opprettet, vil det vises i et eget navneområde.", - "action": "Opprett nytt filter" + "action": "Opprett nytt filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Slett dette lagrede filteret", diff --git a/src/i18n/lang/pl-PL.json b/src/i18n/lang/pl-PL.json index e7375d714e..67e9b6aee6 100644 --- a/src/i18n/lang/pl-PL.json +++ b/src/i18n/lang/pl-PL.json @@ -404,7 +404,8 @@ "create": { "title": "Nowy filtr stały", "description": "Filtr stały to wirtualna lista, która jest kalkulowana na podstawie zestawu filtrów przy każdym wejściu w nią. Po utworzeniu pojawi się w specjalnej sekcji.", - "action": "Utwórz nowy filtr stały" + "action": "Utwórz nowy filtr stały", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Usuń ten filtr stały", diff --git a/src/i18n/lang/pt-BR.json b/src/i18n/lang/pt-BR.json index 8f36173745..7de74b1e24 100644 --- a/src/i18n/lang/pt-BR.json +++ b/src/i18n/lang/pt-BR.json @@ -404,7 +404,8 @@ "create": { "title": "Novo filtro salvo", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter", diff --git a/src/i18n/lang/pt-PT.json b/src/i18n/lang/pt-PT.json index 26a6017957..5e4e74939e 100644 --- a/src/i18n/lang/pt-PT.json +++ b/src/i18n/lang/pt-PT.json @@ -404,7 +404,8 @@ "create": { "title": "Novo Filtro Memorizado", "description": "Um filtro memorizado é uma lista virtual que é compilada a partir de um conjunto de filtros de cada vez que é acedido. Uma vez criado, irá aparecer num espaço especial.", - "action": "Criar novo filtro memorizado" + "action": "Criar novo filtro memorizado", + "titleRequired": "Por favor, insere um título para o filtro." }, "delete": { "header": "Eliminar este filtro memorizado", diff --git a/src/i18n/lang/ro-RO.json b/src/i18n/lang/ro-RO.json index 60bef95b05..02b080441d 100644 --- a/src/i18n/lang/ro-RO.json +++ b/src/i18n/lang/ro-RO.json @@ -404,7 +404,8 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter", diff --git a/src/i18n/lang/ru-RU.json b/src/i18n/lang/ru-RU.json index c703c12eeb..2228f4a28e 100644 --- a/src/i18n/lang/ru-RU.json +++ b/src/i18n/lang/ru-RU.json @@ -404,7 +404,8 @@ "create": { "title": "Создать сохранённый фильтр", "description": "Сохранённый фильтр — это виртуальный список, построенный из набора фильтров. При создании отображается в специальном пространстве имён.", - "action": "Создать новый сохранённый фильтр" + "action": "Создать новый сохранённый фильтр", + "titleRequired": "Укажите название фильтра." }, "delete": { "header": "Удалить этот сохранённый фильтр", diff --git a/src/i18n/lang/sk-SK.json b/src/i18n/lang/sk-SK.json index 60bef95b05..02b080441d 100644 --- a/src/i18n/lang/sk-SK.json +++ b/src/i18n/lang/sk-SK.json @@ -404,7 +404,8 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter", diff --git a/src/i18n/lang/sv-SE.json b/src/i18n/lang/sv-SE.json index 60bef95b05..02b080441d 100644 --- a/src/i18n/lang/sv-SE.json +++ b/src/i18n/lang/sv-SE.json @@ -404,7 +404,8 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter", diff --git a/src/i18n/lang/tr-TR.json b/src/i18n/lang/tr-TR.json index 60bef95b05..02b080441d 100644 --- a/src/i18n/lang/tr-TR.json +++ b/src/i18n/lang/tr-TR.json @@ -404,7 +404,8 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter", diff --git a/src/i18n/lang/vi-VN.json b/src/i18n/lang/vi-VN.json index cc56443d14..2d8367846b 100644 --- a/src/i18n/lang/vi-VN.json +++ b/src/i18n/lang/vi-VN.json @@ -404,7 +404,8 @@ "create": { "title": "Bộ lọc đã lưu mới", "description": "Bộ lọc sẵn là một danh sách ảo được chọn từ một tập hợp các bộ lọc. Sau khi được tạo, nó sẽ xuất hiện trong một không gian làm việc đặc biệt.", - "action": "Tạo thêm bộ lọc sẵn" + "action": "Tạo thêm bộ lọc sẵn", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Xóa bộ lọc sẵn này", diff --git a/src/i18n/lang/zh-CN.json b/src/i18n/lang/zh-CN.json index 010de4ccc9..c313e97dd7 100644 --- a/src/i18n/lang/zh-CN.json +++ b/src/i18n/lang/zh-CN.json @@ -404,7 +404,8 @@ "create": { "title": "新保存的过滤器", "description": "保存的过滤器是一个虚拟列表,在每次访问时从一组过滤器中计算出来。 创建后,它将出现在一个特殊的命名空间里。", - "action": "创建新保存的过滤器" + "action": "创建新保存的过滤器", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "删除此保存的过滤器", diff --git a/src/i18n/lang/zh-TW.json b/src/i18n/lang/zh-TW.json index 60bef95b05..02b080441d 100644 --- a/src/i18n/lang/zh-TW.json +++ b/src/i18n/lang/zh-TW.json @@ -404,7 +404,8 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.", - "action": "Create new saved filter" + "action": "Create new saved filter", + "titleRequired": "Please provide a title for the filter." }, "delete": { "header": "Delete this saved filter",