feat: show save failed error messages on the profile config page (#2274)

This commit is contained in:
TAKAHASHI Shuuji 2023-07-29 17:52:57 +09:00 committed by GitHub
parent f45f51d44b
commit 357fac4d49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 2 deletions

View file

@ -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..."
},

View file

@ -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": "更新中..."
},