日本語翻訳の更新

This commit is contained in:
Coulomb_G 2019-06-01 20:48:16 +08:00
parent 87615aa51d
commit 0032c572b9
4 changed files with 14 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -541,6 +541,11 @@ export const map = new Map([
[`收到的赞`, `いいね!`],
[`首页管理`, `ホーム`],
[`内容管理`, `コンテンツ`],
[`视频管理`, `動画管理`],
[`专栏管理`, `コラム管理`],
[`音频管理`, `音楽管理`],
[`相簿管理`, `アルバム管理`],
[`数据`, `データ`],
[`数据中心`, `データ管理`],
[`粉丝管理`, `ファン管理`],
[`互动管理`, `インタラクティブ`],
@ -599,6 +604,10 @@ export const regex = new Map([
[/^收藏人数([\d]+)$/, `「お気に入り」の人数 $1`],
[/^热门直播([:]?)$/, `人気生放送$1`],
[/^热门活动([:]?)$/, `人気活動$1`],
[/^全部稿件 (([\d]+)?)$/, `すべての作品 ($1)`],
[/^进行中 (([\d]+)?)$/, `進行中 ($1)`],
[/^已通过 (([\d]+)?)$/, `成功 ($1)`],
[/^未通过 (([\d]+)?)$/, `失敗 ($1)`],
]);
export default {
export: { map, regex },