mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
fix typos in language files
This commit is contained in:
parent
975e34db95
commit
e71f608d18
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Blessing Skin Chinese Translations
|
||||
* Blessing Skin English Translations
|
||||
*
|
||||
* @see https://github.com/printempw/blessing-skin-server
|
||||
* @author printempw <h@prinzeugen.net>
|
||||
@ -10,7 +10,7 @@
|
||||
(function ($) {
|
||||
"use strict";
|
||||
|
||||
$.locales['zh-CN'] = {
|
||||
$.locales['en'] = {
|
||||
auth: {
|
||||
// Login
|
||||
emptyIdentification: 'Empty email/player name.',
|
||||
|
@ -7,7 +7,7 @@ cur-score: Current Score
|
||||
score-notice: Click the score to show introduction.
|
||||
checkin: Check In
|
||||
checkin-success: Checked in successfully. You got :score scores~
|
||||
cant-checkin-until: You can only check in after $time hours
|
||||
cant-checkin-until: You can only check in after :time hours
|
||||
last-checkin: Last checked in at :time
|
||||
checkin-remain-time: Available after :time hours
|
||||
announcement: Announcement
|
||||
|
@ -7,7 +7,7 @@ cur-score: 当前积分
|
||||
score-notice: 点击积分查看说明
|
||||
checkin: 每日签到
|
||||
checkin-success: 签到成功,获得了 :score 积分~
|
||||
cant-checkin-until: $time 小时后才能再次签到哦~
|
||||
cant-checkin-until: :time 小时后才能再次签到哦~
|
||||
last-checkin: 上次签到于 :time
|
||||
checkin-remain-time: :time 小时后可签到
|
||||
announcement: 公告
|
||||
|
Loading…
Reference in New Issue
Block a user