notifications.json 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "_comment": "Toast notification messages for Japanese",
  3. "save_success": "保存しました",
  4. "create_success": "作成しました",
  5. "update_success": "更新しました",
  6. "delete_success": "削除しました",
  7. "copy_success": "コピーしました",
  8. "sync_success": "同期しました",
  9. "export_success": "エクスポートしました",
  10. "import_success": "インポートしました",
  11. "refresh_success": "更新しました",
  12. "test_success": "テスト成功",
  13. "user_created": "ユーザーを作成しました",
  14. "user_updated": "ユーザー情報を更新しました",
  15. "user_deleted": "ユーザーを削除しました",
  16. "key_created": "APIキーを作成しました",
  17. "key_updated": "APIキーを更新しました",
  18. "key_deleted": "APIキーを削除しました",
  19. "provider_created": "プロバイダーを作成しました",
  20. "provider_updated": "プロバイダーを更新しました",
  21. "provider_deleted": "プロバイダーを削除しました",
  22. "create_failed": "作成に失敗しました",
  23. "update_failed": "更新に失敗しました",
  24. "delete_failed": "削除に失敗しました",
  25. "operation_success": "操作が成功しました",
  26. "operation_failed": "操作に失敗しました",
  27. "processing": "処理中...",
  28. "please_wait": "お待ちください..."
  29. }