diff options
14 files changed, 88 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml index e3ff21f1..97eb874d 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | # delete: "Are you sure you want to remove that article?" | 254 | # delete: "Are you sure you want to remove that article?" |
255 | # delete_tag: "Are you sure you want to remove that tag from that article?" | 255 | # delete_tag: "Are you sure you want to remove that tag from that article?" |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'Om' | 263 | page_title: 'Om' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | # export: | 408 | # export: |
404 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | 409 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | # page_title: 'Import' | 413 | # page_title: 'Import' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index c297ffb5..0cf3b138 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | delete: 'Bist du sicher, dass du diesen Artikel löschen möchtest?' | 254 | delete: 'Bist du sicher, dass du diesen Artikel löschen möchtest?' |
255 | delete_tag: 'Bist du sicher, dass du diesen Tag vom Artikel entfernen möchtest?' | 255 | delete_tag: 'Bist du sicher, dass du diesen Tag vom Artikel entfernen möchtest?' |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'Über' | 263 | page_title: 'Über' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | export: | 408 | export: |
404 | footer_template: '<div style="text-align:center;"><p>Generiert von wallabag mit Hilfe von %method%</p><p>Bitte öffne <a href="https://github.com/wallabag/wallabag/issues">ein Ticket</a> wenn du ein Problem mit der Darstellung von diesem E-Book auf deinem Gerät hast.</p></div>' | 409 | footer_template: '<div style="text-align:center;"><p>Generiert von wallabag mit Hilfe von %method%</p><p>Bitte öffne <a href="https://github.com/wallabag/wallabag/issues">ein Ticket</a> wenn du ein Problem mit der Darstellung von diesem E-Book auf deinem Gerät hast.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: 'Importieren' | 413 | page_title: 'Importieren' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 169ae728..6085be14 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | delete: "Are you sure you want to remove that article?" | 254 | delete: "Are you sure you want to remove that article?" |
255 | delete_tag: "Are you sure you want to remove that tag from that article?" | 255 | delete_tag: "Are you sure you want to remove that tag from that article?" |
256 | metadata: | ||
257 | reading_time: "Estimated reading time" | ||
258 | reading_time_minutes_short: "%readingTime% min" | ||
259 | address: "Address" | ||
260 | added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'About' | 263 | page_title: 'About' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | export: | 408 | export: |
404 | footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | 409 | footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' |
410 | unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: 'Import' | 413 | page_title: 'Import' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml index 039a1867..f2a8fb89 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | # delete: "Are you sure you want to remove that article?" | 254 | # delete: "Are you sure you want to remove that article?" |
255 | # delete_tag: "Are you sure you want to remove that tag from that article?" | 255 | # delete_tag: "Are you sure you want to remove that tag from that article?" |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'Acerca de' | 263 | page_title: 'Acerca de' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | # export: | 408 | # export: |
404 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | 409 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: 'Importar' | 413 | page_title: 'Importar' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml index b3f2eb58..a5cbd7ec 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | # delete: "Are you sure you want to remove that article?" | 254 | # delete: "Are you sure you want to remove that article?" |
255 | # delete_tag: "Are you sure you want to remove that tag from that article?" | 255 | # delete_tag: "Are you sure you want to remove that tag from that article?" |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'درباره' | 263 | page_title: 'درباره' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | # export: | 408 | # export: |
404 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | 409 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: 'درونریزی' | 413 | page_title: 'درونریزی' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index 5cdd836e..a36d84ae 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | delete: "Voulez-vous vraiment supprimer cet article ?" | 254 | delete: "Voulez-vous vraiment supprimer cet article ?" |
255 | delete_tag: "Voulez-vous vraiment supprimer ce tag de cet article ?" | 255 | delete_tag: "Voulez-vous vraiment supprimer ce tag de cet article ?" |
256 | metadata: | ||
257 | reading_time: "Durée de lecture estimée" | ||
258 | reading_time_minutes_short: "%readingTime% min" | ||
259 | address: "Adresse" | ||
260 | added_on: "Ajouté le" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: "À propos" | 263 | page_title: "À propos" |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | export: | 408 | export: |
404 | footer_template: '<div style="text-align:center;"><p>Généré par wallabag with %method%</p><p>Merci d''ouvrir <a href="https://github.com/wallabag/wallabag/issues">un ticket</a> si vous rencontrez des soucis d''affichage avec ce document sur votre support.</p></div>' | 409 | footer_template: '<div style="text-align:center;"><p>Généré par wallabag with %method%</p><p>Merci d''ouvrir <a href="https://github.com/wallabag/wallabag/issues">un ticket</a> si vous rencontrez des soucis d''affichage avec ce document sur votre support.</p></div>' |
410 | unknown: 'Inconnu' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: "Importer" | 413 | page_title: "Importer" |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index 83b3edcd..1649c0e4 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | delete: "Vuoi veramente rimuovere quell'articolo?" | 254 | delete: "Vuoi veramente rimuovere quell'articolo?" |
255 | delete_tag: "Vuoi veramente rimuovere quell'etichetta da quell'articolo?" | 255 | delete_tag: "Vuoi veramente rimuovere quell'etichetta da quell'articolo?" |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'A proposito' | 263 | page_title: 'A proposito' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | # export: | 408 | # export: |
404 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | 409 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: 'Importa' | 413 | page_title: 'Importa' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml index 95bc9560..e2298f1f 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | delete: "Sètz segur de voler suprimir aqueste article ?" | 254 | delete: "Sètz segur de voler suprimir aqueste article ?" |
255 | delete_tag: "Sètz segur de voler levar aquesta etiqueta de l'article ?" | 255 | delete_tag: "Sètz segur de voler levar aquesta etiqueta de l'article ?" |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'A prepaus' | 263 | page_title: 'A prepaus' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | export: | 408 | export: |
404 | footer_template: '<div style="text-align:center;"><p>Produch per wallabag amb %method%</p><p>Mercés de dobrir <a href="https://github.com/wallabag/wallabag/issues">una sollicitacion</a> s’avètz de problèmas amb l’afichatge d’aqueste E-Book sus vòstre periferic.</p></div>' | 409 | footer_template: '<div style="text-align:center;"><p>Produch per wallabag amb %method%</p><p>Mercés de dobrir <a href="https://github.com/wallabag/wallabag/issues">una sollicitacion</a> s’avètz de problèmas amb l’afichatge d’aqueste E-Book sus vòstre periferic.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: 'Importar' | 413 | page_title: 'Importar' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml index a64e60b0..a5712733 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | delete: "Czy jesteś pewien, że chcesz usunąć ten artykuł?" | 254 | delete: "Czy jesteś pewien, że chcesz usunąć ten artykuł?" |
255 | delete_tag: "Czy jesteś pewien, że chcesz usunąć ten tag, z tego artykułu?" | 255 | delete_tag: "Czy jesteś pewien, że chcesz usunąć ten tag, z tego artykułu?" |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'O nas' | 263 | page_title: 'O nas' |
@@ -401,7 +406,8 @@ tag: | |||
401 | placeholder: 'Możesz dodać kilka tagów, oddzielając je przecinkami.' | 406 | placeholder: 'Możesz dodać kilka tagów, oddzielając je przecinkami.' |
402 | 407 | ||
403 | export: | 408 | export: |
404 | footer_template: '<div style="text-align:center;"><p>Stworzone przez wallabag z %method%</p><p>Proszę zgłoś <a href="https://github.com/wallabag/wallabag/issues">sprawę</a>, jeżeli masz problem z wyświetleniem tego e-booka na swoim urządzeniu.</p></div>' | 409 | footer_template: '<div style="text-align:center;"><p>Stworzone przez wallabag z %method%</p><p>Proszę zgłoś <a href="https://github.com/wallabag/wallabag/issues">sprawę</a>, jeżeli masz problem z wyświetleniem tego e-booka na swoim urządzeniu.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: 'Import' | 413 | page_title: 'Import' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml index 58d2d058..1ccf49e1 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | # delete: "Are you sure you want to remove that article?" | 254 | # delete: "Are you sure you want to remove that article?" |
255 | # delete_tag: "Are you sure you want to remove that tag from that article?" | 255 | # delete_tag: "Are you sure you want to remove that tag from that article?" |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'Sobre' | 263 | page_title: 'Sobre' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | # export: | 408 | # export: |
404 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | 409 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | page_title: 'Importar' | 413 | page_title: 'Importar' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml index 564fed94..6c0e18e1 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml | |||
@@ -253,6 +253,11 @@ entry: | |||
253 | confirm: | 253 | confirm: |
254 | # delete: "Are you sure you want to remove that article?" | 254 | # delete: "Are you sure you want to remove that article?" |
255 | # delete_tag: "Are you sure you want to remove that tag from that article?" | 255 | # delete_tag: "Are you sure you want to remove that tag from that article?" |
256 | metadata: | ||
257 | # reading_time: "Estimated reading time" | ||
258 | # reading_time_minutes_short: "%readingTime% min" | ||
259 | # address: "Address" | ||
260 | # added_on: "Added on" | ||
256 | 261 | ||
257 | about: | 262 | about: |
258 | page_title: 'Despre' | 263 | page_title: 'Despre' |
@@ -402,6 +407,7 @@ tag: | |||
402 | 407 | ||
403 | # export: | 408 | # export: |
404 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | 409 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' |
410 | # unknown: 'Unknown' | ||
405 | 411 | ||
406 | import: | 412 | import: |
407 | # page_title: 'Import' | 413 | # page_title: 'Import' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml index 5f210c93..48753b55 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml | |||
@@ -241,6 +241,11 @@ entry: | |||
241 | save_label: 'Сохранить' | 241 | save_label: 'Сохранить' |
242 | public: | 242 | public: |
243 | shared_by_wallabag: "Запись была опубликована <a href='%wallabag_instance%'>wallabag</a>" | 243 | shared_by_wallabag: "Запись была опубликована <a href='%wallabag_instance%'>wallabag</a>" |
244 | metadata: | ||
245 | # reading_time: "Estimated reading time" | ||
246 | # reading_time_minutes_short: "%readingTime% min" | ||
247 | # address: "Address" | ||
248 | # added_on: "Added on" | ||
244 | 249 | ||
245 | about: | 250 | about: |
246 | page_title: 'О' | 251 | page_title: 'О' |
@@ -388,6 +393,10 @@ tag: | |||
388 | add: 'Добавить' | 393 | add: 'Добавить' |
389 | placeholder: 'Вы можете добавить несколько тегов, разделенных запятой.' | 394 | placeholder: 'Вы можете добавить несколько тегов, разделенных запятой.' |
390 | 395 | ||
396 | # export: | ||
397 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | ||
398 | # unknown: 'Unknown' | ||
399 | |||
391 | import: | 400 | import: |
392 | page_title: 'Импорт' | 401 | page_title: 'Импорт' |
393 | page_description: 'Добро пожаловать в импортер wallabag. Выберите сервис, из которого вы хотите перенести данные.' | 402 | page_description: 'Добро пожаловать в импортер wallabag. Выберите сервис, из которого вы хотите перенести данные.' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml index 9d22f90d..5524b1f1 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml | |||
@@ -251,6 +251,11 @@ entry: | |||
251 | confirm: | 251 | confirm: |
252 | delete: "คุณแน่ใจหรือไม่ว่าคุณต้องการลบบทความนี้?" | 252 | delete: "คุณแน่ใจหรือไม่ว่าคุณต้องการลบบทความนี้?" |
253 | delete_tag: "คุณแน่ใจหรือไม่ว่าคุณต้องการลบแท็กจากบทความนี้?" | 253 | delete_tag: "คุณแน่ใจหรือไม่ว่าคุณต้องการลบแท็กจากบทความนี้?" |
254 | metadata: | ||
255 | # reading_time: "Estimated reading time" | ||
256 | # reading_time_minutes_short: "%readingTime% min" | ||
257 | # address: "Address" | ||
258 | # added_on: "Added on" | ||
254 | 259 | ||
255 | about: | 260 | about: |
256 | page_title: 'เกี่ยวกับ' | 261 | page_title: 'เกี่ยวกับ' |
@@ -400,6 +405,7 @@ tag: | |||
400 | 405 | ||
401 | export: | 406 | export: |
402 | footer_template: '<div style="text-align:center;"><p>ผลิตโดย wallabag กับ %method%</p><p>ให้ทำการเปิด <a href="https://github.com/wallabag/wallabag/issues">ฉบับนี้</a> ถ้าคุณมีข้อบกพร่องif you have trouble with the display of this E-Book on your device.</p></div>' | 407 | footer_template: '<div style="text-align:center;"><p>ผลิตโดย wallabag กับ %method%</p><p>ให้ทำการเปิด <a href="https://github.com/wallabag/wallabag/issues">ฉบับนี้</a> ถ้าคุณมีข้อบกพร่องif you have trouble with the display of this E-Book on your device.</p></div>' |
408 | # unknown: 'Unknown' | ||
403 | 409 | ||
404 | import: | 410 | import: |
405 | page_title: 'นำข้อมูลเช้า' | 411 | page_title: 'นำข้อมูลเช้า' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml index 4c71f0b9..e2156d47 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml | |||
@@ -251,6 +251,11 @@ entry: | |||
251 | confirm: | 251 | confirm: |
252 | # delete: "Are you sure you want to remove that article?" | 252 | # delete: "Are you sure you want to remove that article?" |
253 | # delete_tag: "Are you sure you want to remove that tag from that article?" | 253 | # delete_tag: "Are you sure you want to remove that tag from that article?" |
254 | metadata: | ||
255 | # reading_time: "Estimated reading time" | ||
256 | # reading_time_minutes_short: "%readingTime% min" | ||
257 | # address: "Address" | ||
258 | # added_on: "Added on" | ||
254 | 259 | ||
255 | about: | 260 | about: |
256 | page_title: 'Hakkımızda' | 261 | page_title: 'Hakkımızda' |
@@ -400,6 +405,7 @@ tag: | |||
400 | 405 | ||
401 | # export: | 406 | # export: |
402 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' | 407 | # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' |
408 | # unknown: 'Unknown' | ||
403 | 409 | ||
404 | import: | 410 | import: |
405 | page_title: 'İçe Aktar' | 411 | page_title: 'İçe Aktar' |