-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathi18n.json
97 lines (97 loc) · 4.17 KB
/
i18n.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"zh-hans-hk": {
"go_to_store": "前往商店",
"description": "游戏描述",
"price_history": "价格历史",
"price": "价格",
"time": "时间",
"rate": "评分",
"rate_history": "评分历史",
"current_area": "当前地区",
"current_area_game_count": "当前地区游戏总数",
"switch_to": "切换到",
"discount_game": "探索最近降价的游戏",
"new_publish_game": "探索最新发布的游戏",
"random_game": "探索每日随机的100个游戏",
"search": "在当前区域的PlayStation Store中搜索...",
"platform": "每日定时更新的Playstation Store数据聚合平台",
"index": "索引",
"today_discount": "今日开始降价的游戏"
},
"en-us": {
"go_to_store": "Go to Store",
"description": "Description",
"price_history": "Price History",
"price": "Price",
"time": "Time",
"rate": "Rate",
"rate_history": "Rate History",
"current_area": "Current Area",
"current_area_game_count": "Current Area Game Count",
"switch_to": "Switch to",
"discount_game": "Explore games that have recently dropped in price",
"new_publish_game": "Explore the latest released games",
"random_game": "Explore 100 random games daily",
"search": "Search in PlayStation Store in current area...",
"platform": "Daily scheduled update of Playstation Store data aggregation platform",
"index": "Index",
"today_discount": "Today's discount games"
},
"en-gb": {
"go_to_store": "Go to Store",
"description": "Description",
"price_history": "Price History",
"price": "Price",
"time": "Time",
"rate": "Rate",
"rate_history": "Rate History",
"current_area": "Current Area",
"current_area_game_count": "Current Area Game Count",
"switch_to": "Switch to",
"discount_game": "Explore games that have recently dropped in price",
"new_publish_game": "Explore the latest released games",
"random_game": "Explore 100 random games daily",
"search": "Search in PlayStation Store in current area...",
"platform": "Daily scheduled update of Playstation Store data aggregation platform",
"index": "Index",
"today_discount": "Today's discount games"
},
"ja-jp": {
"go_to_store": "ストアに行く",
"description": "説明",
"price_history": "価格履歴",
"price": "価格",
"time": "時間",
"rate": "評価",
"rate_history": "評価履歴",
"current_area": "現在の地域",
"current_area_game_count": "現在の地域のゲーム数",
"switch_to": "切り替え",
"discount_game": "最近値下がりしたゲームを探索する",
"new_publish_game": "最新のリリースされたゲームを探索する",
"random_game": "毎日100のランダムゲームを探索する",
"search": "現在の地域のPlayStation Storeで検索...",
"platform": "プレイステーションストアデータ集約プラットフォームの毎日スケジュールされた更新",
"index": "索引",
"today_discount": "今日の割引ゲーム"
},
"ko-kr": {
"go_to_store": "상점으로 이동",
"description": "설명",
"price_history": "가격 이력",
"price": "가격",
"time": "시간",
"rate": "평가",
"rate_history": "평가 이력",
"current_area": "현재 지역",
"current_area_game_count": "현재 지역 게임 수",
"switch_to": "전환",
"discount_game": "최근 가격이 하락한 게임 탐색",
"new_publish_game": "최신 출시된 게임 탐색",
"random_game": "매일 100개의 무작위 게임 탐색",
"search": "현재 지역의 PlayStation Store에서 검색...",
"platform": "플레이 스테이션 스토어 데이터 집계 플랫폼의 매일 예약된 업데이트",
"index": "색인",
"today_discount": "오늘의 할인 게임"
}
}