mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
build: preserve comments in language pack synchroniser (#2831)
By migrating from PyYAML to Ruamel for YAML parsing
This commit is contained in:
parent
c85924ba3e
commit
342a418071
35 changed files with 3788 additions and 37 deletions
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: قائمة
|
translation: قائمة
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: فهرس المحتويات
|
translation: فهرس المحتويات
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: المحتويات
|
translation: المحتويات
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: الرجوع لأعلى الصفحة
|
translation: الرجوع لأعلى الصفحة
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: ذات صلة
|
translation: ذات صلة
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: دقيقة قراءة
|
translation: دقيقة قراءة
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: السابق
|
translation: السابق
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: التالي
|
translation: التالي
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'شكل %d:'
|
translation: 'شكل %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: عدل هذه الصفحة
|
translation: عدل هذه الصفحة
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: الوضع العادي
|
translation: الوضع العادي
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: الوضع الليلي
|
translation: الوضع الليلي
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: تلقائي
|
translation: تلقائي
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: المسودة
|
translation: المسودة
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: بي دي اف
|
translation: بي دي اف
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: استشهاد
|
translation: استشهاد
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: شرائح
|
translation: شرائح
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: فيديو
|
translation: فيديو
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: تمريز
|
translation: تمريز
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: البيانات
|
translation: البيانات
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: مشروع
|
translation: مشروع
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: ملصق
|
translation: ملصق
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: مستند أصلي
|
translation: مستند أصلي
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: نسخ
|
translation: نسخ
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: تحميل
|
translation: تحميل
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: الإهتمامات
|
translation: الإهتمامات
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: التعليم
|
translation: التعليم
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: اخر
|
translation: اخر
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: الشهادات
|
translation: الشهادات
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: حتى الأن
|
translation: حتى الأن
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: شاهد الكل
|
translation: شاهد الكل
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: شاهد جميع التعليقات
|
translation: شاهد جميع التعليقات
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: شاهد جميع المحاضرات
|
translation: شاهد جميع المحاضرات
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: شاهد جميع المنشورات
|
translation: شاهد جميع المنشورات
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: الأسم
|
translation: الأسم
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: البريد الإلكتروني
|
translation: البريد الإلكتروني
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: رسالة
|
translation: رسالة
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: إرسل الرسالة
|
translation: إرسل الرسالة
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: حجز موعد
|
translation: حجز موعد
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: مقدمة
|
translation: مقدمة
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: منشور
|
translation: منشور
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: نوع
|
translation: نوع
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: التاريخ
|
translation: التاريخ
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: اخر تحيث في
|
translation: اخر تحيث في
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: حدث
|
translation: حدث
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: موقع
|
translation: موقع
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: غير مصنف
|
translation: غير مصنف
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: ورقة مؤتمر
|
translation: ورقة مؤتمر
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: مجلة محكمه
|
translation: مجلة محكمه
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: مسودة
|
translation: مسودة
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: تقرير
|
translation: تقرير
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: كتاب
|
translation: كتاب
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: قسم من كتاب
|
translation: قسم من كتاب
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: أطروحة
|
translation: أطروحة
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: براءة الإختراع
|
translation: براءة الإختراع
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: أذهب لموقع المشروع
|
translation: أذهب لموقع المشروع
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: التعليقات
|
translation: التعليقات
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: المنشورات
|
translation: المنشورات
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: المحاضرات
|
translation: المحاضرات
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: المشروعات
|
translation: المشروعات
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: بحث
|
translation: بحث
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: ابحث هنا...
|
translation: ابحث هنا...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: نتائج البحث
|
translation: نتائج البحث
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: لم يتم العثور على نتائج
|
translation: لم يتم العثور على نتائج
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: الصفحة غير موجودة
|
translation: الصفحة غير موجودة
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: هل تبحث عن أحد الصفحات التالية؟
|
translation: هل تبحث عن أحد الصفحات التالية؟
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: هذا الموقع يستخدم ملفات تعريف الارتباط "الكوكيز" لنمنحك أفضل تجربة مستخدم ممكنة
|
translation: هذا الموقع يستخدم ملفات تعريف الارتباط "الكوكيز" لنمنحك أفضل تجربة مستخدم ممكنة
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: أوافق!
|
translation: أوافق!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: تعرف على المزيد
|
translation: تعرف على المزيد
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,156 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Barra de navegació
|
translation: Barra de navegació
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Index
|
translation: Index
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: On this page
|
translation: On this page
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Back to top
|
translation: Back to top
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Relacionat
|
translation: Relacionat
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min de lectura
|
translation: min de lectura
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Anterior
|
translation: Anterior
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Següent
|
translation: Següent
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figura %d:'
|
translation: 'Figura %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Preimpresió
|
translation: Preimpresió
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Cita
|
translation: Cita
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Diapositives
|
translation: Diapositives
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Vídeo
|
translation: Vídeo
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Códi
|
translation: Códi
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Dades
|
translation: Dades
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projecte
|
translation: Projecte
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Font
|
translation: Font
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Copia
|
translation: Copia
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Baixa
|
translation: Baixa
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Interessos
|
translation: Interessos
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Educació
|
translation: Educació
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Latest
|
translation: Latest
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: See certificate
|
translation: See certificate
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Present
|
translation: Present
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: See all
|
translation: See all
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Més entrades
|
translation: Més entrades
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Més xerrades
|
translation: Més xerrades
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Més publicacions
|
translation: Més publicacions
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Nom
|
translation: Nom
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Missatge
|
translation: Missatge
|
||||||
|
|
||||||
- id: contact_attachment
|
- id: contact_attachment
|
||||||
translation: Adjunt
|
translation: Adjunt
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Enviar
|
translation: Enviar
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Book an appointment
|
translation: Book an appointment
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Resum
|
translation: Resum
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publicació
|
translation: Publicació
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Tipus
|
translation: Tipus
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Data
|
translation: Data
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Última actualizació el
|
translation: Última actualizació el
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Event
|
translation: Event
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Ubicació
|
translation: Ubicació
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Uncategorized
|
translation: Uncategorized
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Conference paper
|
translation: Conference paper
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Journal article
|
translation: Journal article
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Report
|
translation: Report
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Book
|
translation: Book
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Book section
|
translation: Book section
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thesis
|
translation: Thesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Obre el lloc del web del projecte
|
translation: Obre el lloc del web del projecte
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Entrada
|
translation: Entrada
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publicació
|
translation: Publicació
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Conferència
|
translation: Conferència
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projectes
|
translation: Projectes
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Search
|
translation: Search
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Search...
|
translation: Search...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: results found
|
translation: results found
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: No results found
|
translation: No results found
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: No s'ha trobat la pàgina
|
translation: No s'ha trobat la pàgina
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Buscaves alguna d'aquestes?
|
translation: Buscaves alguna d'aquestes?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Aquet lloc web fa servir cookies per garantitzar una millor experiència.
|
translation: Aquet lloc web fa servir cookies per garantitzar una millor experiència.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: D'acord
|
translation: D'acord
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Més informació
|
translation: Més informació
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Přepnout navigaci
|
translation: Přepnout navigaci
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Obsah
|
translation: Obsah
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Na stránce
|
translation: Na stránce
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Nahoru
|
translation: Nahoru
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Související
|
translation: Související
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min čtení
|
translation: min čtení
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Předchozí
|
translation: Předchozí
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Další
|
translation: Další
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Obrázek %d:'
|
translation: 'Obrázek %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Upravit stránku
|
translation: Upravit stránku
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Tisk
|
translation: Tisk
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citace
|
translation: Citace
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Slidy
|
translation: Slidy
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kód
|
translation: Kód
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Dataset
|
translation: Dataset
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekt
|
translation: Projekt
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Plakát
|
translation: Plakát
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Zdrojový dokument
|
translation: Zdrojový dokument
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopírovat
|
translation: Kopírovat
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Stáhnout
|
translation: Stáhnout
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Zájmy
|
translation: Zájmy
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Vzdělání
|
translation: Vzdělání
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Nejnověší
|
translation: Nejnověší
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Stáhnout
|
translation: Stáhnout
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Aktuální
|
translation: Aktuální
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Zobrazit všechny
|
translation: Zobrazit všechny
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Zobrazit všechny aktuality
|
translation: Zobrazit všechny aktuality
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Zobrazit všechny přednášky
|
translation: Zobrazit všechny přednášky
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Zobrazit všechny publikace
|
translation: Zobrazit všechny publikace
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Jméno
|
translation: Jméno
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Zpráva
|
translation: Zpráva
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Poslat
|
translation: Poslat
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Rezervovat schůzku
|
translation: Rezervovat schůzku
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Abstrakt
|
translation: Abstrakt
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publikace
|
translation: Publikace
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Typ
|
translation: Typ
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Datum
|
translation: Datum
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Naposledy aktualizováno dne
|
translation: Naposledy aktualizováno dne
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Událost
|
translation: Událost
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Místo
|
translation: Místo
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Nezařazeno
|
translation: Nezařazeno
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Materiál ke konferenci
|
translation: Materiál ke konferenci
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Článek v žurnálu
|
translation: Článek v žurnálu
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Tisk předem
|
translation: Tisk předem
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Správa
|
translation: Správa
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Kniha
|
translation: Kniha
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Sekce knihy
|
translation: Sekce knihy
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Diplomová práce
|
translation: Diplomová práce
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Na stánku projektu
|
translation: Na stánku projektu
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Aktuality
|
translation: Aktuality
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikace
|
translation: Publikace
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Přednášky
|
translation: Přednášky
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projekty
|
translation: Projekty
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Hledání
|
translation: Hledání
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Hledání...
|
translation: Hledání...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: nalezených výsledků
|
translation: nalezených výsledků
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Nic nelalezeno
|
translation: Nic nelalezeno
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Stránka neexistuje
|
translation: Stránka neexistuje
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Nehledáte náhodou jednu z těchto stránek?
|
translation: Nehledáte náhodou jednu z těchto stránek?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Tyto stránky používají cookies k zajištění co možná nejlepší zkušenosti na našem webu.
|
translation: Tyto stránky používají cookies k zajištění co možná nejlepší zkušenosti na našem webu.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Rozumím!
|
translation: Rozumím!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Zjistit více
|
translation: Zjistit více
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Vis/skjul navigation
|
translation: Vis/skjul navigation
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Indholdsfortegnelse
|
translation: Indholdsfortegnelse
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: På denne side
|
translation: På denne side
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Til toppen
|
translation: Til toppen
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Hjem
|
translation: Hjem
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Relaterede
|
translation: Relaterede
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min læsning
|
translation: min læsning
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Forrige
|
translation: Forrige
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Næste
|
translation: Næste
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figur %d:'
|
translation: 'Figur %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Eksempel
|
translation: Eksempel
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citer
|
translation: Citer
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Præsentation
|
translation: Præsentation
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kode
|
translation: Kode
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Datasæt
|
translation: Datasæt
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekt
|
translation: Projekt
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Plakat
|
translation: Plakat
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Kilde kode
|
translation: Kilde kode
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopier
|
translation: Kopier
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Download
|
translation: Download
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Interesser
|
translation: Interesser
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Uddannelse
|
translation: Uddannelse
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Seneste
|
translation: Seneste
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Certifikat
|
translation: Certifikat
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Nuværende
|
translation: Nuværende
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Se alle
|
translation: Se alle
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Se alle indlæg
|
translation: Se alle indlæg
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Se alle foredrag
|
translation: Se alle foredrag
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Se alle udgivelser
|
translation: Se alle udgivelser
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Navn
|
translation: Navn
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Besked
|
translation: Besked
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Send
|
translation: Send
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Reserver en aftale
|
translation: Reserver en aftale
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Abstrakt
|
translation: Abstrakt
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Udgivelse
|
translation: Udgivelse
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Type
|
translation: Type
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Dato
|
translation: Dato
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Sidst opdateret
|
translation: Sidst opdateret
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Begivenhed
|
translation: Begivenhed
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Lokation
|
translation: Lokation
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Ikke katagoriseret
|
translation: Ikke katagoriseret
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Konference artikel
|
translation: Konference artikel
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Videnskablig artikel
|
translation: Videnskablig artikel
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Rapport
|
translation: Rapport
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Bog
|
translation: Bog
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Bøger
|
translation: Bøger
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thesis
|
translation: Thesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Gå til projekt side
|
translation: Gå til projekt side
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Indlæg
|
translation: Indlæg
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Udgivelser
|
translation: Udgivelser
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Foredrag
|
translation: Foredrag
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projekter
|
translation: Projekter
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Søg
|
translation: Søg
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Søg...
|
translation: Søg...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: resultater fundet
|
translation: resultater fundet
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Ingen resultater fundet
|
translation: Ingen resultater fundet
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Side blev ikke fundet
|
translation: Side blev ikke fundet
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Måske du ledte efter dette?
|
translation: Måske du ledte efter dette?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Denne side benytter cookies for at sikre den bedste oplevelse.
|
translation: Denne side benytter cookies for at sikre den bedste oplevelse.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Accepter
|
translation: Accepter
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Læs mere
|
translation: Læs mere
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Navigation einblenden
|
translation: Navigation einblenden
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Inhaltsverzeichnis
|
translation: Inhaltsverzeichnis
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Auf dieser Seite
|
translation: Auf dieser Seite
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Zurück zum Anfang
|
translation: Zurück zum Anfang
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: 语言
|
translation: 语言
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Ähnliches
|
translation: Ähnliches
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min Lesezeit
|
translation: min Lesezeit
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Zurück
|
translation: Zurück
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Weiter
|
translation: Weiter
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Abbildung %d:'
|
translation: 'Abbildung %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Seite editieren
|
translation: Seite editieren
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Einstellungen anzeigen
|
translation: Einstellungen anzeigen
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Hell
|
translation: Hell
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dunkel
|
translation: Dunkel
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatisch
|
translation: Automatisch
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Vorabdruck
|
translation: Vorabdruck
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Zitieren
|
translation: Zitieren
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Folien
|
translation: Folien
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Code
|
translation: Code
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Datensatz
|
translation: Datensatz
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekt
|
translation: Projekt
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Quelldokument
|
translation: Quelldokument
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopie
|
translation: Kopie
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Download
|
translation: Download
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Interessen
|
translation: Interessen
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Bildung
|
translation: Bildung
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Aktuellste
|
translation: Aktuellste
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Zertifikat anzeigen
|
translation: Zertifikat anzeigen
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Aktuell
|
translation: Aktuell
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Alle anzeigen
|
translation: Alle anzeigen
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Weitere Blogbeiträge
|
translation: Weitere Blogbeiträge
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Weitere Vorträge
|
translation: Weitere Vorträge
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Weitere Publikationen
|
translation: Weitere Publikationen
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Name
|
translation: Name
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: E-Mail
|
translation: E-Mail
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Nachricht
|
translation: Nachricht
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Senden
|
translation: Senden
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Termin vereinbaren
|
translation: Termin vereinbaren
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Zusammenfassung
|
translation: Zusammenfassung
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publikation
|
translation: Publikation
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Typ
|
translation: Typ
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Datum
|
translation: Datum
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Zuletzt aktualisiert am
|
translation: Zuletzt aktualisiert am
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Veranstaltung
|
translation: Veranstaltung
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Ort
|
translation: Ort
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Unkategorisiert
|
translation: Unkategorisiert
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Konferenzpapier
|
translation: Konferenzpapier
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Journalartikel
|
translation: Journalartikel
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Bericht
|
translation: Bericht
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Buch
|
translation: Buch
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Buchkapitel
|
translation: Buchkapitel
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thesis
|
translation: Thesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Zur Projektseite
|
translation: Zur Projektseite
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Blog
|
translation: Blog
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikationen
|
translation: Publikationen
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Vorträge
|
translation: Vorträge
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projekte
|
translation: Projekte
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Suche
|
translation: Suche
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Suche...
|
translation: Suche...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: Suchergebnisse
|
translation: Suchergebnisse
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Nichts gefunden
|
translation: Nichts gefunden
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Seite nicht gefunden
|
translation: Seite nicht gefunden
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Suchen Sie vielleicht nach einer der folgenden Seiten?
|
translation: Suchen Sie vielleicht nach einer der folgenden Seiten?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Um unsere Webseite für Sie optimal zu gestalten und fortlaufend verbessern zu können, verwenden wir Cookies.
|
translation: Um unsere Webseite für Sie optimal zu gestalten und fortlaufend verbessern zu können, verwenden wir Cookies.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Verstanden!
|
translation: Verstanden!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Mehr erfahren
|
translation: Mehr erfahren
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Εναλλαγή πλοήγησης
|
translation: Εναλλαγή πλοήγησης
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Πίνακας περιεχομένων
|
translation: Πίνακας περιεχομένων
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: On this page
|
translation: On this page
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Back to top
|
translation: Back to top
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Σχετικά
|
translation: Σχετικά
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: λεπτά διαβάσματος
|
translation: λεπτά διαβάσματος
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Προηγούμενο
|
translation: Προηγούμενο
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Επόμενο
|
translation: Επόμενο
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figure %d:'
|
translation: 'Figure %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Προ-δημοσίευση
|
translation: Προ-δημοσίευση
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Βιβλιογραφική αναφορά
|
translation: Βιβλιογραφική αναφορά
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Διαφάνεια
|
translation: Διαφάνεια
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Βίντεο
|
translation: Βίντεο
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Κώδικας
|
translation: Κώδικας
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Δεδομένα
|
translation: Δεδομένα
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Ερευνητικό πρόγραμμα
|
translation: Ερευνητικό πρόγραμμα
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Ανακοίνωση συνεδρίου
|
translation: Ανακοίνωση συνεδρίου
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Πηγαίος κώδικας
|
translation: Πηγαίος κώδικας
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Αντιγραφή
|
translation: Αντιγραφή
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Λήψη
|
translation: Λήψη
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Ενδιαφέροντα
|
translation: Ενδιαφέροντα
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Εκπαίδευση
|
translation: Εκπαίδευση
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Latest
|
translation: Latest
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: See certificate
|
translation: See certificate
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Present
|
translation: Present
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: See all
|
translation: See all
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Περισσότερες αναρτήσεις
|
translation: Περισσότερες αναρτήσεις
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Περισσότερες ομιλίες
|
translation: Περισσότερες ομιλίες
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Περισσότερες δημοσιεύσεις
|
translation: Περισσότερες δημοσιεύσεις
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Name
|
translation: Name
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Message
|
translation: Message
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Send
|
translation: Send
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Book an appointment
|
translation: Book an appointment
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Περίληψη
|
translation: Περίληψη
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Δημοσίευση
|
translation: Δημοσίευση
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Τύπος
|
translation: Τύπος
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Ημερομηνία
|
translation: Ημερομηνία
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Τελευταία ενημέρωση
|
translation: Τελευταία ενημέρωση
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Συμβάν
|
translation: Συμβάν
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Τοποθεσία
|
translation: Τοποθεσία
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Uncategorized
|
translation: Uncategorized
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Conference paper
|
translation: Conference paper
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Journal article
|
translation: Journal article
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Report
|
translation: Report
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Book
|
translation: Book
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Book section
|
translation: Book section
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thesis
|
translation: Thesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Προς ιστοσελίδα ερευνητικού προγράμματος
|
translation: Προς ιστοσελίδα ερευνητικού προγράμματος
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Αναρτήσεις
|
translation: Αναρτήσεις
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Δημοσιεύσεις
|
translation: Δημοσιεύσεις
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Ομιλίες
|
translation: Ομιλίες
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Ερευνητικά προγράμματα
|
translation: Ερευνητικά προγράμματα
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Search
|
translation: Search
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Search...
|
translation: Search...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: results found
|
translation: results found
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: No results found
|
translation: No results found
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Η ιστοσελίδα δεν βρέθηκε
|
translation: Η ιστοσελίδα δεν βρέθηκε
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Μήπως ψάχνατε για μια από αυτές;
|
translation: Μήπως ψάχνατε για μια από αυτές;
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: This website uses cookies to ensure you get the best experience on our website.
|
translation: This website uses cookies to ensure you get the best experience on our website.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Got it!
|
translation: Got it!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Learn more
|
translation: Learn more
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,156 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Barra de navegación
|
translation: Barra de navegación
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Índice
|
translation: Índice
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: En esta página
|
translation: En esta página
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Regreso al inicio
|
translation: Regreso al inicio
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Inicio
|
translation: Inicio
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Cerrar
|
translation: Cerrar
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Idiomas
|
translation: Idiomas
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Relacionado
|
translation: Relacionado
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min de lectura
|
translation: min de lectura
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Anterior
|
translation: Anterior
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Siguiente
|
translation: Siguiente
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figura %d:'
|
translation: 'Figura %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edita esta página
|
translation: Edita esta página
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Mostrar preferencias
|
translation: Mostrar preferencias
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Claro
|
translation: Claro
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Oscuro
|
translation: Oscuro
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automático
|
translation: Automático
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Prepublicación
|
translation: Prepublicación
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citar
|
translation: Citar
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Diapositivas
|
translation: Diapositivas
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Vídeo
|
translation: Vídeo
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Código fuente
|
translation: Código fuente
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Datos
|
translation: Datos
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Proyecto
|
translation: Proyecto
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Documento fuente
|
translation: Documento fuente
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Copiar
|
translation: Copiar
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Descargar
|
translation: Descargar
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Intereses
|
translation: Intereses
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Educación
|
translation: Educación
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Recientes
|
translation: Recientes
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Ver certificado
|
translation: Ver certificado
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Actualmente
|
translation: Actualmente
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Ver todo
|
translation: Ver todo
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Más posts
|
translation: Más posts
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Más eventos
|
translation: Más eventos
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Más publicaciones
|
translation: Más publicaciones
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Nombre
|
translation: Nombre
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Mensaje
|
translation: Mensaje
|
||||||
|
|
||||||
- id: contact_attachment
|
- id: contact_attachment
|
||||||
translation: Adjunto
|
translation: Adjunto
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Enviar
|
translation: Enviar
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Solicitar una cita
|
translation: Solicitar una cita
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Resumen
|
translation: Resumen
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publicación
|
translation: Publicación
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Tipo
|
translation: Tipo
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Fecha
|
translation: Fecha
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Última actualización el
|
translation: Última actualización el
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Evento
|
translation: Evento
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Localización
|
translation: Localización
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Sin categoría
|
translation: Sin categoría
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Artículo de conferencia
|
translation: Artículo de conferencia
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Artículo de revista
|
translation: Artículo de revista
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Prepublicación
|
translation: Prepublicación
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Informe
|
translation: Informe
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Libro
|
translation: Libro
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Capítulo de libro
|
translation: Capítulo de libro
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Tesis
|
translation: Tesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patente
|
translation: Patente
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Ir al sitio del proyecto
|
translation: Ir al sitio del proyecto
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Posts
|
translation: Posts
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publicaciones
|
translation: Publicaciones
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Eventos
|
translation: Eventos
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Proyectos
|
translation: Proyectos
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Diapositivas
|
translation: Diapositivas
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Autores
|
translation: Autores
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Buscar
|
translation: Buscar
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Buscar...
|
translation: Buscar...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: resultados encontrados
|
translation: resultados encontrados
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: No se encontraron resultados
|
translation: No se encontraron resultados
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Búsquedas comunes
|
translation: Búsquedas comunes
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Página no encontrada
|
translation: Página no encontrada
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: ¿Buscabas una de éstas?
|
translation: ¿Buscabas una de éstas?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Este sitio web utiliza cookies para garantizarle una mejor experiencia.
|
translation: Este sitio web utiliza cookies para garantizarle una mejor experiencia.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Entendido!
|
translation: Entendido!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Más información
|
translation: Más información
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Näita menüüd
|
translation: Näita menüüd
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Sisukord
|
translation: Sisukord
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Sellel lehel
|
translation: Sellel lehel
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Lehe algusse
|
translation: Lehe algusse
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Vaata ka
|
translation: Vaata ka
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min lugemine
|
translation: min lugemine
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Tagasi
|
translation: Tagasi
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Edasi
|
translation: Edasi
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Kujutis %d:'
|
translation: 'Kujutis %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Muuda seda lehte
|
translation: Muuda seda lehte
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Eeltrükk
|
translation: Eeltrükk
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Tsiteeri
|
translation: Tsiteeri
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Slaidid
|
translation: Slaidid
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Lähtekood
|
translation: Lähtekood
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Lähteandmed
|
translation: Lähteandmed
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekt
|
translation: Projekt
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Algdokument
|
translation: Algdokument
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Koopia
|
translation: Koopia
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Laadi alla
|
translation: Laadi alla
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Huvid
|
translation: Huvid
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Haridus
|
translation: Haridus
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Värske
|
translation: Värske
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Vaata serti
|
translation: Vaata serti
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Praegu
|
translation: Praegu
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Näita kõiki
|
translation: Näita kõiki
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Näita kõiki postitusi
|
translation: Näita kõiki postitusi
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Näita kõiki esinemisi
|
translation: Näita kõiki esinemisi
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Näita kõiki väljaandeid
|
translation: Näita kõiki väljaandeid
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Nimi
|
translation: Nimi
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Meil
|
translation: Meil
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Sõnum
|
translation: Sõnum
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Saada
|
translation: Saada
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Lepi kohtumine
|
translation: Lepi kohtumine
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Kokkuvõte
|
translation: Kokkuvõte
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Väljaanne
|
translation: Väljaanne
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Tüüp
|
translation: Tüüp
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Kuupäev
|
translation: Kuupäev
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Viimati uuendatud
|
translation: Viimati uuendatud
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Sündmus
|
translation: Sündmus
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Asukoht
|
translation: Asukoht
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Määramata
|
translation: Määramata
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Ettekanne
|
translation: Ettekanne
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Artikkel
|
translation: Artikkel
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Eeltrükk
|
translation: Eeltrükk
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Raport
|
translation: Raport
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Raamat
|
translation: Raamat
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Peatükk
|
translation: Peatükk
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Väitekiri
|
translation: Väitekiri
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Mine projektilehele
|
translation: Mine projektilehele
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Blogi
|
translation: Blogi
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikatsioonid
|
translation: Publikatsioonid
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Esinemised
|
translation: Esinemised
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projektid
|
translation: Projektid
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Otsing
|
translation: Otsing
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Otsimine...
|
translation: Otsimine...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: tulemust
|
translation: tulemust
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Tulemusi pole
|
translation: Tulemusi pole
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Lehekülge ei leitud
|
translation: Lehekülge ei leitud
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Äkki mõni neist aitab edasi?
|
translation: Äkki mõni neist aitab edasi?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: See veebisait kasutab küpsiseid, et pakkuda sulle isikustatud lehitsemiskogemust.
|
translation: See veebisait kasutab küpsiseid, et pakkuda sulle isikustatud lehitsemiskogemust.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Selge!
|
translation: Selge!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Täpsemalt
|
translation: Täpsemalt
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Nabigazio-barra
|
translation: Nabigazio-barra
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Aurkibidea
|
translation: Aurkibidea
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Orrialde honetan
|
translation: Orrialde honetan
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Hasierara itzuli
|
translation: Hasierara itzuli
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Hasiera
|
translation: Hasiera
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Itxi
|
translation: Itxi
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Hizkuntzak
|
translation: Hizkuntzak
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Erlazionatuta
|
translation: Erlazionatuta
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: minutuko irakurketa
|
translation: minutuko irakurketa
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Aurrekoa
|
translation: Aurrekoa
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Hurrengoa
|
translation: Hurrengoa
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figura %d:'
|
translation: 'Figura %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Orrialde hau editatu
|
translation: Orrialde hau editatu
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Bistaratze lehentasunak
|
translation: Bistaratze lehentasunak
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Argia
|
translation: Argia
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Iluna
|
translation: Iluna
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatikoa
|
translation: Automatikoa
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Aurreargitalpena
|
translation: Aurreargitalpena
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Aipuak
|
translation: Aipuak
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Diapositibak
|
translation: Diapositibak
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Bideoa
|
translation: Bideoa
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kodea
|
translation: Kodea
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Datu-sorta
|
translation: Datu-sorta
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Proiektua
|
translation: Proiektua
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Posterra
|
translation: Posterra
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Jatorrizko dokumentua
|
translation: Jatorrizko dokumentua
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopiatu
|
translation: Kopiatu
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Deskargatu
|
translation: Deskargatu
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Interesak
|
translation: Interesak
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Ikasketak
|
translation: Ikasketak
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Berriak
|
translation: Berriak
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Ikusi ziurtagiria
|
translation: Ikusi ziurtagiria
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Gaur egun
|
translation: Gaur egun
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Ikusi dena
|
translation: Ikusi dena
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Post gehiago
|
translation: Post gehiago
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Ekitaldi gehiago
|
translation: Ekitaldi gehiago
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Argitalpen gehiago
|
translation: Argitalpen gehiago
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Izena
|
translation: Izena
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Emaila
|
translation: Emaila
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Mezua
|
translation: Mezua
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Bidali
|
translation: Bidali
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Hitzordua eskatu
|
translation: Hitzordua eskatu
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Laburpena
|
translation: Laburpena
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Argitalpena
|
translation: Argitalpena
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Mota
|
translation: Mota
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Data
|
translation: Data
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Azkenengoz editatua
|
translation: Azkenengoz editatua
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Ekitaldia
|
translation: Ekitaldia
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Kokalekua
|
translation: Kokalekua
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Kategoriarik gabe
|
translation: Kategoriarik gabe
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Konferentzia-artikulua
|
translation: Konferentzia-artikulua
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Aldizkari-artikulua
|
translation: Aldizkari-artikulua
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Aurreargitalpena
|
translation: Aurreargitalpena
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Txostena
|
translation: Txostena
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Liburua
|
translation: Liburua
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Liburu-kapitulua
|
translation: Liburu-kapitulua
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Tesia
|
translation: Tesia
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patentea
|
translation: Patentea
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Joan proiektuaren webgunera
|
translation: Joan proiektuaren webgunera
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Posts
|
translation: Posts
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Argitalpenak
|
translation: Argitalpenak
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Ekitaldiak
|
translation: Ekitaldiak
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Proiektuak
|
translation: Proiektuak
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Diapositibak
|
translation: Diapositibak
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Bilatu
|
translation: Bilatu
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Bilatu...
|
translation: Bilatu...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: Bilaketaren emaitzak
|
translation: Bilaketaren emaitzak
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Ez da ezer aurkitu
|
translation: Ez da ezer aurkitu
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Ohiko bilaketak
|
translation: Ohiko bilaketak
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Ezin izan da orrialdea aurkitu
|
translation: Ezin izan da orrialdea aurkitu
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Agian hauetako baten bila zenbiltzan?
|
translation: Agian hauetako baten bila zenbiltzan?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Webgune honek cookie-ak erabiltzen ditu esperientzia hobea bermatzeko.
|
translation: Webgune honek cookie-ak erabiltzen ditu esperientzia hobea bermatzeko.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Ulertua!
|
translation: Ulertua!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Informazio gehiago
|
translation: Informazio gehiago
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: خاموش/روشن کردن مسیر
|
translation: خاموش/روشن کردن مسیر
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: فهرست مطالب
|
translation: فهرست مطالب
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: محتوا
|
translation: محتوا
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: بازگشت به بالا
|
translation: بازگشت به بالا
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: مرتبط
|
translation: مرتبط
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: زمان خواندن
|
translation: زمان خواندن
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: قبلی
|
translation: قبلی
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: بعدی
|
translation: بعدی
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'شکل %d:'
|
translation: 'شکل %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: ویرایش صفحه
|
translation: ویرایش صفحه
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: روشن
|
translation: روشن
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: تاریک
|
translation: تاریک
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: روشنایی خودکار
|
translation: روشنایی خودکار
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: نسخه پیش از چاپ
|
translation: نسخه پیش از چاپ
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: فایل PDF
|
translation: فایل PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: رفرنس دادن
|
translation: رفرنس دادن
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: اسلایدها
|
translation: اسلایدها
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: ویدئو
|
translation: ویدئو
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: برنامه
|
translation: برنامه
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: دادهها
|
translation: دادهها
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: پروژه
|
translation: پروژه
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: پوستر
|
translation: پوستر
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: متن اصلی
|
translation: متن اصلی
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: کپی
|
translation: کپی
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: دانلود
|
translation: دانلود
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: موضوعات پژوهشی
|
translation: موضوعات پژوهشی
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: تحصیلات
|
translation: تحصیلات
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: آخرینها
|
translation: آخرینها
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: مشاهده گواهی
|
translation: مشاهده گواهی
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: اکنون
|
translation: اکنون
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: بقیه صفحات
|
translation: بقیه صفحات
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: بقیه پستها
|
translation: بقیه پستها
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: بقیه سخنرانیها
|
translation: بقیه سخنرانیها
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: بقیه آثار
|
translation: بقیه آثار
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: نام
|
translation: نام
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: ایمیل
|
translation: ایمیل
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: پیام
|
translation: پیام
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: ارسال
|
translation: ارسال
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: تعیین قرار ملاقات
|
translation: تعیین قرار ملاقات
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: چکیده
|
translation: چکیده
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: اثر
|
translation: اثر
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: نوع اثر
|
translation: نوع اثر
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: تاریخ
|
translation: تاریخ
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: آخرین به روز رسانی
|
translation: آخرین به روز رسانی
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: رویداد
|
translation: رویداد
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: مکان
|
translation: مکان
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: بدون دستهبندی
|
translation: بدون دستهبندی
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: مقاله کنفرانسی
|
translation: مقاله کنفرانسی
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: مقاله ژورنالی
|
translation: مقاله ژورنالی
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: پیشنویس مقاله
|
translation: پیشنویس مقاله
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: گزارش
|
translation: گزارش
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: کتاب
|
translation: کتاب
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: فصل از کتاب
|
translation: فصل از کتاب
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: پایاننامه
|
translation: پایاننامه
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: ثبت اختراع
|
translation: ثبت اختراع
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: باز کردن وبسایت پروژه
|
translation: باز کردن وبسایت پروژه
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: پستها
|
translation: پستها
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: آثار
|
translation: آثار
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: سخنرانیها
|
translation: سخنرانیها
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: پروژهها
|
translation: پروژهها
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: جستجو
|
translation: جستجو
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: جستجو...
|
translation: جستجو...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: نتیجه پیدا شد.
|
translation: نتیجه پیدا شد.
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: هیچ نتیجهای پیدا نشد.
|
translation: هیچ نتیجهای پیدا نشد.
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: صفحه پیدا نشد.
|
translation: صفحه پیدا نشد.
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: شاید دنبال یکی از این صفحات بودید؟
|
translation: شاید دنبال یکی از این صفحات بودید؟
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: این وبسایت برای بهبود تجربه کاربری شما از کوکیها استفاده میکند.
|
translation: این وبسایت برای بهبود تجربه کاربری شما از کوکیها استفاده میکند.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: باشه!
|
translation: باشه!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: اطلاعات بیشتر...
|
translation: اطلاعات بیشتر...
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Navigointi
|
translation: Navigointi
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Sisällys
|
translation: Sisällys
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Sisältö
|
translation: Sisältö
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Takaisin ylös
|
translation: Takaisin ylös
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Etusivu
|
translation: Etusivu
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Sulje
|
translation: Sulje
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Kielet
|
translation: Kielet
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Aiheeseen liittyvät
|
translation: Aiheeseen liittyvät
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min (lukuaika)
|
translation: min (lukuaika)
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Edellinen
|
translation: Edellinen
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Seuraava
|
translation: Seuraava
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Kuvio %d:'
|
translation: 'Kuvio %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Muokkaa sivua
|
translation: Muokkaa sivua
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Valitse teema
|
translation: Valitse teema
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Vaalea
|
translation: Vaalea
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Tumma
|
translation: Tumma
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automaattinen
|
translation: Automaattinen
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Siteeraa
|
translation: Siteeraa
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Diaesitykset
|
translation: Diaesitykset
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Koodi
|
translation: Koodi
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Tietojoukot
|
translation: Tietojoukot
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekti
|
translation: Projekti
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Juliste
|
translation: Juliste
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Lähdeasiakirja
|
translation: Lähdeasiakirja
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopioi
|
translation: Kopioi
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Lataa
|
translation: Lataa
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Kiinnostukset
|
translation: Kiinnostukset
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Koulutus
|
translation: Koulutus
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Viimeisin
|
translation: Viimeisin
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Katso todistus
|
translation: Katso todistus
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Nykyinen
|
translation: Nykyinen
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Katso kaikki
|
translation: Katso kaikki
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Kaikki blogitekstit
|
translation: Kaikki blogitekstit
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Katso kaikki esitelmät
|
translation: Katso kaikki esitelmät
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Katso kaikki julkaisut
|
translation: Katso kaikki julkaisut
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Nimi
|
translation: Nimi
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Sähköposti
|
translation: Sähköposti
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Viesti
|
translation: Viesti
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Lähetä
|
translation: Lähetä
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Sovi tapaaminen
|
translation: Sovi tapaaminen
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Abstrakti
|
translation: Abstrakti
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Julkaisu
|
translation: Julkaisu
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Tyyppi
|
translation: Tyyppi
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Päivämäärä
|
translation: Päivämäärä
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Viimeksi päivitetty
|
translation: Viimeksi päivitetty
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Tapahtuma
|
translation: Tapahtuma
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Sijainti
|
translation: Sijainti
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Lajittelematon
|
translation: Lajittelematon
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Konferenssijulkaisu
|
translation: Konferenssijulkaisu
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Artikkeli
|
translation: Artikkeli
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Raportti
|
translation: Raportti
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Kirja
|
translation: Kirja
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Kirjan kohta
|
translation: Kirjan kohta
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Opinnäyte
|
translation: Opinnäyte
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patentti
|
translation: Patentti
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Siirry projektisivulle
|
translation: Siirry projektisivulle
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Blogitekstit
|
translation: Blogitekstit
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Julkaisut
|
translation: Julkaisut
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Esitelmät
|
translation: Esitelmät
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projektit
|
translation: Projektit
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Diaesitykset
|
translation: Diaesitykset
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Kirjoittajat
|
translation: Kirjoittajat
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Etsi
|
translation: Etsi
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Etsi...
|
translation: Etsi...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: tulosta löydetty
|
translation: tulosta löydetty
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Ei tuloksia
|
translation: Ei tuloksia
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Yleiset haut
|
translation: Yleiset haut
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Sivua ei löydetty
|
translation: Sivua ei löydetty
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Ehkä etsit jotain näistä?
|
translation: Ehkä etsit jotain näistä?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Tämä verkkosivusto käyttää evästeitä varmistaakseen, että saat parhaan käyttökokemuksen verkkosivustollamme.
|
translation: Tämä verkkosivusto käyttää evästeitä varmistaakseen, että saat parhaan käyttökokemuksen verkkosivustollamme.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Hyväksytty
|
translation: Hyväksytty
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Lisätietoja
|
translation: Lisätietoja
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Ouvrir la barre de navigation
|
translation: Ouvrir la barre de navigation
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Table des matières
|
translation: Table des matières
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Dans cette page
|
translation: Dans cette page
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Retourner au début
|
translation: Retourner au début
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Sur le même sujet
|
translation: Sur le même sujet
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min de lecture
|
translation: min de lecture
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Précédent
|
translation: Précédent
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Suivant
|
translation: Suivant
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figure %d:'
|
translation: 'Figure %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citation
|
translation: Citation
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Diapositives
|
translation: Diapositives
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Vidéo
|
translation: Vidéo
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Code
|
translation: Code
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Jeu de données
|
translation: Jeu de données
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projet
|
translation: Projet
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Document source
|
translation: Document source
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Copier
|
translation: Copier
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Télécharger
|
translation: Télécharger
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Intérêts
|
translation: Intérêts
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Formation
|
translation: Formation
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Récents
|
translation: Récents
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Voir certificat
|
translation: Voir certificat
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Actuellement
|
translation: Actuellement
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Voir tout
|
translation: Voir tout
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Plus de posts
|
translation: Plus de posts
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Plus de présentations
|
translation: Plus de présentations
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Plus de publications
|
translation: Plus de publications
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Nom
|
translation: Nom
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: E-mail
|
translation: E-mail
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Message
|
translation: Message
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Envoyer
|
translation: Envoyer
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Demander un rendez-vous
|
translation: Demander un rendez-vous
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Résumé
|
translation: Résumé
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publication
|
translation: Publication
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Type
|
translation: Type
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Date
|
translation: Date
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Dernière mise à jour le
|
translation: Dernière mise à jour le
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Évènement
|
translation: Évènement
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Lieu
|
translation: Lieu
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Non catégorisé
|
translation: Non catégorisé
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Article de conférence
|
translation: Article de conférence
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Article de revue
|
translation: Article de revue
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Rapport
|
translation: Rapport
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Livre
|
translation: Livre
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Chapitre de livre
|
translation: Chapitre de livre
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thèse
|
translation: Thèse
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Brevet
|
translation: Brevet
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Aller sur le site du projet
|
translation: Aller sur le site du projet
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Posts
|
translation: Posts
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publications
|
translation: Publications
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Présentations
|
translation: Présentations
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projets
|
translation: Projets
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Rechercher
|
translation: Rechercher
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Recherche...
|
translation: Recherche...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: Résultats trouvés
|
translation: Résultats trouvés
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Aucun résultat n'a été trouvé
|
translation: Aucun résultat n'a été trouvé
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Page non disponible
|
translation: Page non disponible
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Vous cherchiez peut-être une des pages suivantes ?
|
translation: Vous cherchiez peut-être une des pages suivantes ?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Ce site utilise des cookies pour vous assurer la meilleure expérience.
|
translation: Ce site utilise des cookies pour vous assurer la meilleure expérience.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Accepter
|
translation: Accepter
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: En savoir plus
|
translation: En savoir plus
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: ניווט
|
translation: ניווט
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: תוכן עניינים
|
translation: תוכן עניינים
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: תוכן
|
translation: תוכן
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: חזרה למעלה
|
translation: חזרה למעלה
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: בית
|
translation: בית
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: סגירה
|
translation: סגירה
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: שפות
|
translation: שפות
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: קשור
|
translation: קשור
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: דק׳ קריאה
|
translation: דק׳ קריאה
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: הקודם
|
translation: הקודם
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: הבא
|
translation: הבא
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'איור %d:'
|
translation: 'איור %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: עריכת דף זה
|
translation: עריכת דף זה
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: העדפות תצוגה
|
translation: העדפות תצוגה
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: בהיר
|
translation: בהיר
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: כהה
|
translation: כהה
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: אוטומטי
|
translation: אוטומטי
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: קדם-פרסום
|
translation: קדם-פרסום
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: ציטוט
|
translation: ציטוט
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: שקופיות
|
translation: שקופיות
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: וידאו
|
translation: וידאו
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: קוד
|
translation: קוד
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: ערכת נתונים
|
translation: ערכת נתונים
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: פרויקט
|
translation: פרויקט
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: פוסטר
|
translation: פוסטר
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: מסמך מקור
|
translation: מסמך מקור
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: העתקה
|
translation: העתקה
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: הורדה
|
translation: הורדה
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: תחומי עניין
|
translation: תחומי עניין
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: השכלה
|
translation: השכלה
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: פורסם לאחרונה
|
translation: פורסם לאחרונה
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: תעודה
|
translation: תעודה
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: הווה
|
translation: הווה
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: הכל
|
translation: הכל
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: כל הפוסטים
|
translation: כל הפוסטים
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: כל האירועים
|
translation: כל האירועים
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: כל הפרסומים
|
translation: כל הפרסומים
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: שם
|
translation: שם
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: דוא״ל
|
translation: דוא״ל
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: הודעה
|
translation: הודעה
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: שליחה
|
translation: שליחה
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: קביעת פגישה
|
translation: קביעת פגישה
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: תקציר
|
translation: תקציר
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: פרסום
|
translation: פרסום
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: סוג
|
translation: סוג
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: תאריך
|
translation: תאריך
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: עודכן לאחרונה ב-
|
translation: עודכן לאחרונה ב-
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: אירוע
|
translation: אירוע
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: מיקום
|
translation: מיקום
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: לא מסווג
|
translation: לא מסווג
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: נייר ועידה
|
translation: נייר ועידה
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: מאמר בכתב עת
|
translation: מאמר בכתב עת
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: קדם-פרסום
|
translation: קדם-פרסום
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: דו״ח
|
translation: דו״ח
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: ספר
|
translation: ספר
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: קטע של ספר
|
translation: קטע של ספר
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: תזה
|
translation: תזה
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: פטנט
|
translation: פטנט
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: אתר הפרויקט
|
translation: אתר הפרויקט
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: פוסטים
|
translation: פוסטים
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: פרסומים
|
translation: פרסומים
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: אירועים
|
translation: אירועים
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: פרויקטים
|
translation: פרויקטים
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: שקופיות
|
translation: שקופיות
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: מחברים
|
translation: מחברים
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: חיפוש
|
translation: חיפוש
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: חיפוש...
|
translation: חיפוש...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: תוצאות חיפוש
|
translation: תוצאות חיפוש
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: לא נמצאו תוצאות
|
translation: לא נמצאו תוצאות
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: חיפושים נפוצים
|
translation: חיפושים נפוצים
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: העמוד לא נמצא
|
translation: העמוד לא נמצא
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: אולי חיפשת אחד מאלה?
|
translation: אולי חיפשת אחד מאלה?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: אתר זה משתמש בקובצי Cookie כדי להבטיח שתקבלו את החוויה הטובה ביותר באתר.
|
translation: אתר זה משתמש בקובצי Cookie כדי להבטיח שתקבלו את החוויה הטובה ביותר באתר.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: הבנתי!
|
translation: הבנתי!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: מידע נוסף
|
translation: מידע נוסף
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: פורסם באמצעות {wowchemy} — בונה האתרים החינמי, בעל {repo_link}קוד פתוח{/repo_link}, שמעצים יוצרים.
|
translation: פורסם באמצעות {wowchemy} — בונה האתרים החינמי, בעל {repo_link}קוד פתוח{/repo_link}, שמעצים יוצרים.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Navigáció
|
translation: Navigáció
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Tartalomjegyzék
|
translation: Tartalomjegyzék
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Ezen az oldalon
|
translation: Ezen az oldalon
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Vissza felülre
|
translation: Vissza felülre
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Kapcsolódó anyagok
|
translation: Kapcsolódó anyagok
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: perc olvasás
|
translation: perc olvasás
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Előző
|
translation: Előző
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Következő
|
translation: Következő
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: '%d. ábra:'
|
translation: '%d. ábra:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Megjelenés előtt
|
translation: Megjelenés előtt
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Idézet
|
translation: Idézet
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Diák
|
translation: Diák
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Videó
|
translation: Videó
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kód
|
translation: Kód
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Adatcsomag
|
translation: Adatcsomag
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekt
|
translation: Projekt
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poszter
|
translation: Poszter
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Forrás dokumentum
|
translation: Forrás dokumentum
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Másolat
|
translation: Másolat
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Letöltés
|
translation: Letöltés
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Érdeklődési terület
|
translation: Érdeklődési terület
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Tanulmányok
|
translation: Tanulmányok
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Latest
|
translation: Latest
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Lásd a bizonyítányt
|
translation: Lásd a bizonyítányt
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Jelenleg
|
translation: Jelenleg
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: See all
|
translation: See all
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: További posztok
|
translation: További posztok
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Előadások
|
translation: Előadások
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: További publikációk
|
translation: További publikációk
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Név
|
translation: Név
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Üzenet
|
translation: Üzenet
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Elküldés
|
translation: Elküldés
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Időpont kérése
|
translation: Időpont kérése
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Kivonat
|
translation: Kivonat
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publikáció
|
translation: Publikáció
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Típus
|
translation: Típus
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Dátum
|
translation: Dátum
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Utoljára frissítve
|
translation: Utoljára frissítve
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Esemény
|
translation: Esemény
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Helyszín
|
translation: Helyszín
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Uncategorized
|
translation: Uncategorized
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Conference paper
|
translation: Conference paper
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Journal article
|
translation: Journal article
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Report
|
translation: Report
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Book
|
translation: Book
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Book section
|
translation: Book section
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thesis
|
translation: Thesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Tovább a projekt oldalára
|
translation: Tovább a projekt oldalára
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Posztok
|
translation: Posztok
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikációk
|
translation: Publikációk
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Előadások
|
translation: Előadások
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projektek
|
translation: Projektek
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Keresés
|
translation: Keresés
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Keresés...
|
translation: Keresés...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: találat
|
translation: találat
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Nincsen találat
|
translation: Nincsen találat
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Az oldal nem található
|
translation: Az oldal nem található
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Esetleg ezeket kereste?
|
translation: Esetleg ezeket kereste?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Ez az oldal a legjobb felhasználói élmény érdekében sütiket használ.
|
translation: Ez az oldal a legjobb felhasználói élmény érdekében sütiket használ.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Rendben
|
translation: Rendben
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: További információk
|
translation: További információk
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Buka navigasi
|
translation: Buka navigasi
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Daftar isi
|
translation: Daftar isi
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Di halaman ini
|
translation: Di halaman ini
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Kembali ke atas
|
translation: Kembali ke atas
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Beranda
|
translation: Beranda
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Tutup
|
translation: Tutup
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Bahasa
|
translation: Bahasa
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Terkait
|
translation: Terkait
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: menit untuk membaca
|
translation: menit untuk membaca
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Sebelumnya
|
translation: Sebelumnya
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Selanjutnya
|
translation: Selanjutnya
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Orang %d:'
|
translation: 'Orang %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Sunting halaman ini
|
translation: Sunting halaman ini
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Preferensi tampilan
|
translation: Preferensi tampilan
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Terang
|
translation: Terang
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Gelap
|
translation: Gelap
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Tema Otomatis
|
translation: Tema Otomatis
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Pracetak
|
translation: Pracetak
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Sitasi
|
translation: Sitasi
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Presentasi
|
translation: Presentasi
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kode
|
translation: Kode
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Dataset
|
translation: Dataset
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Proyek
|
translation: Proyek
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Sumber
|
translation: Sumber
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Salin
|
translation: Salin
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Unduh
|
translation: Unduh
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Minat
|
translation: Minat
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Pendidikan
|
translation: Pendidikan
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Terbaru
|
translation: Terbaru
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Lihat sertifikat
|
translation: Lihat sertifikat
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Terkini
|
translation: Terkini
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Lihat semua
|
translation: Lihat semua
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Postingan lainnya
|
translation: Postingan lainnya
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Percakapan lainnya
|
translation: Percakapan lainnya
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Publikasi lainnya
|
translation: Publikasi lainnya
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Nama
|
translation: Nama
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Surel
|
translation: Surel
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Pesan
|
translation: Pesan
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Kirim
|
translation: Kirim
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Menjadwalkan pertemuan
|
translation: Menjadwalkan pertemuan
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Abstrak
|
translation: Abstrak
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publikasi
|
translation: Publikasi
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Jenis publikasi
|
translation: Jenis publikasi
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Tanggal
|
translation: Tanggal
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Terakhir diperbaharui
|
translation: Terakhir diperbaharui
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Acara
|
translation: Acara
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Lokasi
|
translation: Lokasi
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Tidak ada Kategori
|
translation: Tidak ada Kategori
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Kertas konferensi
|
translation: Kertas konferensi
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Artikel Jurnal
|
translation: Artikel Jurnal
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Pracetak
|
translation: Pracetak
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Laporan
|
translation: Laporan
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Buku
|
translation: Buku
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Bagian buku
|
translation: Bagian buku
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Tesis
|
translation: Tesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Paten
|
translation: Paten
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Ke laman proyek
|
translation: Ke laman proyek
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Postingan
|
translation: Postingan
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikasi
|
translation: Publikasi
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Perbincangan
|
translation: Perbincangan
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Proyek
|
translation: Proyek
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Penulis
|
translation: Penulis
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Cari
|
translation: Cari
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Cari...
|
translation: Cari...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: hasil pencarian
|
translation: hasil pencarian
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Hasil pencarian tidak ada
|
translation: Hasil pencarian tidak ada
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Pencarian umum
|
translation: Pencarian umum
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Laman tidak ditemukan
|
translation: Laman tidak ditemukan
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Apakah ini yang Anda cari?
|
translation: Apakah ini yang Anda cari?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Situs web ini menggunakan cookie untuk memastikan Anda mendapatkan pengalaman terbaik di situs web kami.
|
translation: Situs web ini menggunakan cookie untuk memastikan Anda mendapatkan pengalaman terbaik di situs web kami.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Mengerti!
|
translation: Mengerti!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Pelajari
|
translation: Pelajari
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Diterbitkan dengan {wowchemy} — Secara gratis, {repo_link}sumber terbuka{/repo_link} pembuat situs web yang memberdayakan para pembuat konten.
|
translation: Diterbitkan dengan {wowchemy} — Secara gratis, {repo_link}sumber terbuka{/repo_link} pembuat situs web yang memberdayakan para pembuat konten.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: ナビゲーションの切り替え
|
translation: ナビゲーションの切り替え
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: 目次
|
translation: 目次
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: On this page
|
translation: On this page
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: トップへ戻る
|
translation: トップへ戻る
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: ホーム
|
translation: ホーム
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: 閉じる
|
translation: 閉じる
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: 関連項目
|
translation: 関連項目
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: 分で読める
|
translation: 分で読める
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: 前へ
|
translation: 前へ
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: 次へ
|
translation: 次へ
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: '図 %d:'
|
translation: '図 %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: このページを編集する
|
translation: このページを編集する
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: 表示設定
|
translation: 表示設定
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: ライト
|
translation: ライト
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: ダーク
|
translation: ダーク
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: 自動
|
translation: 自動
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: プレプリント
|
translation: プレプリント
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: 引用
|
translation: 引用
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: スライド
|
translation: スライド
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: 動画
|
translation: 動画
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: ソースコード
|
translation: ソースコード
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: データセット
|
translation: データセット
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: プロジェクト
|
translation: プロジェクト
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: ポスター
|
translation: ポスター
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: ソース
|
translation: ソース
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: コピー
|
translation: コピー
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: ダウンロード
|
translation: ダウンロード
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: 興味・関心
|
translation: 興味・関心
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: 学歴
|
translation: 学歴
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: 最新
|
translation: 最新
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: 証明書を見る
|
translation: 証明書を見る
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: 現在
|
translation: 現在
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: すべて表示
|
translation: すべて表示
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: 投稿一覧
|
translation: 投稿一覧
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: 登壇一覧
|
translation: 登壇一覧
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: 発表文献一覧
|
translation: 発表文献一覧
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: 名前
|
translation: 名前
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: メールアドレス
|
translation: メールアドレス
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: メッセージ本文
|
translation: メッセージ本文
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: 送信
|
translation: 送信
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: 予約を取る
|
translation: 予約を取る
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: 概要
|
translation: 概要
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: 収録
|
translation: 収録
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: タイプ
|
translation: タイプ
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: 日付
|
translation: 日付
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: 最終更新
|
translation: 最終更新
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: イベント
|
translation: イベント
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: 場所
|
translation: 場所
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: 未分類
|
translation: 未分類
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Conference paper
|
translation: Conference paper
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Journal article
|
translation: Journal article
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Report
|
translation: Report
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: 書籍
|
translation: 書籍
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Book section
|
translation: Book section
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thesis
|
translation: Thesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: 特許
|
translation: 特許
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: プロジェクトのサイトへ
|
translation: プロジェクトのサイトへ
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: 投稿
|
translation: 投稿
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: 発表文献
|
translation: 発表文献
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: 登壇
|
translation: 登壇
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: プロジェクト
|
translation: プロジェクト
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: スライド
|
translation: スライド
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: 著者
|
translation: 著者
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: 検索
|
translation: 検索
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: 検索...
|
translation: 検索...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: 件の検索結果
|
translation: 件の検索結果
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: 結果が見つかりませんでした
|
translation: 結果が見つかりませんでした
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: ページが見つかりませんでした
|
translation: ページが見つかりませんでした
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: あなたが探しているものはこれらの中にあるかもしれません
|
translation: あなたが探しているものはこれらの中にあるかもしれません
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: このウェブサイトはあなたが最高の体験を得るためにクッキーを使用します。
|
translation: このウェブサイトはあなたが最高の体験を得るためにクッキーを使用します。
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: はい
|
translation: はい
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: 詳細を見る
|
translation: 詳細を見る
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: បិទ/បើក នាវាចរណ៍
|
translation: បិទ/បើក នាវាចរណ៍
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: តារាងមាតិកា
|
translation: តារាងមាតិកា
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: នៅក្នុងទំព័រនេះ
|
translation: នៅក្នុងទំព័រនេះ
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: ទៅខាងលើទំព័រ
|
translation: ទៅខាងលើទំព័រ
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: ភាសាខ្មែរ
|
translation: ភាសាខ្មែរ
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: ពេលចំណាយអាន
|
translation: ពេលចំណាយអាន
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: ផ្នែកមុន
|
translation: ផ្នែកមុន
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: ផ្នែកបន្ទាប់
|
translation: ផ្នែកបន្ទាប់
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'រូប %d:'
|
translation: 'រូប %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: កែប្រែទំព័រ
|
translation: កែប្រែទំព័រ
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: ប៊ូតុងបោះពុម្ព
|
translation: ប៊ូតុងបោះពុម្ព
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: ប៊ូតុងPDF
|
translation: ប៊ូតុងPDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: ប៊ូតុងដកស្រង់
|
translation: ប៊ូតុងដកស្រង់
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: ប៊ូតុងស្លាយ
|
translation: ប៊ូតុងស្លាយ
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: ប៊ូតុងវីដេអូ
|
translation: ប៊ូតុងវីដេអូ
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: ប៊ូតុងកូដ
|
translation: ប៊ូតុងកូដ
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: ប៊ូតុងទិន្នន័យ
|
translation: ប៊ូតុងទិន្នន័យ
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: ប៊ូតុងគម្រោង
|
translation: ប៊ូតុងគម្រោង
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: ប៊ូតុងប័ណ្ណប្រកាស
|
translation: ប៊ូតុងប័ណ្ណប្រកាស
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: ប៊ូតុងប្រភព
|
translation: ប៊ូតុងប្រភព
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: ប៊ូតុងចម្លង
|
translation: ប៊ូតុងចម្លង
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: ប៊ូតុងទាញយក
|
translation: ប៊ូតុងទាញយក
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: ចំណាប់អារម្មណ៍
|
translation: ចំណាប់អារម្មណ៍
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: កម្រិតការសិក្សា
|
translation: កម្រិតការសិក្សា
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: ប្រវត្តិរូបចុងក្រោយបង្អស់
|
translation: ប្រវត្តិរូបចុងក្រោយបង្អស់
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: វិញ្ញាបនបត្រ
|
translation: វិញ្ញាបនបត្រ
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: បច្ចុប្បន្ន
|
translation: បច្ចុប្បន្ន
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: ទំព័រច្រើនទៀត
|
translation: ទំព័រច្រើនទៀត
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: ប៉ុស្ដិ៍ច្រើនទៀត
|
translation: ប៉ុស្ដិ៍ច្រើនទៀត
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: សុន្ទរកថាច្រើនទៀត
|
translation: សុន្ទរកថាច្រើនទៀត
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: ការបោះពុម្ពផ្សាយច្រើនទៀត
|
translation: ការបោះពុម្ពផ្សាយច្រើនទៀត
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: ឈ្មោះ
|
translation: ឈ្មោះ
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: អាស័យដ្ឋានអ៊ីម៉េល
|
translation: អាស័យដ្ឋានអ៊ីម៉េល
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: សារអ៊ីម៉េល
|
translation: សារអ៊ីម៉េល
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: ផ្ញើអ៊ីមែល
|
translation: ផ្ញើអ៊ីមែល
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: កក់ការណាត់ជួប
|
translation: កក់ការណាត់ជួប
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: របាយការណ៍
|
translation: របាយការណ៍
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: ការបោះពុម្ពផ្សាយ
|
translation: ការបោះពុម្ពផ្សាយ
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: ប្រភេទការបោះពុម្ពផ្សាយ
|
translation: ប្រភេទការបោះពុម្ពផ្សាយ
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: កាលបរិច្ឆេទ
|
translation: កាលបរិច្ឆេទ
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: ការធ្វើឱ្យទាន់សម័យចុងក្រោយបង្អស់
|
translation: ការធ្វើឱ្យទាន់សម័យចុងក្រោយបង្អស់
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: ព្រឹត្តិការណ៍
|
translation: ព្រឹត្តិការណ៍
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: ទីតាំង
|
translation: ទីតាំង
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: គ្មានប្រភេទ
|
translation: គ្មានប្រភេទ
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: សន្និសិទ
|
translation: សន្និសិទ
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: ទិនានុប្បវត្តិ
|
translation: ទិនានុប្បវត្តិ
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: បោះពុម្ព
|
translation: បោះពុម្ព
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: របាយការណ៍
|
translation: របាយការណ៍
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: សៀវភៅបោះពុម្ព
|
translation: សៀវភៅបោះពុម្ព
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: ផ្នែកសៀវភៅ
|
translation: ផ្នែកសៀវភៅ
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: និក្ខេបបទ
|
translation: និក្ខេបបទ
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: ប៉ាតង់
|
translation: ប៉ាតង់
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: គម្រោងបើក
|
translation: គម្រោងបើក
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: ប៉ុស្ដិ៍
|
translation: ប៉ុស្ដិ៍
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: ការបោះពុម្ពផ្សាយ
|
translation: ការបោះពុម្ពផ្សាយ
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: សុន្ទរកថា
|
translation: សុន្ទរកថា
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: គម្រោង
|
translation: គម្រោង
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: ស្វែងរក
|
translation: ស្វែងរក
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: កន្លែងស្វែងរក
|
translation: កន្លែងស្វែងរក
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: លទ្ធផលស្វែងរក
|
translation: លទ្ធផលស្វែងរក
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: ស្វែងរកគ្មានលទ្ធផល
|
translation: ស្វែងរកគ្មានលទ្ធផល
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: ទំព័ររកមិនឃើញ
|
translation: ទំព័ររកមិនឃើញ
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: 404_អនុសាសន៍
|
translation: 404_អនុសាសន៍
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: សារខូឃី
|
translation: សារខូឃី
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: ខូឃីបណ្តេញចេញ
|
translation: ខូឃីបណ្តេញចេញ
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: ខូឃីរៀន
|
translation: ខូឃីរៀន
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: 네비게이션
|
translation: 네비게이션
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: 차례
|
translation: 차례
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: 이 페이지
|
translation: 이 페이지
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: 맨 위로
|
translation: 맨 위로
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: 관련문서
|
translation: 관련문서
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: 분 읽기
|
translation: 분 읽기
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: 이전
|
translation: 이전
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: 다음
|
translation: 다음
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: '그림 %d:'
|
translation: '그림 %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: 출판 전 논문
|
translation: 출판 전 논문
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: 인용
|
translation: 인용
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: 발표자료
|
translation: 발표자료
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: 비디오
|
translation: 비디오
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: 소스코드
|
translation: 소스코드
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: 데이터셋
|
translation: 데이터셋
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: 프로젝트
|
translation: 프로젝트
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: 포스터
|
translation: 포스터
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: 원본문서
|
translation: 원본문서
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: 복사
|
translation: 복사
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: 다운로드
|
translation: 다운로드
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: 관심분야
|
translation: 관심분야
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: 학위
|
translation: 학위
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: 최신
|
translation: 최신
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: 증서 보기
|
translation: 증서 보기
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: 현재
|
translation: 현재
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: 전체 보기
|
translation: 전체 보기
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: 포스트 더 보기
|
translation: 포스트 더 보기
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: 강연 더 보기
|
translation: 강연 더 보기
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: 논문 더 보기
|
translation: 논문 더 보기
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: 이름
|
translation: 이름
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: 이메일
|
translation: 이메일
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: 메시지
|
translation: 메시지
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: 보내기
|
translation: 보내기
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: 일정 약속
|
translation: 일정 약속
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: 초록
|
translation: 초록
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: 발행기관
|
translation: 발행기관
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: 출판유형
|
translation: 출판유형
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: 날짜
|
translation: 날짜
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: 마지막 업데이트
|
translation: 마지막 업데이트
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: 이벤트
|
translation: 이벤트
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: 장소
|
translation: 장소
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: 분류되지 않음
|
translation: 분류되지 않음
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: 학술 대회 논문
|
translation: 학술 대회 논문
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: 저널 논문
|
translation: 저널 논문
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: 출판 전 논문
|
translation: 출판 전 논문
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: 보고서
|
translation: 보고서
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: 도서
|
translation: 도서
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: 책 소개 면
|
translation: 책 소개 면
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: 졸업 논문
|
translation: 졸업 논문
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: 특허
|
translation: 특허
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: 프로젝트 사이트 열기
|
translation: 프로젝트 사이트 열기
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: 포스트
|
translation: 포스트
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: 논문
|
translation: 논문
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: 강연
|
translation: 강연
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: 프로젝트
|
translation: 프로젝트
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: 검색
|
translation: 검색
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: 검색...
|
translation: 검색...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: 검색 결과
|
translation: 검색 결과
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: 검색 결과 없음
|
translation: 검색 결과 없음
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: 페이지 없음
|
translation: 페이지 없음
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: 이 중에 찾는게 있나요?
|
translation: 이 중에 찾는게 있나요?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: 이 사이트는 최적화된 사용 경험을 제공하기 위해 쿠키를 사용합니다.
|
translation: 이 사이트는 최적화된 사용 경험을 제공하기 위해 쿠키를 사용합니다.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: 알겠어!
|
translation: 알겠어!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: 더 알아보기
|
translation: 더 알아보기
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Perjungti navigaciją
|
translation: Perjungti navigaciją
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Turinys
|
translation: Turinys
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Turinys
|
translation: Turinys
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Grįžti į puslapio viršų
|
translation: Grįžti į puslapio viršų
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Susiję
|
translation: Susiję
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: minučių skaitymo
|
translation: minučių skaitymo
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Ankstesnis
|
translation: Ankstesnis
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Tolimesnis
|
translation: Tolimesnis
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Pav. %d:'
|
translation: 'Pav. %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Redaguoti šį puslapį
|
translation: Redaguoti šį puslapį
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Šviesus
|
translation: Šviesus
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Tamsus
|
translation: Tamsus
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatinis
|
translation: Automatinis
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Nerecenzuota publikacija
|
translation: Nerecenzuota publikacija
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citata
|
translation: Citata
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Prezentacija
|
translation: Prezentacija
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kodas
|
translation: Kodas
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Duomenų rinkinys
|
translation: Duomenų rinkinys
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projektas
|
translation: Projektas
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Plakatas
|
translation: Plakatas
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Šaltinis
|
translation: Šaltinis
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopijuoti
|
translation: Kopijuoti
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Parsisiųsti
|
translation: Parsisiųsti
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Pomėgiai
|
translation: Pomėgiai
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Išsilavinimas
|
translation: Išsilavinimas
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Naujausi
|
translation: Naujausi
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Peržiūrėti sertifikatą
|
translation: Peržiūrėti sertifikatą
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Parodyti
|
translation: Parodyti
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Žiūrėti visus
|
translation: Žiūrėti visus
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Žiūrėti visus straipsnius
|
translation: Žiūrėti visus straipsnius
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Žiūrėti visus pranešimus
|
translation: Žiūrėti visus pranešimus
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Žiūrėti visas publikacijas
|
translation: Žiūrėti visas publikacijas
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Vardas
|
translation: Vardas
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Elektroninis paštas
|
translation: Elektroninis paštas
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Žinutė
|
translation: Žinutė
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Siųsti
|
translation: Siųsti
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Rezervuoti susitikimą
|
translation: Rezervuoti susitikimą
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Santrauka
|
translation: Santrauka
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publikacija
|
translation: Publikacija
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Tipas
|
translation: Tipas
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Data
|
translation: Data
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Vėliausiai atnaujinti
|
translation: Vėliausiai atnaujinti
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Renginys
|
translation: Renginys
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Lokacija
|
translation: Lokacija
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Nekategorizuota
|
translation: Nekategorizuota
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Konferencijos publikacija
|
translation: Konferencijos publikacija
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Mokslinis straipsnis
|
translation: Mokslinis straipsnis
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Nerecenzuota publikacija
|
translation: Nerecenzuota publikacija
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Ataskaita
|
translation: Ataskaita
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Knyga
|
translation: Knyga
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Knygos skyrius
|
translation: Knygos skyrius
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Tezė
|
translation: Tezė
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patentas
|
translation: Patentas
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Eiti į projekto puslapį
|
translation: Eiti į projekto puslapį
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Straipsniai
|
translation: Straipsniai
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikacijos
|
translation: Publikacijos
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Pranešimai
|
translation: Pranešimai
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projektai
|
translation: Projektai
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Paieška
|
translation: Paieška
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Ieškoti...
|
translation: Ieškoti...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: rasta rezultatų
|
translation: rasta rezultatų
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Nieko nerasta
|
translation: Nieko nerasta
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Puslapis nerastas
|
translation: Puslapis nerastas
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Galbūt jūs ieškojote šių puslapių?
|
translation: Galbūt jūs ieškojote šių puslapių?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Šis puslapis naudoja slapukus, kad užtikrintų geriausią naršymo patirtį.
|
translation: Šis puslapis naudoja slapukus, kad užtikrintų geriausią naršymo patirtį.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Supratau!
|
translation: Supratau!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Sužinoti daugiau
|
translation: Sužinoti daugiau
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Pārslēgt navigāciju
|
translation: Pārslēgt navigāciju
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Satura rādītājs
|
translation: Satura rādītājs
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Šajā lapā
|
translation: Šajā lapā
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Uz augšu
|
translation: Uz augšu
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Līdzīgi
|
translation: Līdzīgi
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: minūtes lasīšanai
|
translation: minūtes lasīšanai
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Atpakaļ
|
translation: Atpakaļ
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Uz priekšu
|
translation: Uz priekšu
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Attēls %d:'
|
translation: 'Attēls %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Rediģēt šo lapu
|
translation: Rediģēt šo lapu
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Preprints
|
translation: Preprints
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citēt
|
translation: Citēt
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Slaidi
|
translation: Slaidi
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kods
|
translation: Kods
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Datu kopa
|
translation: Datu kopa
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekts
|
translation: Projekts
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Plakāts
|
translation: Plakāts
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Pirmavots
|
translation: Pirmavots
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopija
|
translation: Kopija
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Lejupielādēt
|
translation: Lejupielādēt
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Intereses
|
translation: Intereses
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Izglītība
|
translation: Izglītība
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Jaunākais
|
translation: Jaunākais
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Skatīt sertifikātu
|
translation: Skatīt sertifikātu
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Šobrīd
|
translation: Šobrīd
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Skatīt visu
|
translation: Skatīt visu
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Skatīt visus rakstus
|
translation: Skatīt visus rakstus
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Skatīt visas runas
|
translation: Skatīt visas runas
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Skatīt visas publikācijas
|
translation: Skatīt visas publikācijas
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Vārds
|
translation: Vārds
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: E-pasts
|
translation: E-pasts
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Teksts
|
translation: Teksts
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Nosūtīt
|
translation: Nosūtīt
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Pieteikt tikšanos
|
translation: Pieteikt tikšanos
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Kopsavilkums
|
translation: Kopsavilkums
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publikācija
|
translation: Publikācija
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Veids
|
translation: Veids
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Datums
|
translation: Datums
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Pēdējais atjauninājums
|
translation: Pēdējais atjauninājums
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Notikums
|
translation: Notikums
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Vieta
|
translation: Vieta
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Bez kategorijas
|
translation: Bez kategorijas
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Uzstāšanās konferencē
|
translation: Uzstāšanās konferencē
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Raksts žurnālā
|
translation: Raksts žurnālā
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Novilkums
|
translation: Novilkums
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Ziņojums
|
translation: Ziņojums
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Grāmata
|
translation: Grāmata
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Grāmatas nodaļa
|
translation: Grāmatas nodaļa
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Disertācija
|
translation: Disertācija
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patents
|
translation: Patents
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Pāriet pie projekta lapas
|
translation: Pāriet pie projekta lapas
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Blogs
|
translation: Blogs
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikācijas
|
translation: Publikācijas
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Runas
|
translation: Runas
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projekti
|
translation: Projekti
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Meklēt
|
translation: Meklēt
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Meklēt...
|
translation: Meklēt...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: rezultāti
|
translation: rezultāti
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Nekas nav atrasts
|
translation: Nekas nav atrasts
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Lapa nav atrasta
|
translation: Lapa nav atrasta
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Iespējams, meklējāt kādu no šiem ierakstiem?
|
translation: Iespējams, meklējāt kādu no šiem ierakstiem?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Šī vietne izmanto sīkdatnes, lai nodrošinātu Jums vislabāko pieredzi mūsu vietnē.
|
translation: Šī vietne izmanto sīkdatnes, lai nodrošinātu Jums vislabāko pieredzi mūsu vietnē.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Sapratu!
|
translation: Sapratu!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Uzzināt vairāk
|
translation: Uzzināt vairāk
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -90,6 +90,9 @@
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopia
|
translation: Kopia
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Download
|
translation: Download
|
||||||
|
|
||||||
|
@ -111,9 +114,6 @@
|
||||||
|
|
||||||
# Experience widget
|
# Experience widget
|
||||||
|
|
||||||
- id: experience
|
|
||||||
translation: Traik’efa
|
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Ankehitriny
|
translation: Ankehitriny
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@
|
||||||
translation: Event
|
translation: Event
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Toerana
|
translation: Toerana
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Tsy voasokajy
|
translation: Tsy voasokajy
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Bytte navigering
|
translation: Bytte navigering
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Innholdsfortegnelse
|
translation: Innholdsfortegnelse
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Innhold
|
translation: Innhold
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Tilbake til toppen
|
translation: Tilbake til toppen
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Relatert
|
translation: Relatert
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min. lesing
|
translation: min. lesing
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Forrige
|
translation: Forrige
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Neste
|
translation: Neste
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figur %d:'
|
translation: 'Figur %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Rediger denne siden
|
translation: Rediger denne siden
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Lys
|
translation: Lys
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Mørk
|
translation: Mørk
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatisk
|
translation: Automatisk
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Opprinnelig manus (preprint)
|
translation: Opprinnelig manus (preprint)
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Sitere
|
translation: Sitere
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Presentasjoner
|
translation: Presentasjoner
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kode
|
translation: Kode
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Datasett
|
translation: Datasett
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Prosjekt
|
translation: Prosjekt
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Innlegg
|
translation: Innlegg
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Kildedokument
|
translation: Kildedokument
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopi
|
translation: Kopi
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Last ned
|
translation: Last ned
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Interesser
|
translation: Interesser
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Utdanning
|
translation: Utdanning
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Siste
|
translation: Siste
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Se sertifikat
|
translation: Se sertifikat
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Nå
|
translation: Nå
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Se alle
|
translation: Se alle
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Se alle innlegg
|
translation: Se alle innlegg
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Se alle presentasjoner
|
translation: Se alle presentasjoner
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: See alle publiseringer
|
translation: See alle publiseringer
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Navn
|
translation: Navn
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: E-post
|
translation: E-post
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Melding
|
translation: Melding
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Send
|
translation: Send
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Be om en avtale
|
translation: Be om en avtale
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Sammendrag
|
translation: Sammendrag
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publisering
|
translation: Publisering
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Type
|
translation: Type
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Dato
|
translation: Dato
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Sist oppdatert den
|
translation: Sist oppdatert den
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Arrangement
|
translation: Arrangement
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Sted
|
translation: Sted
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Ukategorisert
|
translation: Ukategorisert
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Konferanseartikkel
|
translation: Konferanseartikkel
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Tidskriftsartikel
|
translation: Tidskriftsartikel
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Opprinnelig manus (preprint)
|
translation: Opprinnelig manus (preprint)
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Rapport
|
translation: Rapport
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Bok
|
translation: Bok
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Bokkapittel
|
translation: Bokkapittel
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Oppgave
|
translation: Oppgave
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Go til prosjektside
|
translation: Go til prosjektside
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Innlegg
|
translation: Innlegg
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publiseringer
|
translation: Publiseringer
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Foredrag
|
translation: Foredrag
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Prosjekter
|
translation: Prosjekter
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Presentasjoner
|
translation: Presentasjoner
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Søk
|
translation: Søk
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Søk...
|
translation: Søk...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: resultater funnet
|
translation: resultater funnet
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Ingen resultater funnet
|
translation: Ingen resultater funnet
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Siden ble ikke funnet
|
translation: Siden ble ikke funnet
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Kanskje du lette etter noe av dette?
|
translation: Kanskje du lette etter noe av dette?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Denne siden bruker informasjonskapsler (cookies) for å bidra til den beste opplevelsen av denne nettsiden.
|
translation: Denne siden bruker informasjonskapsler (cookies) for å bidra til den beste opplevelsen av denne nettsiden.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Skjønner!
|
translation: Skjønner!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Lær mer
|
translation: Lær mer
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Navigatiebalk
|
translation: Navigatiebalk
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Inhoudsopgave
|
translation: Inhoudsopgave
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Op deze pagina
|
translation: Op deze pagina
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Terug naar boven
|
translation: Terug naar boven
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Gerelateerd
|
translation: Gerelateerd
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: minuten lezen
|
translation: minuten lezen
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Vorige
|
translation: Vorige
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Volgende
|
translation: Volgende
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figuur %d:'
|
translation: 'Figuur %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citeer
|
translation: Citeer
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Dia's
|
translation: Dia's
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Code
|
translation: Code
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Dataset
|
translation: Dataset
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Project
|
translation: Project
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Brondocument
|
translation: Brondocument
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopieer
|
translation: Kopieer
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Download
|
translation: Download
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Interesses
|
translation: Interesses
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Educatie
|
translation: Educatie
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Nieuwste
|
translation: Nieuwste
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Bekijk certificate
|
translation: Bekijk certificate
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Present
|
translation: Present
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Bekijk alles
|
translation: Bekijk alles
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Meer Berichten
|
translation: Meer Berichten
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Meer Presentaties
|
translation: Meer Presentaties
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Meer Publicaties
|
translation: Meer Publicaties
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Naam
|
translation: Naam
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: E-mailadres
|
translation: E-mailadres
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Bericht
|
translation: Bericht
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Verzend
|
translation: Verzend
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Maak een afspraak
|
translation: Maak een afspraak
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Samenvatting
|
translation: Samenvatting
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publicatie
|
translation: Publicatie
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Type
|
translation: Type
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Datum
|
translation: Datum
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Laatst bijgewerkt op
|
translation: Laatst bijgewerkt op
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Evenement
|
translation: Evenement
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Locatie
|
translation: Locatie
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Ongecategoriseerd
|
translation: Ongecategoriseerd
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Conferentiepaper
|
translation: Conferentiepaper
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Journalartikel
|
translation: Journalartikel
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Rapport
|
translation: Rapport
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Boek
|
translation: Boek
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Boek sectie
|
translation: Boek sectie
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Proefschrift
|
translation: Proefschrift
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Ga naar Projectenpagina
|
translation: Ga naar Projectenpagina
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Berichten
|
translation: Berichten
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publicaties
|
translation: Publicaties
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Presentaties
|
translation: Presentaties
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projects
|
translation: Projects
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Search
|
translation: Search
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Zoeken...
|
translation: Zoeken...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: resultaten gevonden
|
translation: resultaten gevonden
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Geen resultaten gevonden
|
translation: Geen resultaten gevonden
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Pagina niet gevonden
|
translation: Pagina niet gevonden
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Misschien was je op zoek naar een van deze pagina's?
|
translation: Misschien was je op zoek naar een van deze pagina's?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Deze website gebruikt cookies om je de best mogelijke ervaring te bieden.
|
translation: Deze website gebruikt cookies om je de best mogelijke ervaring te bieden.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Accepteer cookies
|
translation: Accepteer cookies
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Meer informatie
|
translation: Meer informatie
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Włącz/Wyłącz nawigację
|
translation: Włącz/Wyłącz nawigację
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Spis treści
|
translation: Spis treści
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Na tej stronie
|
translation: Na tej stronie
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Powrót do góry
|
translation: Powrót do góry
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Powiązane
|
translation: Powiązane
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min czytania
|
translation: min czytania
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Poprzedni
|
translation: Poprzedni
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Następny
|
translation: Następny
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figura %d:'
|
translation: 'Figura %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Cytowanie
|
translation: Cytowanie
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Slajdy
|
translation: Slajdy
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Wideo
|
translation: Wideo
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kod
|
translation: Kod
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Dane
|
translation: Dane
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekt
|
translation: Projekt
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Dokument źródłowy
|
translation: Dokument źródłowy
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopia
|
translation: Kopia
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Pobierz
|
translation: Pobierz
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Zainteresowania
|
translation: Zainteresowania
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Wykształcenie
|
translation: Wykształcenie
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Ostatnie
|
translation: Ostatnie
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Zobacz certyfikat
|
translation: Zobacz certyfikat
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Obecnie
|
translation: Obecnie
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Wszystkie
|
translation: Wszystkie
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Więcej postów
|
translation: Więcej postów
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Więcej wystąpień
|
translation: Więcej wystąpień
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Więcej publikacji
|
translation: Więcej publikacji
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Imię i nazwisko
|
translation: Imię i nazwisko
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Adres email
|
translation: Adres email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Wiadomość
|
translation: Wiadomość
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Wyślij
|
translation: Wyślij
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Umów spotkanie
|
translation: Umów spotkanie
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Streszczenie
|
translation: Streszczenie
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publikacja
|
translation: Publikacja
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Rodzaj
|
translation: Rodzaj
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Data
|
translation: Data
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Ostatnia aktualizacja
|
translation: Ostatnia aktualizacja
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Wydarzenie
|
translation: Wydarzenie
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Miejsce
|
translation: Miejsce
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Nieskategoryzowany
|
translation: Nieskategoryzowany
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Prezentacja z konferencji
|
translation: Prezentacja z konferencji
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Artykuł w czasopiśmie
|
translation: Artykuł w czasopiśmie
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Raport
|
translation: Raport
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Książka
|
translation: Książka
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Rozdział książki
|
translation: Rozdział książki
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Praca dyplomowa
|
translation: Praca dyplomowa
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Idź do strony projektu
|
translation: Idź do strony projektu
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Posty
|
translation: Posty
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikacje
|
translation: Publikacje
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Wystąpienia
|
translation: Wystąpienia
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projekty
|
translation: Projekty
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Szukaj
|
translation: Szukaj
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Szukaj...
|
translation: Szukaj...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: wyników
|
translation: wyników
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Brak wyników
|
translation: Brak wyników
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Strona nie znaleziona
|
translation: Strona nie znaleziona
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Podobne strony
|
translation: Podobne strony
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Ta strona używa ciasteczek do poprawnego działania strony.
|
translation: Ta strona używa ciasteczek do poprawnego działania strony.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Zrozumiałem!
|
translation: Zrozumiałem!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Dlaczego?
|
translation: Dlaczego?
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Alterar navegação
|
translation: Alterar navegação
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Lista de Conteúdos
|
translation: Lista de Conteúdos
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Nesta página
|
translation: Nesta página
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Voltar para o topo
|
translation: Voltar para o topo
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Relacionados
|
translation: Relacionados
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: minutos de leitura
|
translation: minutos de leitura
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Anterior
|
translation: Anterior
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Próximo
|
translation: Próximo
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figura %d:'
|
translation: 'Figura %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Pré-impressão
|
translation: Pré-impressão
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citação
|
translation: Citação
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Vídeo
|
translation: Vídeo
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Código
|
translation: Código
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Dados
|
translation: Dados
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projeto
|
translation: Projeto
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Pôster
|
translation: Pôster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Documento Fonte
|
translation: Documento Fonte
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Copiar
|
translation: Copiar
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Download
|
translation: Download
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Interesses
|
translation: Interesses
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Formação
|
translation: Formação
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Recentes
|
translation: Recentes
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Ver certificado
|
translation: Ver certificado
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Presente
|
translation: Presente
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Ver todas
|
translation: Ver todas
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Mais Posts
|
translation: Mais Posts
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Mais Palestras
|
translation: Mais Palestras
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Mais Publicações
|
translation: Mais Publicações
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Nome
|
translation: Nome
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Mensagem
|
translation: Mensagem
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Enviar
|
translation: Enviar
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Agendar um horário
|
translation: Agendar um horário
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Resumo
|
translation: Resumo
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publicação
|
translation: Publicação
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Tipo
|
translation: Tipo
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Data
|
translation: Data
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Última atualização em
|
translation: Última atualização em
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Evento
|
translation: Evento
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Local
|
translation: Local
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Sem categoria
|
translation: Sem categoria
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Artigo de conferência
|
translation: Artigo de conferência
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Artigo de revista
|
translation: Artigo de revista
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Pré-impressão
|
translation: Pré-impressão
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Relatório
|
translation: Relatório
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Livro
|
translation: Livro
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Seção de livro
|
translation: Seção de livro
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Tese
|
translation: Tese
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patente
|
translation: Patente
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Ir para o site do projeto
|
translation: Ir para o site do projeto
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Posts
|
translation: Posts
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publicações
|
translation: Publicações
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Palestras
|
translation: Palestras
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projetos
|
translation: Projetos
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Pesquisar
|
translation: Pesquisar
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Pesquisar...
|
translation: Pesquisar...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: Resultados encontrados
|
translation: Resultados encontrados
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Sem resultados
|
translation: Sem resultados
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Página não encontrada
|
translation: Página não encontrada
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Você está procurando por um desses?
|
translation: Você está procurando por um desses?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Este site contém cookies para garantir que você tenha a melhor experência.
|
translation: Este site contém cookies para garantir que você tenha a melhor experência.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Entendi!
|
translation: Entendi!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Saiba mais
|
translation: Saiba mais
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Bara de navigare
|
translation: Bara de navigare
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Indice
|
translation: Indice
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Pe această pagină
|
translation: Pe această pagină
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Înapoi la început
|
translation: Înapoi la început
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Înrudit
|
translation: Înrudit
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min de citire
|
translation: min de citire
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Anterioară
|
translation: Anterioară
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Următor
|
translation: Următor
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Imagine %d:'
|
translation: 'Imagine %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Preimprimare
|
translation: Preimprimare
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citat
|
translation: Citat
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Diapozitive
|
translation: Diapozitive
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Vídeo
|
translation: Vídeo
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Cod
|
translation: Cod
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Date
|
translation: Date
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Proiect
|
translation: Proiect
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Sursa document
|
translation: Sursa document
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Copie
|
translation: Copie
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Descărcare
|
translation: Descărcare
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Interese
|
translation: Interese
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Educație
|
translation: Educație
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Recent
|
translation: Recent
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Vezi certificatul
|
translation: Vezi certificatul
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: În prezent
|
translation: În prezent
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Vezi tot
|
translation: Vezi tot
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Mai multe postări
|
translation: Mai multe postări
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Mai multe discuții
|
translation: Mai multe discuții
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Mai multe publicații
|
translation: Mai multe publicații
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Nume
|
translation: Nume
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Mesaj
|
translation: Mesaj
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Trimiteți
|
translation: Trimiteți
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Solicitați o întâlnire
|
translation: Solicitați o întâlnire
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Rezumat
|
translation: Rezumat
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publicație
|
translation: Publicație
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Tip
|
translation: Tip
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Data
|
translation: Data
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Ultima actualizare la
|
translation: Ultima actualizare la
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Eveniment
|
translation: Eveniment
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Localizare
|
translation: Localizare
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Fără categorie
|
translation: Fără categorie
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Conference paper
|
translation: Conference paper
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Articol jurnal
|
translation: Articol jurnal
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Report
|
translation: Report
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Carte
|
translation: Carte
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Secțiunea cărți
|
translation: Secțiunea cărți
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Teza
|
translation: Teza
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Brevet de invenție
|
translation: Brevet de invenție
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Accesați site-ul proiectului
|
translation: Accesați site-ul proiectului
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Articole
|
translation: Articole
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publicații
|
translation: Publicații
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Conferințe
|
translation: Conferințe
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Proiecte
|
translation: Proiecte
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Căutare
|
translation: Căutare
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Căutare...
|
translation: Căutare...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: rezultate găsite
|
translation: rezultate găsite
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Nu s-au găsit rezultate
|
translation: Nu s-au găsit rezultate
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Pagina nu a fost găsită
|
translation: Pagina nu a fost găsită
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Căutați una din acestea?
|
translation: Căutați una din acestea?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Acest site utilizează cookie-uri pentru a garanta o experiență mai bună.
|
translation: Acest site utilizează cookie-uri pentru a garanta o experiență mai bună.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Înțeles!
|
translation: Înțeles!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Mai multe informații
|
translation: Mai multe informații
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Переключить навигацию
|
translation: Переключить навигацию
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Содержание
|
translation: Содержание
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: На этой странице
|
translation: На этой странице
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: На верх
|
translation: На верх
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Похожие
|
translation: Похожие
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: мин. для прочтения
|
translation: мин. для прочтения
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Предыдущий
|
translation: Предыдущий
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Следующий
|
translation: Следующий
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Схема № %d:'
|
translation: 'Схема № %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Предварительная печать
|
translation: Предварительная печать
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Процитировать
|
translation: Процитировать
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Слайды
|
translation: Слайды
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Видео
|
translation: Видео
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Код
|
translation: Код
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Набор данных
|
translation: Набор данных
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Проект
|
translation: Проект
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Постер
|
translation: Постер
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Исходный документ
|
translation: Исходный документ
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Копия
|
translation: Копия
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Скачать
|
translation: Скачать
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Интересы
|
translation: Интересы
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Образование
|
translation: Образование
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Последние
|
translation: Последние
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Посмотреть сертификат
|
translation: Посмотреть сертификат
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Настоящий
|
translation: Настоящий
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Посмотреть всё
|
translation: Посмотреть всё
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Больше статей
|
translation: Больше статей
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Больше выступлений
|
translation: Больше выступлений
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Больше публикаций
|
translation: Больше публикаций
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Имя
|
translation: Имя
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: адрес электронной почты
|
translation: адрес электронной почты
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Сообщение
|
translation: Сообщение
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Отправить
|
translation: Отправить
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Назначить встречу
|
translation: Назначить встречу
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Аннотация
|
translation: Аннотация
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Публикация
|
translation: Публикация
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Тип публикации
|
translation: Тип публикации
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Дата
|
translation: Дата
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Обновлено
|
translation: Обновлено
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Событие
|
translation: Событие
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Место
|
translation: Место
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Без категории
|
translation: Без категории
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Статья для конференции
|
translation: Статья для конференции
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Статья для журнала
|
translation: Статья для журнала
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Предварительная печать
|
translation: Предварительная печать
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Выступление
|
translation: Выступление
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Книга
|
translation: Книга
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Глава книги
|
translation: Глава книги
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Тезис
|
translation: Тезис
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Патент
|
translation: Патент
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Перейти на сайт проекта
|
translation: Перейти на сайт проекта
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Статьи
|
translation: Статьи
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Публикации
|
translation: Публикации
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Выступления
|
translation: Выступления
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Проекты
|
translation: Проекты
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Поиск
|
translation: Поиск
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Поиск ...
|
translation: Поиск ...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: результат найден
|
translation: результат найден
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: результат не найден
|
translation: результат не найден
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Страница не найдена
|
translation: Страница не найдена
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Вы наверное искали один из тезисов?
|
translation: Вы наверное искали один из тезисов?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Для комфорной навигации на этом сайте используются куки (cookies).
|
translation: Для комфорной навигации на этом сайте используются куки (cookies).
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Понял!
|
translation: Понял!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Узнать больше
|
translation: Узнать больше
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Rog socodka
|
translation: Rog socodka
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Tusmada Guud
|
translation: Tusmada Guud
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Boggan ku yaal
|
translation: Boggan ku yaal
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Kor aad
|
translation: Kor aad
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: La Mida
|
translation: La Mida
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: Akhrisma
|
translation: Akhrisma
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Hore
|
translation: Hore
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Xiga
|
translation: Xiga
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Sawir %d:'
|
translation: 'Sawir %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Tifatir Boggan
|
translation: Tifatir Boggan
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Caddee
|
translation: Caddee
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Madoobee
|
translation: Madoobee
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Daabac hore
|
translation: Daabac hore
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Xigso
|
translation: Xigso
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Code
|
translation: Code
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Xog
|
translation: Xog
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Mashruuc
|
translation: Mashruuc
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Source Document
|
translation: Source Document
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Nuqul
|
translation: Nuqul
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Dajiso
|
translation: Dajiso
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Hiwaayado
|
translation: Hiwaayado
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Waxbarasho
|
translation: Waxbarasho
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Ugu cusub
|
translation: Ugu cusub
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Arag Shahaadada
|
translation: Arag Shahaadada
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Hadda
|
translation: Hadda
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Arag dhammaan
|
translation: Arag dhammaan
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Arag dhammaan qoraalada
|
translation: Arag dhammaan qoraalada
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Arag Qudbadaha
|
translation: Arag Qudbadaha
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Arag qoraalada oo dhan
|
translation: Arag qoraalada oo dhan
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Magac
|
translation: Magac
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Baaq
|
translation: Baaq
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Dir
|
translation: Dir
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Ballan qabso
|
translation: Ballan qabso
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Arar
|
translation: Arar
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Qormooyin
|
translation: Qormooyin
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Nooc
|
translation: Nooc
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Goor
|
translation: Goor
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: La tifatiray
|
translation: La tifatiray
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Dhacdo
|
translation: Dhacdo
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Meel
|
translation: Meel
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Kale
|
translation: Kale
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Qoraal Shir
|
translation: Qoraal Shir
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Qoraal Majallad
|
translation: Qoraal Majallad
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Daabac Hore
|
translation: Daabac Hore
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Wargelin
|
translation: Wargelin
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Buug
|
translation: Buug
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Qayb Buug
|
translation: Qayb Buug
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Buug Qalinjabin
|
translation: Buug Qalinjabin
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Tag Bogga Mashruuca
|
translation: Tag Bogga Mashruuca
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Qoraal
|
translation: Qoraal
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publications
|
translation: Publications
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Qudbad
|
translation: Qudbad
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Mashruuc
|
translation: Mashruuc
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Raadi
|
translation: Raadi
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Raadi...
|
translation: Raadi...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: results found
|
translation: results found
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: No results found
|
translation: No results found
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Boggan lama helin
|
translation: Boggan lama helin
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Malaha waxaad raadinaysay?
|
translation: Malaha waxaad raadinaysay?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Boggani wuxuu isticmaala "cookies" sii aad u hesho adeegga ugu wacan
|
translation: Boggani wuxuu isticmaala "cookies" sii aad u hesho adeegga ugu wacan
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Gartay!
|
translation: Gartay!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Faahfaahin
|
translation: Faahfaahin
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Växla navigering
|
translation: Växla navigering
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Innehållsförteckning
|
translation: Innehållsförteckning
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: Innehåll
|
translation: Innehåll
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Tillbaka till toppen
|
translation: Tillbaka till toppen
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Relaterad
|
translation: Relaterad
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: Min Läsning
|
translation: Min Läsning
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Föregående
|
translation: Föregående
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Nästa
|
translation: Nästa
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figur %d:'
|
translation: 'Figur %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Redigera den här sidan
|
translation: Redigera den här sidan
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Manuscript
|
translation: Manuscript
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Citera
|
translation: Citera
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Presentationer
|
translation: Presentationer
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kod
|
translation: Kod
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Datauppsättning
|
translation: Datauppsättning
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Projekt
|
translation: Projekt
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Affisch
|
translation: Affisch
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Källdokument
|
translation: Källdokument
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Kopia
|
translation: Kopia
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Ladda ner
|
translation: Ladda ner
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Intressen
|
translation: Intressen
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Utbildning
|
translation: Utbildning
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Senaste Inläggen
|
translation: Senaste Inläggen
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Se certifikat
|
translation: Se certifikat
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Nuvarande
|
translation: Nuvarande
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Se allt
|
translation: Se allt
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Se alla inlägg
|
translation: Se alla inlägg
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Se alla föredrag
|
translation: Se alla föredrag
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Se alla publikationer
|
translation: Se alla publikationer
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Namn
|
translation: Namn
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: E-post
|
translation: E-post
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Meddelande
|
translation: Meddelande
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Skicka
|
translation: Skicka
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Boka ett möte
|
translation: Boka ett möte
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Abstrakt
|
translation: Abstrakt
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Publikation
|
translation: Publikation
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Typ
|
translation: Typ
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Datum
|
translation: Datum
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Senast uppdaterad
|
translation: Senast uppdaterad
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Event
|
translation: Event
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Plats
|
translation: Plats
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Okategoriserad
|
translation: Okategoriserad
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Konferensbidrag
|
translation: Konferensbidrag
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Tidskriftsartikel
|
translation: Tidskriftsartikel
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Manuscript
|
translation: Manuscript
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Rapport
|
translation: Rapport
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Bok
|
translation: Bok
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Bok sektion
|
translation: Bok sektion
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Avhandling
|
translation: Avhandling
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Gå till projektsidan
|
translation: Gå till projektsidan
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Inlägg
|
translation: Inlägg
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Publikationer
|
translation: Publikationer
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Föredrag
|
translation: Föredrag
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projekt
|
translation: Projekt
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Sök
|
translation: Sök
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Sök...
|
translation: Sök...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: hittade resultat
|
translation: hittade resultat
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Inga resultat funna
|
translation: Inga resultat funna
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Sidan hittas inte
|
translation: Sidan hittas inte
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Kanske letade du efter en av dessa?
|
translation: Kanske letade du efter en av dessa?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Denna webbplats använder kakor för att säkerställa att du får den bästa upplevelsen på vår webbplats.
|
translation: Denna webbplats använder kakor för att säkerställa att du får den bästa upplevelsen på vår webbplats.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Jag fattar!
|
translation: Jag fattar!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Lär dig mer
|
translation: Lär dig mer
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Arayüz yönünü değiştir
|
translation: Arayüz yönünü değiştir
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Table of Contents
|
translation: Table of Contents
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: On this page
|
translation: On this page
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Back to top
|
translation: Back to top
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Related
|
translation: Related
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: min read
|
translation: min read
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Previous
|
translation: Previous
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Next
|
translation: Next
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figure %d:'
|
translation: 'Figure %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Cite
|
translation: Cite
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Slaytlar
|
translation: Slaytlar
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Kod
|
translation: Kod
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Veri kümesi
|
translation: Veri kümesi
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Proje
|
translation: Proje
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Source Document
|
translation: Source Document
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Copy
|
translation: Copy
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Download
|
translation: Download
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: İlgi alanları
|
translation: İlgi alanları
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Eğitim
|
translation: Eğitim
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Latest
|
translation: Latest
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: See certificate
|
translation: See certificate
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Present
|
translation: Present
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: See all
|
translation: See all
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Daha fazla blog içeriği
|
translation: Daha fazla blog içeriği
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Daha fazla konuşma
|
translation: Daha fazla konuşma
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Daha fazla yayınlar
|
translation: Daha fazla yayınlar
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Name
|
translation: Name
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Message
|
translation: Message
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Send
|
translation: Send
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Book an appointment
|
translation: Book an appointment
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Özet
|
translation: Özet
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Yayın
|
translation: Yayın
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Yayın tipi
|
translation: Yayın tipi
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Tarih
|
translation: Tarih
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Last updated on
|
translation: Last updated on
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Etkinlikler
|
translation: Etkinlikler
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Adres
|
translation: Adres
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Uncategorized
|
translation: Uncategorized
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Conference paper
|
translation: Conference paper
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Journal article
|
translation: Journal article
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Report
|
translation: Report
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Book
|
translation: Book
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Book section
|
translation: Book section
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thesis
|
translation: Thesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Projenin sayfasına git
|
translation: Projenin sayfasına git
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Blog içerikleri
|
translation: Blog içerikleri
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Yayınlar
|
translation: Yayınlar
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Konuşmalar
|
translation: Konuşmalar
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Projects
|
translation: Projects
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Search
|
translation: Search
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Search...
|
translation: Search...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: results found
|
translation: results found
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: No results found
|
translation: No results found
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Page not found
|
translation: Page not found
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Perhaps you were looking for one of these?
|
translation: Perhaps you were looking for one of these?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: This website uses cookies to ensure you get the best experience on our website.
|
translation: This website uses cookies to ensure you get the best experience on our website.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Got it!
|
translation: Got it!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Learn more
|
translation: Learn more
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Перемкнути навігацію
|
translation: Перемкнути навігацію
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Зміст
|
translation: Зміст
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: на сторінці
|
translation: на сторінці
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Повернутися догори
|
translation: Повернутися догори
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Подібні
|
translation: Подібні
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: хв читання
|
translation: хв читання
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Попередній
|
translation: Попередній
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Наступний
|
translation: Наступний
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Схема %d:'
|
translation: 'Схема %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Редагувати цю сторінку
|
translation: Редагувати цю сторінку
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Попередній друк
|
translation: Попередній друк
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Цитувати
|
translation: Цитувати
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Слайди
|
translation: Слайди
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Відео
|
translation: Відео
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Код
|
translation: Код
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Набір даних
|
translation: Набір даних
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Проєкт
|
translation: Проєкт
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Постер
|
translation: Постер
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Вихідний документ
|
translation: Вихідний документ
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Копія
|
translation: Копія
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Завантажити
|
translation: Завантажити
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Зацікавлення
|
translation: Зацікавлення
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Освіта
|
translation: Освіта
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Останні
|
translation: Останні
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: Переглянути сертифікат
|
translation: Переглянути сертифікат
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Теперішній
|
translation: Теперішній
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: Переглянути все
|
translation: Переглянути все
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Переглянути всі пости
|
translation: Переглянути всі пости
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Переглянути всі бесіди
|
translation: Переглянути всі бесіди
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Переглянути всі публікації
|
translation: Переглянути всі публікації
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Ім'я
|
translation: Ім'я
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Повідомлення
|
translation: Повідомлення
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Надіслати
|
translation: Надіслати
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Призначити зустріч
|
translation: Призначити зустріч
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Анотація
|
translation: Анотація
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Публікація
|
translation: Публікація
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Тип
|
translation: Тип
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Дата
|
translation: Дата
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Останнє оновлення
|
translation: Останнє оновлення
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Подія
|
translation: Подія
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Місце
|
translation: Місце
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Без категорії
|
translation: Без категорії
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Стаття для конференції
|
translation: Стаття для конференції
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Стаття для журнала
|
translation: Стаття для журнала
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Попередній друк
|
translation: Попередній друк
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Доповідь
|
translation: Доповідь
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Книга
|
translation: Книга
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Розділ книги
|
translation: Розділ книги
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Тезис
|
translation: Тезис
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Патент
|
translation: Патент
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Перейти на сайт проєкта
|
translation: Перейти на сайт проєкта
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Дописи
|
translation: Дописи
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Публікації
|
translation: Публікації
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Бесіди
|
translation: Бесіди
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Проєкти
|
translation: Проєкти
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Пошук
|
translation: Пошук
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Пошук...
|
translation: Пошук...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: Знайдені результати
|
translation: Знайдені результати
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: Результатів не знайдено
|
translation: Результатів не знайдено
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Не вдалося знайти сторінку
|
translation: Не вдалося знайти сторінку
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Можливо, Ви шукали щось з цього?
|
translation: Можливо, Ви шукали щось з цього?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: Щоб упевнитись у зручності користування сайтом, ми використовуємо кукі-файли.
|
translation: Щоб упевнитись у зручності користування сайтом, ми використовуємо кукі-файли.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Зрозуміло!
|
translation: Зрозуміло!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Дізнатися більше
|
translation: Дізнатися більше
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: Chuyển Điều Hướng
|
translation: Chuyển Điều Hướng
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: Mục Lục
|
translation: Mục Lục
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: On this page
|
translation: On this page
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: Back to top
|
translation: Back to top
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: Languages
|
translation: Languages
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: Bài Liên Quan
|
translation: Bài Liên Quan
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: phút để đọc
|
translation: phút để đọc
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: Trước
|
translation: Trước
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: Sau
|
translation: Sau
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: 'Figure %d:'
|
translation: 'Figure %d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: Edit this page
|
translation: Edit this page
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: Light
|
translation: Light
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: Dark
|
translation: Dark
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: Automatic
|
translation: Automatic
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: Bản Thảo
|
translation: Bản Thảo
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: Trích Dẫn
|
translation: Trích Dẫn
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: Video
|
translation: Video
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: Mã Nguồn
|
translation: Mã Nguồn
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: Dữ liệu
|
translation: Dữ liệu
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: Dự Án
|
translation: Dự Án
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: Poster
|
translation: Poster
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: Mã Nguồn
|
translation: Mã Nguồn
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: Sao Chép
|
translation: Sao Chép
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: Tải Về
|
translation: Tải Về
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: Hướng Nghiên Cứu
|
translation: Hướng Nghiên Cứu
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: Học Vấn
|
translation: Học Vấn
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: Latest
|
translation: Latest
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: See certificate
|
translation: See certificate
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: Present
|
translation: Present
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: See all
|
translation: See all
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: Bài Đăng Khác
|
translation: Bài Đăng Khác
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: Thuyết Trình Khác
|
translation: Thuyết Trình Khác
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: Các Công Trình
|
translation: Các Công Trình
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: Name
|
translation: Name
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: Email
|
translation: Email
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: Message
|
translation: Message
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: Send
|
translation: Send
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: Book an appointment
|
translation: Book an appointment
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: Tóm tắt
|
translation: Tóm tắt
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: Công Trình
|
translation: Công Trình
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: Phân Loại
|
translation: Phân Loại
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: Thời Gian
|
translation: Thời Gian
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: Cập Nhật Lần Cuối
|
translation: Cập Nhật Lần Cuối
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: Sự Kiện
|
translation: Sự Kiện
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: Địa Điểm
|
translation: Địa Điểm
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: Uncategorized
|
translation: Uncategorized
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: Conference paper
|
translation: Conference paper
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: Journal article
|
translation: Journal article
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: Preprint
|
translation: Preprint
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: Report
|
translation: Report
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: Book
|
translation: Book
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: Book section
|
translation: Book section
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: Thesis
|
translation: Thesis
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: Patent
|
translation: Patent
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: Đến Trang Dự Án
|
translation: Đến Trang Dự Án
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: Bài Đăng
|
translation: Bài Đăng
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: Công Trình
|
translation: Công Trình
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: Thuyết Trình
|
translation: Thuyết Trình
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: Dự Án
|
translation: Dự Án
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: Search
|
translation: Search
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: Search...
|
translation: Search...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: results found
|
translation: results found
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: No results found
|
translation: No results found
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: Common searches
|
translation: Common searches
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: Trang không tìm thấy
|
translation: Trang không tìm thấy
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: Có thể bạn đang tìm những trang này
|
translation: Có thể bạn đang tìm những trang này
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: This website uses cookies to ensure you get the best experience on our website.
|
translation: This website uses cookies to ensure you get the best experience on our website.
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: Got it!
|
translation: Got it!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: Learn more
|
translation: Learn more
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
translation: Published with {wowchemy} — the free, {repo_link}open source{/repo_link} website builder that empowers creators.
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: 切換導航
|
translation: 切換導航
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: 目錄
|
translation: 目錄
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: 於本頁
|
translation: 於本頁
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: 回到頂端
|
translation: 回到頂端
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: 主頁
|
translation: 主頁
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: 關閉
|
translation: 關閉
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: 語言
|
translation: 語言
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: 相關
|
translation: 相關
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: 閱讀時間(分鐘)
|
translation: 閱讀時間(分鐘)
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: 上一頁
|
translation: 上一頁
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: 下一頁
|
translation: 下一頁
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: '圖%d:'
|
translation: '圖%d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: 編輯本業
|
translation: 編輯本業
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: 顯示選項
|
translation: 顯示選項
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: 明亮
|
translation: 明亮
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: 暗黑
|
translation: 暗黑
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: 自動
|
translation: 自動
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: 影印預覽
|
translation: 影印預覽
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: 引用
|
translation: 引用
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: 投影片
|
translation: 投影片
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: 影片
|
translation: 影片
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: 程式碼
|
translation: 程式碼
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: 數據集
|
translation: 數據集
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: 專案
|
translation: 專案
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: 海報
|
translation: 海報
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: 原始檔
|
translation: 原始檔
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: 複製
|
translation: 複製
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: 下載
|
translation: 下載
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: 興趣
|
translation: 興趣
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: 教育程度
|
translation: 教育程度
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: 最新
|
translation: 最新
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: 查看證書
|
translation: 查看證書
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: 現在
|
translation: 現在
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: 查看更多
|
translation: 查看更多
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: 查看更多文章
|
translation: 查看更多文章
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: 查看更多演講
|
translation: 查看更多演講
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: 查看更多出版物
|
translation: 查看更多出版物
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: 姓名
|
translation: 姓名
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: 郵箱
|
translation: 郵箱
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: 訊息
|
translation: 訊息
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: 發送
|
translation: 發送
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: 預約
|
translation: 預約
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: 摘要
|
translation: 摘要
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: 出版物
|
translation: 出版物
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: 類型
|
translation: 類型
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: 日期
|
translation: 日期
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: 最近更新於
|
translation: 最近更新於
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: 事件
|
translation: 事件
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: 位置
|
translation: 位置
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: 未分類
|
translation: 未分類
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: 會議文章
|
translation: 會議文章
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: 期刊文章
|
translation: 期刊文章
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: 影印預覽
|
translation: 影印預覽
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: 報告
|
translation: 報告
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: 書籍
|
translation: 書籍
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: 章節
|
translation: 章節
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: 論文
|
translation: 論文
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: 專利
|
translation: 專利
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: 前往專案網站
|
translation: 前往專案網站
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: 文章
|
translation: 文章
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: 出版物
|
translation: 出版物
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: 演講
|
translation: 演講
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: 專案
|
translation: 專案
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: 投影片
|
translation: 投影片
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: 作者
|
translation: 作者
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: 搜尋
|
translation: 搜尋
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: 搜尋...
|
translation: 搜尋...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: 搜尋结果
|
translation: 搜尋结果
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: 找不到结果
|
translation: 找不到结果
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: 經常搜索
|
translation: 經常搜索
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: 找不到頁面
|
translation: 找不到頁面
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: 您可能在找?
|
translation: 您可能在找?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: 本網站使用cookies來確保您可以在網站中獲得最佳體驗。
|
translation: 本網站使用cookies來確保您可以在網站中獲得最佳體驗。
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: 知道了!
|
translation: 知道了!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: 了解更多
|
translation: 了解更多
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: 由{wowchemy}支持發布——免費{repo_link}開源{/repo_link}網站,為創作者賦能。
|
translation: 由{wowchemy}支持發布——免費{repo_link}開源{/repo_link}網站,為創作者賦能。
|
||||||
|
|
|
@ -1,154 +1,268 @@
|
||||||
|
# Navigation
|
||||||
|
|
||||||
- id: toggle_navigation
|
- id: toggle_navigation
|
||||||
translation: 切换导航
|
translation: 切换导航
|
||||||
|
|
||||||
- id: table_of_contents
|
- id: table_of_contents
|
||||||
translation: 目录
|
translation: 目录
|
||||||
|
|
||||||
- id: on_this_page
|
- id: on_this_page
|
||||||
translation: 在本页
|
translation: 在本页
|
||||||
|
|
||||||
- id: back_to_top
|
- id: back_to_top
|
||||||
translation: 回到顶部
|
translation: 回到顶部
|
||||||
|
|
||||||
- id: home
|
- id: home
|
||||||
translation: Home
|
translation: Home
|
||||||
|
|
||||||
- id: close
|
- id: close
|
||||||
translation: Close
|
translation: Close
|
||||||
|
|
||||||
- id: languages
|
- id: languages
|
||||||
translation: 语言
|
translation: 语言
|
||||||
|
|
||||||
|
# General
|
||||||
|
|
||||||
- id: related
|
- id: related
|
||||||
translation: 相关
|
translation: 相关
|
||||||
|
|
||||||
- id: minute_read
|
- id: minute_read
|
||||||
translation: 分钟阅读时长
|
translation: 分钟阅读时长
|
||||||
|
|
||||||
- id: previous
|
- id: previous
|
||||||
translation: 上一页
|
translation: 上一页
|
||||||
|
|
||||||
- id: next
|
- id: next
|
||||||
translation: 下一页
|
translation: 下一页
|
||||||
|
|
||||||
- id: figure
|
- id: figure
|
||||||
translation: '图%d:'
|
translation: '图%d:'
|
||||||
|
|
||||||
- id: edit_page
|
- id: edit_page
|
||||||
translation: 编辑本页
|
translation: 编辑本页
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
|
||||||
- id: theme_selector
|
- id: theme_selector
|
||||||
translation: Display preferences
|
translation: Display preferences
|
||||||
|
|
||||||
- id: theme_light
|
- id: theme_light
|
||||||
translation: 浅色
|
translation: 浅色
|
||||||
|
|
||||||
- id: theme_dark
|
- id: theme_dark
|
||||||
translation: 深色
|
translation: 深色
|
||||||
|
|
||||||
- id: theme_auto
|
- id: theme_auto
|
||||||
translation: 自动
|
translation: 自动
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
- id: btn_preprint
|
- id: btn_preprint
|
||||||
translation: 预印本
|
translation: 预印本
|
||||||
|
|
||||||
- id: btn_pdf
|
- id: btn_pdf
|
||||||
translation: PDF
|
translation: PDF
|
||||||
|
|
||||||
- id: btn_cite
|
- id: btn_cite
|
||||||
translation: 引用
|
translation: 引用
|
||||||
|
|
||||||
- id: btn_slides
|
- id: btn_slides
|
||||||
translation: 演示文稿
|
translation: 演示文稿
|
||||||
|
|
||||||
- id: btn_video
|
- id: btn_video
|
||||||
translation: 视频
|
translation: 视频
|
||||||
|
|
||||||
- id: btn_code
|
- id: btn_code
|
||||||
translation: 代码
|
translation: 代码
|
||||||
|
|
||||||
- id: btn_dataset
|
- id: btn_dataset
|
||||||
translation: 数据集
|
translation: 数据集
|
||||||
|
|
||||||
- id: btn_project
|
- id: btn_project
|
||||||
translation: 项目
|
translation: 项目
|
||||||
|
|
||||||
- id: btn_poster
|
- id: btn_poster
|
||||||
translation: 海报
|
translation: 海报
|
||||||
|
|
||||||
- id: btn_source
|
- id: btn_source
|
||||||
translation: 源文档
|
translation: 源文档
|
||||||
|
|
||||||
- id: btn_copy
|
- id: btn_copy
|
||||||
translation: 复制
|
translation: 复制
|
||||||
|
|
||||||
|
- id: btn_copied
|
||||||
|
translation: Copied
|
||||||
|
|
||||||
- id: btn_download
|
- id: btn_download
|
||||||
translation: 下载
|
translation: 下载
|
||||||
|
|
||||||
|
# About widget
|
||||||
|
|
||||||
- id: interests
|
- id: interests
|
||||||
translation: 兴趣爱好
|
translation: 兴趣爱好
|
||||||
|
|
||||||
- id: education
|
- id: education
|
||||||
translation: 教育经历
|
translation: 教育经历
|
||||||
|
|
||||||
- id: user_profile_latest
|
- id: user_profile_latest
|
||||||
translation: 最新
|
translation: 最新
|
||||||
|
|
||||||
|
# Accomplishments widget
|
||||||
|
|
||||||
- id: see_certificate
|
- id: see_certificate
|
||||||
translation: 查看证书
|
translation: 查看证书
|
||||||
|
|
||||||
|
# Experience widget
|
||||||
|
|
||||||
- id: present
|
- id: present
|
||||||
translation: 现在
|
translation: 现在
|
||||||
|
|
||||||
|
# Pages widget
|
||||||
|
|
||||||
- id: more_pages
|
- id: more_pages
|
||||||
translation: 查看全部
|
translation: 查看全部
|
||||||
|
|
||||||
- id: more_posts
|
- id: more_posts
|
||||||
translation: 查看全部文章
|
translation: 查看全部文章
|
||||||
|
|
||||||
- id: more_talks
|
- id: more_talks
|
||||||
translation: 查看全部演讲
|
translation: 查看全部演讲
|
||||||
|
|
||||||
- id: more_publications
|
- id: more_publications
|
||||||
translation: 查看全部出版物
|
translation: 查看全部出版物
|
||||||
|
|
||||||
|
# Contact widget
|
||||||
|
|
||||||
- id: contact_name
|
- id: contact_name
|
||||||
translation: 姓名
|
translation: 姓名
|
||||||
|
|
||||||
- id: contact_email
|
- id: contact_email
|
||||||
translation: 邮箱
|
translation: 邮箱
|
||||||
|
|
||||||
- id: contact_message
|
- id: contact_message
|
||||||
translation: 信息
|
translation: 信息
|
||||||
|
|
||||||
|
- id: contact_attachment
|
||||||
|
translation: Attach file
|
||||||
|
|
||||||
- id: contact_send
|
- id: contact_send
|
||||||
translation: 发送
|
translation: 发送
|
||||||
|
|
||||||
- id: book_appointment
|
- id: book_appointment
|
||||||
translation: 预约
|
translation: 预约
|
||||||
|
|
||||||
|
# Publication/Event details
|
||||||
|
|
||||||
- id: abstract
|
- id: abstract
|
||||||
translation: 摘要
|
translation: 摘要
|
||||||
|
|
||||||
- id: publication
|
- id: publication
|
||||||
translation: 出版物
|
translation: 出版物
|
||||||
|
|
||||||
- id: publication_type
|
- id: publication_type
|
||||||
translation: 类型
|
translation: 类型
|
||||||
|
|
||||||
- id: date
|
- id: date
|
||||||
translation: 日期
|
translation: 日期
|
||||||
|
|
||||||
- id: last_updated
|
- id: last_updated
|
||||||
translation: 最近更新于
|
translation: 最近更新于
|
||||||
|
|
||||||
- id: event
|
- id: event
|
||||||
translation: 事件
|
translation: 事件
|
||||||
|
|
||||||
- id: location
|
- id: location
|
||||||
translation: 位置
|
translation: 位置
|
||||||
|
|
||||||
- id: pub_uncat
|
- id: pub_uncat
|
||||||
translation: 未分类
|
translation: 未分类
|
||||||
|
|
||||||
- id: pub_conf
|
- id: pub_conf
|
||||||
translation: 会议文章
|
translation: 会议文章
|
||||||
|
|
||||||
- id: pub_journal
|
- id: pub_journal
|
||||||
translation: 期刊文章
|
translation: 期刊文章
|
||||||
|
|
||||||
- id: pub_preprint
|
- id: pub_preprint
|
||||||
translation: 预印本
|
translation: 预印本
|
||||||
|
|
||||||
- id: pub_report
|
- id: pub_report
|
||||||
translation: 报告
|
translation: 报告
|
||||||
|
|
||||||
- id: pub_book
|
- id: pub_book
|
||||||
translation: 书籍
|
translation: 书籍
|
||||||
|
|
||||||
- id: pub_book_section
|
- id: pub_book_section
|
||||||
translation: 章节
|
translation: 章节
|
||||||
|
|
||||||
- id: pub_thesis
|
- id: pub_thesis
|
||||||
translation: 论文
|
translation: 论文
|
||||||
|
|
||||||
- id: pub_patent
|
- id: pub_patent
|
||||||
translation: 专利
|
translation: 专利
|
||||||
|
|
||||||
|
# Project details
|
||||||
|
|
||||||
- id: open_project_site
|
- id: open_project_site
|
||||||
translation: 访问项目网站
|
translation: 访问项目网站
|
||||||
|
|
||||||
|
# Content types for default archive page titles and search results
|
||||||
|
|
||||||
- id: posts
|
- id: posts
|
||||||
translation: 文章
|
translation: 文章
|
||||||
|
|
||||||
- id: publications
|
- id: publications
|
||||||
translation: 出版物
|
translation: 出版物
|
||||||
|
|
||||||
- id: talks
|
- id: talks
|
||||||
translation: 演讲
|
translation: 演讲
|
||||||
|
|
||||||
- id: projects
|
- id: projects
|
||||||
translation: 项目
|
translation: 项目
|
||||||
|
|
||||||
- id: slides
|
- id: slides
|
||||||
translation: Slides
|
translation: Slides
|
||||||
|
|
||||||
- id: authors
|
- id: authors
|
||||||
translation: Authors
|
translation: Authors
|
||||||
|
|
||||||
|
# Search
|
||||||
|
|
||||||
- id: search
|
- id: search
|
||||||
translation: 搜索
|
translation: 搜索
|
||||||
|
|
||||||
- id: search_placeholder
|
- id: search_placeholder
|
||||||
translation: 搜索...
|
translation: 搜索...
|
||||||
|
|
||||||
- id: search_results
|
- id: search_results
|
||||||
translation: 搜索结果
|
translation: 搜索结果
|
||||||
|
|
||||||
- id: search_no_results
|
- id: search_no_results
|
||||||
translation: 没有找到结果
|
translation: 没有找到结果
|
||||||
|
|
||||||
- id: search_common_queries
|
- id: search_common_queries
|
||||||
translation: 经常搜寻
|
translation: 经常搜寻
|
||||||
|
|
||||||
|
# Error 404
|
||||||
|
|
||||||
- id: page_not_found
|
- id: page_not_found
|
||||||
translation: 找不到页面
|
translation: 找不到页面
|
||||||
|
|
||||||
- id: 404_recommendations
|
- id: 404_recommendations
|
||||||
translation: 也许你在找?
|
translation: 也许你在找?
|
||||||
|
|
||||||
|
# Cookie consent
|
||||||
|
|
||||||
- id: cookie_message
|
- id: cookie_message
|
||||||
translation: 本网站使用cookies来确保您在本网站上获得最佳体验。
|
translation: 本网站使用cookies来确保您在本网站上获得最佳体验。
|
||||||
|
|
||||||
- id: cookie_dismiss
|
- id: cookie_dismiss
|
||||||
translation: 知道了!
|
translation: 知道了!
|
||||||
|
|
||||||
- id: cookie_learn
|
- id: cookie_learn
|
||||||
translation: 了解更多
|
translation: 了解更多
|
||||||
|
|
||||||
|
# Published with
|
||||||
|
|
||||||
- id: published_with
|
- id: published_with
|
||||||
translation: 由{wowchemy}支持发布——免费{repo_link}开源{/repo_link}网站,为创作者赋能。
|
translation: 由{wowchemy}支持发布——免费{repo_link}开源{/repo_link}网站,为创作者赋能。
|
||||||
|
|
|
@ -4,52 +4,45 @@
|
||||||
# Script to synchronize each language pack's items against Wowchemy's master pack (English).
|
# Script to synchronize each language pack's items against Wowchemy's master pack (English).
|
||||||
# https://wowchemy.com
|
# https://wowchemy.com
|
||||||
#
|
#
|
||||||
# Prerequisites: pip3 install PyYAML
|
# Prerequisites: pip3 install ruamel.yaml
|
||||||
#
|
# Note: we use Ruamel rather than PyYAML in order to preserve comments in language packs.
|
||||||
# TODO: Switch from PyYAML to Ruamel in order to load/dump comments -
|
|
||||||
# see https://stackoverflow.com/questions/47382227/python-yaml-update-preserving-order-and-comments
|
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import yaml
|
from ruamel.yaml import YAML
|
||||||
|
|
||||||
I18N_PATH = Path(__file__).resolve().parent.parent.joinpath('wowchemy').joinpath('i18n')
|
I18N_PATH = Path(__file__).resolve().parents[1].joinpath(
|
||||||
|
'modules', 'wowchemy', 'i18n')
|
||||||
MASTER_PACK = I18N_PATH.joinpath('en.yaml')
|
MASTER_PACK = I18N_PATH.joinpath('en.yaml')
|
||||||
|
|
||||||
|
yaml = YAML()
|
||||||
|
yaml.width = 5000 # large column width to avoid line breaks
|
||||||
|
|
||||||
# Load master language pack (English).
|
# Load master language pack (English).
|
||||||
with open(MASTER_PACK) as f:
|
master_map = yaml.load(MASTER_PACK)
|
||||||
master_map = yaml.safe_load(f)
|
|
||||||
# if (DEBUG)
|
|
||||||
# print(master_map)
|
|
||||||
|
|
||||||
# Iterate over each child language pack.
|
# Iterate over each child language pack (excluding 'en.yaml').
|
||||||
cnt = 0
|
files = set(I18N_PATH.glob("*.yaml")) - set([MASTER_PACK])
|
||||||
for filename in Path(I18N_PATH).glob("*.yaml"):
|
tot = len(files)
|
||||||
if filename.stem != 'en':
|
|
||||||
|
for cnt, filename in enumerate(files):
|
||||||
i18n_file = I18N_PATH.joinpath(filename)
|
i18n_file = I18N_PATH.joinpath(filename)
|
||||||
print(f"Processing {i18n_file} ...")
|
print(f"[{cnt+1:02d}/{tot:02d}] Processing {i18n_file} ...")
|
||||||
|
|
||||||
# Load a child language pack.
|
# Load a child language pack.
|
||||||
with open(i18n_file) as f:
|
child_map = yaml.load(i18n_file)
|
||||||
child_map = yaml.safe_load(f)
|
|
||||||
|
|
||||||
# Synchronize the language pack's structure against the master language pack.
|
# Synchronize the language pack's structure against the master language pack.
|
||||||
tmp_map = copy.deepcopy(master_map) # Make a temporary deep copy of the master map (list of objects).
|
# Make a temporary deep copy of the master map (list of objects).
|
||||||
master_index = 0
|
tmp_map = copy.deepcopy(master_map)
|
||||||
for master_item in master_map:
|
|
||||||
translation = next((item['translation'] for item in child_map if item['id'] == master_item['id']),
|
for master_index, master_item in enumerate(master_map):
|
||||||
master_item['translation'])
|
translation = next((item['translation'] for item in child_map if item['id'] == master_item['id']),
|
||||||
tmp_map[master_index]['translation'] = translation
|
master_item['translation'])
|
||||||
master_index += 1
|
tmp_map[master_index]['translation'] = translation
|
||||||
|
|
||||||
# Write the synced language pack to file.
|
# Write the synced language pack to file.
|
||||||
with open(i18n_file, 'w') as f:
|
yaml.dump(tmp_map, i18n_file)
|
||||||
# PyYAML will break lines unless a large column `width` is set.
|
|
||||||
# To standardise with single quotes, add: `, default_style='\''`.
|
|
||||||
# No option to only enforce single quotes when YAML string wrapped in quotes?
|
|
||||||
yaml.dump(tmp_map, f, allow_unicode=True, width=float("inf"))
|
|
||||||
cnt += 1
|
|
||||||
|
|
||||||
# Print results.
|
# Print results.
|
||||||
print(f"{cnt} child language packs successfully synchronized!")
|
print(f"{tot} child language packs successfully synchronized!")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue