feat: show save failed error messages on the profile config page (#2274)
This commit is contained in:
parent
f45f51d44b
commit
357fac4d49
3 changed files with 43 additions and 2 deletions
|
@ -51,6 +51,7 @@
|
|||
"boost_count": "{0}",
|
||||
"boosted": "Boosted",
|
||||
"clear_publish_failed": "Clear publish errors",
|
||||
"clear_save_failed": "Clear save errors",
|
||||
"clear_upload_failed": "Clear file upload errors",
|
||||
"close": "Close",
|
||||
"compose": "Compose",
|
||||
|
@ -557,6 +558,7 @@
|
|||
"loading": "Loading...",
|
||||
"publish_failed": "Publish failed",
|
||||
"publishing": "Publishing",
|
||||
"save_failed": "Save failed",
|
||||
"upload_failed": "Upload failed",
|
||||
"uploading": "Uploading..."
|
||||
},
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
"boost_count": "{0}",
|
||||
"boosted": "ブースト済み",
|
||||
"clear_publish_failed": "投稿エラーをクリア",
|
||||
"clear_save_failed": "保存エラーをクリア",
|
||||
"clear_upload_failed": "ファイルアップロードエラーをクリア",
|
||||
"close": "閉じる",
|
||||
"compose": "投稿",
|
||||
|
@ -499,6 +500,7 @@
|
|||
"loading": "読込中...",
|
||||
"publish_failed": "投稿に失敗しました",
|
||||
"publishing": "投稿中",
|
||||
"save_failed": "保存に失敗しました",
|
||||
"upload_failed": "アップロードに失敗しました",
|
||||
"uploading": "更新中..."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue