* Add more i18n strings * Add the translation strings in other files Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: hossainemruz <hossainemruz@gmail.com>
99 lines
No EOL
1.3 KiB
TOML
99 lines
No EOL
1.3 KiB
TOML
# More documentation here: https://github.com/nicksnyder/go-i18n
|
|
[home]
|
|
other = "Home"
|
|
|
|
[posts]
|
|
other = "Posts"
|
|
|
|
[toc_heading]
|
|
other = "Table of Contents"
|
|
|
|
[at]
|
|
other = "at"
|
|
|
|
[resume]
|
|
other = "My resume"
|
|
|
|
[navigation]
|
|
other = "Navigation"
|
|
|
|
[contact_me]
|
|
other = "Contact me:"
|
|
|
|
[email]
|
|
other = "Email"
|
|
|
|
[phone]
|
|
other = "Phone"
|
|
|
|
[newsletter_text]
|
|
other = "Stay up to date with email notification"
|
|
|
|
[newsletter_input_placeholder]
|
|
other = "Enter email"
|
|
|
|
[newsletter_warning]
|
|
other = "We'll never share your email with anyone else."
|
|
|
|
[submit]
|
|
other = "Submit"
|
|
|
|
[hugoAttributionText]
|
|
other = "Powered by"
|
|
|
|
[prev]
|
|
other = "Prev"
|
|
|
|
[next]
|
|
other = "Next"
|
|
|
|
[improve_this_page]
|
|
other = "Improve this page"
|
|
|
|
[out_of]
|
|
other = "out of"
|
|
|
|
[publications]
|
|
other = "Publications"
|
|
|
|
[taken_courses]
|
|
other = "Taken Courses"
|
|
|
|
[course_name]
|
|
other = "Course Name"
|
|
|
|
[total_credit]
|
|
other = "Total Credit"
|
|
|
|
[obtained_credit]
|
|
other = "Obtained Credit"
|
|
|
|
[extracurricular_activities]
|
|
other = "Extracurricular Activities"
|
|
|
|
[see_more]
|
|
other = "See More"
|
|
|
|
[responsibilities]
|
|
other = "Responsibilities:"
|
|
|
|
[present]
|
|
other = "Present"
|
|
|
|
[comments_javascript]
|
|
other = "Please enable JavaScript to view the"
|
|
|
|
[comments_by]
|
|
other = "comments powered by"
|
|
|
|
[read]
|
|
other = "Read"
|
|
|
|
[project_star]
|
|
other = "Star"
|
|
|
|
[project_details]
|
|
other = "Details"
|
|
|
|
[err_404]
|
|
other = "The page you are looking for is not there yet." |