mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Improve origin_url field description and translations
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
8425f5cc3d
commit
3b771f51a6
14 changed files with 15 additions and 14 deletions
|
@ -309,7 +309,7 @@ class EntryRestController extends WallabagRestController
|
|||
* {"name"="published_at", "dataType"="datetime|integer", "format"="YYYY-MM-DDTHH:II:SS+TZ or a timestamp", "required"=false, "description"="Published date of the entry"},
|
||||
* {"name"="authors", "dataType"="string", "format"="Name Firstname,author2,author3", "required"=false, "description"="Authors of the entry"},
|
||||
* {"name"="public", "dataType"="integer", "required"=false, "format"="1 or 0", "description"="will generate a public link for the entry"},
|
||||
* {"name"="origin_url", "dataType"="string", "required"=false, "format"="http://www.test.com/article.html", "description"="Origin url for the entry."},
|
||||
* {"name"="origin_url", "dataType"="string", "required"=false, "format"="http://www.test.com/article.html", "description"="Origin url for the entry (from where you found it)."},
|
||||
* }
|
||||
* )
|
||||
*
|
||||
|
@ -409,7 +409,7 @@ class EntryRestController extends WallabagRestController
|
|||
* {"name"="published_at", "dataType"="datetime|integer", "format"="YYYY-MM-DDTHH:II:SS+TZ or a timestamp", "required"=false, "description"="Published date of the entry"},
|
||||
* {"name"="authors", "dataType"="string", "format"="Name Firstname,author2,author3", "required"=false, "description"="Authors of the entry"},
|
||||
* {"name"="public", "dataType"="integer", "required"=false, "format"="1 or 0", "description"="will generate a public link for the entry"},
|
||||
* {"name"="origin_url", "dataType"="string", "required"=false, "format"="http://www.test.com/article.html", "description"="Origin url for the entry."},
|
||||
* {"name"="origin_url", "dataType"="string", "required"=false, "format"="http://www.test.com/article.html", "description"="Origin url for the entry (from where you found it)."},
|
||||
* }
|
||||
* )
|
||||
*
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
# page_title: 'Edit an entry'
|
||||
# title_label: 'Title'
|
||||
url_label: 'Url'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Gem'
|
||||
public:
|
||||
# shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: 'Eintrag bearbeiten'
|
||||
title_label: 'Titel'
|
||||
url_label: 'URL'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Speichern'
|
||||
public:
|
||||
shared_by_wallabag: 'Dieser Artikel wurde von %username% mittels <a href="%wallabag_instance%">wallabag</a> geteilt'
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: 'Edit an entry'
|
||||
title_label: 'Title'
|
||||
url_label: 'Url'
|
||||
origin_url_label: 'Origin url'
|
||||
origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Save'
|
||||
public:
|
||||
shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: 'Editar un artículo'
|
||||
title_label: 'Título'
|
||||
url_label: 'URL'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Guardar'
|
||||
public:
|
||||
shared_by_wallabag: "Este artículo se ha compartido con <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: 'ویرایش مقاله'
|
||||
title_label: 'عنوان'
|
||||
url_label: 'نشانی'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'ذخیره'
|
||||
public:
|
||||
# shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: "Éditer un article"
|
||||
title_label: "Titre"
|
||||
url_label: "Adresse"
|
||||
origin_url_label: "Adresse d'origine"
|
||||
origin_url_label: "Adresse d'origine (d'où vous avez trouvé cet article)"
|
||||
save_label: "Enregistrer"
|
||||
public:
|
||||
shared_by_wallabag: "Cet article a été partagé par %username% avec <a href=\"%wallabag_instance%\">wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: 'Modifica voce'
|
||||
title_label: 'Titolo'
|
||||
url_label: 'Url'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Salva'
|
||||
public:
|
||||
shared_by_wallabag: "Questo articolo è stato condiviso da %username% con <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: 'Modificar un article'
|
||||
title_label: 'Títol'
|
||||
url_label: 'Url'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Enregistrar'
|
||||
public:
|
||||
shared_by_wallabag: "Aqueste article es estat partejat per <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: 'Edytuj wpis'
|
||||
title_label: 'Tytuł'
|
||||
url_label: 'Adres URL'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Zapisz'
|
||||
public:
|
||||
shared_by_wallabag: "Ten artykuł został udostępniony przez <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
page_title: 'Editar uma entrada'
|
||||
title_label: 'Título'
|
||||
url_label: 'Url'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Salvar'
|
||||
public:
|
||||
shared_by_wallabag: "Este artigo foi compartilhado pelo <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -244,7 +244,7 @@ entry:
|
|||
# page_title: 'Edit an entry'
|
||||
# title_label: 'Title'
|
||||
url_label: 'Url'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Salvează'
|
||||
public:
|
||||
# shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
|
@ -234,6 +234,7 @@ entry:
|
|||
page_title: 'Изменить запись'
|
||||
title_label: 'Название'
|
||||
url_label: 'Ссылка'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
is_public_label: 'Публичная'
|
||||
save_label: 'Сохранить'
|
||||
public:
|
||||
|
|
|
@ -242,7 +242,7 @@ entry:
|
|||
page_title: 'Makaleyi düzenle'
|
||||
title_label: 'Başlık'
|
||||
url_label: 'Url'
|
||||
# origin_url_label: 'Origin url'
|
||||
# origin_url_label: 'Origin url (from where you found that entry)'
|
||||
save_label: 'Kaydet'
|
||||
public:
|
||||
# shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
|
||||
|
|
Loading…
Reference in a new issue