Shun Miyazawa %!s(int64=3) %!d(string=hai) anos
pai
achega
3f620a0507

+ 3 - 0
packages/app/public/static/locales/en_US/translation.json

@@ -195,6 +195,9 @@
     "page_not_exist": "This page does not exist.",
     "page_not_exist_alert": "This page does not exist. Please create a new page."
   },
+  "not_creatable_page": {
+    "could_not_creata_path": "Couldn't create path."
+  },
   "custom_navigation": {
     "no_page_list": "There are no pages under this page.",
     "link_sharing_is_disabled": "Link sharing is disabled."

+ 3 - 0
packages/app/public/static/locales/ja_JP/translation.json

@@ -197,6 +197,9 @@
     "page_not_exist": "このページは存在しません。",
     "page_not_exist_alert": "このページは存在しません。新たに作成する必要があります。"
   },
+  "not_creatable_page": {
+    "could_not_creata_path": "パスを作成できませんでした。"
+  },
   "custom_navigation": {
     "no_page_list": "このページの配下にはページが存在しません。",
     "link_sharing_is_disabled": "リンクのシェアは無効化されています"

+ 4 - 1
packages/app/public/static/locales/zh_CN/translation.json

@@ -53,7 +53,7 @@
 	"Example": "例如",
 	"Taro Yamada": "John Doe",
 	"List View": "列表",
-	"Timeline View": "时间线",
+	"": "时间线",
   "History": "历史",
   "attachment_data": "Attachment Data",
   "No_attachments_yet": "暂无附件",
@@ -195,6 +195,9 @@
     "page_not_exist": "该页面不存在",
     "page_not_exist_alert": "该页面不存在,请创建一个新页面"
   },
+  "not_creatable_page": {
+    "could_not_creata_path": "无法创建路径"
+  },
   "custom_navigation": {
     "no_page_list": "There are no pages under this page.",
     "link_sharing_is_disabled": "链接共享已被禁用"