Skip to content

Commit c33cfb1

Browse files
author
findersky
committed
Language update. Synchronize "read", "updated", "created" to Simplified Chinese and Traditional Chinese.
1 parent 02ad3a2 commit c33cfb1

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

src/App/Resources/admin.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,19 +426,25 @@
426426
"read": {
427427
"Values": {
428428
"en-US": "Read",
429-
"ru-RU": "Читать"
429+
"ru-RU": "Читать",
430+
"zh-cn": "读取",
431+
"zh-tw": "讀取"
430432
}
431433
},
432434
"updated": {
433435
"Values": {
434436
"en-US": "Updated",
435-
"ru-RU": "Запись обновлена"
437+
"ru-RU": "Запись обновлена",
438+
"zh-cn": "已更新",
439+
"zh-tw": "已更新"
436440
}
437441
},
438442
"created": {
439443
"Values": {
440444
"en-US": "Created",
441-
"ru-RU": "Запись создана"
445+
"ru-RU": "Запись создана",
446+
"zh-cn": "已创建",
447+
"zh-tw": "已創建"
442448
}
443449
}
444450
}

0 commit comments

Comments
 (0)