diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
index e13846754..c8500ad38 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -399,6 +399,8 @@ tag:
new:
# add: 'Add'
# placeholder: 'You can add several tags, separated by a comma.'
+ rename:
+ # placeholder: 'You can update tag name.'
# export:
# footer_template: '
Produced by wallabag with %method%
Please open an issue if you have trouble with the display of this E-Book on your device.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
# tag_added: 'Tag added'
+ # tag_renamed: 'Tag renamed'
import:
notice:
# failed: 'Import failed, please try again.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
index c297ffb5d..888d9b398 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
@@ -399,6 +399,8 @@ tag:
new:
add: 'Hinzufügen'
placeholder: 'Du kannst verschiedene Tags, getrennt von einem Komma, hinzufügen.'
+ rename:
+ # placeholder: 'You can update tag name.'
export:
footer_template: 'Generiert von wallabag mit Hilfe von %method%
Bitte öffne ein Ticket wenn du ein Problem mit der Darstellung von diesem E-Book auf deinem Gerät hast.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: 'Tag hinzugefügt'
+ #tag_renamed: 'Tag renamed'
import:
notice:
failed: 'Import fehlgeschlagen, bitte erneut probieren.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index bd81c72f2..827bf7706 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -399,6 +399,8 @@ tag:
new:
add: 'Add'
placeholder: 'You can add several tags, separated by a comma.'
+ rename:
+ placeholder: 'You can update tag name.'
export:
footer_template: 'Produced by wallabag with %method%
Please open an issue if you have trouble with the display of this E-Book on your device.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: 'Tag added'
+ tag_renamed: 'Tag renamed'
import:
notice:
failed: 'Import failed, please try again.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
index 700190a67..e5878f2c4 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -399,6 +399,8 @@ tag:
new:
add: 'Añadir'
placeholder: 'Puedes añadir varias etiquetas, separadas por una coma.'
+ rename:
+ # placeholder: 'You can update tag name.'
# export:
# footer_template: 'Produced by wallabag with %method%
Please open an issue if you have trouble with the display of this E-Book on your device.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: 'Etiqueta añadida'
+ # tag_renamed: 'Tag renamed'
import:
notice:
failed: 'Importación fallida, por favor, inténtelo de nuevo.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
index 836459336..2e922358c 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
@@ -399,6 +399,8 @@ tag:
new:
# add: 'Add'
# placeholder: 'You can add several tags, separated by a comma.'
+ rename:
+ # placeholder: 'You can update tag name.'
# export:
# footer_template: 'Produced by wallabag with %method%
Please open an issue if you have trouble with the display of this E-Book on your device.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: 'برچسب افزوده شد'
+ # tag_renamed: 'Tag renamed'
import:
notice:
failed: 'درونریزی شکست خورد. لطفاً دوباره تلاش کنید.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
index edf296543..cf5031d38 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -399,6 +399,8 @@ tag:
new:
add: "Ajouter"
placeholder: "Vous pouvez ajouter plusieurs tags, séparés par une virgule."
+ rename:
+ placeholder: 'Vous pouvez changer le nom de votre tag.'
export:
footer_template: 'Généré par wallabag with %method%
Merci d''ouvrir un ticket si vous rencontrez des soucis d''affichage avec ce document sur votre support.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: "Tag ajouté"
+ tag_renamed: "Tag renommé"
import:
notice:
failed: "L’import a échoué, veuillez ré-essayer"
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
index 47292116f..1563703ac 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
@@ -399,6 +399,8 @@ tag:
new:
add: 'Aggiungi'
placeholder: 'Puoi aggiungere varie etichette, separate da una virgola.'
+ rename:
+ # placeholder: 'You can update tag name.'
# export:
# footer_template: 'Produced by wallabag with %method%
Please open an issue if you have trouble with the display of this E-Book on your device.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: 'Etichetta aggiunta'
+ # tag_renamed: 'Tag renamed'
import:
notice:
failed: 'Importazione fallita, riprova.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
index 95bc9560f..9e9f8a2f5 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
@@ -399,6 +399,8 @@ tag:
new:
add: 'Ajustar'
placeholder: "Podètz ajustar mai qu'una etiqueta, separadas per de virgula."
+ rename:
+ # placeholder: 'You can update tag name.'
export:
footer_template: 'Produch per wallabag amb %method%
Mercés de dobrir una sollicitacion s’avètz de problèmas amb l’afichatge d’aqueste E-Book sus vòstre periferic.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: 'Etiqueta ajustada'
+ # tag_renamed: 'Tag renamed'
import:
notice:
failed: "L'importacion a fracassat, mercés de tornar ensajar."
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
index a64e60b01..4e2238d25 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
@@ -399,6 +399,8 @@ tag:
new:
add: 'Dodaj'
placeholder: 'Możesz dodać kilka tagów, oddzielając je przecinkami.'
+ rename:
+ # placeholder: 'You can update tag name.'
export:
footer_template: 'Stworzone przez wallabag z %method%
Proszę zgłoś sprawę, jeżeli masz problem z wyświetleniem tego e-booka na swoim urządzeniu.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: 'Tag dodany'
+ # tag_renamed: 'Tag renamed'
import:
notice:
failed: 'Nieudany import, prosimy spróbować ponownie.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
index 7aef9694e..127b425ee 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
@@ -399,6 +399,8 @@ tag:
new:
# add: 'Add'
# placeholder: 'You can add several tags, separated by a comma.'
+ rename:
+ # placeholder: 'You can update tag name.'
# export:
# footer_template: 'Produced by wallabag with %method%
Please open an issue if you have trouble with the display of this E-Book on your device.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
tag_added: 'Tag adicionada'
+ # tag_renamed: 'Tag renamed'
import:
notice:
failed: 'Importação falhou, por favor tente novamente.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
index 9b7068c66..e68a91ecc 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
@@ -399,6 +399,8 @@ tag:
new:
# add: 'Add'
# placeholder: 'You can add several tags, separated by a comma.'
+ rename:
+ # placeholder: 'You can update tag name.'
# export:
# footer_template: 'Produced by wallabag with %method%
Please open an issue if you have trouble with the display of this E-Book on your device.
'
@@ -585,6 +587,7 @@ flashes:
tag:
notice:
# tag_added: 'Tag added'
+ # tag_renamed: 'Tag renamed'
import:
notice:
# failed: 'Import failed, please try again.'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
index 5f210c934..d713f13f3 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
@@ -387,6 +387,8 @@ tag:
new:
add: 'Добавить'
placeholder: 'Вы можете добавить несколько тегов, разделенных запятой.'
+ rename:
+ # placeholder: 'You can update tag name.'
import:
page_title: 'Импорт'
@@ -547,6 +549,7 @@ flashes:
tag:
notice:
tag_added: 'Тег добавлен'
+ # tag_renamed: 'Tag renamed'
import:
notice:
failed: 'Во время импорта произошла ошибка, повторите попытку.'
@@ -564,4 +567,4 @@ flashes:
notice:
added: 'Пользователь "%username%" добавлен'
updated: 'Пользователь "%username%" обновлен'
- deleted: 'Пользователь "%username%" удален'
\ No newline at end of file
+ deleted: 'Пользователь "%username%" удален'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
index 9d22f90d3..78e0f0ee4 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
@@ -397,6 +397,8 @@ tag:
new:
add: 'เพิ่ม'
placeholder: 'คุณสามารถเพิ่มได้หลายแท็ก, จากการแบ่งโดย comma'
+ rename:
+ # placeholder: 'You can update tag name.'
export:
footer_template: 'ผลิตโดย wallabag กับ %method%
ให้ทำการเปิด ฉบับนี้ ถ้าคุณมีข้อบกพร่องif you have trouble with the display of this E-Book on your device.
'
@@ -583,6 +585,7 @@ flashes:
tag:
notice:
tag_added: 'แท็กที่เพิ่ม'
+ # tag_renamed: 'Tag renamed'
import:
notice:
failed: 'นำข้อมูลเข้าล้มเหลว, ลองใหม่อีกครั้ง'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
index 5c95fe630..c48a885fd 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
@@ -397,6 +397,8 @@ tag:
new:
# add: 'Add'
# placeholder: 'You can add several tags, separated by a comma.'
+ rename:
+ # placeholder: 'You can update tag name.'
# export:
# footer_template: 'Produced by wallabag with %method%
Please open an issue if you have trouble with the display of this E-Book on your device.
'
@@ -563,6 +565,7 @@ flashes:
tag:
notice:
tag_added: 'Etiket eklendi'
+ # tag_renamed: 'Tag renamed'
import:
notice:
# failed: 'Import failed, please try again.'