Skip to content

Commit

Permalink
Merge pull request #47 from Eyre-S/main
Browse files Browse the repository at this point in the history
Add Chinese (Simplified) translation
  • Loading branch information
Petro31 authored Dec 28, 2024
2 parents b19a6e6 + 20b955d commit 65b0f5d
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions easy_time.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,82 @@
'midnight': 'полночь',
'noon': 'полдень',
},
},
'zh-Hans':{
'_language': '简体中文',
'and': '',
'in': '',
'ago': '之前',
'now': '现在',
'lose': '失去',
'gain': '获得',
'time':{
'format': '24-hr',
'year': [
'年',
'年',
'年',
],
'week': [
'周',
'星期',
'星期',
],
'day': [
'天',
'天',
'天',
],
'hour': [
'时',
'小时',
'小时',
],
'minute': [
'分',
'分钟',
'分钟',
],
'second': [
'秒',
'秒',
'秒',
],
},
'delta':{
'today': '今天',
'tomorrow': '明天',
'yesterday': '昨天',
'next': '下一个',
'last': '上一个',
},
'days':[
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六",
"星期日",
],
'months':[
'一月',
'二月',
'三月',
'四月',
'五月',
'六月',
'七月',
'八月',
'九月',
'十月',
'十一月',
'十二月',
],
'time_of_day':{
'midnight': '午夜',
'noon': '正午',
},
}
} %}
Expand Down

0 comments on commit 65b0f5d

Please sign in to comment.