mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
fix(i18n): add missing language translations
This commit is contained in:
parent
c895de839a
commit
7cf839488b
8
public/assets/admin/assets/index.js
vendored
8
public/assets/admin/assets/index.js
vendored
File diff suppressed because one or more lines are too long
13
public/assets/admin/locales/en-US.js
vendored
13
public/assets/admin/locales/en-US.js
vendored
@ -780,6 +780,19 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
"success": "Copied successfully",
|
||||
"error": "Copy failed",
|
||||
"errorLog": "Error copying to clipboard"
|
||||
},
|
||||
"table": {
|
||||
"noData": "No data available",
|
||||
"pagination": {
|
||||
"selected": "{{selected}} of {{total}} items selected",
|
||||
"itemsPerPage": "Per page",
|
||||
"page": "Page",
|
||||
"pageOf": "of {{total}} pages",
|
||||
"firstPage": "Go to first page",
|
||||
"previousPage": "Previous page",
|
||||
"nextPage": "Next page",
|
||||
"lastPage": "Go to last page"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
|
15
public/assets/admin/locales/ko-KR.js
vendored
15
public/assets/admin/locales/ko-KR.js
vendored
@ -481,7 +481,7 @@ window.XBOARD_TRANSLATIONS['ko-KR'] = {
|
||||
"delete": "삭제",
|
||||
"edit": "편집",
|
||||
"view": "보기",
|
||||
"toggleNavigation": "내비게이션 전환",
|
||||
"toggleNavigation": "네비게이션 전환",
|
||||
"toggleSidebar": "사이드바 전환",
|
||||
"search": "검색...",
|
||||
"theme": {
|
||||
@ -497,6 +497,19 @@ window.XBOARD_TRANSLATIONS['ko-KR'] = {
|
||||
"success": "복사 성공",
|
||||
"error": "복사 실패",
|
||||
"errorLog": "클립보드에 복사하는 중 오류 발생"
|
||||
},
|
||||
"table": {
|
||||
"noData": "데이터가 없습니다",
|
||||
"pagination": {
|
||||
"selected": "{{selected}}개 선택됨, 총 {{total}}개",
|
||||
"itemsPerPage": "페이지당 표시",
|
||||
"page": "페이지",
|
||||
"pageOf": "/ {{total}} 페이지",
|
||||
"firstPage": "첫 페이지로 이동",
|
||||
"previousPage": "이전 페이지",
|
||||
"nextPage": "다음 페이지",
|
||||
"lastPage": "마지막 페이지로 이동"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
|
13
public/assets/admin/locales/zh-CN.js
vendored
13
public/assets/admin/locales/zh-CN.js
vendored
@ -784,6 +784,19 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
|
||||
"success": "复制成功",
|
||||
"error": "复制失败",
|
||||
"errorLog": "复制到剪贴板时出错"
|
||||
},
|
||||
"table": {
|
||||
"noData": "暂无数据",
|
||||
"pagination": {
|
||||
"selected": "已选择 {{selected}} 项,共 {{total}} 项",
|
||||
"itemsPerPage": "每页显示",
|
||||
"page": "第",
|
||||
"pageOf": "页,共 {{total}} 页",
|
||||
"firstPage": "跳转到第一页",
|
||||
"previousPage": "上一页",
|
||||
"nextPage": "下一页",
|
||||
"lastPage": "跳转到最后一页"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
|
Loading…
Reference in New Issue
Block a user