mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 22:21:11 +10:00
feat: complete page translation
This commit is contained in:
26
apps/client/public/locales/en/page.json
Normal file
26
apps/client/public/locales/en/page.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"Copy link": "Copy link",
|
||||
"Delete": "Delete",
|
||||
"Link copied": "Link copied",
|
||||
"Are you sure you want to delete this page?": "Are you sure you want to delete this page?",
|
||||
"Cancel": "Cancel",
|
||||
"deletePageModalContent": "Are you sure you want to delete this page? This will delete its children and page history. This action is irreversible.",
|
||||
"Page deleted successfully": "Page deleted successfully",
|
||||
"Failed to delete page": "Failed to delete page",
|
||||
"Failed to create page": "Failed to create page",
|
||||
"Import pages": "Import pages",
|
||||
"Importing pages": "Importing pages",
|
||||
"Page import is in progress. Please do not close this tab.": "Page import is in progress. Please do not close this tab.",
|
||||
"Successfully imported": "Successfully imported",
|
||||
"Your import is complete.": "Your import is complete.",
|
||||
"Failed to import pages": "Failed to import pages",
|
||||
"Unable to import pages. Please try again.": "Unable to import pages. Please try again.",
|
||||
"page": "page",
|
||||
"pages": "pages",
|
||||
"Error fetching page data.": "Error fetching page data.",
|
||||
"untitled": "untitled",
|
||||
"Full width": "Full width",
|
||||
"Page history": "Page history",
|
||||
"Export": "Export",
|
||||
"Print PDF": "Print PDF"
|
||||
}
|
||||
@ -40,17 +40,7 @@
|
||||
"Recently updated": "Recently updated"
|
||||
},
|
||||
"space": {},
|
||||
"page": {
|
||||
"Error fetching page data.": "Error fetching page data.",
|
||||
"untitled": "untitled",
|
||||
"Link copied": "Link copied",
|
||||
"Copy link": "Copy link",
|
||||
"Full width": "Full width",
|
||||
"Page history": "Page history",
|
||||
"Export": "Export",
|
||||
"Print PDF": "Print PDF",
|
||||
"Delete": "Delete"
|
||||
},
|
||||
"page": {},
|
||||
"page-history": {
|
||||
"Page history": "Page history",
|
||||
"Error loading page history.": "Error loading page history.",
|
||||
|
||||
26
apps/client/public/locales/zh/page.json
Normal file
26
apps/client/public/locales/zh/page.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"Copy link": "复制链接",
|
||||
"Delete": "删除",
|
||||
"Link copied": "链接已复制",
|
||||
"Are you sure you want to delete this page?": "您确定要删除这个页面吗?",
|
||||
"Cancel": "取消",
|
||||
"deletePageModalContent": "您确定要删除这个页面吗?这将删除其子页面和页面历史记录。此操作不可逆。",
|
||||
"Page deleted successfully": "页面已成功删除",
|
||||
"Failed to delete page": "删除页面失败",
|
||||
"Failed to create page": "创建页面失败",
|
||||
"Import pages": "导入页面",
|
||||
"Importing pages": "正在导入页面",
|
||||
"Page import is in progress. Please do not close this tab.": "页面导入正在进行中。请不要关闭此标签页。",
|
||||
"Successfully imported": "成功导入",
|
||||
"Your import is complete.": "导入已完成。",
|
||||
"Failed to import pages": "导入页面失败",
|
||||
"Unable to import pages. Please try again.": "无法导入页面。请重试。",
|
||||
"page": "个页面",
|
||||
"pages": "个页面",
|
||||
"Error fetching page data.": "获取页面数据时出错。",
|
||||
"untitled": "无标题",
|
||||
"Full width": "全宽",
|
||||
"Page history": "页面历史",
|
||||
"Export": "导出",
|
||||
"Print PDF": "打印 PDF"
|
||||
}
|
||||
@ -40,17 +40,7 @@
|
||||
"Recently updated": "最近更新"
|
||||
},
|
||||
"space": {},
|
||||
"page": {
|
||||
"Error fetching page data.": "获取页面数据时出错。",
|
||||
"untitled": "无标题",
|
||||
"Link copied": "链接已复制",
|
||||
"Copy link": "复制链接",
|
||||
"Full width": "全宽",
|
||||
"Page history": "页面历史",
|
||||
"Export": "导出",
|
||||
"Print PDF": "打印 PDF",
|
||||
"Delete": "删除"
|
||||
},
|
||||
"page": {},
|
||||
"page-history": {
|
||||
"Page history": "页面历史",
|
||||
"Error loading page history.": "加载页面历史时出错。",
|
||||
|
||||
Reference in New Issue
Block a user