Skip to content

Commit

Permalink
fix: add i18n details
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Apr 20, 2024
1 parent 18d99f5 commit ef1f90d
Show file tree
Hide file tree
Showing 7 changed files with 226 additions and 0 deletions.
33 changes: 33 additions & 0 deletions i18n/de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- id: prev_page
translation: "Vorherige"

- id: next_page
translation: "Nächste"

- id: read_time
translation:
one: "1 Minute"
other: "{{ .Count }} Minuten"

- id: words
translation:
one : "Wort"
other: "{{ .Count }} Wörter"

- id: toc
translation: "Inhaltsverzeichnis"

- id: translations
translation: "Übersetzungen"

- id: home
translation: "Home"

- id: edit_post
translation: "Bearbeiten"

- id: code_copy
translation: "Kopieren"

- id: code_copied
translation: "Kopiert!"
33 changes: 33 additions & 0 deletions i18n/el.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- id: prev_page
translation: "Προηγούμενο"

- id: next_page
translation: "Επόμενο"

- id: read_time
translation:
one: "1 λεπτό"
other: "{{ .Count }} λεπτά"

- id: words
translation:
one: "λέξη"
other: "{{ .Count }} λέξεις"

- id: toc
translation: "Πίνακας Περιεχομένων"

- id: translations
translation: "Μεταφράσεις"

- id: home
translation: "Αρχική"

- id: edit_post
translation: "Επεξεργασία"

- id: code_copy
translation: "αντιγραφή"

- id: code_copied
translation: "αντιγράφηκε!"
33 changes: 33 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- id: prev_page
translation: "Prev"

- id: next_page
translation: "Next"

- id: read_time
translation:
one : "1 min"
other: "{{ .Count }} min"

- id: words
translation:
one : "word"
other: "{{ .Count }} words"

- id: toc
translation: "Table of Contents"

- id: translations
translation: "Translations"

- id: home
translation: "Home"

- id: edit_post
translation: "Edit"

- id: code_copy
translation: "copy"

- id: code_copied
translation: "copied!"
33 changes: 33 additions & 0 deletions i18n/es.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- id: prev_page
translation: "Anterior"

- id: next_page
translation: "Siguiente"

- id: read_time
translation:
one : "1 min"
other: "{{ .Count }} min"

- id: words
translation:
one : "palabra"
other: "{{ .Count }} palabras"

- id: toc
translation: "Tabla de Contenidos"

- id: translations
translation: "Traducciones"

- id: home
translation: "Inicio"

- id: edit_post
translation: "Editar"

- id: code_copy
translation: "copiar"

- id: code_copied
translation: "¡copiado!"
28 changes: 28 additions & 0 deletions i18n/fa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
- id: prev_page
translation: "صفحه قبلی"

- id: next_page
translation: "صفحه بعدی"

- id: read_time
translation:
one: "۱ دقیقه"
other: "{{ .Count }} دقیقه"

- id: toc
translation: "فهرست مطالب"

- id: translations
translation: "ترجمه ها"

- id: home
translation: "خانه"

- id: edit_post
translation: "ویرایش"

- id: code_copy
translation: "کپی"

- id: code_copied
translation: "کپی شد!"
33 changes: 33 additions & 0 deletions i18n/zh-tw.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- id: prev_page
translation: "上一頁"

- id: next_page
translation: "下一頁"

- id: read_time
translation:
one : "1 分鐘"
other: "{{ .Count }} 分鐘"

- id: words
translation:
one: ""
other: "{{ .Count }} 字"

- id: toc
translation: "目錄"

- id: translations
translation: "語言"

- id: home
translation: "首頁"

- id: edit_post
translation: "編輯"

- id: code_copy
translation: "複製"

- id: code_copied
translation: "已複製!"
33 changes: 33 additions & 0 deletions i18n/zh.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- id: prev_page
translation: "上一页"

- id: next_page
translation: "下一页"

- id: read_time
translation:
one : "约 3 分钟"
other: "{{ .Count }} 分钟"

- id: words
translation:
one: ""
other: "{{ .Count }} 字"

- id: toc
translation: "目录(TOC)"

- id: translations
translation: "语言"

- id: home
translation: "主页(Home)"

- id: edit_post
translation: "编辑(Edit)"

- id: code_copy
translation: "复制(Copy)"

- id: code_copied
translation: "已复制!"

0 comments on commit ef1f90d

Please sign in to comment.