diff --git a/plugins/tags-assets/lang/en.json b/plugins/tags-assets/lang/en.json index b714c86b9e..b1a6cc29a7 100644 --- a/plugins/tags-assets/lang/en.json +++ b/plugins/tags-assets/lang/en.json @@ -16,6 +16,7 @@ "TagCreateLabel": "Tag", "CancelLabel": "Cancel", "SearchCreate": "Search/Name ...", + "QuickAddItems": "Quick Add {word} \"{title}\"", "NoItems": "There is no {word} added ...", "TagDescriptionLabel": "Description", "TagDescriptionPlaceholder": "Please type description here", diff --git a/plugins/tags-assets/lang/es.json b/plugins/tags-assets/lang/es.json index d42dee8244..226f30da35 100644 --- a/plugins/tags-assets/lang/es.json +++ b/plugins/tags-assets/lang/es.json @@ -16,6 +16,7 @@ "TagCreateLabel": "Etiqueta", "CancelLabel": "Cancelar", "SearchCreate": "Buscar/Nombre...", + "QuickAddItems": "Agregar {word} rápidamente \"{title}\"", "NoItems": "No hay ninguna {word} añadida...", "TagDescriptionLabel": "Descripción", "TagDescriptionPlaceholder": "Escriba la descripción aquí", diff --git a/plugins/tags-assets/lang/pt.json b/plugins/tags-assets/lang/pt.json index 65b2c42bcc..84cc9d88ae 100644 --- a/plugins/tags-assets/lang/pt.json +++ b/plugins/tags-assets/lang/pt.json @@ -16,6 +16,7 @@ "TagCreateLabel": "Etiqueta", "CancelLabel": "Cancelar", "SearchCreate": "Pesquisar/Nome...", + "QuickAddItems": "{word} de adição rápida \"{title}\"", "NoItems": "Não há nenhuma {word} adicionada...", "TagDescriptionLabel": "Descrição", "TagDescriptionPlaceholder": "Escreva a descrição aqui", diff --git a/plugins/tags-assets/lang/ru.json b/plugins/tags-assets/lang/ru.json index 2d2ccf5f20..feeb98367e 100644 --- a/plugins/tags-assets/lang/ru.json +++ b/plugins/tags-assets/lang/ru.json @@ -16,6 +16,7 @@ "TagCreateLabel": "Тег", "CancelLabel": "Отмена", "SearchCreate": "Название...", + "QuickAddItems": "Быстрое добавление {word} \"{title}\"", "NoItems": "Отсутствует добавленный {word}", "TagDescriptionLabel": "Описание", "TagDescriptionPlaceholder": "Пожалуйста, введите описание", diff --git a/plugins/tags-resources/src/components/CreateTagElement.svelte b/plugins/tags-resources/src/components/CreateTagElement.svelte index ee0223e059..5faa491f65 100644 --- a/plugins/tags-resources/src/components/CreateTagElement.svelte +++ b/plugins/tags-resources/src/components/CreateTagElement.svelte @@ -13,9 +13,9 @@ // limitations under the License. -->