-
Notifications
You must be signed in to change notification settings - Fork 0
/
cms-notification-dev.json
154 lines (154 loc) · 4.41 KB
/
cms-notification-dev.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"en": [
{
"id": 1,
"title": "New Feature Released",
"description": "We have released a new feature today.",
"timestamp": "2023-09-12T12:00:00Z"
},
{
"id": 2,
"title": "Scheduled Maintenance",
"description": "The system will be under maintenance from 2 AM to 4 AM.",
"timestamp": "2024-10-06T02:00:00Z"
},
{
"id": 3,
"title": "Important Update",
"description": "A new update will be available soon.",
"timestamp": "2024-10-08T12:00:00Z"
}
],
"ja": [
{
"id": 1,
"title": "新機能がリリースされました",
"description": "本日、新機能をリリースしました。",
"timestamp": "2023-09-15T12:00:00Z"
},
{
"id": 2,
"title": "定期メンテナンス",
"description": "システムは午前2時から午前4時までメンテナンスを行います。",
"timestamp": "2024-10-04T02:00:00Z"
},
{
"id": 3,
"title": "新しいアップデート",
"description": "新しいアップデートが近日中に利用可能になります。",
"timestamp": "2024-10-08T12:00:00Z"
}
],
"zh-HK": [
{
"id": 1,
"title": "新功能發佈",
"description": "我們今天發佈了一個新功能。",
"timestamp": "2023-09-12T12:00:00Z"
},
{
"id": 2,
"title": "計劃維護",
"description": "系統將在凌晨2點到4點之間進行維護。",
"timestamp": "2024-10-04T02:00:00Z"
},
{
"id": 3,
"title": "重要更新",
"description": "新更新將於近日推出。",
"timestamp": "2024-10-08T12:00:00Z"
}
],
"es": [
{
"id": 1,
"title": "Nueva Función Lanzada",
"description": "Hemos lanzado una nueva función hoy.",
"timestamp": "2023-09-12T12:00:00Z"
},
{
"id": 2,
"title": "Mantenimiento Programado",
"description": "El sistema estará en mantenimiento de 2 AM a 4 AM.",
"timestamp": "2023-09-13T02:00:00Z"
},
{
"id": 3,
"title": "Actualización del Sistema",
"description": "El sistema será actualizado la próxima semana.",
"timestamp": "2023-09-19T02:00:00Z"
},
{
"id": 4,
"title": "Nueva Actualización Disponible",
"description": "Una nueva actualización del sistema está disponible para todos los usuarios.",
"timestamp": "2024-10-04T09:00:00Z"
},
{
"id": 5,
"title": "Nueva Función Agregada",
"description": "Se ha agregado una nueva función para mejorar la experiencia del usuario.",
"timestamp": "2024-10-07T09:00:00Z"
},
{
"id": 6,
"title": "Próxima Actualización",
"description": "Una importante actualización estará disponible pronto.",
"timestamp": "2024-10-08T12:00:00Z"
}
],
"it": [
{
"id": 1,
"title": "Nuova Funzione Rilasciata",
"description": "Abbiamo rilasciato una nuova funzione oggi.",
"timestamp": "2023-09-12T12:00:00Z"
},
{
"id": 2,
"title": "Manutenzione Programmata",
"description": "Il sistema sarà in manutenzione dalle 2:00 alle 4:00.",
"timestamp": "2023-09-13T02:00:00Z"
},
{
"id": 3,
"title": "Nuovo Aggiornamento Disponibile",
"description": "Un nuovo aggiornamento del sistema è ora disponibile per tutti gli utenti.",
"timestamp": "2023-10-04T09:00:00Z"
},
{
"id": 4,
"title": "Nuova Funzione Aggiunta",
"description": "Abbiamo aggiunto una nuova funzione per migliorare l'esperienza dell'utente.",
"timestamp": "2023-10-07T09:00:00Z"
},
{
"id": 5,
"title": "Prossimo Aggiornamento",
"description": "Un importante aggiornamento sarà disponibile presto.",
"timestamp": "2024-10-08T12:00:00Z"
},
{
"zh-CN": [
{
"id": 1,
"title": "新功能发布",
"description": "我们今天发布了一个新功能。",
"timestamp": "2023-09-12T12:00:00Z"
},
{
"id": 2,
"title": "计划维护",
"description": "系统将在凌晨2点到4点之间进行维护。",
"timestamp": "2024-10-06T02:00:00Z"
},
{
"id": 3,
"title": "重要更新",
"description": "新更新即将推出。",
"timestamp": "2024-10-08T12:00:00Z"
}
]
}
]
}